Xiaomi, Redmi and Poco smartphones are packed out of the box with dozens of pre-installed apps, many of which duplicate features or are not used at all. Users often face memory shortages, system slowdowns and excessive battery consumption due to background activity of unnecessary services. But removing system applications is a risky procedure: one wrong action can lead to malfunctions of the phone, loss of functionality or even โbrickingโ the device.
In this guide, we will analyze in detail which applications on Xiaomi can be removed without consequences, and which cannot be touched categorically. You will learn how to distinguish safe to remove from critical system components, what tools to use for cleaning, and how to recover deleted in case of error. MIUI 14/15 HyperOS and other models 2023โ2026 year-end).
Warning: even "safe" deletion can affect the operation of certain functions (for example, disabling Mi Video will deprive you of a standard video player). โ The phone. โ Backup or third-party tools like Swift Backup.
Why are there so many unnecessary apps on Xiaomi?
Smartphone manufacturers, including Xiaomi, pre-installed on devices two types of programs:
- ๐น System Services โ Critical Components MIUI/HyperOS, They're the ones that run the interface, the communications, the security, and if they're removed, they're going to crash.
- ๐น Bloatware: Unnecessary applications that take up memory and resources can be duplicate services (e.g., two browsers), advertising platforms, or partner programs (e.g., Netflix or LinkedIn).
Xiaomi is actively cooperating with Chinese and global partners, so on devices are often found:
- ๐ฑ Applications for specific regions (e.g. Mi Pay for India or Mi Credit for Asia).
- ๐ฎ Game Turbo, Mi Game Center, which most users do not need.
- ๐บ Media players and streaming services (Mi Video, Mi Music) that duplicate YouTube Music or VLC.
- ๐ Advertising platforms (User Feedback, MSA โ Mi Security Add).
Xiaomi also often duplicates the features of standard Android apps with its counterparts, such as Mi Browser instead of Google Chrome, and Mi Messages instead of Google Messages, which creates confusion and takes up unnecessary space.
โ ๏ธ Note: On devices for the Chinese market (with firmware China) ROM) Removing certain applications may block access to Xiaomi services, including cloud storage and updates. Before cleaning, check the firmware region in Settings โ The phone. โ Version. MIUI.
What apps can be removed without risk on Xiaomi?
We divided applications into three categories by security level of removal: Green zone โ programs that can be safely uninstalled without consequences for the system; Yellow zone โ applications that can be removed from the site and affect individual functions (for example, the standard player disappears); Red zone โ system components that can not be touched.
โ Green Zone: Safe to Remove
- ๐ต com.miui.player - Mi Music (standard music player, can be replaced by Spotify or VLC).
- ๐ฌ com.miui.videoplayer - Mi Video (videoplayer, duplicate) MX Player or VLC).
- ๐ com.miui.notes โ Notes (if you use Google Keep or Notion).
- ๐ฎ com.xiaomi.glgm โ Game Turbo (Game Accelerator, only gamers need).
- ๐ com.xiaomi.shop โ Mi Shop (branded Xiaomi store, useless outside China).
- ๐ com.miui.analytics โ User Feedback (collecting statistics, only consuming battery).
- ๐ com.miui.bugreport โ Error Reports (only required to send support logs).
- ๐ฌ com.android.mms โ Messages (if you use WhatsApp or Telegram as your primary messenger).
๐ก Yellow Zone: Remove with Care
- ๐ท com.miui.gallery โ Gallery (deleting will deprive you of a standard photo viewer, but you can replace it with Google Photos).
- ๐ com.android.browser โ Mi Browser (if you use Chrome or Firefox, but deleting it can knock down your default settings).
- ๐ com.android.contacts โ Contacts (you can delete if you sync your contacts through Google, but you will lose access to calls through the standard app).
- ๐ com.android.calendar โ Calendar (removed if you use Google Calendar, but reminders from system applications may be missing).
- ๐ com.miui.voiceassist โ Voice assistant (can be removed but voice control will be lost).
๐ด Red Zone: Never Remove It!
- โ ๏ธ com.android.settings โ Settings (deleting will result in loss of access to the phoneโs settings menu).
- โ ๏ธ com.miui.home โ Launcher (responsible for desktop, deleting will render the phone inoperable).
- โ ๏ธ com.miui.securitycenter โ Security (manages permissions, antivirus and optimization).
- โ ๏ธ com.android.phone โ Phone (responsible for calls and mobile network).
- โ ๏ธ com.google.android.gsf โ Google Services Framework (Critical to Google Services).
| Annex | Package (APK) | Can I remove it? | Effects of consequences |
|---|---|---|---|
| Mi Video | com.miui.videoplayer | โ Yes. | The standard player will disappear, but you can use third-party players |
| Game Turbo | com.xiaomi.glgm | โ Yes. | The game will be gone, but the games will work. |
| gallery | com.miui.gallery | ๐ก Carefully. | You will lose access to viewing photos through the system application |
| Security | com.miui.securitycenter | โ No. | Failure in the work of permissions, antivirus and optimization |
| Mi Browser | com.android.browser | ๐ก Carefully. | The default browser settings may be lost |
โ ๏ธ Note: On some models (e.g. Xiaomi) 13T Or the Redmi Note 12 Pro.+) Mi Video and Mi Music are integrated deeper into the system and their removal may cause errors in the media player. Before uninstall, check if the application is used by other services through Settings. โ Annexes โ [name] โ Permits.
How to Uninstall System Apps on Xiaomi: 3 Safe Ways
You can remove pre-installed applications in several ways - from a simple disconnect to a complete uninstallation through the ADB. The choice of method depends on your skills and purpose:
- ๐ Disconnection - the application stays on the system, but does not work and does not waste resources.
- ๐ Removal without root โ complete uninstallation through ADB (requires a connection to the PC).
- ๐ Remove from root โ Deep cleaning with Titanium Backup or Root Explorer (risky for beginners).
Method 1: Disconnect via settings (without root and ADB)
If you don't want to take risks, just turn off unnecessary apps, which won't free up memory, but will stop their background activity:
- Go to Settings โ Applications โ Application Management.
- Select an unused app (such as Mi Music).
- Click Disable (if the button is inactive, the application is critical).
- Confirm the action in the dialog window.
โ Pros: Safe, does not require technical skills.
โ Cons: The application remains in memory, updates continue to download.
Method 2: Removal via ADB (without root)
To completely remove system applications without obtaining root rights, use ADB (Android Debug Bridge.This method works on all Xiaomi devices with unlocked bootloader.
Install Platform Tools on PC (download from [the official Android website](https://developer.android.com/studio/releases/platform-tools))
Turn on the debugging. USB In Settings โ The phone. โ Version. MIUI (Press 7 times on "Version" MIUI", Then go back to the settings. โ Additionally. โ For developers)
Connect your phone to your PC and allow debugging
Open the command line in the folder with the platform-tools and check the connection with the adb device command
-->
After preparation, perform commands:
adb shell
pm uninstall -k --user 0 com.miui.videoplayer # Deletes Mi Video
pm uninstall -k --user 0 com.miui.player # Deletes Mi Music
pm uninstall -k --user 0 com.xiaomi.glgm # Deletes Game Turbo๐น Key key -k saves the application data (if you need to restore it).
๐น --user 0 indicates that the deletion is for the current user (does not affect other accounts on the device).
โ ๏ธ Note: If, after removing the application through ADB The phone started to brake or issue errors, restore it with the command: cmd package install-existing com.miui.videoplayer (replace com.miui.videoplayer with the remote application package).
Method 3: Removal with root rights (for experienced)
If you have a bootloader unlocked and you have Magisk or SuperSU installed, you can use Titanium Backup or Root Explorer for deep cleaning.
- ๐ด Error when deleting system file can lead to bootloop ( looped boot).
- ๐ด Some applications (MiuiHome, SecurityCenter) are protected and their removal will require additional manipulation of the file system.
To remove via Root Explorer:
- Open the application and provide root access.
- Go to /system/app or /system/priv-app.
- Find a folder with the name of the application (for example, MiuiVideo).
- Remove the folder or rename it (for example, in the MiuiVideo_bak).
- Reboot the phone.
๐ก
Before removing system applications through root, make a full partition backup /system assisted TWRP Or OrangeFox Recovery, which will allow you to recover your phone in case of a crash.
What happens if you delete the โwrongโ app?
Removing critical system components (e.g., com.miui.home or com.android.settings) will result in one of three scenarios:
- Mild failure: The functionality (e.g., calls or Wi-Fi will stop working), but the phone will remain functional, and it will be fixed by restoring the remote application.
- Bootloop: The phone will be fixated on the logo MI When you turn on, you need to flash it over Fastboot or Recovery.
- "Bricking": Complete loss of performance (phone not turning on, not responding to charging) Recovery is possible only through EDL-Mode (requires an authorized Xiaomi account and special equipment).
The most common errors after incorrect removal:
- ๐ด "Settings has stopped โ removed com.android.settings.
- ๐ด "No network" - damaged com.android.phone or com.miui.telephony.
- ๐ด "Black screen after unlocking" - removed com.miui.home (launcher).
- ๐ด "Notifications are not working" - damaged by com.miui.securitycenter.
If after removing the application, the phone stopped working correctly:
- Try to restore the application through ADB (see command above).
- If the phone is not turned on, go to Recovery (clip the power supply). + Volume up and reset (Wipe Data).
- In extreme cases, reflash the phone through the Mi Flash Tool in Fastboot mode.
How to enter EDL-Xiaomi?
How to Free Memory on Xiaomi Without Deleting Applications?
If you donโt want to risk removing system programs, use alternative ways to free up memory:
- ๐๏ธ Cache Cleanup: Go to Settings โ Apps, select any application and click Clear cache. Use Settings for bulk cleaning โ Memory. โ Clean up.
- ๐ Transfer of applications to SD-Map: In Settings โ Apps select the program and click Storage โ Change. โ SD-The map (not working on all models).
- โ๏ธ Cloud Storage: Move photos and videos to Google Photos or Mi Cloud (to Settings) โ Accounts. โ Mi Cloud).
- ๐ Disable Auto Updates: Go to Google Play โ Settings โ Auto Update Apps and select Do Not Update Automatically.
- ๐งน Remove duplicates: Use applications like Files by Google or SD Maid to find unnecessary files.
You can also turn off the background activity of unnecessary applications:
- Go to Settings โ Battery and Performance โ Battery Management.
- Select an app (such as Facebook or Mi Video).
- Activate the option to limit background activity.
For deep optimization, use the built-in cleaning tool:
- Open Security. โ Cleanup.
- Click Deep Clean and select unnecessary files (cache, temporary data, unused) APK).
- Confirm removal.
๐ก
Even if you donโt remove system applications, regular cache cleaning and background activity restriction can free up to 2โ5GB of storage and increase battery life by 10โ15%.
List of apps that are most often removed by Xiaomi users
Based on surveys and forum analytics (4PDA, XDA-Developers, Mi Community โ We have compiled a list of apps that users delete first:
| Annex | Package | Percentage of users who delete it | Reason. |
|---|---|---|---|
| Mi Video | com.miui.videoplayer | 87% | Dubbed YouTube or VLC, show-off |
| Mi Music | com.miui.player | 82% | Low quality playback, replaced by Spotify |
| Game Turbo | com.xiaomi.glgm | 76% | Only gamers need it, the rest are prevented by notifications |
| Mi Browser | com.android.browser | 71% | Slow, collects data, and is replaced with Chrome |
| User Feedback | com.miui.analytics | 94% | Sends statistics to Xiaomi, consumes battery |
Interestingly, Mi Pay and Mi Credit only remove 40 to 50 percent of users, because they don't take up much space or interfere with work. MSA (Advertising service removes almost everyone who knows about their existence.
Forums are also often asked if:
- ๐น Mi Share (com.xiaomi.midrop) โ Yes, unless you use Wi-Fi Direct.
- ๐น Mi Remote (com.duokan.phone.remotecontroller) โ Yes, if you donโt use your phone as a remote control.
- ๐น Mi Community (com.xiaomi.forum) โ Yes, itโs just a Xiaomi forum.
- ๐น Cleaner (com.miui.cleanmaster) โ No, itโs part of the cleaning system MIUI.