Hiding apps on Xiaomi, Redmi or Poco smartphones is a challenge that users face for a variety of reasons, from wanting to remove unnecessary system utilities from view to having to hide personal information from prying eyes. Unlike iOS, where functionality is limited, the shell is a slate. MIUI It offers several built-in and third-party solutions, but not all of them are equally effective: some methods only work on certain versions of the firmware, others require a certain version of the firmware. ROOT-The other two may cause system failures.
In this article, we will look at 5 proven ways to hide applications on Xiaomi, from standard MIUI 14/15 tools to advanced techniques using ADB and custom launchers. We will focus on the nuances of why some applications are not hidden, how to circumvent the restrictions on models with HyperOS, and what to do if after hiding the program stopped updating, and you will learn which methods leave a mark on the system (and they can be detected), and which make the application truly invisible.
We warn you that some of the methods require technical training, and if you are a beginner, start with the first two sections, which will work for most users without the risk of damaging the system.
1. Built-in "Hidden Applications" function in MIUI
The easiest and safest way is to use the standard MIUI shell tool. It is available on most Xiaomi, Redmi and Poco devices (except for models with HyperOS, where the logic of the work has changed). The function does not remove the application, but only removes its icon from the home screen and from the menu of all programs, leaving access through search or settings.
To hide the app:
- Open the Settings β Applications.
- Select Application Management.
- Slip on the three dots in the top right corner and select Hide Apps.
- Tick the programs you want to hide and confirm the action.
β οΈ Note: Hidden applications in this way will still be displayed in the:
- π Search by system (swipe down on the main screen).
- π List of running processes in task manager.
- π§ Account settings (if the application is linked to Mi Account).
π‘
If a hidden application needs to be launched, find it through a system search (swipe down on the home screen) or type the name into the search bar in Settings β Apps.
This method is suitable for temporary hiding of unnecessary utilities (for example, Mi Pay, Mi Video or Games), but does not provide complete privacy.
2.Use of the function "Second space" (Dual Apps)
The βSecond Spaceβ (or Dual Apps) feature is originally designed to clone messengers (for example, to use two WhatsApp accounts at once), but it can be adapted to hide applications: transfer the desired program to the second space, and then disable the display of the second desktop.
Instructions:
- Go to Settings β Special Opportunities β Second Space.
- Create a second space (you will need to create a password).
- In the main space, open Settings β Applications, find the desired application and tap Clone into the second space.
- Return to Settings β Special Options β Second Space and turn off the second desktop display (Show icon option).
Now the app will only be available after you enter the second space password.
- π The app will be duplicated (the original will remain in the main space).
- π± Takes up extra space in memory.
- π The second space password can be reset via Mi Account if the phone is linked to the account.
3. Hiding through system settings (only for MIUI 12 and older)
Since MIUI 12, Xiaomi has been able to hide system apps through the Settings β About menu, which doesnβt work on all models, but can be useful for removing icons like Mi Community, Security or Cleaner.
Step-by-step:
- Open the Settings. β The phone.
- Tap 5-7 times on the line MIUI version until the message appears You became a developer!
- Return to the main settings menu and open Additional β for developers.
- Activate the option to Show hidden apps (if any).
- Now in Settings β Applications, some system programs will have the option to Hide.
β οΈ Note: This method may cause some features to fail (e.g., disabling Security will deprive you of virus protection). MIUI Hidden applications may reappear.
What if the βHideβ option is not active?
4. Hiding by a third-party launcher (without ROOT)
If the built-in methods donβt work, you can install an alternative launcher (like Nova Launcher, Apex Launcher, or Microsoft Launcher) that supports hiding applications, which doesnβt remove programs from the system, but makes them invisible in the interface.
How to hide the app through Nova Launcher:
- Install Nova Launcher from Google Play.
- Click the free space on the home screen and select Nova Settings.
- Go to the Apps menu β Hide the Apps.
- Check the boxes of the programs you want to hide.
Advantages of the method:
- β No, he doesn't. ROOT-rights.
- β It works on all versions. MIUI HyperOS.
- β You can hide both user and system applications.
Disadvantages:
- π Applications remain in the list of all programs (available through search).
- π± The launcher consumes additional RAM.
Install Nova Launcher from official source | Make backup of current launcher | Check compatibility with Android | Disable battery optimization for launcher-->
5. Complete removal of system applications via ADB (for advanced)
If you need to not just hide, but completely remove the system application (for example, Mi Browser, Music or Yellow Pages), you can use the ADB command. This method requires connecting the phone to the computer and basic knowledge of working with the console.
β οΈ Note: Removal of system applications may result in:
- π¨ Unstable phone operation (e.g., deleting Security will turn off the fingerprint scanner).
- π Impossibility of updating MIUI (The system will make errors).
- π§ Loss of warranty (if the phone is warranty, it is better to use other methods).
Instructions:
- Install ADB Tools on your computer (you can download from the official website of Android Developers).
- Activate USB Debugging on your phone (Settings β About Phone β MIUI Version β 7 taps β For developers β USB Debugging).
- Connect your phone to your PC and type in the command line: adb devices (the name of your device should appear).
- To uninstall the application, type: adb shell pm uninstall-k --user 0 name.package (for example, for Mi Browser it is com.android.browser).
List of packages of popular system applications Xiaomi:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.android.browser | Yes. |
| Mi Music | com.miui.player | Yes. |
| Mi Video | com.miui.videoplayer | Yes. |
| Security (Security) | com.miui.securitycenter | No (critically for the system) |
| Cleaner (Cleaning) | com.miui.cleanmaster | Yes (but you'll lose the cleaning function) |
To return the application, use the command:
adb shell cmd package install-existing name.packetπ‘
Removal through ADB demand ROOT-right, but only valid for the current user. MIUI Applications may return.
6. Hiding by means of ROOT-rights (maximum confidentiality)
If you need to completely hide the application so that it can not be found even through search or ADB, will be required ROOT-This method is suitable for advanced users, as it requires unlocking the loader and installing a custom Recovery (for example, a custom recap, TWRP).
What can be done with ROOT:
- ποΈ Move the application to a secure folder (for example, using App Hider or Hide App-Hide Application Icon).
- π Block access to the application with a password (via XPrivacyLua).
- ποΈ Remove all traces of the application (including cache and data) with Root Explorer.
β οΈ Attention: Receipt ROOT-Xiaomi has a risk of a risk:
- π΅ Loss of warranty (official service centers will refuse repairs).
- π Vulnerability to viruses (ROOT Opens access to system files).
- π± Impossibility of air renewal (OTA) (You will have to install the firmware manually).
If you decide to take this step, use proven tools:
- π οΈ Magisk - for management ROOT-rights.
- ποΈ Titanium Backup β for backup and removal of system applications.
- π SD Maid β to clean up traces of remote programs.
Comparison of methods: which one to choose?
To make it easier for you to determine, we have compiled a comparative table of all ways:
| Method | ROOT is required | Visibility in search | Impact on the system | Difficulty |
|---|---|---|---|---|
| Built-in Hiding (MIUI) | β No. | β You see. | β No. | β Very simple. |
| Second space | β No. | β Hidden (only in 2nd space) | β No. | ββ Just |
| Third-party launcher | β No. | β You see. | β No. | β Very simple. |
| ADB-removal | β No. | β Removed. | β οΈ Maybe. | βββ Middle-Average |
| ROOT + Specialized Applications | β Yes. | β Completely covert | β οΈ High. | ββββ Hardly. |
Selection recommendations:
- π± If you just need to remove the icon from the screen β Use a built-in cover or launcher.
- π If confidentiality is important β second space ROOT-method.
- ποΈ If you want to completely remove unnecessary system software β ADB (cautiously!).