How to hide the application on Xiaomi Redmi: all working ways

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

Done: 0 / 4

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:

  1. Press the app icon on the home screen β†’ select β€œApplication Information”
  2. Slip on the three-point menu β†’ Archive
  3. 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?
When archiving, only the icon and shortcut are deleted. All data (cache, settings, accounts) are stored in the /data/app-suspended/ folder. However, some applications (such as messengers) may require re-entry after recovery.

⚠️ 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:

  1. Install a launcher from Google Play and make it the main one
  2. Press the app icon β†’ "Change" β†’ "Hide"
  3. For disguise: select β€œEdit icon” and upload the picture from the gallery
LauncherHiding iconsCloakingLockdown
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).

πŸ“Š What kind of launcher are you using?
Standard MIUI
Nova Launcher
Apex Launcher
Hyperion
Other

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:

  1. Go to Settings β†’ Digital Well-Being β†’ Control Panels
  2. Select your profile (your child or your child) β†’ Application restrictions
  3. 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 Browser

Warnings:

  • 🚨 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:

MethodRemoving the iconBlocking launchRequires root/ADBData 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!

Can you hide the application so that it does not appear even in the settings?
Yes, but only with ADB (Section 5). The built-in MIUI tools simply remove the icon from the home screen, but the application remains in the Settings β†’ App list. Complete concealment requires removing the package or using custom firmware (such as LineageOS).
Why is the application not updated after archiving?
Archived programs are excluded from the Google Play update process. To update such an application, first restore it from the archive (Settings β†’ Applications β†’ Archived), then install the update and archive it again.
How to hide the application from search in App Vault?
Standard MIUI methods don't remove apps from search. To do this: Use a launcher with a cloak function (e.g. Nova Launcher + Hide App-Icon plugin). Rename the application package via ADB (requires root). On Redmi with MIUI 14, App Vault search can be turned off completely in Settings β†’ Home screen β†’ App Search.
Will the hidden app work in the background?
Hiding through embedded MIUI tools or archiving doesn't stop background processes. To completely stop the application: Go to Settings β†’ Apps β†’ [name] β†’ Battery β†’ Limit background activity. Turn off auto-start to Settings β†’ Battery β†’ Auto-Start.
Can I hide system applications without root?
Partially. You can: Disable them in Settings β†’ Applications β†’ Disable (not working for critical services). Uninstall updates (remove updates button in application information). Use ADB to uninstall for the current user (pm uninstall -k --user 0 [packet] command). Complete removal of system applications without root is impossible.