Owners of smartphones Xiaomi, Redmi and POCO They often have problems with pre-installed system applications that cannot be removed by standard means. MIUI Browser to Mi Video โ take up space in memory, consume battery power in the background and sometimes even show ads. In this article, we will discuss all working ways to disable or completely remove MI-applications, including root-rights-free methods, using ADB and custom recovery TWRP.
It's important to understand that the manufacturer blocks removal of system components for a reason. Some applications are critical to the stable operation of MIUI, and their removal can lead to failures, from interface errors to complete device failure. We will detail which applications can be safely deactivated and which should not be touched to avoid "brick" (turning the phone into a "brick").
Why? MI-Applications cannot be removed in the standard way
All pre-installed programs in MIUI are divided into two categories:
- ๐ฑ System applications โ integrated into firmware, responsible for basic functions (e.g. com.android.mms for SMS or com.miui.home for launcher.
- ๐ฏ Branded services are applications from Xiaomi (e.g. com.miui.browser or com.xiaomi.scanner) that can be removed in theory, but the manufacturer blocks this ability through settings.
The main reasons for blocking:
- License agreements with partners (for example, pre-installed games or services in regional firmware).
- Monetization through advertising in MI-Applications (e.g. Mi Music or Mi Video).
- Uniform user experience โ Xiaomi aims to have the same interface across all devices.
โ ๏ธ Note: Even if you disable the app through settings, it will remain in the deviceโs memory and can automatically update via Google Play or MIUI Updater.Total removal requires superuser rights or special tools.
Before you start deleting, check if the application is critical, such as com.miui.securitycenter for security, and com.miui.cleanmaster for optimization, and deleting them can lead to unstable smartphone performance.
Method 1: Disconnection MI-Applications through settings (without root)
The safest method is to deactivate unnecessary programs, which will not remove them from the device, but will stop background activity and hide icons from the menu.
Instructions:
- Open Settings โ Applications โ Application Management.
- In the upper right corner, press three dots (โฎ) Select Show System Processes.
- Find the right app (like Mi Browser) and tap it.
- Click Disable (if the button is inactive, the application is protected).
- Confirm the action in the dialog window.
List of applications that can be disabled without risk:
- ๐ com.miui.browser โ MIUI Browser (browser).
- ๐ต com.miui.player - Mi Music (music player).
- ๐ฌ com.miui.videoplayer - Mi Video (videoplayer).
- ๐ฆ com.xiaomi.midrop - Mi Drop (file transfer).
- ๐ com.miui.notes โ Notes (if you use Google Keep).
โ ๏ธ Warning: Do not disable com.miui.home, com.android.settings, or com.miui.securitycenter, which will result in a cyclical reboot of the device.
Once the app is disabled, its icon will disappear from the menu, but the files will remain in memory. To free up space, you will need to completely delete (see the following methods).
โ๏ธ Preparation for shutdown MI-applications
Method 2: Remove via ADB (without root but with PC)
ADB (Android Debug Bridge is Googleโs official tool that allows you to control your device via the command line. MI-Applications without obtaining root rights.
What you need:
- ๐ฅ๏ธ Computer with Windows, macOS or Linux.
- ๐ฑ USB-cable (preferably original).
- ๐ง Included debugging by USB smartphone.
- ๐ฆ Installed drivers ADB and Fastboot.
Step-by-step:
- Activate Developer Mode: Settings โ About Phone โ MIUI Version (tap 7 times) Then go back to Settings โ Additional โ For Developers and turn on USB Debugging.
- Connect your smartphone to your PC and select File Transfer mode.
- Download ADB Tools and unpack the archive.
- Open the command prompt (cmd) in the folder with ADB and type: adb devices If the device is displayed, type: adb shell
- To remove the application, use the command: pm uninstall -k --user 0 name.pack For example, to delete Mi Browser: pm uninstall -k --user 0 com.miui.browser
List of safe packet removal:
| Annex | Packet name | Description |
|---|---|---|
| Mi Browser | com.miui.browser | Standard browser with advertising |
| Mi Video | com.miui.videoplayer | Video player with integrated services |
| Mi Music | com.miui.player | Music player |
| GetApps | com.xiaomi.mipicks | Branded app store |
| Mi Drop | com.xiaomi.midrop | File transfer over Wi-Fi |
โ ๏ธ Note: pm uninstall commands remove the application only for the current user (--user 0). After resetting the settings or updating the firmware, it can return. TWRP root.
If you have problems after deleting (for example, errors when running other applications), restore the remote packet by command:
cmd package install-existing name.packet๐ก
Before deleting through ADB, back up your application list with the adb shell pm list packages > apps.txt command. This will help you recover remote programs if something goes wrong.
Method 3: Complete removal via TWRP (requires unlocking the bootloader)
If you're ready for more radical measures, custom TWRP restore allows you to remove system applications at the firmware level, which requires unlocking the bootloader and installing TWRP, which voids the warranty and carries risks.
Advantages of the method:
- ๐งน Delete application files completely (not just deactivate).
- ๐ Ability to create backups before changes.
- ๐ ๏ธ It works even after the updates. MIUI.
Instructions:
- Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-30 days).
- Install TWRP for your model (see instructions on XDA Developers).
- Download to TWRP (hold Power + Volume Up when enabled).
- Go to Advanced โ File Manager.
- Find the /system/priv-app or /system/app folder and delete folders of unnecessary applications (e.g. Browser for Mi Browser).
- Reset the device.
List of folders for safe removal:
- ๐ Browser โ Mi Browser.
- ๐ VideoPlayer โ Mi Video.
- ๐ Music โ Mi Music.
- ๐ MiDrop โ Mi Drop.
- ๐ MiuiDaemon โ analytics service that can collect data).
โ ๏ธ Attention: Removal of folders in /system without backup, it can make it impossible to boot the system. TWRP before the changes (Backup) โ Select Partitions โ System).
After removal, it is recommended to clean the cache (Wipe) โ Cache/Dalvik) If the device doesn't boot, restore the backup through TWRP.
What if the phone is not turned on after TWRP removal?
Method 4: Magisk and App Systemizer
If you already have root rights (obtained through Magisk), you can use the App Systemizer module, which allows you to convert system applications to custom ones and remove them without risk to the system.
Advantages of the method:
- ๐ The ability to return the application back.
- ๐ก๏ธ Less risk than manual removal through TWRP.
- ๐ฑ It works on most versions. MIUI (including MIUI 14).
Instructions:
- Install Magisk and get root rights.
- Download the App Systemizer module and install it through Magisk.
- Reset the device.
- Open App Systemizer from the Magisk menu.
- Select the app from the list and click Convert to User App.
- After conversion, remove the application in the standard way.
Examples of conversion applications:
- ๐ฑ com.miui.analytics โ Analytics collection.
- ๐ com.miui.hybrid โ hybrid services (advertising).
- ๐ฆ com.xiaomi.mipicks โ GetApps.
If the application stops working after conversion, return it to system state through the same module (Convert to System App).
๐ก
Using Magisk and App Systemizer is the safest way to remove root-righted system applications, as it allows you to roll back changes.
Method 5: Alternative solutions (without deletion)
If you donโt want to risk the stability of the system, consider alternative methods:
1. Hiding icons through launcher
- ๐ฑ Use third-party launchers (Nova Launcher, Lawnchair) that allow you to hide application icons.
- ๐ In Nova Launcher: a long press on the desktop โ Settings โ Hidden applications.
Limitation of activity in the background
- ๐ซ Open the Settings. โ Annexes โ Permits โ Autostart and disable Autostart for unnecessary programs.
- ๐ B Settings โ Battery โ Energy saving mode add applications to the blacklist.
3. Freezing through ADB (without removal)
Freeze command (the app will remain but will not work):
adb shell pm disable-user --user 0 title.packageFor defrosting:
adb shell pm enable name.package4.Use of applications for freezing
- ๐ง Ice Box or Shelter (require root) lets you freeze apps without removing them.
- ๐ App Quarantine โ an alternative for devices without root (works through the app) ADB).
These methods will not free up memory, but will reduce the load on the system and reduce battery consumption.
Risks and how to avoid them
Removal of system applications can lead to:
- ๐ Bootloop โ Infinite Reboot of the Device.
- ๐ต Loss of functionality (for example, inability to call or connect to Wi-Fi).
- ๐ง Update errors โ MIUI may refuse to be installed.
How to minimize the risks:
- ๐ Make backups through TWRP Mi Cloud.
- ๐ Check the packets before deleting (seek information on the XDA or 4PDA).
- ๐ ๏ธ Use test firmware (for example, MIUI EU no-bloatware).
If something went wrong:
- ๐ Restore the backup through TWRP.
- ๐ฅ Fastboot (instructions on Xiaomi Flash Tool).
- ๐ Contact the service center (if the warranty is valid, do not talk about root!).
โ ๏ธ Attention: On devices with MIUI Global Stable Deleting some applications (e.g. com.miui.hybrid) may result in Mi Account being blocked due to Anti-Rollback protections.