Hiding apps on Xiaomi Redmi 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 firmware offers several built-in tools for masking programs. However, not all of them are obvious, and some require additional manipulation of settings or even root rights.
In this article, we will look at 5 proven methods, including standard MIUI features, third-party launchers, application archiving, and ADB hiding. We will focus on the nuances for different versions of the firmware (from MIUI 12 to MIUI 14), as well as the risks that can arise from deep interference with the system. If you are looking for a way to hide the application so that it is not visible either in the menu or in the list of installed programs, here you will find a solution.
Method 1: Built-in Hidden Applications in MIUI
The easiest and safest method is to use the Hidden Apps tool available in MIUI since version 12, which does not remove the program, but only hides its icon from the main menu and search. The application continues to work in the background, but you can only find it through a special menu or settings.
To activate this mode:
- π± Open the Settings. β Annexes β Hidden applications.
- π Enter a password or pattern lock (if not installed, the system will prompt you to create a password or a pattern lock).
- β Click Add Apps and select the ones you want to hide.
- π After confirmation, the icons will disappear from the menu, but will remain in the Settings. β All applications.
β οΈ Attention: B MIUI 14 Ways to Function Changed β Now Itβs in Settings β Confidentiality β Also note that hidden programs are still displayed in the list of "All Apps" and can be found through a system search by name.
Method 2: Archiving applications (disabling without deleting)
If you need to not just hide the application, but completely remove it from view (including the list of installed programs), you can use the archival function. This method is suitable for system utilities that cannot be removed by standard means (for example, Mi Video, Mi Music or GetApps).
Instructions:
- Go to Settings β Applications β Application Management.
- Select the desired application and tap it.
- Click "Disable" (in some versions - "Archive").
- Confirm the action. The application will disappear from the menu and the list of installed programs, but its data will remain in the memory of the device.
| Action. | The result | Reversibility |
|---|---|---|
| Hiding through βHidden Appsβ | The icon disappears from the menu, but the app is visible in the settings | Yeah, anytime. |
| Archiving (offline) | The app disappears from all lists, but takes up space in memory. | Yeah, through the settings. |
| Removal via ADB | The application is removed completely (for system β requires root) | Partially (re-installation only) |
β οΈ Note: Archived apps are not updated through the Play Market and may conflict with new versions MIUI For example, if you disabled the Mi Browser, and in the new firmware version it became critical to the system, you may experience failures.
Method 3: Using third-party launchers
If the built-in MIUI features don't suit you, you can install an alternative launcher with advanced application hiding capabilities.
- π‘οΈ Nova Launcher (paid version supports app hiding).
- π Apex Launcher (there is a function βHidden applicationsβ in the settings).
- π± Microsoft Launcher (allows you to hide display programs in search).
Example of settings in Nova Launcher:
- Install a launcher from the Play Market and make it the main one.
- Go to Settings Nova β Application Box β Hidden Applications.
- Choose the programs you want to hide.
- Apply the changes β the icons will disappear from the launcher menu.
π‘ Useful tip: Some launchers (like Niagara Launcher) allow you to not only hide applications, but also block their access to the Internet or notifications.
Download the launcher from the official source (Play Market)|Make a backup of current settings MIUI|Check the compatibility of the launcher with the Android version|Disable battery optimization for launcher-->
Method 4: Hiding through ADB (for power users)
For those willing to work with Android Debug Bridge (ADB), there is a way to completely remove or hide system applications without root permissions.This method requires connecting a smartphone to a PC and executing commands through the terminal.
Step-by-step:
- 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 Redmi to your PC and confirm debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell
pm hide com.miui.videoplayer # example for Mi Video (replace with the package of the desired application)
pm uninstall -k --user 0 com.miui.videoplayer # complete deletion for current userπ How do you know the name of the package? Use the command:
adb shell pm list packages | grep "appendix name"β οΈ Attention: Misuse of the right ADB For example, deleting the com.miui.home package will make the phone unusable without flashing it. The list of safe system applications for removal depends on the Redmi model and version. MIUI β There is no universal solution.
List of relatively safe packets to remove in MIUI
Method 5: Hiding through Second Space or Dual Apps
The second desktop feature in MIUI allows you to create an isolated environment with a separate set of applications, which is useful if you want to hide not only icons, but also application data (for example, correspondence in messengers or browser history).
How to set up:
- Go to Settings. β Second Space.
- Create a second profile (an additional password is required).
- In the main profile, remove or hide unnecessary apps.
- In Second Space, install and use programs you want to hide.
The alternative is Dual Apps, which allows you to create a copy of a messenger or social network with a separate account, which can then be hidden through standard MIUI tools.
β οΈ Attention: B MIUI 14 Second Space has been moved to Settings β Special facilities β Also note that some applications (such as banking) may block work in a cloned environment due to security policies.
What to do if the application is not hidden?
If none of the methods worked, the following reasons are possible:
- π Update MIUI: In newer versions of firmware, the paths to settings may change. MIUI 14 The function βHidden applicationsβ moved to the section βPrivacyΒ».
- π Manufacturer restrictions: Some system applications (e.g., Security or Settings) cannot be hidden or removed without root rights.
- π± Features of the model: On devices with Global ROM There may be fewer customization options than in China. ROM.
- π οΈ Conflict with other settings: If you previously changed the launcher or security settings, it could have blocked access to the hide features.
π§ Decisions:
- Check out the MIUI version and find the right instructions for it.
- Reset your launcher settings to standard (Settings β Applications β Application Management β Launcher β Storage β Clear Data).
- Try using ADB for forced concealment (pm hide command).
- If nothing helps, consider installing custom firmware (like LineageOS), but this will require unlocking the bootloader.
π‘
Before experimenting with ADB or custom firmware, back up your data via Mi Cloud or TWRP. System recovery after a crash without a backup may not be possible.