Why Xiaomi is accumulating unnecessary applications and how to fix it
Xiaomi, Redmi and POCO are known for their rich functionality, but with useful chips, users often receive dozens of pre-installed programs, some of which duplicate functions (for example, two browsers or three galleries), others are not used at all, but take up space in memory and consume battery power. According to a study by Counterpoint Research, devices with MIUI installed on average 30% more applications out of the box than on smartphones with pure Android.
Compounding the problem, many programs cannot be removed by standard methods β the βDeleteβ button is simply not on the menu, due to Xiaomiβs policy of integrating some of the software into the firmware to keep the ecosystem running. However, even such applications can be deactivated or removed using hidden system features or third-party tools. In this article, we will discuss all the current methods, including those that work on the latest versions of MIUI 14 and HyperOS.
It is important to understand the difference between the types of applications:
- π± Custom β installed by you from Google Play or.apk files. Removed without limitation.
- π§ System β preinstalled Xiaomi (e.g. Mi Browser, Mi Video) often blocked from removal.
- π‘οΈ Service-critical for the operation of the system (for example, MIUI System UI). You can't delete!
Method 1: Standard removal through the application menu
Letβs start with the simplest method, which is suitable for most user and part of the system programs, this method does not require super-user rights (root) and works on all models from the Redmi Note 10 to the flagship Xiaomi 14.
Instructions:
- Open the app menu by swiping up from the bottom of the screen.
- Find the unwanted app and hold its icon for 1-2 seconds.
- In the context menu that appears, select βDeleteβ (or the basket icon).
- Confirm the action by pressing "OK".
If the Remove button is missing or inactive, the application is protected by the system, in which case try alternative methods in the following sections. Note that some programs (such as Google Play Services) cannot be removed, which will lead to unstable operation of the device.
β οΈ Note: On some models (POCO F5, Redmi K60) After removing system applications, access to functions such as IR-Check the remote or read mode before removing the app to see if it is connected to the chips you want.
Method 2: Deactivate system applications (without deletion)
If the app can't be removed, it can be turned off, which will stop the background and hide the icon from the menu, and works without root rights and is suitable for models on MIUI 12-14.
How to turn it off:
- Go to Settings β Applications β Application Management.
- Select the app from the list (e.g. Mi Browser).
- Click "Disable" (or "Delete Updates" if the off button is not available).
- Confirm the action in the dialog window.
The programs will not be disabled:
- π Update via Google Play.
- π± Show up in the app menu.
- π Expend battery power in the background.
To return the application, re-enter its settings and click "Enable." This method is secure, but does not free up the device's memory - the program files remain in the system.
βοΈ Preparation for application deactivation
Method 3: Remove via ADB (for power users)
Android Debug Bridge (ADB) is a method that requires connecting the phone to a computer, but does not violate the warranty, and is suitable for all Xiaomi models, including the Black Shark and POCO X5.
Step-by-step:
- Download and install ADB Tools on PC.
- On your phone, activate Developer Mode: Go to Settings β About the phone. 7 times press "Version" MIUI". Back to Settings β Additionally. β For developers, turn on "Debugging by" USB".
"File transfer"
adb
adb devices
adb shell
pm list packages | grep'xiaomi'(Replace Xiaomi with a part of the name of the package you want, such as the browser for Mi Browser).
pm uninstall -k --user 0 com.android.browser(Replace com.android.browser with your app package name).
Once the command is executed, the application will be removed only for your user profile (without affecting system files), which avoids errors when updating MIUI.
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.android.browser | Yes. |
| Mi Video | com.miui.videoplayer | Yes. |
| GetApps | com.xiaomi.mipicks | Yes. |
| Mi Music | com.miui.player | Yes. |
| Security (Security) | com.miui.securitycenter | No (critical) |
β οΈ Note: Deleting packages like com.miui.securitycenter or com.android.settings may result in loss of functionality (e.g., no access to settings or fingerprint scanner). Always check the packet name before deleting!
π‘
Before mass removal of applications via ADB, make a backup command adb backup -apk -obb -shared -all -f backup.ab. This will save all data in case of error.
Method 4: Use of third-party utilities (without root)
If ADB seems complicated, you can use specialized application management tools, and one of the most reliable is the App Inspector (available on Google Play).
- π View a list of all installed packages (including hidden packages).
- ποΈ Remove or disable system applications without root.
- π Sort programs by size, installation date, or status.
How to use App Inspector:
- Download and install the app from Google Play.
- Provide access to "Special Features" (required for the utility to work).
- In the main menu, select the tab "Systems".
- Find an unnecessary app and click on it.
- Select "Delete for User" (similar to ADB command).
The advantage of this method is the visual interface and the ability to cancel actions, but some programs (for example, com.xiaomi.midrop for transferring files) can recover after the MIUI update.
What to do if the app is restored after the update?
Method 5: Complete removal with root rights (for advanced)
If you're willing to sacrifice a warranty for the sake of maximum system purity, you can get root rights and remove applications at the superuser level, a method that is suitable for models like the Xiaomi 13 Ultra or the POCO F4 GT, where there is especially a lot of unnecessary software preinstalled.
To obtain root, you will need:
- Unlock the bootloader via Mi Unlock Tool (requires a Xiaomi account and wait 7-30 days).
- Install custom recovery (TWRP or OrangeFox)
- Switch Magisk to manage superuser rights.
After rooting, use Root Explorer or Titanium Backup to remove:
- π Go to the folder. /system/app or /system/priv-app.
- ποΈ Find a folder with the name of the application (for example, Browser) and delete it.
- π Reset the device.
β οΈ Note: Deleting root-righted system files can cause a device to "brick" (inoperable). TWRP On some models (Redmi Note 12) after the critical packets are removed, they may stop working. NFC camera.
π‘
Getting root rights voids Xiaomiβs warranty and can block access to banking applications (due to the SafetyNet trigger).
Cleaning up residues after removing applications
Even after you delete the application, you still have temporary files, cache and settings, and to make room completely, follow the following steps:
1. Clearing the cache:
- Go to Settings β Applications β Application Management.
- Select the remote application (it can be displayed as βDisabledβ).
- Click "Clear Cache" and "Clear Data".
Manual deletion of folders:
- Connect your phone to your PC or use a file manager (such as Mi File Manager).
- Go to /storage/emulated/0/Android/data/[name packet] /storage/emulated/0/Android/obb/[name packet]
- Delete the remaining files.
Storage optimization:
- Run the built-in Settings utility β Memory β Cleanup.
- Use applications like SD Maid for deep cleaning.
On HyperOS models (such as Xiaomi 14), some cache is stored in a protected area, and may require a reboot in Safe Mode to clean it (hold the power button β βReboot Safe Modeβ).
Frequent Mistakes and How to Avoid Them
When users delete applications, they often face some problems, and here are the most common ones and how to solve them:
| Problem. | Reason. | Decision |
|---|---|---|
| Remove button is inactive | Application protected by MIUI | Use ADB or disable the application |
| After removal, the functionality disappeared | Critical package removed | Restore through backup or reset |
| "Failure to delete" error | Not enough rights. | Repeat with ADB or get root |
| The app has recovered after the update | MIUI automatically restores packages | Turn off auto updates in the Play Market |
If after removing the system applications, the phone started to overheat or discharge quickly, check the active processes in Settings β Battery β Battery Use.
π‘
Before mass removal of applications, check them for dependence on Xiaomi services. For example, deleting com.xiaomi.xmsf can disrupt push notifications.