How to hide the application on Xiaomi Poco: all the ways from simple to complex

Hiding apps on Xiaomi Poco 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 standard deletion, hiding allows you to return the application at any time without losing data. But how to do it correctly without disrupting the system?

In this article, we will look at all the current methods for different versions of MIUI (12 to 15), including hiding through launcher settings, archiving, access blocking and even using third-party shells. Particular attention will be paid to the hidden features of MIUI, which are not written about in the official instructions, but work stably on the Poco F5, Poco X5 Pro, Poco M6 Pro and others. If you are looking for a way to hide an application without being found even through search, you are at the right place.

1. Hiding through launcher settings (the easiest way)

This method is suitable for most Xiaomi Poco devices on MIUI 12-15 and does not require superuser rights.It hides the app icon from the home screen and menu, but leaves it in the system - it can be found through search or settings.

To hide the app:

  • πŸ“± Long tap on the free seat of the main screen and select Screen Settings (or Launcher Settings in some versions).
  • πŸ” Go to Hide Apps (may be called Hide Badges).
  • βœ… Tick the apps you want to hide and click Ready.

After that, the icons will disappear from the screen, but the apps will remain in the system. To return them back, repeat the same steps and uncheck the boxes.

πŸ“Š What version? MIUI You're using it?
MIUI 12
MIUI 13
MIUI 14
MIUI 15
I don't know.

⚠️ Note: This method does not hide the application from the system search. If someone opens the Search by device (swipe down on the home screen), hidden programs will appear in the results.

2. Application Archiving (Hidden with Save Data)

Archiving is a built-in MIUI feature that allows you to freeze an application by removing it from the home screen and stopping background processes, but saving all data. This method is suitable for system utilities that cannot be removed in the standard way (for example, Mi Browser, Mi Music or GetApps).

How to archive the application:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Select the desired application from the list.
  3. Slip on three dots in the upper right corner and select Archive.
  4. Confirm the action – the application will disappear from the screen, but its data will remain in memory.

To return an archived application, go to Settings β†’ Applications β†’ Archived, select the program and click Restore.

Check that the application is not used by the system

Create a backup copy of important data

Make sure there is enough memory on the device.

Close all background processes of the application-->

MethodHiding the iconRemoves from searchSaves the data.Demands a Root.
Hiding through the launcherβœ… Yes.❌ No.βœ… Yes.❌ No.
Archivingβœ… Yes.βœ… Yes.βœ… Yes.❌ No.
Second Space Lockdownβœ… Yes.βœ… Yes.βœ… Yes.❌ No.
ADB-teamβœ… Yes.βœ… Yes.❌ No.❌ No.

3.Using Second Space for complete cover-up

Second Space is a built-in MIUI feature that creates a separate work profile with its own apps, settings, and data, and if you have to hide an application so that it is not accessible without a password, this method is one of the most reliable.

How to set up Second Space:

  • πŸ” Go to Settings. β†’ Second Space (or Additional Settings) β†’ Second Space in some versions).
  • πŸ“± Create a new profile by following the instructions (you will need to set a password or a pattern lock).
  • πŸ”„ Switch to Second Space and install the apps only there.
  • πŸ”’ Returning to the main profile, these apps will not appear in the menu or search.

The advantage of this is that hidden applications are completely isolated from the main profile, but you have to enter a password and switch between spaces every time you access them.

πŸ’‘

If you use Second Space to hide messengers (like Telegram or WhatsApp), remember to update them regularly in both profiles to avoid sync issues.

4. Hiding through ADB (for power users)

If you need to completely uninstall the system application or hide it so that it does not appear even in the settings, you can use ADB (Android Debug Bridge), which does not require root rights, but requires a connection to the computer and basic command line knowledge.

Step-by-step:

  1. Enable USB debugging in the developer settings (Settings β†’ About Phone β†’ MIUI version – tap 7 times, then go back to Additional settings β†’ For Developers).
  2. Connect your smartphone to your PC and open the command line (or Terminal on Mac/Linux).
  3. Enter the command to check the connection: Adb devices Make sure your device appears in the list.
  4. To hide an app (e.g. com.miui.browser), do: adb shell pm hide com.miui.browser
  5. To return the application, use: adb shell pm uninstall -k --user 0 com.miui.browser

The list of packages of system applications Xiaomi Poco can be found on the Internet or get a team:

adb shell pm list packages | grep 'miui'

⚠️ Attention: Misuse of the right ADB Do not hide critical services (e.g. com.android.phone or com.miui.securitycenter) or the phone may stop ringing or locking.

