Why users want to hide apps on Xiaomi and when they really need to
Xiaomiβs MIUI-based smartphones offer a lot of customization options, but not everyone knows that you can configure certain programs to become invisible on the menu, for reasons ranging from wanting to remove unnecessary system utilities to hiding personal information from prying eyes, such as banking apps, private messaging apps, or games you donβt want to show your colleagues.
It is important to understand that hiding the application β It's still running in the background, it's taking up space in memory, it can send notifications, but visually it's disappearing from the list, which is already solving half the problems. MIUI 14/15 (Android 13/14) There are several ways to hide at once - from built-in functions to workarounds through ADB. We will look at all relevant methods, including those that work without root rights.
Before you start, check your shell version: go to Settings β About Phone β MIUI version. Some methods may not work on older firmware (below MIUI 12) or on modified software devices (for example, custom builds Xiaomi.eu).
Method 1: Built-in Hidden Applications in MIUI
The easiest and safest method is to use the MIUI tool, which does not require additional programs or technical skills, but has a limitation: it hides applications only from the main menu, leaving them visible in settings and search.
To take advantage of the function:
- Open the phone settings.
- Go to the Appendix section β Application management.
- Slip on the three dots in the top right corner and select Hidden Apps.
- Turn on the slider in front of the desired programs.
After that, the app icons will disappear from the desktop and from the list of all programs. To return them back, repeat the steps and turn off the slider.
β οΈ Note: On some models (Redmi Note 10 Pro, POCO X3 Pro) this section may be called Hide applications and be in Settings β Desktop. If you don't have an option, update. MIUI last-minute.
- β It works without root and ADB
- β Doesn't require a reboot.
- β Applications remain searched by system
- β Don't hide the notices
Method 2: Use of the second space (Dual Apps)
The Second Space (or Dual Apps) function is originally designed to clone messengers (for example, to use two WhatsApp accounts at once), but it can be adapted to hide applications, the essence of the method is to transfer the program to a second space, and then disable the display of this space on the lock screen.
Instructions:
- Activate the second space: Settings β Special Opportunities β Second space.
- Create a password for the second space (required!).
- In the main space, open Settings β Applications, find the desired application and tap Clone.
- Go to the second space, remove the original app (leaving a clone).
- Return to the main space β the original app will disappear.
To hide the second space itself from the lock screen, go to Settings β Lock screen β Display space and turn off the display.
| Advantages | Deficiencies |
|---|---|
| Complete hiding from the main space | It requires the creation of a second space. |
| It works on all Xiaomi models. | The app remains on the list in the second space |
| You can hide system utilities | Notifications will be sent to the second space. |
β οΈ Warning: If you forget the password from the second space, it will be impossible to restore access to hidden applications without resetting your phone!
Method 3: Hiding through ADB (for advanced users)
The Android Debug Bridge (ADB) method hides applications at the system level, making them invisible even in settings. It's the most radical way, but it requires a PC connection and basic command line knowledge.
Step-by-step:
- Turn on USB Debugging on your phone: Settings β About Phone β MIUI version (tap 7 times to become a developer), then Settings β Additional β Developers β Debugging over USB.
- Connect your phone to your PC, install ADB drivers (download from Googleβs website).
- Open the command line on the PC and type:
adb shell pm hide com.example.appReplace com.example.app with a real application package (you can find out through the App Inspector program from Google Play).
To return the application, use the command:
adb shell pm unhide com.example.app- π§ It works on all versions of Android
- π§ Hide applications completely (including settings)
- β οΈ Requires a connection to the PC
- β οΈ When a phone is dropped, the concealment is reset
Install ADB drivers on PC
Enable debugging over USB on your phone
Download App Inspector to determine packages
Connect your phone to the original cable
Make a backup copy of the data-->
Method 4: Third-party launchers with concealment function
If the built-in methods do not suit, you can install an alternative launcher (desktop shell) with advanced privacy settings.
- π± Nova Launcher (Nova Hide Apps plugin)
- π± Apex Launcher (Integrated Hiding Function)
- π± POCO Launcher (for devices) POCO)
For example, in Nova Launcher, the hiding is configured as follows:
- Hold your finger in the free space of the desktop β Settings Nova.
- Go to App Settings β Hide Apps.
- Check the boxes for the programs you want to hide.
The advantage of this method is flexibility: it is possible to hide applications selectively without affecting system processes. However, launchers consume additional RAM (up to 150-200 MB in the background), which can be critical for budget models (Redmi 9A, POCO C31).
β οΈ Note: When you delete the launcher, hidden applications will become visible again. Some launchers (for example, Microsoft Launcher) synchronize settings with the account, which can lead to a leak of data about hidden programs.
How to find the application package without App Inspector?
Method 5: APK Archiving (for temporary concealment)
Little-known life hack: if you archive an application.apk file through the built-in MIUI file manager, the system will no longer recognize it as an installed program.
How to do this:
- Open Files (standard MIUI manager)
- Go to Device β Android β data β app (you need permissions to access system folders!).
- Find a folder with the name of the application package (for example, com.whatsapp).
- Select the base.apk file, tap More β Archive.
- Reboot the phone.
Once archived, the application will disappear from the menu, but its data will remain in memory. To return the program, unpack the archive back and restart the device.
π‘
If the data folder is not displayed, turn on the display of hidden files in the file manager settings and give him root rights (if the phone is rooted).
What to do if the application is not hidden?
Sometimes standard methods don't work because of firmware or conflicts with other settings, and here are the typical problems and solutions.
| Problem. | Reason. | Decision |
|---|---|---|
| The βHidden Appsβ option is not on the menu | An outdated version of MIUI | Update the firmware through Settings β System Update |
| ADB-team returns error | The wrong application package | Check the package with App Inspector or Package Name Viewer |
| The app is hidden, but notifications are coming | The concealment function does not affect services | Turn off notifications manually: Settings β Notifications β App settings |
If none of the methods worked, check:
- π οΈ Are there any restrictions from the manufacturer (on some models for China or India, the concealment functions are disabled).
- π οΈ Have you installed third-party antiviruses (e.g. Avast or 360 Security) that block system changes.
- π οΈ Is Child Mode or Parental Control activated in settings.
π‘
On global firmware devices (e.g. Redmi Note 12 Global), all methods work stably. On the Chinese versions (China ROM), you may need to unlock the bootloader.