Owners of Xiaomi, Redmi and POCO smartphones regularly face a problem: some pre-installed applications cannot be removed by standard methods. System utilities like Mi Video, Mi Music, Browser or GetApps take up space in memory, consume battery power in the background and show annoying ads โ but the โDeleteโ button in the app menu is inactive. Why is this happening?
The fact is that MIUI (Xiaomi firmware) classifies such programs as system-based, integrated into the firmware layer, and the manufacturer blocks their uninstallation to preserve the functionality of the ecosystem. However, there are workarounds, from simple shutdown to complete removal through ADB or MIUI Hidden Settings. In this article, we will discuss all working methods, including those that do not require root rights, and also explain which applications can be safely removed and which are better left.
Why some apps on Xiaomi are not removed
The pre-installed applications in MIUI are divided into three categories:
- ๐ฑ Custom - downloaded from Google Play or GetApps. Removed in the standard way through the app menu.
- ๐ง System (deactivated) - part of the shell, but they can be turned off (for example, Mi Pay, Mi Community.
- ๐ซ System (unremovable) โ critical to work MIUI (For example, Security, Settings, Launcher, and their removal can cause the smartphone to fail.
The manufacturer blocks the removal of the second and third categories for several reasons:
- ๐ Synchronization with the ecosystem: applications like Mi Cloud or Mi Account are needed for backup and authorization.
- ๐ฐ Monetization: Browser, Mi Video and GetApps show ads that generate revenue for Xiaomi.
- ๐ ๏ธ Stability: Deleting some services (such as Google Play Services) will disrupt other software.
โ ๏ธ Warning: Removing system applications may cause malfunctions MIUI, including the inability to update firmware or loss of features such as dark theme or navigation gestures!
Method 1: Disabling applications (without deleting)
If you just have to hide an unnecessary application and stop it from working in the background, you just have to turn it off. This method does not require root rights and is safe for the system.
- ๐ต It will not appear in the menu (except for a list of all apps in the settings).
- ๐ It will not consume battery power.
- ๐ค No updates will be received.
- ๐ฅ Save your data (when you turn it back on, everything will return).
Instructions:
- Open Settings โ Applications โ Application Management.
- Select the app you want (such as Mi Video).
- Click Disable (if the button is inactive, the application is critical to the system).
- Confirm the action in the dialog window.
List of apps that can be safely disabled on most Xiaomi devices:
| Annex | Appointment | Can I turn it off? |
|---|---|---|
| Mi Browser | Browser with ads | โ Yes. |
| Mi Video | Video player with ads | โ Yes. |
| GetApps | Branded app store | โ Yes. |
| Mi Music | Music player | โ Yes. |
| Mi Pay | Payment system (only in China) | โ Yes. |
โ ๏ธ Warning: Do not disable Google Play Services, Security or Settings, which will cause your smartphone to run in an unstable way!
๐ก
If the app reappears after the MIUI update after the shutdown, repeat the procedure. To avoid this, use the ADB method (described below).
Method 2: Remove via MIUI Hidden Settings (without root)
MIUI Hidden Settings is a hidden settings menu that allows you to uninstall some system applications without using ADB or root rights. This method works on most Xiaomi, Redmi and POCO devices with MIUI 12-14 firmware.
Instructions:
- Open the phone app and enter the code: ##4636##
- In the menu that opens, select Phone Information (or Usage Statistics).
- Click on the tri-point icon (โฎ) in the upper right corner and select MIUI Hidden Settings.
- Go to the App Manager section.
- Find the application you want to remove and click Uninstall.
If #4636### is not working, try the alternative.
- ๐ฑ Open the Settings. โ The phone.
- ๐ง 5 times quickly click on the version MIUI (A notification will appear saying, โYou have become a developerยป).
- ๐ Back to Settings โ Additionally. โ For developers.
- ๐ Turn on Debugging. USB and Unlock. OEM.
- ๐ฒ Connect your phone to your PC and use it. ADB (3-way).
Enable Developer Mode (click 5 times on "MIUI Version")
Activate debugging over USB
Make sure your phone has enough charge (at least 50%)
Backup of important data-->
Method 3: Remove via ADB (without root but with PC)
Android Debug Bridge (ADB) is Googleโs official tool that lets you control your smartphone via the command line, which can remove most of Xiaomiโs pre-installed apps without getting root rights.
Step-by-step:
- Install ADB on your PC: Download Platform Tools from Google. Unpack the archive in the C:\adb folder. Open the Command Prompt in this folder (Shift + PCM โ Open the command window).
Connect the phone:
- Enable Settings โ For developers โ Debugging by USB.
- Connect your smartphone to your PC via cable and confirm the debugging permission.
- Check the connection: Adb devices (Your device name should appear).
- Get a list of all apps: adb shell pm list packages -f (Look for the name of the unwanted app in the list, for example com.miui.video for Mi Video.)
- Remove the app: adb shell pm uninstall -k --user 0 com.miui.video (Replace com.miui.video with the package of the desired application.)
List of packages of popular system applications Xiaomi:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.android.browser | โ Yes. |
| Mi Video | com.miui.video | โ Yes. |
| GetApps | com.xiaomi.mipicks | โ Yes. |
| Mi Music | com.miui.player | โ Yes. |
| Mi Pay | com.miui.mipay | โ Yes. |
| Security (with advertising) | com.miui.securitycenter | โ No (will cause disruptions) |
โ ๏ธ Note: pm uninstall removes the application only for the current user (--user 0). To get it back, you'll need to reset or flash it. If you want to completely erase the application from the system, use the command adb shell pm uninstall. --user 0 -k (flag -k caches and data).
๐ก
ADB is the most reliable way to remove system applications without root, but it requires caution. Always check the name of the package before removing it!
Method 4: Using applications for uninstallation (with root)
If you have root rights, the process of removing system applications is simplified. There are several specialized utilities that allow you to manage pre-installed software:
- ๐ง Titanium Backup is a classic application for backup and uninstall system programs. Supports batch removal.
- ๐๏ธ System App Remover is a simple tool with the ability to filter applications by category (system, user).
- ๐ ๏ธ Root App Deleter โ allows you to delete, freeze and restore applications.
- ๐ SD Maid โ not only removes apps, but also cleans up garbage after them.
Instructions for System App Remover:
- Install the app from Google Play.
- Provide root rights when requested.
- In the main menu, select the System Apps tab.
- Check the boxes for unnecessary apps (for example, Mi Browser, Mi Video).
- Press Uninstall and confirm the action.
Advantages of using root applications:
- ๐ Ability to restore remote applications.
- ๐ Freeze instead of delete (the application does not work, but remains in the system).
- ๐๏ธ Packet processing โ removing multiple programs at a time.
โ ๏ธ Warning: Removing critical system components (such as Android System WebView or Google Play Services) can lead to bootloop (a looped boot).Always back up via Titanium Backup or Nandroid before mass deletion!
What if the phone does not turn on after removing the application?
Method 5: Flashing with removal of unnecessary applications
If you want to get rid of all Xiaomi pre-installed apps, the most radical way is to install custom firmware.
- ๐ฑ LineageOS โ โcleanโ Android without excess software.
- ๐ง Pixel Experience โ firmware with interface from Google Pixel.
- ๐ MIUI EU โ modified MIUI without Chinese services or advertising.
- ๐ ๏ธ Havoc-OS - firmware with an abundance of customization settings.
The process of flashing involves several stages:
- Unlock the bootloader: Apply for unlocking through Xiaomi's official website. Download the Mi Unlock Tool and connect your phone in Fastboot mode. Wait for confirmation (can take up to 72 hours).
Installation of custom recovery (TWRP):
fastboot flash recovery twrp.img
fastboot boot twrp.imgCustom ROM firmware:
- Download firmware (such as LineageOS) for your model.
- In TWRP, select Wipe โ Advanced Wipe (tag Dalvik, Cache, System, Data).
- Install the firmware through Install.
Advantages of custom firmware:
- ๐ Without pre-installed garbage, only basic Google services.
- ๐ Best Battery Optimization (No Background Processes) MIUI).
- ๐ฑ Quick updates (e.g. LineageOS gets security patches monthly).
โ ๏ธ Warning: Firmware will void warranty and may lead to device blinking if you make an error. Before the procedure, check firmware compatibility with your Xiaomi model on the forum XDA Developers.
Which apps can be removed and which ones canโt
Not all Xiaomi system applications are safe to remove, and below is a list of programs divided into risk categories.
โ Safe to remove (not critical to the system)
- ๐ Mi Browser (com.android.browser) โ a browser with ads.
- ๐ฌ Mi Video (com.miui.video) - Video player.
- ๐ต Mi Music (com.miui.player) - Music player.
- ๐ GetApps (com.xiaomi.mipicks) - a branded store.
- ๐ณ Mi Pay (com.miui.mipay) โ payment system (only available in China).
- ๐ Mi Reader (com.miui.reader) is a book reader app.
โ ๏ธ Remove with caution (may affect functionality)
- ๐ Security (com.miui.securitycenter) - Antivirus and optimizer. Deleting will result in the loss of garbage cleaning function.
- ๐ฑ Mi Share (com.xiaomi.mishare.connectivity) is a file transfer service that doesnโt allow fast data transfer between Xiaomi devices.
- ๐ Mi Sound Recorder (com.android.soundrecorder) - Recorder. Deletion will block recording of sound through standard means.
๐ซ Cannot be removed (critical for work) MIUI)
- โ๏ธ Settings (com.android.settings) - system settings.
- ๐ฑ Launcher (com.miui.home) - Desktop shell.
- ๐ Google Play Services (com.google.android.gms) โ required for most applications.
- ๐ถ Telephony (com.android.phone) โ responsible for calls and SMS.
- ๐ Battery Manager (com.miui.powerkeeper) โ manages power consumption.
If youโre in doubt about whether you can uninstall a particular application, check it out on forums like 4PDA or XDA. Itโs also helpful to create a restore point in TWRP before removing it.