Xiaomiโs MIUI-based smartphones offer users flexible interface settings, but itโs not always obvious how to hide unnecessary apps from the desktop. You may be hampered by the standard Mi Browser, which canโt be removed, or you want to take games out of your sight so you donโt get distracted. Unlike iOS or pure Android, where hiding icons is implemented through folders or launcher settings, in MIUI, this process has its own nuances.
In this article, we will discuss 5 working ways to hide applications on Xiaomi, from standard shell features to using third-party tools, and pay special attention to the differences between versions of MIUI 14/15 and older builds (for example, MIUI 12), where some of the features may not be available, and learn how to return hidden applications back and what to do if the icon is lost after the system update.
Why you canโt just remove unnecessary apps on Xiaomi
Many users are faced with the fact that some pre-installed applications (such as Mi Video, Mi Music or GetApps) can not be removed by standard means, this is due to Xiaomi's policy: the company blocks the uninstallation of system services to ensure the stability of the shell. However, even those programs that can be removed are not always worth erasing - some of them are integrated into the system and can affect:
- ๐ Software updates โ for example, System Update or Security.
- ๐ฑ The work of gestures - launcher MIUI Launcher is responsible for managing the desktop.
- ๐ Security โ apps like Mi Cloud or Find Device are linked to a Xiaomi account.
Instead of removing it, it's better to use cover-up.
- โ Free up space on the desktop without losing functionality.
- โ Avoid system failures due to removal of critical components.
- โ Quickly return the application if you need it suddenly.
Method 1: Hiding through the application menu (for MIUI 14/15)
The easiest method is to use the built-in hide feature in the app menu. It works on most modern Xiaomi devices (e.g. Redmi Note 12, POCO X5, Xiaomi 13T) with a MIUI 14 or 15 shell.
- Open the application menu (swipe up the desktop).
- Find the app icon you want to hide and hold it for 1-2 seconds.
- In the context menu that appears, select Hide app (or Hide app in English firmware).
- Confirm the action in the dialog window.
After that, the icon will disappear from the desktop and from the app menu, to return it back:
- Open Settings โ Applications โ Application Management.
- Go to Hidden (or Hidden Apps) tab.
- Find the right app and click on the eye icon (or Show).
โ๏ธ Preparation before concealment
Limitation: This method does not work for some system applications (e.g. Settings or Phone) and some firmware (e.g. global versions for Europe) may not have Hide the application.
๐ก
If the menu doesn't have the Hide option, try updating MIUI Launcher via GetApps or Google Play. Sometimes the feature appears after the update.
Method 2: Using folders for visual concealment
If your version of MIUI doesn't have a cover feature, you can use the standard technique of moving unwanted icons to a folder and hiding them on the second screen, which is suitable for all versions of the shell, including MIUI 12 and older models (Redmi 9A, POCO M3, etc.).
- Press the app icon and drag it to another icon (e.g. Camera or Gallery).
- You automatically create a folder. Call it neutral, like Tools or Reserve.
- Drag all unnecessary applications into the folder.
- Press the folder and move it to the second (or third) screen of the desktop.
For additional concealment:
- ๐ Install a transparent icon for the folder (through third-party launchers like Nova Launcher).
- ๐ Turn off folder name prompts in the launcher settings (Settings) โ Desktop โ Screen settings).
- ๐ Use folder locking apps (such as AppLock) to avoid accidentally opening it.
How to return a hidden folder if it is missing?
The downside is that the folder will still be on the screen, just less visible, and when you reset the launcher settings, all the icons will return to their places.
Method 3: Disable applications through settings (for system)
Some system applications (e.g. Mi Browser, Mi Music, Cleaner) can neither be removed nor hidden by standard methods, but they can be disabled, which removes the icons from the desktop and stops background activity.
- Go to Settings โ Applications โ Application Management.
- Find the app you want in the list (use the search at the top).
- Click on it and select Disable (or Disable).
- Confirm the action in the dialog window.
After the shutdown:
- โ The icon will disappear from the desktop and application menu.
- โ The application will stop using resources (battery, Internet).
- โ ๏ธ Some system features may not work properly (for example, disabling Mi Browser can break link opening from other applications).
| Annex | Can I turn it off? | Effects of consequences |
|---|---|---|
| Mi Browser | โ Yes. | No links will be opened by default. |
| Mi Music | โ Yes. | The built-in player will stop working |
| Cleaner | โ Yes. | Disappears the option of cleaning garbage in the settings |
| MIUI Launcher | โ No. | Resetting the desktop to factory settings |
| Settings | โ No. | It is impossible to turn off without root |
Important: Disabling system applications may cause failures when updating MIUI. Before that, it is recommended to back up through Settings โ Additional โ Backup and Reset.
Method 4: Hiding through ADB (for power users)
If standard methods don't work, you can hide applications using ADB (Android Debug Bridge), which is suitable for all versions of MIUI, but requires a computer connection and basic command line knowledge.
- Turn on USB debugging on your phone: Settings โ About Phone โ MIUI Version (click 7 times until the message โYouโre a developerโ) Settings โ Additional โ Developers โ Debugging on USB (enable)
- Connect your phone to your PC through USB-cable and select File Transfer Mode.
- Download ADB Tools and unpack the archive.
- Open the command line (Win + R โ cmd) and go to the folder with adb: cd C:\platform-tools
- Enter the command to check the connection: adb devices (should appear serial number of your device).
- Hide the application with the command: adb shell pm hide com.mi.browser (replace com.mi.browser with the package of the desired application).
To find the application package, use the command:
adb shell pm list packages | grep "mi"or the App Inspector app installed on the phone.
To return the application back, use:
adb shell pm uninstall -k --user 0 com.mi.browser(where com.mi.browser is the application package).
โ ๏ธ Attention: misuse ADB Do not turn off critical services (e.g. com.android.systemui or com.miui.home) or your phone may stop turning on.
๐ก
ADB-The commands only work until the first reboot of the phone, so to make the coverup permanent, you need to repeat the command after each turn on or use Tasker to automate the device.
Method 5: Third-party launchers (Nova Launcher, Apex Launcher)
If the built-in methods are not satisfied, you can install a third-party launcher that offers advanced settings for hiding icons.
- ๐ Nova Launcher โ supports app hiding, gestures, adaptive icons.
- ๐ Apex Launcher โ Lightweight Launcher with the function โHidden applications".
- ๐ฑ Microsoft Launcher โ Windows integration, hiding through the menu.
Instructions for Nova Launcher:
- Install a launcher from Google Play.
- Assign it to the default launcher (at the first start, an offer will appear).
- Select the free space on the desktop โ Settings.
- Go to App Settings โ Hide Apps.
- Check the boxes for the apps you want to hide.
Advantages of third-party launchers:
- โ The cover-up works regardless of the version. MIUI.
- โ You can even hide system applications (for example, Settings or Phone).
- โ Additional features: changing icons, gestures, desktop backup.
Disadvantages:
- โ ๏ธ Some features (such as Always On Display) may not work properly.
- โ ๏ธ The launcher consumes additional RAM.
What to do if the hidden application is missing after the MIUI update
After updating the shell (for example, from MIUI 14 to MIUI 15), hidden applications can reappear on the desktop.
- Repeat the cover-up in the same way you used it before.
- If you have used ADB, repeat the commands.
- For third-party launchers (Nova Launcher), check the concealment settings โ they are sometimes reset.
- If the app doesnโt return, try: Settings โ Apps โ App management โ Hidden โ Show
If none of these methods work, maybe the new version of MIUI has changed the logic of the cover-up.
- ๐ Check out the official Xiaomi forum for changes.
- ๐ฅ Install beta version MIUI Launcher through GetApps โ sometimes new features appear there earlier.
- ๐ Make a reset of the launcher settings: Settings โ Annexes โ Application management โ MIUI Launcher โ Warehouse โ Clear the data (โ ๏ธ This will remove all desktop settings!).