Xiaomiβs MIUI-based smartphones are known for their abundance of pre-installed system applications, many of which users consider unnecessary. These programs not only take up space in memory, but also consume battery resources while running in the background. However, simple deletion through standard settings is often impossible β the system blocks such actions to protect the stability of the device.
In this article, weβll break down legitimate ways to stop and disable system applications on Xiaomi, including Redmi models, POCO and the flagship Mi series 11/12/13/14. You will learn how to temporarily suspend unnecessary services, completely deactivate them or even delete them (with risk caveats). MIUI 12β14 and relevant for devices with unlocked or locked bootloader.
Important: Some activities require superuser rights (root) or ADB use β we will explain in detail how to minimize risks and avoid βbrickingβ the phone. If you are a beginner, start with the safest ways (sections 2β3) and then move on to radical measures.
Why you canβt just remove system applications through settings
MIUI firmware integrates system applications into the OS kernel. Attempt to delete them via Settings β Applications usually end with the message "Delete is impossible" or "Application is protected."
- π Service dependencies: For example, com.miui.analytics is associated with the operation of Mi Account and the theme store. its deletion may violate authorization.
- π‘οΈ Security: Some applications (e.g. com.miui.guardprovider) are responsible for virus protection and activity monitoring.
- π± Functionality MIUI: Services like com.miui.systemAdSolution manage advertising in the system β their removal can lead to errors in the settings menu.
Even if you manage to bypass the protection and remove the system app, it can lead to:
- β οΈ Cyclical restart (bootloop) on the next update MIUI.
- π Loss of functions: for example, the ability to adjust gestures or work will disappear IR-remote.
- π Automatic Recovery: Some applications (com.xiaomi.midrop, com.miui.player) return after a reset or update.
β οΈ Note: On devices with a blocked bootloader, an attempt to delete critical system files via root or ADB This can lead to loss of warranty and the need to flash through Fastboot.
Method 1: Stop applications through settings (without root)
The safest method is to force the autorun to stop and disable it, and it doesn't delete the application, but it prevents it from running in the background.
- π΅ com.miui.player (Mi Music)
- πΊ com.miui.videoplayer (Mi Video)
- π com.android.browser (Mi Browser)
Instructions:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select "Show all processes".
- Find the app you want (such as Mi Video) and open your card.
- Click "Stop" and then "Disable" (if the button is active).
- Go to AutoRun and turn off all permissions.
Limitations of the method:
- β Does not work for system services (e.g. com.miui.analytics).
- β³ The application can be activated again after restarting or updating. MIUI.
βοΈ Preparation for application deactivation
Method 2: Using ADB to deactivate (without root)
If the standard settings do not allow you to disable the application, you can use Android Debug Bridge (ADB).
- π₯οΈ Computer with installed ADB Tools.
- π± Included Debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times to tap β Return to Additional Settings β For developers).
Commands for deactivation:
adb shell pm disable-user --user 0 com.miui.analytics
adb shell pm hide com.miui.msa.globalList of safe to disable packets:
| Package name | Annex | Risk |
|---|---|---|
| com.miui.analytics | MIUI Analytics | Low. |
| com.xiaomi.midrop | Mi Drop (file transfer) | Medium. |
| com.miui.bugreport | Error reports | Low. |
| com.miui.systemAdSolution | Advertising module | High (may break settings) |
β οΈ Note: The commands pm uninstall or pm remove for system applications lead to irreversible deletion and can render the phone inoperable. Use only disable-user or hide.
π‘
Before execution ADB-Create a recovery point in the TWRP (If installed, this will allow you to roll back changes when a failure occurs.
Method 3: Remove via Magisk (root required)
If your Xiaomi has a bootloader unlocked and Magisk installed, you can use modules to remove system applications.
- π§© Universal SafetyNet Fix (to bypass Google checks).
- ποΈ App Systemizer β converts system applications into custom applications (more secure than complete removal).
- β‘ MIUI Debloater β a specialized module for Xiaomi.
Step-by-step:
- Install Magisk Manager and check root status.
- Download the MIUI Debloater module (check compatibility with your version of MIUI).
- Install the module through Magisk β Modules β Install from storage.
- Reset the device.
- After downloading, open Settings β Applications and remove unnecessary programs as normal.
Critical: Do not delete packets prefixed com.android. or com.qualcomm. β this can disrupt the system kernel.
What if the phone does not turn on after removing the application?
Method 4: Manual removal via TWRP (for experienced)
This method is suitable for owners of devices with installed custom recap (TWRP) and allows you to physically remove the files of system applications from the /system partition, but requires caution.
Tools required:
- π± Xiaomi with unlocked bootloader and TWRP.
- πΎ Backup copy of section /system (put in TWRP beforehand!).
- π§ Root Explorer or ADB file-navigation.
Algorithm of action:
- Download to TWRP (Power + Vol Up)
- Go to Advanced β File Manager.
- Open the /system/priv-app or /system/app folder.
- Find the folder with the name of the application being removed (such as MiBrowser) and delete it.
- Reset the device.
β οΈ Note: Deleting folders like MiuiSystemUI or Settings will cause the interface to fail completely. Always check the packet name through adb shell pm list packages. | grep "miui".
Method 5: Alternative β Hiding applications through the launcher
If you do not need to completely remove system programs, but just hide them from the eyes, use the launcher features:
- π V POCO Launcher: Press the icon β "Hide".
- π± In the standard launcher. MIUI: Settings β Desktop β Hide applications.
- π For complete hiding from search: disable the application in Settings β Annexes β [name] β Show in the app menu.
Advantages of the method:
- β Does not require rooting or ADB.
- β Reversible at any time.
- β It does not affect the stability of the system.
Disadvantages:
- β The application continues to work in the background and consume resources.
- β Does not hide notifications from system services.
π‘
Hiding through the launcher is the only method that does not require technical skills and is completely safe for the device.
What to do if after disabling applications the phone began to work worse
If you notice slowdowns, loss of features, or persistent errors after manipulating system applications, follow these steps:
- Restore disabled applications: adb shell pm enable com.miui.analytics adb shell pm uninstall -k --user 0 com.miui.msa.global (replace packet names with those you disabled).
- Clear the cache: Go to Settings β Storage β Clear the app cache. Or through TWRP: Wipe β Advanced Wipe β Dalvik / ART Cache.
- Reset settings (if errors are critical): No data loss: Settings β System β Reset. Full reset: Settings β About phone β Reset to factory.
If the problem is not solved, search the phone via Fastboot using the official firmware from Xiaomi. Use the version of MIUI that corresponds to your model and region.