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.
- Open Settings β Applications β Application Management.
- Slip on the three dots in the top right corner and select Hide Apps.
- 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.
β οΈ 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:
- Go to Settings β Applications β Application Management.
- Select the desired application and tap Archive (or Disable if no archiving).
- 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?
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:
- Open Settings β Password and Security β App Lock
- Activate the function by installing PIN-code.
- Select the apps you want to block and enable Hide Notifications.
- 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:
- Install Nova Launcher from Google Play.
- Press the free space on the home screen and select Settings β Hide applications.
- Check the boxes for the programs you want to hide.
- 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:
- 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).
- Connect the Redmi Note 8 Pro to your PC and confirm your trust.
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm disable-user --user 0 com.example.appWhere 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:
| Annex | Package name |
|---|---|
| Mi Video | com.miui.video |
| Mi Music | com.miui.player |
| com.facebook.katana | |
| Google Play Games | com.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
| Method | Root is required. | Hiding system applications | Stops background work | Difficulty |
|---|---|---|---|---|
| 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. |