How to hide the application on Xiaomi Redmi 8: all ways with hidden nuances

The Xiaomi Redmi 8 is still a popular budget smartphone, but owners often face the need to hide individual applications β€” whether messengers, banking programs or games. Unlike the flagship models with MIUI 14, there is no built-in feature β€œHidden apps” in its pure form, but this limitation can be circumvented in at least five ways.

In this article, we will look at the current methods for Redmi 8 (codenamed olive) tested on MIUI 12.5-14 (including global and Chinese firmware), not only standard system tools, but also little-known tricks with ADB, third-party launchers and even physical icon hiding.

1. Hiding through the "Second Space" (official method)

The most reliable way to do this, without root rights, is to create a second user space, which can be used to set duplicate applications that are isolated from the main profile, and minus: it eats up to 1-1.5 GB of memory and requires a separate setup.

How it works on Redmi 8:

  • πŸ”„ Go to Settings. β†’ Special facilities β†’ Second space.
  • πŸ“± Click "Create a Second Space" and follow the instructions (you will need to create a separate password).
  • πŸ” After creation, switch to the second space via the notification panel (user icon).
  • πŸ“₯ Install the application again – it will only be available in the second space.

⚠️ Note: When you delete the second space, all data in it (including hidden applications) will be permanently erased!

πŸ“Š What Way to Hide Apps You Use More Often?
Second space
Archiving
Third-party launcher
ADB-team
I'm not hiding it.

Archiving of applications (without deletion)

The Archive feature in MIUI allows you to remove the application from the menu, but save its data. The icon will disappear, but the program will remain in the system and be available through search, suitable for temporary hiding.

Instructions:

  1. Press your finger on the app icon β†’ select β€œArchive”.
  2. Confirm the action (the application will disappear from the desktop).
  3. To return: open Settings β†’ Applications β†’ Archived.

Make sure that the application is not system-based.

Check the space available (need ~50MB)

Turn off auto-update the app in the Play Market

Remember the name for the search.-->

⚠️ Note: Archived applications continue to work in the background and can send notifications. To completely disable them, go to Settings β†’ Notifications and manually block alerts.

3. Use of third-party launchers

Launchers like Nova Launcher or Apex Launcher allow you to hide icons without system changes, advantage: you do not need to create a second space or archive applications. β†’ Annexes.

The following is a step-by-step configuration for Nova Launcher:

  • πŸ“₯ Install Nova Launcher from Play Market.
  • πŸ”§ Hold your finger on the desktop β†’ "Settings Nova" β†’ "Hidden applications".
  • πŸ” Choose the programs you want to hide.
  • πŸ”„ Restart the launcher (swipe down on the desktop) β†’ "Reboot").
LauncherSupport for concealmentYou need a Premium?Visibility on the app menu
Nova LauncherYeah (in settings)No.Hidden completely.
Apex LauncherYes (through Hidden Apps)No.Hidden but visible in search
POCO LauncherPartially (folders only)No.Not completely concealed.
Microsoft LauncherNo.β€”β€”

πŸ’‘

If after installing Nova Launcher application icons are completely gone, check the settings "Desktop Grid" - sometimes reset the number of rows / columns.

4. Hiding through ADB (for Advanced)

The method for those who are not afraid of the command line, allows you to completely remove the icon from the system, but the application will remain on the installed list, requires a computer and enabled debugging over USB.

Instructions:

  1. Turn on Settings β†’ About Phone β†’ MIUI version (click 7 times to become a developer).
  2. Return to Settings β†’ Additional β†’ For developers and activate Debugging via USB.
  3. Connect your phone to your PC, open cmd (Windows) or Terminal (Mac/Linux) and type: adb shell pm hide com.example.app (replace com.example.app with your application’s batch name).
  4. To return the icon: adb shell pm unhide com.example.app

⚠️ Attention: Misuse of the right ADB Before experimenting, check the application's batch name through the App Inspector.

How to find out the packet name of the application without root?
Open Play Market β†’ find the app β†’ copy the link. The format will be: https://play.google.com/store/apps/details?id=PAKET NAME. For example, for Telegram it is org.telegram.messenger.

5. Physical hiding of icons (without software)

If you just need to remove the icon from your eyes, but leave the application working, use these tricks:

  • πŸ“ Untitled folders: Create a folder, delete its name (click on it) β†’ "Delete the name") and put unnecessary icons in it. The folder will look like a transparent square.
  • πŸ–ΌοΈ Transparent widgets: Install the widget UCCW, Create an empty widget and put it over the icon.
  • πŸ“ Shift to second screen: Move the icon to the far right screen – most users don’t look there.

⚠️ Note: These methods do not protect against accidental discovery through a search system or menu of recent applications. ADB.

6.Reset launcher settings (if something went wrong)

After experiments with hiding the icons can disappear, the launcher to start glitching, and folders to open incorrectly, in which case the reset of the launcher will help:

  • πŸ”§ Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find the "Luncher" (or "Launcher", "MIUI Launcher").
  • πŸ—‘οΈ Press "Storage" β†’ "Clear the data" and "Clear the cache".
  • πŸ”„ Reboot the phone.

After reset, all icons will return to their places, and hidden through ADB or launchers applications will remain invisible.

πŸ’‘

The launcher reset does not affect applications hidden through the "Second Space" or "Archivement" - they must be returned separately.

FAQ: Frequent questions about hiding apps on Redmi 8

Can system applications be hidden (e.g., "Security")?
System applications (com.miui.securitycenter, com.android.contacts) cannot be hidden through standard methods. You need root or ADB with superuser rights to remove them. Careful: removing system applications may cause the phone to fail!
Why did the hidden apps reappear after the MIUI update?
Updates MIUI frequently reset the launcher settings and ADB-After the update: Check the settings of the Nova Launcher (if you used it). ADB-- a command to hide. Make sure that "Second Space" has not been removed (go to the settings).
How to hide the application from search on the system?
Completely remove the application from search MIUI only through ADB with the command: adb shell pm disable-user --user 0 PAKET NAME This will disable the application for the current user. To return: adb shell pm enable PAKET NAME ⚠️ After this command, the application will stop sending notifications and updates!
Will the cover-up work on custom firmware (like LineageOS)?
On unofficial firmware (LineageOS, Pixel Experience) methods Second space and ADB-team MIUI Instead, use Nova, Rootless Launcher. Set Island (requires root) to isolate applications. Use Shelter (FOSS-alternative to β€œSecond Space").
Can I hide the app without someone else seeing it if they take my phone?
For maximum privacy, combine methods: Hide the app in Second Space with Password. Disable it in Settings β†’ Annexes β†’ Permits β†’ Autorun. Install App Quarantine to block access from your fingerprint. ⚠️ Even in this case, an experienced user can find the application through ADB file manager with root access.