Many users of smartphones from Chinese brands are faced with a pre-installed service Phone Master, which is often mistaken for a virus. This system application is designed to optimize memory and clear the cache, but its intrusive notifications and battery consumption often irritate gadget owners.
Complete removal of this app without superuser rights (root) is impossible, since it is built into the firmware at the system level. However, there are effective ways forced stop hiding an application that almost completely neutralize its activity. In this article, we will analyze all the current methods, from standard settings to advanced debugging tools.
Before taking active steps, it is important to understand that disabling system optimizers can affect the operation of background cleaning processes. However, for most modern devices with sufficient RAM, the absence Phone Master passes completely unnoticed and even has a positive effect on autonomy.
What is Phone Master and why disable it
Phone Master (also known as CM Security or Clean Master in different firmware versions) is a utility developed by Cheetah Mobile and integrated by smartphone manufacturers such as Xiaomi, OPPO, Vivo and Realme. Initially, its task was to speed up the device by closing background applications and deleting junk files.
Over time, the functionality of the application expanded to include anti-virus scanners, file managers and even energy saving tools. Unfortunately, the aggressive notification policy and constant work in the background have led to the fact that many users perceive this software as bloatware (malware) that slows down the operation of the gadget. Complete removal of system components through third-party utilities can lead to unstable operation of the interface or the appearance of errors in the system logs. It is recommended to use the forced stop method instead of a complete demolition if you do not have experience with ADB.
โ ๏ธ Attention: Complete removal of system components through third-party utilities can lead to unstable operation of the interface or the appearance of errors in the system logs. It is recommended to use the force stop method instead of a full demolition if you are not experienced with ADB.
The main reason why owners are trying to get rid of this application is Battery drain. The service constantly monitors the memory status, which creates additional load on the processor. Disabling the service allows you to return these resources to the system and extend the operating time of your smartphone on a single charge.
Standard method of disabling through Android settings
The safest and easiest way to neutralize the application is available to every user without the need to connect to a computer. This method involves using the built-in application management menu in the operating system Android.
First you need to find the application icon in the general list or through a search in the settings. After going to the app details page, you will need to find the button responsible for managing the state of the service. Depending on the version of the manufacturer's shell, the name of this function may differ.
Follow the following steps sequentially:
- ๐ฑ Go to
Settingsyour smartphone and select the sectionApplicationsorManage applications. - ๐ In the list, find Phone Master (sometimes it can be called Clean Master or Security) and tap on it.
- ๐ Press the button
DisableorForced stopif the first option is not available. - ๐ซ If available, select the item
Uninstall updatesto return the application to the factory version before disabling it.
After completing these steps, the application icon will disappear from the desktop, and all its processes will be terminated. The system will no longer allow the service to start automatically when the phone is turned on. This solution is reversible: at any time you can reactivate the app through the same settings menu.
If the "Disable" button is grayed out, try clicking "Uninstall updates" first. This often unlocks the ability to completely disable a system application.
Using ADB for advanced disabling
For those cases when the standard menu does not allow you to disable an annoying service, there is a more powerful tool - Android Debug Bridge (ADB). This method requires connecting your smartphone to your computer via a USB cable and minimal technical skills, but it gives you complete control over system packages.
Before starting the procedure, you need to activate developer mode on your phone. To do this, go to Settings โ About phone and quickly click 7 times on the item Build number. After the success message appears, a new section will appear in the settings menu For developerswhere you need to enable USB debugging.
Connect the device to the PC and open command line or terminal in the folder where ADB tools are installed. Enter the command to check the connection:
adb devices
A request for debugging permission should appear on the smartphone screen - confirm it. Next, use the following command to hide the application for the current user:
adb shell pm disable-user --user 0 com.cleanmaster.security
Note that the package name com.cleanmaster.security may differ on different devices. To find out the exact name, use the command adb shell pm list packages | grep master. This method does not physically delete files, but makes the application completely invisible and inoperable for the system.
โ๏ธ Preparing to work with ADB
Alternative solutions and replacement of functionality
After disabling the built-in optimizer, the user may have a question: how to clean the memory and protect the device now? A modern operating system Android has built-in memory management mechanisms that work more efficiently than third-party "cleaners".
To manually clear the cache, it is enough to use the standard storage in the settings or the built-in file manager. If you need advanced features, the market offers many secure alternatives that do not have system application rights and are not embedded deeply in the OS.
Recommended replacements for basic tasks:
- ๐งน Files by Google โan excellent application for cleaning garbage and managing files without wasting money.
- ๐ก๏ธ Built-in antivirus โmost modern shells (MIUI, ColorOS) already have integrated protection.
- ๐ Manual control โjust close unused applications through the menu multitasking.
โ ๏ธ Attention: Avoid installing several antiviruses or cleaners at the same time. A conflict between two apps trying to control the same resources can lead to severe system slowdown and rapid battery drain.
Abandoning aggressive system utilities in favor of native Android tools often leads to noticeable performance gains. The system itself knows which processes are priority and does not need constant โadjustmentโ from third-party software.
Why does Phone Master come back after a reboot?
In some firmware, the manufacturer protects system applications from complete shutdown. When rebooted, a special guard service can automatically reactivate Phone Master. In this case, only the ADB method or obtaining root access to completely remove the package will help.
Comparison of disabling methods: pros and cons
The choice of method to neutralize the application depends on your technical background and goals. Each method has its own characteristics, risks and level of effectiveness. Below is a comparative table that will help you decide on the best option.
| Method | Complexity | Efficiency | Risks |
|---|---|---|---|
| Through settings | Low | Medium | Minimum |
| ADB commands | Medium | High | Medium (command error) |
| Root-deletion | High | Maximum | High (loss of warranty) |
| Ignoring | Absent | Low | Resource consumption |
Use of command lines ADB is the golden mean for advanced users. It does not require hacking the system (root), but allows you to achieve a result close to complete removal. The method through the settings is suitable for those who are afraid of accidentally damaging the system with complex manipulations.
Complete removal with root access gives the maximum effect, freeing up space in the system partition, but this voids the deviceโs warranty and may complicate receiving official firmware updates in the future. Most users are quite satisfied with the result of disabling via ADB.
The ADB method is the most balanced solution: it provides high efficiency of disabling without the need to obtain root access and loss of warranty on the device.
Possible problems after disabling and their solution
Sometimes after deactivation Phone Master users notice strange behavior of the smartphone. This may be due to other system components attempting to access the disabled service. Most often, such problems are solved by simply rebooting or clearing the system cache.
If you notice that notifications about โgarbageโ or โvirusesโ continue to arrive, check whether you have another application installed from the same developer. Often the kit comes with several related apps that duplicate each other's functions.
In rare cases, it may be necessary to reset the settings to factory settings if the system begins to produce critical errors. However, this is a last resort. Usually, it is enough just to make sure that you have disabled all related services in the application menu.
โ ๏ธ Attention: Settings interfaces and menu item names may differ depending on the version of Android and the manufacturer's shell (MIUI, EMUI, ColorOS). If you do not find an exact match, look for similar sections in the application settings.
Remember that technology is developing quickly, and manufacturers regularly update their firmware. What worked on Android 10 may have a different algorithm on Android 13 or 14. Always check the latest documentation for your specific device model.
Before making any major system changes, back up your important data. Although disabling applications is usually safe, insurance is never unnecessary.
Frequently asked questions (FAQ)
Is it safe to delete Phone Master permanently?
Yes, it is safe for the operation of the smartphone. Modern versions of Android do a great job of managing memory without third-party utilities. The only risk is the loss of the โone-touch accelerationโ function, which can easily be replaced by manually closing applications.
Will the application return after a system update?
With a major firmware update (for example, from Android 12 to 13), system applications can be restored to factory settings. In this case, the shutdown procedure will have to be repeated, but your personal data will not be affected.
Why is the "Delete" button inactive in the settings?
This is normal behavior for system applications. Manufacturers block the complete removal of such apps through the normal interface to prevent accidental disruption of the system. Use the "Disable" or ADB method.
Does disabling affect the operation of the antivirus?
In most cases, the built-in antivirus is part of the same package. Once disabled, the protection may no longer work in real time. It is recommended to install a reliable third-party antivirus from Google Play if you often download files from unverified sources.
Do you need root access to disable it?
No, root access is not required. The ADB method allows you to disable the application for the current user without the need to unlock the bootloader or gain superuser rights, which preserves the warranty on the device.