Why Xiaomi is Hard to Remove Apps and What to Do About It
Owners of smartphones Xiaomi, Redmi and POCO And they're constantly facing a problem: many of the pre-installed apps can't be removed in the standard way, and even after you click "Delete" on the menu, they stay in the system, taking up memory and consuming resources. MIUI โ Xiaomiโs proprietary shell, which blocks the complete removal of system utilities and Google services.
But the good news is that there are at least 5 working methods to get rid of unnecessary software, from simple (through settings) to advanced (using ADB or superuser rights). In this article, we will discuss each method in detail, taking into account the features of different versions of MIUI (12 to 14) and smartphone models. Importantly, some methods require caution - improper actions can lead to a system failure or loss of warranty.
Before you start, check:
- ๐ฑ Your device model (e.g. Redmi Note 12 Pro)+ or POCO X5 Pro)
- ๐ข Version MIUI (find out in Settings โ The phone)
- ๐ Unlocking status of the bootloader (if you plan to use it) ADB)
Method 1: Standard removal via MIUI settings
The safest and easiest method is to uninstall through the app menu.It is suitable for custom programs (installed from Google Play or APK), as well as for some preinstalled Xiaomi utilities that are not system.
Instructions:
- Open Settings โ Applications โ Application Management.
- Find the desired application in the list (you can use the search).
- Click on it and select โDeleteโ or โDeinstallโ.
โ ๏ธ Note: If the Remove button is inactive or replaced with Disable, the application is system-based. In this case, the standard method will not work, move to the following methods.
Installed games (such as PUBG Mobile or Free Fire)
Third-party messengers (Viber, Skype)
Some Xiaomi utilities (Mi Video, Mi Music)
Applications from the operator (if not blocked)
-->
If you want to remove updates to your system application (like Google Play Services), select โDelete Updatesโ โ this will return the program to the factory version, but will not free up space completely.
Method 2: Disabling system applications (without deleting)
When you can't completely delete it, you shut it down, so it hides the app from the menu, stops the app from running in the background, saves battery power, and it still takes up memory.
How to turn it off:
- ๐ง Go to Settings. โ Annexes โ Application management.
- ๐ Find the right app (like Mi Browser or GetApps).
- ๐ซ Click "Disable" and confirm the action.
What apps can be safely disabled?
The apps that are disabled wonโt receive updates or appear in the menu, but their data will remain in the deviceโs memory. To return the app, go to the same settings and click โEnableโ.
Mi Browser (browser)
GetApps (app store)
Mi Video and Mi Music (media players)
Google Duo and other Google services
Other (write in the comments)
-->
Method 3: Removal through ADB (without ROOT-rights)
To remove system applications without obtaining superuser rights, use ADB (Android Debug Bridge), which works on all Xiaomi smartphones, but requires a connection to a computer and the activation of the developer mode.
Step-by-step:
- ๐ฅ๏ธ Install. ADB-Drivers on PC (download Platform Tools from Google).
- ๐ฑ On your smartphone, turn it on: ๐ Settings โ The phone. โ Version. MIUI (Press 7 times to activate the developer mode) ๐ Settings โ Additionally. โ For developers โ Debugging by USB
File transfer
cmd
platform-tools
adb devices(The name of your device should appear)
adb shell pm uninstall -k --user 0 name.packet(e.g. for Mi Browser: com.android.browser)
adb shell pm list packages | grep "keyword"For example, to search for all apps with "miui" in the title:
adb shell pm list packages | grep "miui"-->
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.android.browser | โ Yes. |
| GetApps | com.xiaomi.mipicks | โ Yes. |
| Mi Music | com.miui.player | โ Yes. |
| Google Duo | com.google.android.apps.tachyon | โ Yes. |
| Security (Security) | com.miui.securitycenter | โ No (critically for the system) |
โ ๏ธ Note: Removing system packages through ADB may lead to:
- ๐ Work failures MIUI (For example, the notification panel will disappear).
- ๐ง Unable to update (if critical services are removed).
- ๐ต Loss of functionality (for example, it will be turned off) NFC or IR-blaster).
Before deleting, make a backup through Settings โ System โ Backup.
Method 4: Complete removal of c ROOT-rights
If you are willing to take radical measures, ROOT-This allows you to remove any application, including those that are protected, but it has serious disadvantages:
- ๐จ Loss of warranty (Xiaomi does not officially support) ROOT).
- ๐ก๏ธ Security risk (vulnerability to viruses).
- ๐ Problems with OTA-Updates (you will need to update manually).
How to get ROOT on Xiaomi:
- ๐ Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait) 7-15 days).
- ๐ฑ Install a custom Recovery (TWRP) for your model.
- ๐ง Swipe Magisk through the recavers to receive ROOT.
Once you have the rights, use Root Explorer or Titanium Backup to remove unnecessary packets.
- ๐๏ธ Move to the /system/app or /system/priv-app.
- ๐ Find a folder with the name of the application (for example, Browser).
- ๐ฎ Delete the folder or rename it (add.bak at the end).
- com.android.systemui (MIUI interface)
- com.miui.home (launcher)
- com.google.android.gms (Google Services)
This will cause the smartphone to fail!
-->
Method 5: Use of third-party utilities (without ROOT)
If ADB seems complicated, you can use specialized programs to remove system applications without ROOT.
- ๐ ๏ธ App Inspector โ Shows the names of the packages ADB.
- ๐งน System App Remover (requires a connection to the USB).
- ๐ Debloater Tools (e.g. Universal Android Debloater for PC).
Example of Universal Android Debloater:
- ๐ฅ๏ธ Install the program on the PC and connect the phone to USB (plugged).
- ๐ Click on Read Device Packages to scan.
- ๐ Select unnecessary apps in the list (e.g. com.xiaomi.mipicks).
- ๐๏ธ Press "Uninstall Selectedยป.
โ ๏ธ Note: Third-party utilities may contain advertising or malicious code, download them only from official sources (for example, download them from official sources, XDA Developers.Pre-use check the program reviews.
What to do if after removing the application the phone is glitzy
Removing system components can sometimes cause MIUI to work in an unstable way.
- ๐ Continuous resets
- ๐ต Lack of mobile network
- ๐ Lost sound or vibration
So the critical application was removed.
Recovery methods:
- ๐ Reboot your phone โ sometimes it helps you get back to work.
- ๐ฅ Restore the remote package through ADB: adb shell cmd package install-existing name.packet
- โ๏ธ Make a reset to factory settings (if nothing helps).
- ๐ง Fly your phone through the Mi Flash Tool (extremely).
adb backup -apk -obb -shared -all -f backup.abThis will save all applications and data in case of a crash.
-->