How to hide the application on Xiaomi Mi 8 Pro: all ways + secret MIUI chips

Xiaomi Mi 8 Pro with a MIUI shell offers several built-in ways to hide applications from prying eyes β€” without root rights and third-party launchers. But not all methods are equally reliable: some simply remove the icon from the desktop, others create a full-fledged β€œsecret” profile with a separate password. In this article, we will discuss 5 working ways to hide applications on the Mi 8 Pro, including little-known Second Space chips and MIUI Security Settings.

It's important to understand: concealment β‰  The application continues to work in the background, takes up space in memory and may appear in the list of recent or notifications. If the goal is to completely β€œdisguise” the software (for example, messengers or banking applications), combine the methods from this instruction with disabling notifications and cleaning the cache.

1. Hiding through Second Space (the most reliable way)

Second Space is a feature built into MIUI that creates a second independent user profile with a separate desktop, apps and password, ideal for hiding instant messengers, gallery or financial applications.

How to set up:

  • πŸ“± Open the Settings. β†’ Special facilities β†’ Second Space.
  • πŸ”‘ Set a password (other than the main one) and confirm with a fingerprint (optional).
  • πŸ”„ Select cloning apps or install new ones right in Second Space.
  • πŸ”’ Switch between swipe profiles by the Recent button (triangle at the bottom of the screen).

Advantages of the method:

  • βœ… Complete isolation: apps are not visible in the main profile even through search.
  • βœ… Separate notifications (you can turn off in Second Space settings).
  • βœ… It works without root rights and does not require third-party programs.

⚠️ Note: When you reset your phone to factory settings, Second Space is deleted without recovery!

Backup copy of the main profile data|Set a complex password (at least 8 characters)|Disable notifications for hidden applications|Check your fingerprint for quick switching-->

2. Hiding icons through the settings of the MIUI launcher

If you do not need a complete concealment, but only remove the icons from the desktop, use the built-in options of the MIUI launcher:

  1. Press the free space on the desktop β†’ select Settings (cog icon).
  2. Go to Hide Apps (or App Settings β†’ Hide Apps in older versions of MIUI).
  3. Check the necessary programs and click Ready.

Limitations of the method:

  • ❌ Apps remain in the menu All apps (available via search).
  • ❌ Icons may reappear after update MIUI.
  • ❌ Does not work for system applications (such as Settings or Phone).

πŸ’‘

To return hidden icons, repeat the steps and uncheck the apps. If the Hide app option is missing, update the launcher via Settings β†’ About Phone β†’ Update MIUI.

3. Use of hidden folders (without third-party programs)

MIUI has a built-in folder hiding feature that can be adapted for applications:

  1. Create a folder on the desktop and move the icons of the desired applications to it.
  2. Press the folder β†’ folder settings β†’ turn on the option Hide the name.
  3. Set a transparent icon for the folder (download empty). PNG-File from the Internet and apply through Change the icon).

How to find a hidden folder:

  • πŸ” Swipe your finger around the β€œempty” place on the screen – the folder will open.
  • πŸ“‚ In the menu All applications folder will appear as Untitled.
MethodLevel of concealmentPassword requiredWorks after discharge
Second Space⭐⭐⭐⭐⭐Yes.No.
Hiding icons⭐⭐No.Yes.
Hidden folders⭐⭐⭐No.Yes.
App Lock⭐⭐⭐⭐Yes.Yes.

4.Block applications via App Lock

App Lock doesn’t hide apps completely, but adds password or fingerprint protection to them, and is suitable for banking applications or instant messengers.

How to turn on:

  1. Go to Settings β†’ Apps β†’ App Lock.
  2. Set a password (different from unlocking the screen!).
  3. Select applications to lock and activate the switch.

Additional settings:

  • πŸ” Enable Hide Notifications for Blocked Applications.
  • πŸ“± Activate Blocking in the background so that the application closes when switching to another.
  • πŸ”„ Set up Auto Unlock over Bluetooth or Wi-Fi (such as at home).

⚠️ Note: If you forget the password from App Lock, you can reset it only through your Mi Account with confirmation on the app. SMS. Without a linked phone number, the data will be lost!

Second Space| Hidden icons |Hidden folders |App Lock|I don't hide apps-->

5. Hiding through ADB (for power users)

If standard methods don't work, you can hide applications through ADB (Android Debug Bridge), which removes icons from the launcher, but leaves the applications on the system.

Instructions:

  1. Turn on Developer Mode (7 times click on the MIUI version in Settings β†’ About Phone).
  2. Activate Debugging by USB in Settings β†’ Additional β†’ For developers.
  3. Connect the phone to the PC, open the command line and type:
adb shell pm hide com.example.app

Replace com.example.app with a real application package (you can find out through the App Inspector from Google Play).

To bring back the icon:

adb shell pm unhide com.example.app
How to find out the application package without third-party programs?
Open Settings β†’ Applications β†’ Application Management, select the right one and scroll down to the Package Information section. The package name will be in com.company.appname format.

⚠️ Note: Some system applications (com.miui.home, com.android.settings) cannot be hidden through the Internet. ADB β€” It's going to cause a disruption. MIUI!

Frequent problems and solutions

Xiaomi Mi 8 Pro users often face the following difficulties when hiding applications:

  • πŸ”„ Apps reappear after update: Update launcher manually via Settings β†’ The phone. β†’ Update MIUI β†’ Three points. β†’ Update launcher.
  • πŸ”’ Second Space does not open: Check if your profile is blocked through Settings β†’ Accounts. β†’ Second Space. You may need to reset your password through your Mi Account.
  • πŸ“± Icons missing from All Apps menu: This is normal for the method ADB. To return, use the command pm unhide.
  • πŸ” Search Finds Hidden Applications: Disable Indexing for Specific Programs in Settings β†’ Search β†’ Search settings.

πŸ’‘

On the Mi 8 Pro with MIUI 14+, the most reliable way to hide is the combination of Second Space (for insulation) + App Lock (for blocking notifications).

Can I hide system applications (for example, Camera or Phone)?
No, system applications can not be completely hidden or removed without root rights. The maximum is to remove the icon from the desktop through the launcher settings or block access through App Lock.
Will Second Space work after the phone is dropped?
No, Second Space is deleted when reset to factory settings. To save data, back up through Settings β†’ Second Space β†’ Backup and save the file to your PC or cloud.
How to hide an app from Google search?
Open Settings β†’ Google β†’ Search β†’ Filters β†’ Hidden apps and add the programs you want to list. This hides them from the search results on the phone, but not from Google Play.
Can I hide apps without a password?
Yes, but only by hiding icons or folders (methods 2 and 3). For complete isolation (Second Space or ADB), a password is required.
Why did the app stop updating after hiding through ADB?
This is normal behavior: apps hidden through pm hide are excluded from automatic updates. To update, temporarily return the icon with pm unhide, manually update via Google Play, then hide again.