Why Standard Removal Doesn't Always Work
Xiaomi smartphones based on MIUI often put users at a loss: it seems to have deleted the application through the menu, and it appears again in the list every day. Or worse, it takes up space in memory, but does not appear in the settings. It is all about the features of the firmware: some programs (system services, preinstalled utilities) are protected from removal, and some are simply hidden from the userโs eyes.
Another problem is zombie apps that remain in the background after uninstallation, which continue to consume battery, send notifications and even collect data, such as Mi Browser or Mi Video can "resurrection" after a MIUI update, if not removed correctly, and in this article we will discuss all working methods, including hidden features and tools for power users.
Important: Before removing the program, check whether the program is critical to the system. For example, removing Security can disrupt the fingerprint scanner, and deleting Mi Share can disable fast file transfer between Xiaomi devices.
Method 1: Standard removal via MIUI settings
The easiest method that works for most custom apps (downloaded from Google Play or Mi App Store) is suitable for Redmi Note 12, POCO X5, Xiaomi 13T and others with MIUI 14+.
Algorithm:
- ๐ฑ Open the Settings. โ Annexes โ Application management
- ๐ In the search bar, enter the name of the program (for example, Facebook or TikTok)
- ๐๏ธ Click on the app. โ Delete (if the button is active)
- โ ๏ธ Confirm the action if a warning about system files appears
If the Remove button is inactive (grey), it means the application is system or protected. In this case, go to methods 2-5. Also note the Disable button - it hides the program from the menu and stops it from working, but does not free up memory.
โ๏ธ What to do if the "Delete" button is inactive
โ ๏ธ Note: Do not remove applications called com.android., miui. or xiaomi.* from the standard menu, this can cause system failure).
Method 2: Hidden MIUI settings (for system applications)
MIUI hides some of the features from ordinary users, but they can be activated through developer menus or special combinations, which allows you to remove some system utilities (for example, Mi Music, Mi Calendar), which are not usually removed.
Instructions:
- Activate Developer Mode: Settings โ About Phone โ MIUI Version (click 7 times)
- Return to Settings โ Additional โ For developers and enable USB debugging.
- Install the MIUI Hidden Settings app (available on Google Play or on miui.huji.net).
- In the application, find the App Manager section โ select the desired application โ Uninstall.
List of applications that can be removed in this way (without risk to the system):
| Annex | Package | Can I remove it? |
|---|---|---|
| Mi Music | com.miui.player | Yes. |
| Mi Video | com.miui.videoplayer | Yes. |
| Mi Browser | com.android.browser | Yes (but you will lose quick access to the browser) |
| Mi Pay | com.mipay.wallet | Yes (unless you use Xiaomi Pay) |
| Cleaner | com.miui.cleanmaster | No (risk of optimization failures) |
Important: After you uninstall your system applications via MIUI Hidden Settings, they can return after you update MIUI again. To avoid this, disable automatic firmware updates or use method 5 (ADB).
Method 3: Remove in Safe Mode (for "unremovable" programs)
Some applications (especially viruses or aggressive software) block their uninstallation by masquerading as system processes, in which case a safe mode that downloads only basic Android services will help.
How to get into Safe Mode on Xiaomi:
- ๐ Turn off the phone.
- ๐ Press the power button before the logo appears MI.
- ๐ Once the logo appears, hold the Volume button down until you see the Safe Mode label at the bottom of the screen.
In safe mode:
- Go to Settings โ Applications.
- Find the problem app (it will be marked as Disabled or Stopped).
- Click Remove โ In Safe Mode, the uninstallation lock is usually removed.
โ ๏ธ Attention: Fingerprint and Face Unlock are not working in Safe Mode. PIN-It's also impossible to uninstall applications that are part of the unlock code or pattern lock. MIUI (For example, Security or Theme Manager).
What to do if the phone is in safe mode?
Method 4: Remove with root rights (for power users)
If you're willing to take the risk of taking full control of the system, you can uninstall any application, including those that are protected.
- ๐ฒ Unlocked bootloader on Xiaomi.
- ๐ง Installed by Magisk or other root manager.
- ๐ ๏ธ Root Explorer or Titanium Backup.
Step-by-step:
- Install Root Explorer from Google Play.
- Give the application root rights (the first start will be a request from Magisk).
- Go to /system/app or /system/priv-app (there are stored system applications).
- Find a folder with the name of the program you are removing (such as MiBrowser) and delete it.
- Reboot the phone.
List of apps that are not recommended to be removed even from root:
- ๐ซ com.android.settings (Settings)
- ๐ซ com.miui.home (Luncher) MIUI)
- ๐ซ com.qualcomm.qti* (CPU drivers)
- ๐ซ com.google.android.gsf (Google Services)
๐ก
Before you delete your system files from root, back up your /system folder via TWRP or OrangeFox Recovery to help restore your phone in case of a brick.
Method 5: Remove via ADB (without root but with PC)
The method is for those who don't want to root, but need to uninstall system applications, and it requires a computer with ADB drivers installed and USB debugging enabled on the phone.
Instructions:
- Download Googleโs Platform Tools and unpack it into a folder on your PC.
- Connect Xiaomi to your computer via USB, select File Transfer mode.
- Open the command line (cmd) in the folder with ADB and enter: adb devices (should appear the name of your device).
- Get a list of all applications: adb shell pm list packages
- Remove the unnecessary app (e.g. Mi Browser): adb shell pm uninstall -k --user 0 com.android.browser
Teams for popular Xiaomi apps:
| Annex | ADB Team Team |
|---|---|
| Mi Browser | adb shell pm uninstall -k --user 0 com.android.browser |
| Mi Video | adb shell pm uninstall -k --user 0 com.miui.videoplayer |
| Mi Music | adb shell pm uninstall -k --user 0 com.miui.player |
| Mi Pay | adb shell pm uninstall -k --user 0 com.mipay.wallet |
| Cleaner | adb shell pm uninstall -k --user 0 com.miui.cleanmaster |
โ ๏ธ Attention: Teams ADB Delete applications only for the current user (--user 0). After resetting settings or updating MIUI They can come back. To remove them completely, you need to add a flag. --user All, but it is risky - it can disrupt the system.
๐ก
ADB is the safest way to remove system applications without root, but requires a PC connection.Suitable for Xiaomi models with a locked bootloader.
What to do if the application is not removed
If none of these methods worked, check the following points:
- ๐ The application can be protected by the administrator of the device. โ Passwords and security โ Device administrators and uncheck the problem program.
- ๐ Maybe it's an update to the system app. Try to roll back to the factory version first: adb shell pm uninstall. -k --user 0 com.example.app then remove the update in Settings โ Annexes โ โฎ โ Remove updates.
- ๐ฆ The application can be part of the firmware (for example, Google Play Services), in which case only the flashing to custom will help. MIUI (For example, xiaomi.eu).
- ๐ฆ If it is a virus, use Malwarebytes or Dr.Web Light in Safe Mode.
If the phone after removal began to brake, overheat or give out errors, try:
- Clear the cache in Settings โ Memory โ Clear the cache.
- Reset the device.
- Restore a remote application via MIUI Hidden Settings or ADB: adb shell cmd package install-existing com.example.app