How to hide applications on Xiaomi Redmi Note 8 Pro: all the ways from standard to hidden

Hiding apps on the Xiaomi Redmi Note 8 Pro 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 the newer Xiaomi models, where the concealment feature is built into MIUI 13/14 by default, the Redmi Note 8 Pro (with MIUI 11-12.5) is nuanced. In some cases, it takes just a few clicks, in others it will require additional software installation or even a change in system settings.

It's important to understand that hiding an application is not the same as removing it or blocking it completely. A hidden application continues to run in the background, can send notifications and consume battery resources. However, visually it will disappear from the main menu, search and list of newly opened programs. In this article, we will examine all the current ways, from official MIUI functions to bypass solutions using third-party tools, including hiding through APK archiving, which works even without root rights.

1. Hiding through built-in MIUI (for MIUI 12 and later)

Starting with MIUI 12, Xiaomi has added the official ability to hide apps without third-party software. However, on the Redmi Note 8 Pro, this feature may not be available depending on the firmware version and region.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the top right corner and select Hide Apps.
  3. Tick the programs you want to remove from view and confirm the action.

If you don't have Hide apps on the menu, your version of MIUI doesn't support this feature, so move on to the following.

πŸ“Š What version? MIUI you use?
MIUI 11
MIUI 12
MIUI 12.5
MIUI 13
MIUI 14
I don't know.

⚠️ Attention: Hidden through MIUI Applications remain searchable by system (Search in Settings). To hide them completely, you need to disable the display in the search results separately.

2. Archiving applications (without root)

The archiving method allows you to freeze an application, making it invisible on the menu and stopping background processes, which works on all versions of MIUI, including the Redmi Note 8 Pro, but has a limitation: the archived application ceases to update via Google Play.

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the desired application and tap Archive (or Disable if no archiving).
  3. Confirm action. The app will disappear from the menu, but will remain in the archived list (Settings β†’ Applications β†’ Archived).

To return the app:

  • πŸ“Œ Go to Settings. β†’ Annexes β†’ Archived.
  • πŸ”„ Click Restore next to the desired application.
  • πŸ”„ After recovery, it may be necessary to restart the device.
What if there is no "Archive" button?
If the application management menu does not have an archiving option, try: 1. MIUI to the latest available version for your region. 2. Use an alternative launcher (see method 4). 3. ADB-command to disable (method 5).

3. Password Hiding (App Lock)

The App Lock feature in MIUI allows you not only to block applications with a password, but also to hide them from the menu, which is suitable if you want to restrict access to an application (for example, a banking or messenger) and simultaneously remove it from the home screen.

How to set up:

  1. Open Settings β†’ Password and Security β†’ App Lock
  2. Activate the function by installing PIN-code.
  3. Select the apps you want to block and enable Hide Notifications.
  4. Return to the main screen, swipe down and tap the icon. βš™οΈ (Settings) β†’ Hide applications.

Now, blocked apps will be hidden from the menu to be seen:

  • πŸ”“ Enter your password in App Lock.
  • πŸ“± Swipe down on the home screen and select Show Hidden.

πŸ’‘

If you forgot the password from App Lock, you can reset it through your Mi Account. To do this, go to Settings β†’ Xiaomi Account β†’ Security β†’ Device Management and select the option to reset the application lock.

4.Use of third-party launchers

If standard 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 device, but makes them invisible in the interface.

Instructions for Nova Launcher:

  1. Install Nova Launcher from Google Play.
  2. Press the free space on the home screen and select Settings β†’ Hide applications.
  3. Check the boxes for the programs you want to hide.
  4. Save settings. Apps will disappear from the menu, but remain in the system list (Settings β†’ Applications).

Advantages of the method:

  • 🎨 Flexible interface configuration.
  • πŸ”’ Ability to hide system applications (e.g. Mi Video or Mi Music).
  • πŸ”„ Easy Recovery of Visibility in Two Clicks.

