Hiding apps on Xiaomi Redmi smartphones is a challenge that comes with users for a variety of reasons, from wanting to keep personal data from prying eyes to having to unload the desktop screen from rarely used programs. Unlike iOS, where functionality is limited, MIUI offers several built-in tools to mask applications, and also supports third-party solutions. However, not all methods are equally reliable: some hide icons only visually, others block access with a password, and others completely remove applications from the general list.
In this article, we will discuss 5 proven ways that are relevant to Redmi based on MIUI 14/15 (including Redmi Note 12/13, Redmi 10/11, POCO X5 and others). Special attention will be paid to the nuances: for example, why hidden through Settings β Applications application can suddenly appear in search, or how to circumvent the limitations of MIUI on hiding system utilities.
1. Built-in Hidden Applications function in MIUI
The easiest and most official way is to use the built-in tool. MIUI. It does not require superuser rights and works on all modern smartphones. Xiaomi/Redmi/POCO. However, the method has a limitation: hidden in this way applications remain in the menu All applications and can be found through search.
To hide the app:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the top right corner and select Hide Apps.
- Check the necessary programs and click Ready.
After that, the icons will disappear from the desktop and from the app menu, but:
- π Applications will remain in the search results by system (Conductor) β Search).
- π± They can be launched through the settings. β Annexes β [name].
- π After restarting the device, the hiding is maintained.
π‘
If the hidden app reappears, check to see if the launcher settings have reset, sometimes after the MIUI update.
β οΈ Note: This method is not suitable for hiding system applications (e.g. Security or Topics). MIUI Blocks them from hiding through a standard interface.
2.Use of the "Second Space" function
The second space is a unique MIUI feature that creates an isolated copy of the system with separate applications, data and settings, which is ideal if you want to not just hide the application, but completely isolate it from the main profile (for example, for work messengers or banking applications).
How to set up:
- Go to Settings. β Second space.
- Follow the instructions for creating a second profile (you will need to create a password).
- After creation, navigate to the second space through the notification bar.
- Install or transfer the desired applications to the second space only.
Advantages of the method:
- π Complete isolation: Second space applications are not visible.
- π± Separate accounts (for example, you can have two WhatsApp accounts with different numbers).
- π‘οΈ Password protection when entering the second space.
| Parameter | Hiding through "Settings" | Second space |
|---|---|---|
| Visibility in search | Yes. | No. |
| Password required | No. | Yes. |
| Support for system applications | No. | Yes. |
| Data separation | No. | Yes. |
3. Hiding through third-party launchers
If you don't like the built-in MIUI tools, you can install an alternative launcher with the hide-out function, popular options: Nova Launcher, Apex Launcher or POCO Launcher (even on non-POCO devices), which allows you to not only hide the icons, but also group them into secret folders with a password.
Instructions for Nova Launcher:
- Install a launcher from Google Play.
- Press your finger on the desktop β Settings Nova.
- Go to App Settings β Hide Apps.
- Check the programs you need and save the changes.
Advantages of third-party launchers:
- π¨ Flexible interface configuration.
- π Add a password to hidden folders (Nova Launcher requires the Nova Prime plugin).
- π± It works even on older versions. MIUI.
β οΈ Note: Some launchers (such as Microsoft Launcher) do not support hiding system applications.
How to return hidden apps to Nova Launcher?
4. Rename APK-Files (for experienced users)
This is a method that works for those who are willing to work with the Android file system, and the point is to rename the application file (.apk) so that the system will not see it. It works without root, but it requires caution: wrong actions can cause the application to crash.
Step-by-step:
- Install a file manager with access to system folders (e.g. Solid Explorer or FX File Explorer).
- Go to /data/app/ (access permissions required).
- Find a folder with the name of the app you are hiding (e.g. com.whatsapp-1).
- Rename the folder by adding the underline symbol at the beginning: com.whatsapp-1.
- Reset the device.
Once renamed, the app will disappear from the menu and search, but its data will remain in the device's memory. To return the application, just rename the folder back.
Limitations of the method:
- β οΈ Does not work for system applications (folders in the /system/app/).
- π After updating MIUI It may be necessary to repeat the procedure.
- π± Some apps (like Google Play Services) canβt be hidden this way, and this will cause system errors.
βοΈ Preparation for renaming APK
5. Disable applications via ADB (without root)
For advanced users, there is a way to disable applications through ADB (Android Debug Bridge), which doesn't hide them completely, but removes them from the interface and stops background processes.
Instructions:
- Turn on USB Debugging in Settings β About Phone β MIUI version (tap 7 times on build number, then go back to Additional Settings β For Developers).
- Connect your phone to your PC and execute the command:
adb shell pm hide com.package.nameWhere com.package.name is the application identifier (you can find it through the App Inspector in Google Play or the adb shell pm list packages command).
Examples of teams:
- Hide Facebook: adb shell pm hide com.facebook.katana
- Hide MIUI Cleaner: adb shell pm hide com.miui.cleanmaster
- Return Appendix: adb shell pm unhide com.package.name
β οΈ Warning: Disabling system applications (e.g. com.android.phone) may disrupt your phone.Before experimenting, backup your phone with adb backup.
π‘
ADB-The team allows you to hide even those applications that MIUI It blocks through the standard interface, but once you reset your settings or update your firmware, the hiding can be reset.
6. Secret folders with password (apps-safes)
If you want to not only hide an application, but also password-protect it, use special safe applications. They create encrypted containers that you can put in. APK-Popular options: App Hider, Hide App-Hide Application Icon, Calculator Vault (masked as a calculator).
How it works:
- Install one of the safe apps from Google Play.
- Create a password or a pattern lock.
- Import the desired applications to the safe (some programs offer the function of βcloningβ β a copy of the application is created inside the safe).
- Remove the original icon from your desktop (or hide it through the launcher).
Pros of the method:
- π Double defense: cover-up + password.
- π± The ability to hide not only applications, but also files (photos, videos).
- π‘οΈ Some safes support a fingerprint.
Cons:
- β οΈ It requires additional space in memory.
- π Applications in the safe may not receive push notifications.
- π± Some antiviruses recognize such programs as potentially dangerous.
Comparison of methods: which one to choose?
The choice of method depends on your goals:
- πΉ Quick and simple. β Built-in function MIUI Or second space.
- πΉ Maximum secrecy β Rename APK or ADB.
- πΉ Password protection β Safeware applications or Nova Launcher with a plugin.
- πΉ Hiding system applications β Only ADB or rename (with caution).
If you are afraid of losing access to hidden applications, use a combined approach: for example, hide the icon through the launcher, and protect the data with a password in the Second Space.
π‘
For most users, the best solution is a combination of Second Space (for critical applications) and Third-Party Launcher (for the rest).