Hiding apps on Xiaomi, Redmi and POCO smartphones is a challenge that users have for a variety of reasons, from wanting to remove unnecessary system utilities to having to hide personal data from prying eyes. Unlike iOS, where functionality is limited, the MIUI shell offers several built-in mechanisms, and also supports third-party solutions. However, not all methods are equally effective: some applications continue to appear in the recently opened menu, others can be found through search.
In this article, we will discuss 5 proven ways to hide applications on Xiaomi, from standard MIUI 14 features to little-known tricks using ADB and third-party launchers. Particular attention will be paid to hiding system applications that can not be removed or disabled through the settings menu. All instructions are relevant for Android 12-14 devices and tested on Xiaomi 13 Pro, Redmi Note 12 and POCO F5 models.
1. Standard Hiding through the "Dual Apps"
The most reliable way to hide apps from outsiders is to use the built-in Dual Apps feature, which not only hides icons, but also creates an isolated environment with separate accounts, notifications and data, suitable for instant messengers, social networks and banking applications.
How it works:
- π± Applications installed in the second space do not appear in the main menu and search.
- π Access to them is protected by a password, fingerprint or pattern lock.
- π You can quickly switch between swipe spaces on the lock screen (configures).
- β οΈ Some system applications (such as Settings or Phone) cannot be duplicated.
Instructions for setting:
- Open the Settings. β Second space.
- Click Create a second space and follow the setup wizard (set a password).
- After creation, go to Settings of the second space β Clone applications.
- Select the apps you want to hide and confirm cloning.
β οΈ Note: When you delete the second space, all hidden application data (messages, files, settings) will be permanently deleted. β Memory. β Backup.
2. Hiding icons through launcher settings
If the goal is simply to remove the icon from your desktop but leave the app accessible through search, use the built-in MIUI launcher options.This method doesn't protect data, but visually cleans the screen.
Step-by-step:
- π±οΈ Press your finger on the icon of the app you want to hide.
- π In the menu that appears, select Remove (do not Delete!).
- π The app will disappear from the desktop, but will remain in All applications and search.
To completely hide the app from the All Apps menu:
- Open Settings β Applications β Application Management.
- Find the right app and tap it.
- Choose Hide (not available for all applications).
| Method | Hiding the icon | Hiding from the search | Requires a password | Works for system applications |
|---|---|---|---|---|
| Second space | β | β | β | β (cloned) |
| Launcher settings | β | β | β | β (not-for-all) |
| Third-party launcher | β | β (tune in) | β | β |
| ADB-team | β | β | β | β |
π‘
If you use POCO Launcher, you can hide applications through the Settings β Hidden Applications menu. This launcher supports hiding even system utilities, such as Mi Video or Mi Music.
3. Use of third-party launchers (Nova, Apex, Hyperion)
The standard MIUI launcher is limited in hideout functionality, but third-party solutions like Nova Launcher or Hyperion Launcher allow you to flexibly adjust the visibility of applications, the advantage of the method is that there is no need for root rights and maintain system performance.
How to hide apps through Nova Launcher:
- π₯ Install Nova Launcher from Google Play.
- π οΈ Hold an empty space on the desktop β Settings β Hiding applications.
- π Select the apps you want to hide and confirm.
- π Restart the launcher (swipe down on the desktop) β Reset).
Features of the method:
- β It works for all applications, including system.
- β You can hide apps from search (in Nova settings).
- β οΈ When you reset the launcher or update the hidden applications may appear again.
- π§ For complete concealment from the system will require a combination of ADB (see next section).
βοΈ Preparing for Hiding with Nova Launcher
4. Hiding system applications through ADB (no root)
For power users willing to work with ADB, there is a way to disable any system applications, including those that cannot be removed through the MIUI menu.This method does not require root rights, but if used incorrectly can lead to system failures.
Step-by-step:
- π₯οΈ Install. ADB Tools on PC.
- π± On your smartphone, turn on debugging by USB (Settings β The phone. β Version. MIUI β 7 times tap the version β return to additional settings β For developers).
- π Connect your phone to your PC and execute the command: adb shell pm hide com.xiaomi.package.name Replace com.xiaomi.package.name with the name of the application package (you can find out through adb shell pm lists packages). | grep "keyword").
- π Reset the device.
Examples of commands for popular system applications:
adb shell pm hide com.miui.videoplayer # Mi Video
adb shell pm hide com.miui.player # Mi Music
adb shell pm hide com.xiaomi.scanner # Document scanning
adb shell pm hide com.miui.cleanmaster #Cleanupβ οΈ Warning: Disabling critical system applications (e.g. com.android.phone or com.miui.home) can cause communication loss, interface errors, or device freeze. Before experimenting, check the list of safe packets to disable on forums XDA Developers or 4PDA.
How to return hidden through ADB application?
5. Hiding through Archiving (for unnecessary applications)
If the application is not in use but cannot be removed (e.g. Mi Browser or GetApps), you can archive it through the MIUI menu.This will not delete the data, but will free up space and hide the icon.
How to archive the application:
- π¦ Go to Settings. β Annexes β Application management.
- π Find the right app and tap it.
- ποΈ Choose Archiving (if the option is active).
- β The app will disappear from the menu, but its data will be saved.
Limitations of the method:
- β It does not work for critical system applications.
- β Archived applications can be automatically restored after updating MIUI.
- β Suitable for temporary concealment (e.g., before selling a phone).
π‘
Archiving is the safest way to hide unnecessary apps, but it is not suitable for protecting personal data. For privacy, use Second Space or third-party launchers with password protection.
Frequent problems and solutions
Even after hiding, apps can continue to show up in some menus or recover from updates. Consider typical situations and how to address them.
Problem 1: The app is hidden but visible in the newly opened.
- π Clear the list of recent apps with swipe up.
- π§ In Nova Launcher, turn off the recent display in gesture settings.
Problem 2: After the MIUI update, the hidden apps returned.
- π Repeat the concealment procedure (through the ADB launcher).
- π₯ Install App Hider from Google Play for backup hiding.
Problem 3: You canβt hide your system application through ADB.
- π‘οΈ Check if it is protected by the flag. PROTECTED (Use adb shell dumpsys package com.xiaomi.package.name).
- π§ Try to disable it via adb shell pm disable-user --user 0 com.xiaomi.package.name.