Xiaomi, Redmi and POCO are known for their rich functionality, but with it, users receive dozens of pre-installed apps, many of which duplicate the functions of Google services or go unused, taking up precious space in memory. However, not all programs can be deleted without risk โ some are critical to the stable operation of MIUI.
In this article, we will discuss which applications on Xiaomi can be removed without consequences and which should not be touched, you will learn how to distinguish system services from junk programs, what tools will help to safely clean the device, and what to do if problems arise after removal. We will pay special attention to the models MIUI 14/15 and the latest smartphones 2023โ2026 year-end.
Importantly, the removal procedure depends on the firmware version and regional build. For example, on the global (Global ROM) and Chinese (China ROM) versions, the lists of "safe" applications may differ. We will give universal recommendations, but always back up before you act!
Why Xiaomi has so many pre-installed apps
Xiaomi has dozens of partners, and many of the programs are contracted, such as Facebook, Netflix, or LinkedIn, often pre-integrated into firmware, and the company adds branded services:
- ๐ฑ MIUI-Launchers and themes (com.miui.home, com.android.themes)
- ๐ Security (com.miui.securitycenter)
- ๐ Optimizers (com.miui.cleanmaster)
- ๐ต Music and video players (com.miui.player)
Some of these applications can be deactivated through settings, but not all can be removed without root permissions. For example, com.xiaomi.midrop (Mi Drop) is easy to remove, while com.miui.securitycenter is not, as it is responsible for permissions and virus scanning.
Also, consider that budget models (Redmi 12C, POCO M6 Pro) often have advertising modules that can only be removed with ADB or root access. In premium series (Xiaomi 14 Ultra, Mix Fold 3) there are fewer such programs, but they are still present.
What applications can be removed without root rights
If you don't have root access, the list of safe programs to remove is limited, but even then you can get rid of a few gigabytes of junk. Here's a list of apps that you can manually remove (via Settings โ Apps):
- ๐ฌ Mi Video (com.miui.videoplayer) is the standard video player if you are using it. VLC or MX Player.
- ๐ต Mi Music (com.miui.player) โ Music player, replaced by Spotify or YouTube Music.
- ๐ Mi Browser (com.android.browser) โ a browser with ads, better to use Chrome or Firefox.
- ๐ฆ Mi Drop (com.xiaomi.midrop) is a file transfer service similar to Googleโs Nearby Share.
- ๐ก Mi Remote (com.duokan.phone.remotecontroller) โ a remote control if you are not using it.
- ๐ฌ Mi Community (com.xiaomi.forum) โ Xiaomi forum, rarely in demand.
- ๐ฎ Game Turbo (com.xiaomi.glgm) โ Optimizer for games, you can uninstall if you donโt play.
You can also uninstall most Google apps if you donโt use them:
- ๐ง Gmail (com.google.android.gm)
- ๐บ๏ธ Google Maps (com.google.android.apps.maps)
- ๐บ YouTube (com.google.android.youtube)
- ๐ Google Drive (com.google.android.apps.docs)
๐ก
Before you delete, check if the application is related to system functions, for example, com.google.android.gsf (Google Services Framework) can not be removed, this will lead to errors in the Play Market.
How to remove system applications without root rights (via ADB)
Removing deeply integrated programs will require ADB (Android Debug Bridge โ This method works on all Xiaomi models, including the Redmi Note 12, POCO F5 Xiaomi 13T. Important: Before the procedure, turn on debugging by USB In Settings โ The phone. โ Version. MIUI (Press 7 times) and Settings โ Additionally. โ For developers.
Step-by-step:
- Download ADB Tools and unpack it into a folder.
- Connect your phone to your PC and run the command line in the folder with ADB.
- Enter the commands in turn: adb devices (should appear your device) adb shell pm uninstall -k --user 0 name packet
Examples of packages for safe removal via ADB:
| Annex | Packet name | Effects of removal |
|---|---|---|
| Analytics | com.miui.analytics | Use statistics will no longer be sent |
| Mi Pay | com.xiaomi.payment | Xiaomi payment service will not work |
| Yellow Pages | com.android.yellowpages | Organizational directory will disappear |
| Miui Daemon | com.lbe.security.miui | Some security functions may be missing |
| Quick Apps | com.miui.quicksearchbox | The search bar on the main screen will disappear |
Backup important data
Enable debugging over USB
Install Xiaomi drivers on PC
Check the list of packages with pm list packages
Have a handy recovery manual-->
โ ๏ธ Note: Deleting com.miui.securitycenter or com.android.settings will cause your phone to fail, and donโt touch packages called miui.system, android, or google.play.services, which are critical components of your system.
Applications that cannot be removed under any circumstances
Some programs seem unnecessary, but are actually responsible for key MIUI functions, and deleting them can cause the device to freeze, crash, or fail altogether.
- ๐ซ MIUI System UI (com.miui.system - system interface.
- ๐ซ Settings (com.android.settings) โ phone settings.
- ๐ซ MIUI Security Center (com.miui.securitycenter) โ Security and Permissions Center.
- ๐ซ Google Play Services (com.google.android.gms) โ the basis for Google applications.
- ๐ซ MIUI Framework (com.miui.miuiframework.
- ๐ซ Telephony Provider (com.android.providers.telephony) SIM-card.
It is also not recommended to touch:
- ๐ถ Geolocation Services (com.google.android.location)
- ๐ Food management (com.miui.powerkeeper)
- ๐ถ Communication modules (com.android.phone, com.android.bluetooth)
If you accidentally delete one of these packages, you can only restore the functionality through a full reset or flashing. On some models (for example, Xiaomi 12T or Redmi K60), this may require unlocking the bootloader.
What happens if you remove MIUI Security Center?
How to Disable Unnecessary Applications Without Deleting
If you're not sure about the security of the deletion, you can disable the programs that you don't need, and that will free up RAM and stop background activity, but the application files will stay on the system, and you can do this in two ways:
Method 1. Through MIUI settings:
- Go to Settings โ Applications โ Application Management.
- Select an unneeded app (such as Mi Browser).
- Click Disable (if the button is active).
Method 2. Through ADB (for system applications):
adb shell pm disable-user --user 0 name packetExamples of applications that can be safely disabled:
- ๐ฐ Mi News (com.miui.android.fashiongallery)
- ๐ GetApps (com.xiaomi.mipicks) โ Xiaomiโs app store.
- ๐ Cleaner (com.miui.cleanmaster) โ Memory Optimizer.
- ๐ฑ Second Space (com.miui.secondspace) โ a function of the second desktop.
โ ๏ธ Warning: Disabling com.google.android.gsf (Google Services Framework) will cause Play Market errors and inability to update apps. If this happens, return the package to work with the command: adb shell pm enable com.google.android.gsf
What to do if after removing applications, the phone began to glittle
If after cleaning the device there are freezes, errors or broken functions, use these tips:
- Check the error logs: Install Logcat Extreme from the Play Market and see what processes are falling, most often with remote com.miui. or com.google. packets.
- Restore Remote Application: If you know the name of the package, return it via ADB: adb shell cmd package install-existing name packet
- Reset: Go to Settings โ About Phone โ Settings Reset. This will bring back all system applications, but delete user data.
- Download the official firmware for your model from the Xiaomi website and install via Fastboot or Recovery.
On models with unlocked bootloader (Xiaomi 13 Pro, POCO F4 GT) you can use custom recavator (TWRP) and restore the backup system. If the bootloader is locked, you will have to wait 7-15 days to unlock through the Mi Unlock Tool.
๐ก
If the Play Market stopped working after removing the apps, chances are youโve hit com.google.android.gms or com.google.android.gsf. These packages must be restored!
Specificity of removal on different versions of MIUI
The cleaning algorithm depends on the firmware version. Let's look at the features for popular builds:
| MIUI version | Features | Recommendations |
|---|---|---|
| MIUI 12โ13 | Many promotional modules, but easier to remove through ADB. | You can safely delete com.miui.weather2, com.miui.notes. |
| MIUI 14 | The protection of system packages is enhanced, some applications are not removed even through ADB. | Use pm uninstall --user 0 instead of pm uninstall. |
| HyperOS (MIUI 15) | New architecture, some packages renamed (e.g. com.miui.home โ com.miui.launcher). | Before deleting, check the current packet names through pm list packages | grep miui. |
| Global ROM | Fewer Chinese services, but more Google apps. | You can delete com.facebook.appmanager, com.netflix.partner.activation. |
| China ROM | Many Chinese services (Weibo, Alipay, Baidu). | Delete com.sina.weibo, com.eg.android.AlipayGphone, but be careful with com.baidu.* โ these may be related to search. |
On HyperOS (new firmware for Xiaomi 14, Redmi K70), some older ADB commands may not work.
adb shell cmd package uninstall --user 0 name packet