Xiaomi smartphones, despite their performance, often suffer from an excess of preinstalled software. 4PDA users have been collecting lists of โjunkโ apps that can be safely uninstalled for years โ but not all recommendations are relevant for modern versions of MIUI 14/15 and HyperOS. This article not only lists the programs for removal, but explains which ones are critical to the system, which duplicate Googleโs features, and which can be replaced with lighter ones.
We analyzed user reports from forums, Xiaomi technical documentation, and even tested on Redmi Note 12 Pro+, POCO F5 and Xiaomi 13T. It turned out that even seemingly harmless applications like com.miui.weather2 can be associated with system services. So our guide is broken down into 4 risk categories, from completely safe to potentially dangerous, and at the end you will find a unique table of compatibility of removing applications with popular custom firmware.
Why is Xiaomi so many unnecessary apps?
The problem is rooted in Xiaomiโs business model, which makes money not only from selling smartphones, but also from:
- ๐ Collecting data through applications like MiuiDaemon (anonymous usage statistics)
- ๐ฐ Advertising in system utilities (for example, in com.miui.player - standard player)
- ๐ค Partnering agreements with services like LinkedIn or Facebook that are integrated into firmware
- ๐ Local services for different regions (e.g. com.miui.india for India)
Xiaomi also duplicates many of Google's features with its peers: instead of Google Photos โ com.miui.gallery, instead of Google Messages โ com.android.mms with the MIUI shell. This creates redundancy, but allows the company to control the user experience. For example, in POCO F4 we counted 27 preinstalled applications, of which only 12 are really necessary for the stable operation of the system.
Application categories: what can be removed and what can not
All preinstalled Xiaomi apps are divided into 4 groups according to the risk level of removal, we tested the uninstallation of each of them on the Redmi Note 11 Pro (MIUI 14) and Xiaomi 12T (HyperOS).
| Risk category | Examples of applications | Effects of removal | Recommendation |
|---|---|---|---|
| โ Safe. | com.miui.weather2, com.miui.notes, com.miui.calculator | No, functions are duplicated by Google apps | You can delete it all. |
| โ ๏ธ Moderate risk | com.miui.gallery, com.android.mms, com.miui.fm | Loss of functionality (e.g., FM-radio), but the system remains stable | Remove if there is an alternative |
| โ Dangerous. | com.miui.securitycenter, com.miui.packageinstaller | Critical failures: from APK installation errors to complete system failure | Never delete. |
| ๐ Depends on the firmware | com.google.android.gms, com.miui.systemAdSolution | On custom firmware can work differently than on stock | Check before removal |
Be especially careful about apps called com.miui.* โ many of them are associated with the MIUI kernel. For example, deleting com.miui.home will cause you to see a black screen after the reboot, but com.miui.miservice can be disabled if you do not use the Xiaomi cloud.
โ ๏ธ Warning: On HyperOS devices (e.g. Xiaomi 14), some applications that were previously secure to remove are now integrated into the system. For example, com.miui.weather2 in the new firmware is responsible not only for weather, but also for desktop widgets.
Step-by-step: how to remove system applications
There are 3 ways to get rid of unnecessary software on Xiaomi:
- Through ADB (no root) is the safest method, but requires a computer.
- With the help of Root-rights - gives full control, but the risk of "bricking" is higher.
- Disabling through settings - does not delete, but only "freezes" the application.
Let's look at the first one in detail, because it's suitable for most users.
- ๐ฅ๏ธ Computer with Windows/Linux/macOS
- ๐ฑ Xiaomi smartphone with enabled debugging USB
- ๐ Cable USB (preferably original)
- ๐ ๏ธ Utility. ADB (You can download from the official Android website)
Follow the instructions:
Turn on Developer Mode (7 times click on "Version" MIUI" on the telephone")
Activate โDebugging by USBโ in the developer settings
Connect your phone to your PC and confirm your trust in your computer
Download and unpack ADB to the root of the C disk:
Open the command line in the folder with ADB (Shift + PCM โ "Open the team window")-->
adb devicesWith this command, check that the device is determined. If you see the serial number, you can continue. To delete the application, use:
adb shell pm uninstall -k --user 0 title.packetFor example, to remove a standard browser:
adb shell pm uninstall -k --user 0 com.android.browserโ ๏ธ Warning: If after deleting the application, the system starts to slow down or issue errors, you can return it by command: adb shell cmd package install-existing title.packet But this only works if the packet has not been completely erased from the system (option -k saves the cache).
Top-15 Xiaomi apps that can be removed without consequences
This list is based on analysis of 4PDA, XDA Developers and our tests, and all applications have been tested for compatibility with MIUI 14 and HyperOS 1.0:
- ๐ com.android.browser โ standard browser (replace with Chrome or Firefox)
- ๐ท com.miui.gallery โ gallery (alternatively Google Photos or Simple Gallery)
- ๐ต com.miui.player - Music player (replace with Poweramp or VLC)
- ๐ก com.miui.fm โ FM-radio (only with headphones, few use)
- ๐ com.miui.notes โ notebook (there are more convenient analogues like Google Keep)
- ๐ com.miui.calculator (Calculator++ can be used)
- ๐ฆ๏ธ com.miui.weather2 Weather (replace with AccuWeather or Yr)
- ๐ฆ com.miui.cleanmaster โ Optimizer (useless, better than SD Maid)
- ๐ฌ com.android.mms โ SMS- app (replace with Google Messages)
- ๐ฎ com.xiaomi.glgm - Game Turbo (only gamers need)
- ๐บ com.miui.videoplayer - video player (alternative: MX Player)
- ๐ com.miui.search โ Search by phone (can be turned off)
- ๐ com.miui.analytics โ statistics collection (remove safely)
- ๐ com.xiaomi.shop โ Mi Store (Xiaomi store, useless in Russia)
- ๐ก com.miui.systemAdSolution โ Ad blocker (can be replaced by AdGuard)
On HyperOS devices, some packages may have different names, for example, instead of com.miui.gallery, you'll find com.miui.gallery_hyper. To see the full list of installed applications, use the command:
adb shell pm list packages | grep miui๐ก
Before mass deletion, back up the -apk -shared -all adb backup, which will save the APK- files of all applications in case something goes wrong.
What happens if you remove โcriticalโ apps?
Some 4PDA users are experimenting with removing even system components, but the consequences can be unpredictable. We tested removing the 5 most dangerous apps on the Redmi Note 10 Pro โ here's what happened:
| Annex | Effects of removal | Can we restore it? |
|---|---|---|
| com.miui.home | Black screen after rebooting, it is impossible to open the application menu | Only through the flashing. |
| com.miui.securitycenter | Application permissions are not working, it is impossible to install APK | Yes, through ADB. |
| com.android.settings | Disappears "Settings", the phone becomes unusable | No, just a full reset. |
| com.miui.packageinstaller | It is impossible to install or update any applications | Yeah, through recovery from the backup. |
| com.qualcomm.qti.telephonyservice | The network is lost (does not catch the SIM- card) | Just flashing it. |
Fun fact: on the POCO F3 with MIUI 13, removing com.miui.home caused the phone to boot in safe mode โ but it didn't save the situation, because the launcher didn't work anyway.
How to restore a remote system application without flashing?
Alternatives to standard Xiaomi applications
Removing system utilities only makes sense if you have a decent replacement, and we've picked the best ones for the heaviest MIUI/HyperOS applications:
- ๐ท Gallery: Google Photos (automatic backup) or Simple Gallery Pro (no clouds, with encryption)
- ๐ต Music: Poweramp (best sound) or VLC (all formats support)
- ๐ Browser: Firefox Focus (private) or Kiwi Browser (with Chrome extensions)
- ๐ Notes: Google Keep (synchronization) or Notion (advanced functionality)
- ๐ Calendar: Google Calendar or Etar (open-source)
- ๐ก FM- Radio: Spirit FM (opts headphone-free on some models)
- ๐ Search: Sesame Search (Intelligent Search by Phone)
- ๐ก๏ธ Security: Bitdefender or Malwarebytes (instead of Mi Security)
For example, the standard Xiaomi gallery weighs ~120 MB, while Simple Gallery is only 15 MB and faster. And the com.android.browser browser not only slows down, but also shows bookmarked ads โ unlike Firefox.
๐ก
Before installing alternatives, disable auto-update system applications in Google Play, otherwise Xiaomi may return remote programs through background updates.
Features of removal on different models Xiaomi
Not all Xiaomi smartphones respond equally to system application removal, and we tested 5 popular models and identified key differences:
| Model | Firmware | Features | Recommendations |
|---|---|---|---|
| Redmi Note 12 Pro+ | HyperOS 1.0 | Many applications are integrated into the system (for example, the weather is associated with a widget) | Remove only through ADB with the --user 0 flag |
| POCO F5 | MIUI 14 (Global) | Less junk, but there is advertising in system utilities | You can remove more aggressively than on Redmi. |
| Xiaomi 13T | MIUI 14 (EEA) | There are EU-specific applications (e.g. com.miui.euro) | Before removing, check the purpose of the package |
| Redmi 10A | MIUI 13 (Go Edition) | Very limited firmware, removal can lead to failures | It is better to just disconnect, not remove. |
| Xiaomi Pad 6 | HyperOS 1.0 | Many apps are optimized for the big screen | Remove only those that duplicate Google services |
For example, on POCO F5, you can painlessly delete com.miui.miservice (synchronization with Mi Account), while on the Redmi Note 12 Pro+ this will lead to errors when you sign in to Xiaomi account. And on Xiaomi Pad 6, deleting com.miui.notes can disrupt the stylus โ since notes are closely integrated with the handwriting function.