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 and third-party solutions. However, not all methods are equally effective: some simply remove the icon from the home screen, others completely block access to the program, and still others can lead to data loss if archiving is used incorrectly.
In this article, we will analyze 5 proven ways β from standard MIUI tools 12-14 to workarounds using launchers and ADB. Particular attention will be paid to the nuances for the Redmi Note 10/11/12 models and the flagship series K50/K60, where the logic of the menu may differ. If you need not just remove the icon, but completely prohibit the launch of the application (for example, for parental control), read the section on restriction through Digital Well-being.
1. Hiding through built-in MIUI (no root)
The easiest way to do this is to use the Hidden Apps tool available in MIUI 12 and later, which doesn't remove the program, it just removes it from the menu and the App Vault search, and it's important that it doesn't work for system utilities like Mi Browser or Mi Video.
Instructions:
- π± Open the Settings. β Annexes β Application management
- π In the search bar, enter the name of the program (for example, TikTok)
- ποΈ Slip on the three-point menu in the upper right corner β "Hide the app"
- π Confirm the action with a password / fingerprint (if the lock is configured)
To return the app back, go to Settings β Special Features β Hidden Apps and uncheck the tick. Note: Once hidden, the program will continue to work in the background and may send notifications. Use the Battery β Optimization section to stop completely.
βοΈ Preparation before concealment
2. Archiving of applications (for complete removal of the icon)
If the built-in hiding doesn't work, you can archive the program. This method removes the icon from the home screen and menu, but saves the application data. Suitable for Redmi 9/10/11 and other models with MIUI 13+. Warning: archived apps are not updated through Google Play!
How to archive:
- Press the app icon on the home screen β select βApplication Informationβ
- Slip on the three-point menu β Archive
- Confirm the action (the application will disappear in 5-10 seconds)
To get the program back:
- π Go to Settings. β Annexes β Archived
- π₯ Find the right application and click "Restore"
What happens to the data when you archive?
β οΈ Note: On the Redmi Note 8 Pro and older models, archiving may cause Google Play Services to crash. MIUI In Settings β The phone.
3. Use of third-party launchers (Nova, Apex, Hyperion)
If you need to hide apps from other icons or folders, third-party launchers offer flexible settings, such as Nova Launcher.
- ποΈ Hide icons in the "App Box"
- π¨ Change the icons to neutral ones (for example, "Calculator")
- π Block access by gesture or PIN-code
Instructions for Nova Launcher:
- Install a launcher from Google Play and make it the main one
- Press the app icon β "Change" β "Hide"
- For disguise: select βEdit iconβ and upload the picture from the gallery
| Launcher | Hiding icons | Cloaking | Lockdown |
|---|---|---|---|
| Nova Launcher | β Yes. | β Yes. | β No. |
| Apex Launcher | β Yes. | β Yes. | β No. |
| Hyperion Launcher | β Yes. | β No. | β Yes (PIN) |
| POCO Launcher | β No. | β No. | β No. |
The advantage of the method: the applications remain available through Google search or App Vault, but they are not visible visually.The disadvantage: launchers consume additional RAM (on Redmi with 4 GB of RAM this can be critical).
4. Restriction through Digital Well-being (for parental control)
If the goal is not just to hide, but to block access to an app (for example, for a child), use the Digital Well-Being tool.
- π Set a password to launch specific programs
- β° Limit the time of use
- π Track activity
How to set up:
- Go to Settings β Digital Well-Being β Control Panels
- Select your profile (your child or your child) β Application restrictions
- Add the apps to the blacklist and install PIN-code
β οΈ Attention: Redmi with MIUI Global, this feature may conflict with Google Family Link. If apps continue to open after you set up the lock, disable Google account sync in Settings β Accounts.
An important nuance: the restrictions are reset after hard reset or flashing. For reliability, combine this method with archiving (Section 2).
5. Removal of system applications via ADB (for experienced)
For advanced users willing to work with ADB, there is a radical way to completely remove unnecessary system applications (e.g. Mi Music, Mi Pay).
- π₯οΈ Computer with installed Xiaomi drivers and ADB Tools
- π Included debugging by USB (Settings β The phone. β Version. MIUI β 7 taps β Additionally. β For developers)
- π List of application packages (e.g. com.miui.videoplayer for Mi Video)
Commands for removal:
adb shell
pm uninstall -k --user 0 com.miui.calculator # Example: deleting the calculator
pm uninstall -k --user 0 com.android.browser # Deletion of Mi BrowserWarnings:
- π¨ Removing system components can lead to a cyclical reboot (bootloop)
- π After updating MIUI Remote applications can be restored
- π± On Redmi with a blocked bootloader, this method does not work.
π‘
Before deleting via ADB, back up /system with the command adb backup -apk -obb -shared -all -f backup.ab. This will help restore the system if it crashes.
Comparison of methods: which one to choose?
The choice of method depends on your goal:
| Method | Removing the icon | Blocking launch | Requires root/ADB | Data recovery |
|---|---|---|---|---|
| Hiding at MIUI | β | β | β | β (full-fledged) |
| Archiving | β | β | β | β (full-fledged) |
| Third-party launcher | β | β (optionally) | β | β |
| Digital well-being | β | β | β | β |
| ADB | β | β | β | β (risk) |
For most Redmi users, the first or second method is optimal. If you want a secure lock (for example, for games), combine Digital Well-Being with archiving. ADB is only suitable for removing malware or freeing up memory on devices with 32 GB of storage.
π‘
On Redmi Note 12 Pro+ and later, the archiving function can be blocked by the manufacturer, in which case use launchers or ADB (if you have an unlocked bootloader).
Frequent Mistakes and How to Avoid Them
When hiding applications, users often face the following problems:
- π "The app has disappeared but continues to send notifications" β Solution: Turn off notifications in Settings β Notifications or Archive Program.
- π "I can't find the hidden app in the settings" β Solution: Check the Special Opportunities section β Hidden applications or use search on the system.
- π± "After the concealment, account synchronization stopped working" β Solution: Eliminate Google system services (e.g. com.google.android.gms) from hiding).
Another common mistake is trying to hide Google Play Services or MIUI System Launcher, which leads to a critical interface failure that requires resetting. Always check the name of the package before you act!