Hiding apps on Xiaomi, Redmi and Poco 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 βpureβ Android, MIUI firmware offers several built-in mechanisms to mask programs, but many of them work in an unobvious way or have limitations. For example, hiding through Settings β Apps does not remove the icon from the main screen, but simply excludes the program from the list of βrecentβ.
In this article, we will discuss 5 proven ways β from standard MIUI 14/15 features to using third-party launchers and system tricks without root rights. Particular attention will be paid to the nuances for different models: why one method works on the Xiaomi 13 Pro, and another on the Redmi Note 12, how to circumvent restrictions on hiding system applications (such as Mi Video or Mi Browser), and what to do if the old options disappear after the update.
1. Hiding through built-in MIUI (no root)
The most obvious and safe way is to use the firmware tools themselves. MIUI has two levels of hiding: Hide the app (removes all apps from the menu) and Lock (requires a password to run), the first option is not available on all devices, so check it before you start.
Instructions for MIUI 14/15:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the top right corner and select Hide Apps (if there is no item, see spoiler below).
- Tick the programs you want to hide and confirm the action.
What to do if there is no βHide Appsβ item?
Limitations of the method:
- π Hidden apps are still visible in settings (Settings) β Annexes β All applications) and in search of the system.
- π± It does not work for system utilities (e.g. Mi Community or Themes).
- π After resetting the hidden programs will be visible again.
π‘
If you need to hide an app from your kids or colleagues, combine this method with the βBlock Appβ function (in the same menu) so you will need to enter a password or fingerprint to run it.
2.Using Second Space (Double Space)
Second Space is a feature built into MIUI that creates a second independent user profile with its own settings, applications and data, originally intended to separate work and personal data, but it is also great for hiding programs.
How to set up:
- Go to Settings β Second Space (on some models, path: Settings β Special features β Second Space).
- Create a second profile by following the instructions (you will need to create a separate password).
- After creation, switch to Second Space via the notification panel (user icon).
- Install or transfer to this profile those applications that you want to hide from the main space.
Advantages of the method:
- π Complete isolation: Second Space apps are not visible in the main profile even when searched.
- π± It works on all models. Xiaomi/Redmi/Poco s MIUI 12 newer.
- π You can quickly switch between spaces through the notification curtain.
π‘
Second Space is the only built-in method that completely hides applications from search by system and menu "All applications".
Disadvantages:
- π΄ Password entry is required at each switch (inconvenient for frequent transitions).
- π¦ Applications take up space in both spaces (unless you port them through Settings) β Annexes β Clone).
- π§ Some system features (like Google Play Services) are duplicated, which can increase battery consumption.
Built-in MIUI|Second Space|Third-party launchers |Disconnection via ADB|I don't hide the applications-->
3. Third-party launchers: Nova, Apex, Hyperion
If the built-in methods don't work, you can use alternative launchers from Google Play, which don't remove apps from the device, but simply hide their icons from prying eyes.
| Launcher | Hiding applications | Additional functions | Cons |
|---|---|---|---|
| Nova Launcher | Long press. β "Hide" | Gestures, customization of icons, backup | Premium version for some functions |
| Apex Launcher | Settings β βHidden applicationsβ | Support for themes, changing the size of icons | Rare updates |
| Hyperion Launcher | Settings β βApplications β Hideβ | Built-in ad blocker, optimization for weak devices | Less to do with the design |
Step-by-step instructions for Nova Launcher (the most popular option):
- Install Nova Launcher from Google Play.
- Make it the default launcher (at the first start the system will prompt you to do this).
- Long click on the app icon β Change β Hide.
- For return: Settings Nova β Hidden applications.
Download the launcher from the official store (not APK!)|Create a backup copy of the current desktop|Disable battery optimization for launcher|Check compatibility with the Android version-->
Important nuances:
- π Hidden through the launcher applications are still visible in Settings β Applications and search by system.
- π± On some Xiaomi models (e.g. Redmi) 10C) Launchers may conflict with system animations MIUI. In this case, turn off animations in Settings. β The phone. β Additionally. β Window animation.
- π§ If after installing the launcher widgets are missing, restart the device.
4. Disable applications via ADB (for experienced)
If you need to not just hide, but completely disable system applications (such as Mi Music or Mi Pay) that cannot be removed by standard methods, you can use ADB (Android Debug Bridge), which does not require root rights, but involves working with the command line.
Pre-launch warnings:
Instructions:
- Turn on USB Debugging in Settings β About Phone β MIUI version (tap 7 times on build number, then go back to Settings β Additional β For Developers).
- Connect the phone to the PC and confirm the trusted device.
- Download Platform Tools from the official Android website and open the command line in the folder with adb.exe.
- Enter the command to view all packages: adb shell pm list packages
- Find the name of the application package you want (e.g. com.miui.videoplayer for Mi Video) and disable it: adb shell pm disable-user --user 0 com.miui.videoplayer
How to return the application:
adb shell pm enable com.miui.videoplayerList of safe to disable packets on MIUI:
- π΅ com.miui.player β Mi Music
- π com.android.browser β Mi Browser
- πΊ com.miui.videoplayer β Mi Video
- π° com.mipay.wallet β Mi Pay
5. Hiding through folders and gestures (quick way)
If you need to temporarily hide apps from prying eyes (for example, before giving your phone to friends), you can use standard MIUI tools without deep settings:
Method 1: Password folders
- Create a folder on the home screen and move the desired applications to it.
- Long press on the folder β Folder settings β Block.
- Set a password or pattern lock.
Method 2: Hiding via App Vault (available on MIUI 13+):
- Swipe left on the main screen to open the App Vault.
- Slip on the gear icon β Settings β Hidden applications.
- Add the programs you need to the list.
Method 3: Swipe down gesture (for Poco Launcher):
- Install Poco Launcher from Google Play.
- In the launcher settings, enable the Hidden Applications option.
- To open hidden programs, swipe down the main screen with two fingers.
Advantages of these methods:
- β‘ Quick concealment/display without rebooting.
- π Does not require root rights or ADB.
- π± It works even on older models (Redmi). 9A, Xiaomi Mi A3).
Problems and Solutions: What to Do When Nothing Works
Even after you've applied all these methods, you might be faced with some of the most common problems, and we'll look at some of the solutions.
| Problem. | Possible cause | Decision |
|---|---|---|
| No item "Hide apps" in the settings | Regional firmware restrictions | Change the region to India or upgrade MIUI |
| Hidden apps reappear after update | Resetting launcher settings | Use Second Space or ADB |
| Not working with ADB shutdown | Wrong package name | Check the name of the package with the command adb shell pm list packages | grep "miui" |
| Launchers brake on weak devices | Lack of RAM | Use Hyperion Launcher or turn off animations in MIUI |
Frequent questions and answers: