How to hide the application on Xiaomi Redmi Note 7: from icons to system programs

Xiaomi Redmi Note 7 is still one of the most popular smartphones of the brand due to balanced characteristics and support for updates. However, the MIUI interface (even in current versions 12-14) has a feature: it automatically adds shortcuts to all installed applications on the desktop, which is not always convenient. If you want to hide unnecessary icons β€” whether messengers, games or system utilities β€” this guide will help you do it without root rights and loss of functionality.

Unlike iOS or pure Android, where drag and drop an application into a folder or archive is enough, MIUI requires more manipulation, and it’s important to understand the difference between hiding (the icon disappears but the program stays on the system) and shutting down (the application stops working).

Note: All methods are tested on the Redmi Note 7 with MIUI 12.5–14 firmware (Android 10–12).If your smartphone is running on an older version (e.g. MIUI 11), some menu items may differ - pay attention to alternative methods at the end of the article.

1. Hiding icons through "Start-up Settings"

The easiest way to remove an application from your desktop is to use the built-in MIUI launcher features. This method does not require administrator rights and works for most user programs (but not for system ones).

Instructions:

  1. Press and hold your finger to the free space on the desktop.
  2. In the menu that appears, select Settings (cog icon).
  3. Go to Hide Apps (or Application Management β†’ Hidden Apps in older versions of MIUI).
  4. Tick the programs you want to hide and confirm the action.

⚠️ Warning: Once hidden, the icon will disappear from the desktop, but the app will remain in the All Apps menu (swipe up from the bottom of the screen).To remove it completely from view, use the methods from the following sections.

β˜‘οΈ Preparation for hiding icons

Done: 0 / 4

πŸ’‘

If there is no Hide App, update the launcher via Play Market (search for "MIUI Launcher").

2.Use of the "Second Space" function

The β€œSecond Space” (or β€œParallel Apps”) feature in Redmi Note 7 allows you to create an isolated user profile with a separate set of applications. This is useful if you want to hide messengers, social networks or games from prying eyes, while saving access to them through the help of a separate set of applications. PIN-code.

How to set up:

  • πŸ”’ Go to Settings. β†’ Special facilities β†’ Second space.
  • πŸ“± Create a second profile by following the system prompts (you will need to come up with a new one). PIN password).
  • πŸ”„ In the main space, remove unnecessary icons from the desktop (long press). β†’ Delete).
  • πŸ” Switch between swipe spaces on the lock screen or through the notification panel.

The advantage of the method is that apps are not just hidden, but completely isolated. For example, you can have two WhatsApp accounts β€” one in the main space, the other in the second.

What if the second space is inactive?
This feature can be disabled in some regional firmware. To activate it, go to Settings β†’ About Phone, tap 7 times on MIUI Version, then return to Additional Settings β†’ Special Features. If the item never appears, update the firmware to the latest version.

3. Disable system applications through settings

System programs like Mi Browser, Mi Video or Cleaner can’t be removed or hidden in standard ways, but they can be disabled, which will remove icons from the desktop and stop background activity, but some features (such as video playback) may become unavailable.

Step-by-step:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Show all apps.
  3. Find the system application you want (e.g. com.miui.video for Mi Video).
  4. Click Disable and confirm the action.
AnnexPackage (name in settings)Effects of disconnection
Mi Browsercom.android.browserYou can’t open links by default, but you can use Chrome.
Mi Videocom.miui.videoVideo player will stop working, but files will open in VLC
Cleanercom.miui.cleanmasterCache cleaning utility will disappear, but you can use CCleaner
Mi Musiccom.miui.playerMusic files will not be played in a standard player.

⚠️ Warning: Disabling system applications may cause malfunctions MIUI. For example, if you disable com.miui.home, the desktop will stop functioning. Before experimenting, back up through Settings. β†’ Additionally. β†’ Backup.

4. Hiding through folders and gestures

If you just need to remove the icons from view, but keep quick access, use folders or gestures. This method doesn't hide the apps completely, but makes them less visible.

