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 iOS, where functionality is limited, MIUI offers several built-in mechanisms to mask programs. However, not all of them are obvious, and some require caution - wrong actions can lead to system failures.
In this article, we will discuss 7 working methods, including standard MIUI tools, using ADB, creating stealth folders and even methods for devices with an unlocked bootloader. We will focus on the nuances for different versions of firmware (MIUI 12/13/14) and models (Redmi Note 12, Poco X5, Xiaomi 13T, etc.).
1. Standard Hiding through the "Dual Apps"
The most secure and official way is to use the โSecond Spaceโ (formerly Dual Apps) feature, which allows you to create an isolated user profile where you can install and hide applications from the main desktop, the method works on all Xiaomi devices with MIUI 10 and later, including the latest Redmi Note 13 Pro+ and Xiaomi 14 models.
How it works:
- ๐ Applications installed in the second space do not appear in the main menu and desktop.
- ๐ Access to them is protected by a separate password or fingerprint.
- ๐ฑ The function supports cloning of messengers (WhatsApp, Telegram) and social networks.
- โ ๏ธ Some system utilities (e.g. com.miui.securitycenter) cannot be hidden in this way.
Step-by-step:
- Open Settings โ Special Opportunities โ Second Space
- Click on โCreate a Second Spaceโ and follow the prompts (you will need to set a password).
- After creation, switch to the second space via the notification panel (user icon).
- Install the apps you need through Google Play or MIUI App Store โ they will only be available here.
โ ๏ธ Note: If you delete the second space through settings, all data and applications installed in it will be permanently deleted. โ The phone. โ Backup.
2. Hiding through "Hidden Apps" in MIUI Launcher
MIUI 12 and later has a built-in Hidden Applications feature that allows you to remove program icons from the desktop and menu without removing them, a technique that is suitable for temporarily hiding rarely used utilities or games.
How to turn on:
- ๐ Long pressing on the free space of the desktop โ ยซSettingsโ (cog icon).
- ๐ Go to the section "Hidden applicationsยป.
- โ Tick the programs you want to hide and click โDoneยป.
Features of the method:
- ๐ Hidden applications remain in the system and can be displayed in Settings โ Annexes โ Application management.
- ๐ To get them back, repeat the steps and uncheck the boxes.
- ๐ซ Does not work for system applications with administrator rights (e.g. com.android.settings).
| MIUI version | Support for the function | Limitations |
|---|---|---|
| MIUI 12/12.5 | Yes. | You can not hide applications with administrator rights |
| MIUI 13 | Yes. | List of hidden apps reset after launcher reset |
| MIUI 14 | Yes. | You can hide up to 50 apps at a time. |
| MIUI for Poco | Yes (starting with Poco Launcher 2.0) | The function may not be available on custom firmware |
๐ก
If the Hidden Apps feature is not in your launcher, try updating MIUI Launcher through Google Play or installing an alternative launcher (like Nova Launcher) that supports similar functionality.
3. Use of invisible folders (without root)
One of the little-known ways is to create a folder without an icon to put unnecessary applications into, which doesn't remove programs from the system, but makes them less visible, works on all versions of MIUI and doesn't require superuser rights.
Instructions:
- Create a new folder on your desktop (long press โ โFolderโ).
- Drag all the apps you want to hide into it.
- Click on the folder name and rename it to.nomedia (with a dot at the beginning).
- Set a transparent icon for the folder (long press). โ ยซChange the iconยป โ pick out the empty PNG-file).
What's important to know:
- ๐ The folder will remain on the desktop, but will be almost invisible (it can be found if you know where to look).
- ๐ Applications inside the folder will still be displayed in Settings โ Annexes.
- ๐ To return the icons, simply rename the folder back (remove the dot).
How to create a fully transparent icon?
Disable system applications via ADB (for advanced)
If you need to completely disable system applications (for example, Mi Browser, Mi Music, GetApps) that cannot be removed by standard methods, you can use the ADB command.
Pre-launch warnings:
- โ ๏ธ Do not disable critical system processes (e.g. com.android.phone or com.miui.home) โ this will cause the phone to fail!
- ๐ง After disabling the application will disappear from the menu, but will remain in the device memory (freed up). ~50-70% weight).
- ๐ To return the application, you will need to reconnect to ADB and execute the switching command.
Step-by-step:
- Turn on USB debugging on your phone: Settings โ About Phone โ MIUI version (click 7 times to activate Developer Mode), then go back to Settings โ Additional โ Developers โ Debugging on USB.
- Connect the phone to the PC and confirm the trusted device.
- Download ADB Tools and unpack the archive.
- Open the command line in the ADB folder and type: Adb devices Make sure your device appears in the list.
- Get a list of all packages: adb shell pm list packages Find the name of the package of the desired application (for example, com.miui.browser for Mi Browser).
- Disable the app: adb shell pm disable-user --user 0 com.miui.browser Replace com.miui.browser with the desired package.
โ๏ธ Preparation for work with ADB
โ ๏ธ Warning: If after disabling the system application, the phone started to restart in the loop or does not turn on, try resetting through Recovery Mode (press Power). + Volume Up with the phone turned off. In extreme cases, you will need to flash flash the flashing.
5. Hiding through third-party launchers (Nova, Apex, Lawnchair)
If you don't like the built-in MIUI, you can install an alternative launcher that supports application hiding.
- ๐ Nova Launcher (paid version allows you to hide apps from the menu).
- ๐ฑ Apex Launcher (similar functionality).
- ๐ Lawnchair (free open source launcher).
How to hide apps in Nova Launcher:
- Install Nova Launcher from Google Play.
- Long tap on the desktop โ โNova Settingsโ โ โApps and iconsโ.
- Select โHide Appsโ and select the ones you need.
- Save the changes.
Advantages of the method:
- โ Does not require root rights or ADB.
- โ You can hide any applications, including system ones (but they will remain in your phone settings).
- โ Flexible configuration of the appearance of the desktop.
Disadvantages:
- โ Hidden applications will still be visible in Settings โ Annexes.
- โ Some functions (such as gestures) may conflict with MIUI.
๐ก
The launcher side is the safest way to hide applications without risk to the system, but they don't remove the programs completely, they only mask them in the interface.
6. Hiding through Archiving (for power users)
This method is suitable for completely removing system applications without root, but requires caution. APK-It's an application file, which makes it inactive. It only works on devices with an unlocked bootloader and custom recovery (TWRP).
What you need:
- ๐ Unlocked bootloader (instructions for Xiaomi are on the official website).
- ๐ฆ Established TWRP Recovery.
- ๐พ Backup copy of data (required!).
Instructions:
- Download your phone to TWRP (press Power + Volume Up).
- Go to Advanced โ File Manager.
- Find the /system/priv-app or /system/app folder (depending on firmware).
- Find a folder with the name of the application (for example, MiBrowser) and rename its extension from.apk to.apk.bak.
- Reboot the phone.
โ ๏ธ Note: Archiving system applications may lead to functional failure MIUI, For example, dark theme, gestures or push notifications, check before experimenting to see if the application is critical (e.g., com.miui.securitycenter is responsible for security).
7. Hiding by root rights (Magisk + App Systemizer)
For users with root rights (via Magisk), there are more applications management options available, and one of the most flexible tools is the App Systemizer module, which allows you to convert user applications to system applications and vice versa, as well as completely remove them.
How to hide the application from root:
- Install Magisk Manager and get root rights.
- Download the App Systemizer module from the Magisk repository.
- Launch the module and select the application you want to hide.
- Click on โUninstallโ or โDisableโ.
- Reboot the phone.
Advantages:
- โ Full control over all applications, including system.
- โ Ability to return remote programs through backup.
Risks:
- โ Loss of warranty (if the device is under warranty).
- โ Possible problems with updates MIUI OTA.
- โ The risk of โbrickingโ the phone with incorrect actions.