Xiaomiβs MIUI desktop is often hijacked by dozens of pre-installed apps, from Mi Video and Mi Music to underutilized services like Mi Pay or GetApps. Even after resetting, they come back, taking up space and creating visual chaos. Unlike Android in its pure form, where itβs enough to hold an icon and drag it into the cart, in MIUI, this process requires knowledge of hidden system functions.
To make matters worse, many system applications cannot be removed without root rights, they can only be disabled or hidden. In this article, we will examine all working methods from basic (through launcher settings) to advanced (using ADB), paying special attention to the nuances for different versions of MIUI (12-15) and smartphone models β from the budget Redmi Note to the flagship Xiaomi 13.
Why you canβt just remove Xiaomiβs system apps
In MIUI, pre-installed applications fall into three categories:
- π± Custom β you can remove the standard way (for example, Mi Browser or Mi Calculator on some models).
- π System (disabled) β not deleted, but can be deactivated through settings (e.g. Mi Pay or Game Turbo).
- βοΈ Critical Systems β You can neither remove nor disable without root (e.g. Security or Mi Share).
Attempting to remove critical applications through ADB or third-party utilities (such as App Inspector) can lead to:
- π¨ Cyclical reboot of the smartphone (bootloop).
- π΅ Loss of functionality (for example, access to network settings or camera will disappear).
- π Automatic recovery of applications after updating MIUI.
β οΈ Note: On Xiaomi HyperOS models (starting in 2026), some of the methods of hiding applications may not work due to the changed system architecture. β The phone. β Version. MIUI.
Method 1: Hiding through launcher settings (without root)
The easiest method is to use the built-in MIUI launcher features.It works on all models, including the Redmi 10/12, POCO X5 and Xiaomi 13T, but has a limitation: hidden apps will remain on the All Apps menu.
Step-by-step:
- Press and hold the empty area on the desktop.
- Select Desktop Settings (or Screen Settings on older versions).
- Go to Hide Apps (in MIUI 14+, the path may differ: Settings β Desktop β Hide Apps).
- Check the boxes for unnecessary apps (for example, Mi Video, Mi Music, Themes).
- Click Ready β the icons will disappear from the desktop, but will remain in the app menu.
Make sure the launcher is not updated via Google Play (use the regular one)
Check the MIUI version in the settings
Backup important data (in case of failure)
Do not hide system utilities (for example, Settings or Phone)-->
This way, it doesn't physically remove the apps, it just removes them from the public view.
- π₯ Take up a place in memory.
- π Can be updated through Google Play.
- π Consume resources in the background (if not disabled).
Method 2: Disabling applications through settings
If there is not enough hiding, you can turn off unnecessary applications, stop their background activity and free up some of the RAM, and the method works for most system applications, except for mission-critical ones (for example, Security or Settings).
How to turn it off:
- Open Settings β Applications β Application Management.
- Click on the three dots in the top right corner and select Show All Apps.
- Find the app you want (such as Mi Video) and tap it.
- Click Disable (if the button is inactive β the application is critical).
- Confirm the action in the dialog window.
| Annex | Can I turn it off? | Effects of disconnection |
|---|---|---|
| Mi Video | β Yes. | You cannot play video through a standard player. |
| Mi Music | β Yes. | Access to the built-in player will be lost, but the files will remain |
| GetApps | β Yes. | You can not install applications from the Xiaomi store |
| Game Turbo | β Yes. | Gaming optimizations will disappear, but games will be launched |
| Security | β No. | Disabling will lead to system errors |
β οΈ Note: On some models (e.g, POCO F4 Xiaomi 12 Pro β Disabling apps like Mi Share can disrupt the Quick File Transfer between Xiaomi devices.
Mi Video and Mi Music|GetApps and Mi Pay|Game Turbo and Second Space|Themes and Wallpapers|Others-->
Method 3: Using a third-party launcher
If the standard methods do not suit, you can install an alternative launcher (for example, Nova Launcher, Lawnchair or Microsoft Launcher), which will not only hide the application, but also customize gestures, animations and the appearance of the system.
Advantages of third-party launchers:
- π¨ Deep customization β changing icons, fonts, transitions.
- π Hiding applications without restrictions (unlike the MIUI).
- π Grouping icons into folders with user names.
- π Backup of desktop settings.
How to hide apps in Nova Launcher:
- Install Nova Launcher from Google Play.
- Press and hold the empty area on the desktop β Nova Settings.
- Go to Apps and Widgets β Hide Apps.
- Check the unneeded apps and save the changes.
Important: When using a third-party launcher, Xiaomi system applications (such as Security or Themes) can continue to run in the background, consuming resources. To turn them off completely, combine this method with Method 2 (disable via settings).
π‘
If the weather or calendar widgets are missing after installing a third-party launcher, check the launcher permissions in Settings β Apps β Permissions. Often permission is required to display over other windows.
Method 4: Remove via ADB (for power users)
For those willing to take the risk, there is a method of removing system apps via Android Debug Bridge (ADB).This requires connecting a smartphone to a PC and knowing commands, but allows you to get rid of unnecessary apps forever (until the next MIUI update).
What you need:
- π» Computer with installed ADB-driver.
- π± Xiaomi smartphone with enabled debugging USB (Settings β The phone. β Version. MIUI β 7 times tap the version number β Return to the Additional Settings β For developers β Debugging by USB).
- π USB-Type C Cable (preferably original).
Step-by-step:
- Connect your smartphone to your PC and confirm your trust in your computer on your phone screen.
- Open the command prompt (or Terminal on Mac/Linux) and type:
adb devicesIf the device appears on the list, continue. If not, check the drivers and connection.
- Get a list of all the apps:
adb shell pm list packages | grep 'miui'This command will display all packages associated with MIUI, for example, com.miui.video is Mi Video.
- Remove the unneeded app (e.g. Mi Music):
adb shell pm uninstall -k --user 0 com.miui.playerReplace com.miui.player with the name of the package of the desired application.
List of popular removal packages:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Video | com.miui.video | β Yes. |
| Mi Music | com.miui.player | β Yes. |
| GetApps | com.xiaomi.mipicks | β Yes. |
| Mi Pay | com.miui.mipay | β οΈ Partially (may violate) NFC) |
| Themes | com.android.themes | β No (interface failure risk) |
β οΈ Note: Removing packets through ADB irreversibly until the next update MIUI. If after removal there are problems (for example, the notification panel is missing), you can return the application with a command:
adb shell cmd package install-existing com.miui.videoWhat if the ADB canβt see the device?
Method 5: Reset to factory settings with a selection of applications
A little-known feature of MIUI is the ability to selectively restore applications after a reset, which is useful if you want to start from a clean desktop, but save user data.
How it works:
- Back up important data (photos, contacts, messages) through Settings β About Phone β Backup.
- Go to Settings β Additional settings β Restore and reset β Reset settings.
- Choose Reset Settings, but donβt confirm immediately.
- The screen will show the option to Select which apps to restore (not available on all models).
- Uncheck the unneeded system applications and confirm the reset.
This method has two disadvantages:
- π Requires a complete system reboot and setting up the smartphone from scratch.
- π¦ Not all applications can be excluded from recovery (for example, Security or Mi Account will return anyway).
π‘
Factory reset is the only way to completely remove preinstalled apps without root rights, but it erases all user data. Use it only if other methods have failed.
Frequent Mistakes and How to Avoid Them
When trying to hide or remove system applications, users often encounter problems, and here are the most common errors and solutions:
1 Applications are returned after MIUI update
This is because the update reinstalls the system packages.
- π After the update, repeat the procedure of hiding / disabling.
- π΅ Turn off automatic updates MIUI In Settings β The phone. β Updating the system β Three points. β Settings β Auto-update.
2. widgets do not work after installing a third-party launcher
Some MIUI widgets (such as weather or pedometer) are tied to the system launcher.
- π§ Install alternative widgets (e.g. Chronus for weather).
- π Return to the standard launcher if widgets are critical.
Error "Cannot disable the application"
So that means that the application is protected by the system.
- π Try to turn it off through ADB (see method 4).
- π΅ If it is a critical application (like Security), leave it running.