Ways:

  • πŸ“ Folders: Drag the icon to another to create a folder, call it neutral (like Utilities) and move it to the second screen.
  • πŸ‘† Gestures: in Launcher Settings β†’ Gestures assign swipe up/down to call a hidden app.
  • πŸ” Search: swipe down on the desktop will open the search by application – so you can run programs without icons.

For additional privacy, set a password to the folder through third-party launchers like Nova Launcher or Apex Launcher (available on the Play Market), which also allow you to hide applications without creating a second space.

πŸ“Š What type of concealment method do you use more often?
Built-in MIUI settings
Second space
Disabling system applications
Folders and gestures
Third-party launchers

5. Hiding through ADB (for advanced users)

If standard methods don’t work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to disable even applications that are locked in the MIUI. This method requires a PC connection and basic command line knowledge.

Instructions:

  1. Turn on Developer Mode: Settings β†’ About Phone β†’ MIUI version (tap 7 times).
  2. Activate Debugging by USB in Settings β†’ Additional β†’ For developers.
  3. Connect the Redmi Note 7 to your PC, install Xiaomi USB Drivers.
  4. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices


adb shell pm hide com.miui.video

Replace com.miui.video with the desired application package (see table in section 3). To return the icon, use the command:

adb shell pm uninstall -k --user 0 com.miui.video

⚠️ Attention: misuse ADB Before experimenting, check the list of packages with the command adb shell pm list packages. | grep miui.

πŸ’‘

ADB-commands only work until the device restarts. To make the concealment permanent, add a command to an auto-execution script at startup (requires root or Magisk).

6. Alternative methods: third-party utilities and root

If none of these methods work, consider using third-party tools that offer more options, but require caution.

Popular solutions:

  • πŸ”§ App Hider (Hide App, Hide It Pro): Apps from the Play Market that create password-protected "safes" for programs. MIUI.
  • πŸ› οΈ Magisk + Module (root): Modules like Xiaomi Debloater allow you to uninstall system applications without consequences.
  • πŸ“± Change of launcher: Nova Launcher or Lawnchair support icon hiding without restrictions MIUI.

⚠️ Warning: Unlocking the bootloader on the Redmi Note 7 resets all data and can void the warranty.If you are unsure of your skills, use methods without root (sections 1-4).

How to unlock the bootloader on Redmi Note 7?
1. Link your Mi Account to your device in Settings β†’ Xiaomi Account. 2. Go to Mi Unlock and get permission (may take up to 72 hours). 3. Use the official Mi Unlock Tool utility to unlock. More: official instructions.

FAQ: Frequent questions

Can you hide the app so that it doesn’t even appear in the All Apps menu?
Yes, but only with ADB (Section 5) or third-party launchers like Nova Launcher with Hidden Apps feature, the built-in MIUI allows you to remove icons only from the desktop.
Why did the hidden apps reappear after the MIUI update?
System updates can reset the launcher settings. To avoid this, before upgrading: Write down a list of hidden applications. Use ADB for constant concealment (pm hide command). or install a third-party launcher that is independent of MIUI updates.
How to hide system applications without root?
For most system programs (Mi Browser, Mi Music), it is enough to disable the application through settings (Section 3). If the desired application is not on the list, try: Use ADB (Section 5). Install Nova Launcher and hide the icon through its settings. Move the application to the Second Space (Section 2). Root is optional, but gives more features (for example, complete removal).
Will the hidden app work in the background?
Depending on method: Hiding through launcher (section 1): the application works as usual, just no icons are visible. Disable (section 3): the application stops completely. ADB (section 5): the application does not appear, but can work in the background (eg, receive notifications). To check activity, open Settings β†’ Battery β†’ Battery use.
Can I hide the Security or Settings app?
No. Applications that are critical to the system (com.miui.securitycenter, com.android.settings) cannot be disabled or hidden without root. ADB This is the case with java.lang.SecurityException: Neither user. 2000 nor current process has android.permission.MANAGE_USERS. The only option is to use the Second Space (Section) 2) and remove icons in the main profile.