What if the ADB can’t see the device?
If the adb device command doesn’t show your Xiaomi Poco, check: 1. Are Xiaomi drivers installed? USB Drivers on PC. 2. Is debugging enabled USB In the developer settings. 3. Try using the original USB-cable (not all cables support data transfer). 4. Restart your phone and PC, then reconnect. If the problem persists, try another port. USB Disable the antivirus (sometimes it will block) ADB).

5. Third-party launchers: Nova Launcher and others

If the built-in MIUI methods don’t suit you, you can install an alternative launcher, such as Nova Launcher or Apex Launcher, which offer advanced hide-out features, including:

  • πŸ” Hiding icons without removing the app.
  • πŸ”’ Blocking access to hidden programs with a password.
  • πŸ“‚ Grouping applications into hidden folders.

How to hide the app in Nova Launcher:

  1. Install Nova Launcher from Google Play.
  2. Slip it in the free screen space for a long time and select Nova Settings.
  3. Go to App & Widget drawers β†’ Hide apps.
  4. Check the boxes for the apps you want to hide.

The advantage of this method is that hidden applications do not appear even in system search if the launcher is set as the main one, but to return to the standard MIUI interface, you will have to disable Nova Launcher in the settings.

6. Hiding through app lock (for privacy)

If your goal is not just to remove the icon, but to block access to an application (such as banking programs or instant messengers), MIUI has a built-in lock function. It does not hide the application completely, but requires you to enter a password at each run.

How to block the application:

  • πŸ”’ Open the Settings. β†’ Annexes β†’ Application lockdown.
  • πŸ“± Choose the apps you want to protect (such as SberBank Online or SberBank Online). VK).
  • πŸ”‘ Set a password or pattern lock (unless previously installed).

After that, when you try to open a blocked application, the system will require a password, which does not hide the icon, but makes the application inaccessible to outsiders.

πŸ’‘

Application blocking in MIUI works even if the phone is unlocked, and the password is requested separately for each secure application.

7. What to do if the hidden application cannot be returned?

Sometimes, after hiding or archiving, an application can disappear from the system, and standard methods do not help it to return.

If the application was hidden through the launcher:

  • πŸ”„ Reboot your phone – sometimes it resets the concealment settings.
  • πŸ” Check the Hidden Applications folder in the launcher settings.
  • πŸ“± Install another launcher (like Nova Launcher) – it can display hidden programs.

If the application has been archived:

  • πŸ” Go to Settings. β†’ Annexes β†’ Archived.
  • πŸ“² If the partition is empty, try to find the application through system search and click Restore.
  • πŸ”§ As a last resort, use it. ADB-command: adb shell cmd package install-existing com.example.app (replace com.example.app with your application package).

If the application has been removed via ADB:

  • πŸ”„ Try to return it with the command: adb shell cmd package install-existing --user 0 com.example.app
  • πŸ“₯ If this doesn’t work, you’ll only have to reinstall the app from Google Play or backup.

FAQ: Frequent questions about hiding apps on Xiaomi Poco

Can I hide system applications (such as Mi Browser or GetApps) without root?
Yes, but with limitations: through archiving (data is saved, but the application doesn't work); through ADB (complete concealment, but requires a computer); through Second Space (isolation in a separate profile); complete removal of system applications without root is impossible.
Will a hidden app consume a battery or the internet?
Depending on method: Hiding through launcher - the application runs in the background. Archiving - the application is "frozen" and does not consume resources. ADB-Hiding – the application is completely disabled. Second Space – consumes resources only when the second profile is actively used.
Can you hide the application so that it is not found even by a system search?
Yeah, that's the right fit: ADB-Second Space (app can only be seen in a separate profile), third-party launchers (e.g. Nova Launcher with a hidden setting) Hiding through a standard launcher MIUI Does not remove the application from search.
How to hide the app from parental control?
If you have parental controls on your phone (like Google Family Link), hiding apps using standard methods may not work. In this case: Use Second Space -- parental controls don't usually apply to the second profile. Install the app in the second profile. APK-You can use a format (not through Google Play) and hide it through Nova Launcher. If the phone is rooted, you can use apps like App Hider or Hide App-Hide Application.
Why do hidden apps reappear after MIUI update?
This is a well-known MIUI problem β€” after major updates (like version 13 to version 14), some settings are reset. To avoid this: Before updating, write down a list of hidden apps. Use ADB to hide β€” this method is more reset resistant. If the apps come back, repeat the hideout procedure after the update. In some cases, resetting the launcher settings (Settings β†’ Applications β†’ Launcher β†’ Storage β†’ Clear Data) helps, but this will delete all your widgets and folders.