Hiding apps on Xiaomi smartphones is a challenge that users face for a variety of reasons, from wanting to remove unnecessary system utilities to having to hide personal information from prying eyes. Unlike other manufacturers, MIUI offers limited built-in tools for this purpose, but there are workarounds β both standard and requiring additional actions.
It is important to understand that the concealment β Even after masking, the application stays in the system, takes up space in memory and can work in the background, but visually its icon disappears from the home screen and from the application menu. In this article, we will discuss 5 proven ways that are relevant to the development of the application. MIUI 12β14, including root-free and third-party methods.
Xiaomi features frequent shell updates that can change the location of settings. If your version of MIUI has a point missing, check the relevance of the firmware in Settings β About Phone β MIUI Version. For experiments, we recommend using a secondary account or data backup.
1. Built-in Hidden Applications function in MIUI
The easiest way to do this is to use the standard MIUI tool, which is available on most Xiaomi, Redmi and POCO devices.
- πΉ It only works for third-party applications (not system applications).
- πΉ Hidden programs remain in the list of "All applications" (Settings) β Annexes).
- πΉ Does not hide notifications and background activity.
To hide the app:
- Open the Settings. β Main screen screen.
- Select Hidden Applications (on some firmware β Hide Applications).
- Activate the slider next to the desired application.
- Confirm the action at the request of the system.
After that, the icon will disappear from the home screen and from the app menu. To return it back, repeat the steps and turn off the slider. On some models (for example, Xiaomi 13 Pro or POCO F5), this section may be called Private Mode and require a password set.
β οΈ Attention: On devices with MIUI global-market (EEA) Application hiding may not be possible due to privacy policy limitations, in which case use alternative methods.
2.Use of the "Second Space" folder (Second Profile)
Second Space allows you to create an isolated work environment with a separate set of applications, wallpaper and settings, which does not hide the program completely, but allows you to separate personal and work applications, hiding them from the main user.
How to set up:
- Go to Settings β Special Options β Second Space.
- Follow the setup wizard by specifying the password for the second profile.
- After creating, switch between swipe profiles on the lock screen (or through the notification panel).
- In the main profile, remove unnecessary icons, and in Second Space, only leave those you want to hide.
Cons of the method:
- πΈ Requires manual switching between profiles.
- πΈ Takes up additional memory space (up to 1-2 GB).
- πΈ Not all system applications can be moved to a second profile.
| Advantages | Deficiencies |
|---|---|
| Complete isolation of applications and data | Doubling memory expenditure |
| It works without root rights. | You need to remember the password of the second profile |
| Supports notifications in both profiles | Does not hide applications from system processes |
π‘
If Second Space doesn't show up in settings, check the firmware region. On some global versions of MIUI, this feature is disabled. Try changing the region through Settings β Additional β Region (reboot required).
3. Hiding through "Private Mode" (App Lock)
App Lock is Xiaomiβs built-in password-blocking tool, and while it doesnβt hide icons completely, it can be used for disguise: blocked programs donβt show up in the latest apps list and require you to enter a password when you launch them.
How to turn on:
- Open Settings β Privacy β App Lock
- Set a password or pattern lock.
- Select the apps you want to block.
- Activate Hide Notifications (if available).
For additional disguise:
- π Set an invisible password (such as spaces or repeating characters).
- π Turn off the display of blocked applications in search (App Lock settings) β Additionally).
β οΈ Note: If you forget the password from App Lock, you can only restore access through resetting (Settings) β Accounts. β Password reset, which will result in the deletion of all blocked data.
4. Hiding system applications without root (ADB)
For advanced users, there is a method to disable system applications through ADB (Android Debug Bridge), which does not remove programs, but only hides them from the user interface, and even works for built-in Xiaomi utilities (for example, Mi Video, Mi Music, Browser).
Step-by-step:
Enable USB debugging in Settings β About Phone β MIUI version (7 times press the version)
Install ADB drivers on PC (download from Android Developers website)
Connect your phone to your PC and confirm trust in your device
Download the ADB platform tools (or use the Minimal ADB utility)
-->
adb shell
pm hide com.miui.videoplayer # example for Mi Video
pm hide com.android.browser # example for the browserTo return the application back, use the command:
pm unhide com.miui.videoplayerA list of Xiaomi system application packages can be found online or obtained through the command:
pm list packages | grep miuiβ οΈ Warning: Disabling critical system applications (e.g. com.miui.home) may cause the interface to fail.Before experimenting, back up through Settings β Additionally. β Backup.
What to do after ADB-The phone stopped working?
5. Third-party launchers with application hiding function
If the built-in methods don't work, you can install an alternative launcher that supports hiding applications.
- π± Nova Launcher (paid version) β allows you to hide icons through the settings of the application menu.
- π± Apex Launcher β a free analogue with the function βHide AppsΒ».
- π± POCO Launcher (not even on the-POCO Devices β has a built-in βApp Drawerβ with filtering.
How to hide the app in Nova Launcher:
- Hold your finger in the free place of the main screen β Settings.
- Select the App Menu β Hide the Apps.
- Check the boxes of the programs you want to remove.
- Confirm the change.
Advantages of the method:
- πΉ It works on any device, including Xiaomi with custom firmware.
- πΉ Does not require root rights or ADB.
- πΉ You can hide both system and user applications.
Disadvantages:
- πΈ Launchers consume additional RAM (up to 100-200 MB).
- πΈ Hidden applications remain in the system menu (Settings) β Annexes).
π‘
Third-party launchers are the most versatile way to hide applications, but they don't provide complete privacy. To protect data, use them in combination with App Lock or Second Space.
6. Root methods: complete removal or freezing (for experienced)
If you need to completely remove system applications or hide them at the kernel level, root rights are required, a method only suitable for power users, as improper actions can lead to a device blink.
Popular tools:
- π οΈ Titanium Backup β allows you to βfreezeβ (disable) or remove any applications.
- π οΈ System App Remover - a specialized utility for removing system software.
- π οΈ Magisk Module (e.g. Debloater) β for selectively disabling components MIUI.
Freezing through Titanium Backup:
- Open the application and provide root access.
- Go to the Backup/Restore tab.
- Find the right application and click on it.
- Choose Freeze! (do not delete system APKs without backup!).
Warnings:
- π¨ Removing system applications can disrupt the work MIUI (For example, deleting com.miui.securitycenter will disable the security center).
- π¨ After updating the firmware, remote applications can be restored.
- π¨ Root voids warranty and may block certain features (e.g. Google Pay).
For Xiaomi devices with an unlocked bootloader, we recommend using Magisk instead of full root, as it allows you to hide root status from some applications (for example, banking).