⚠️ Note: When you reset the launcher to the factory settings, hidden applications will be visible again, and some system utilities (for example, Security) can automatically return visibility after updates.

5. Disconnection via ADB (for power users)

For advanced users who are ready to work with ADB (Android Debug Bridge), there is a way to disable any application, including system applications. It won't delete the program, but it will make it invisible and inactive. It requires a connection to a PC.

Step-by-step:

  1. Turn on USB Debugging on your phone (Settings β†’ About Phone β†’ MIUI version – tap 7 times, then go back to Settings β†’ Additional β†’ For Developers β†’ Debugging over USB).
  2. Connect the Redmi Note 8 Pro to your PC and confirm your trust.
  3. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm disable-user --user 0 com.example.app

Where com.example.app is the batch name of the application (you can find it through the App Inspector or adb shell pm list packages).

Examples of packet names of popular applications:

AnnexPackage name
Mi Videocom.miui.video
Mi Musiccom.miui.player
Facebookcom.facebook.katana
Google Play Gamescom.google.android.play.games

To return the application, use the command:

adb shell pm enable com.example.app

πŸ’‘

The ADB method is the only way to hide system applications without root permissions, but after resetting or updating MIUI, you may need to shut down again.

6. Hiding through folders and gestures

If you just need to remove the app from the home screen but not from the system, you can use the standard MIUI features:

  • πŸ“ Folders: Drag the app icon to another to create a folder. Call it neutral (e.g., Tools").
  • πŸ‘† Swipe up: In MIUI You can hide applications in the Box by removing them from the home screen, and then you can pull the icon up and drag it up to the Remove icon.
  • πŸ”’ Folder protection: In some versions MIUI folders can be password protected (in addition to App Lock).

This method doesn't hide the application completely, but it makes it less visible, like a folder called "Utilities" that few people will open specifically.

Comparison of methods of hiding applications

MethodRoot is required.Hiding system applicationsStops background workDifficulty
Built-in MIUI function❌ No.❌ No.❌ No.⭐ Very simple.
Archiving❌ No.βœ… Yes.βœ… Yes.⭐⭐ Just
App Lock❌ No.❌ No.❌ No.⭐⭐ Just
Third-party launcher❌ No.βœ… Yes.❌ No.⭐⭐ Middle-Average
ADB❌ No.βœ… Yes.βœ… Yes.⭐⭐⭐ Hardly.

FAQ: Frequent questions

Can you hide the application so that it does not appear even in the settings?
No, you can't completely remove the application track from the system without root rights. Even programs that are archived or disabled through ADB remain on the Settings β†’ Applications list, but are marked as "disabled." Root or custom firmware is required to completely remove system applications.
Why do hidden apps reappear after MIUI update?
Updates MIUI They often reset user settings, including hiding through launchers or archiving. After the update, check the hiding settings again. ADB-This is less common, but is possible with major updates (e.g., with a MIUI 12 on MIUI 13).
How to hide the app from Google search on your phone?
To prevent the app from appearing in search results over the phone (e.g., through Google Search or MIUI Search), you need to: Disable it via ADB (method 5). Or archive (method 2) - this removes it from the search index. For Google Search, additionally disable the application history in the Google account settings.
Can you hide the app only on the home screen but leave it on the menu?
Yes, for this: Use the standard MIUI method: press the icon on the home screen and drag it up to the Remove. The application will remain in the Box (full list of programs). In third-party launchers (for example, Nova), configure the display so that the application is visible only on the menu, but not on the desktop.
Is it safe to use ADB to hide apps?
Yes, if you follow the instructions and don't disable critical system services (e.g. com.android.phone) Risks: If system applications (e.g. MiuiSystemUI) are disabled, the interface may be disrupted. Once the settings are reset, all the applications that are disabled will return to their original state. Some banking applications can block work on devices with enabled debugging USB (Solution is done by disabling debugging after setting up. ADB backup.