How to hide the application on Xiaomi Redmi Note 7: all the ways from simple to hidden

The Xiaomi Redmi Note 7 is still one of the brand’s most popular smartphones, but owners often face the need to hide apps β€” whether they are system utilities that can’t be removed or personal messengers from prying eyes. Unlike the new models with MIUI 13/14, where the concealment feature is built into the launcher, on the Redmi Note 7 (with MIUI 10-12), this process requires additional manipulation.

In this article, we’ll look at 5 proven ways, from standard settings to third-party tools, focusing on hiding rootless system applications, which is true for 90% of users, and how to circumvent MIUI restrictions and bring back hidden programs if they suddenly disappeared from the menu.

1. Hiding through the built-in Hidden Applications feature (MIUI 10-12)

The Redmi Note 7 with MIUI 10-12 firmware has a half-hidden option that allows you to remove icons from the main menu, but does not remove them completely.This method works only for user applications (not system!) and does not protect against search through the notification bar or settings.

To activate the function:

  1. Open the Settings. β†’ Main screen screen.
  2. Scroll down and select Hidden Applications (on some versions of MIUI, the item is called Hide Apps).
  3. In the list, tick the programs that you want to remove from the screen.
  4. Confirm the action – the icons will disappear from the launcher, but will remain in Settings β†’ Applications.

⚠️ Important: This method does not hide applications from search through Search MIUI (Swipe down on the home screen: Additional steps will be required to hide the program completely (see Section 3).

πŸ“Š How often do you hide apps on your smartphone?
Never.
1-2 times a year
Every month.
I use it all the time.

2.Use of the "Second Space" folder (double space)

The MIUI’s Second Space feature allows you to create a separate user profile with your own apps, settings, and data, ideal if you want to hide messengers, banking apps, or personal photos from those who occasionally pick up your phone.

How to set up:

  • πŸ“± Go to Settings. β†’ Special facilities β†’ Second Space.
  • πŸ”§ Click Create Second Space and follow the instructions (you need to create a separate password or pattern lock).
  • πŸ“ Once created, move to a new space and install the desired applications again (they are not automatically duplicated!).
  • πŸ”’ To switch between spaces, swipe down the notification bar and tap on the profile avatar.

πŸ’‘ Pros: applications are completely isolated, they can't be seen in the main space even through search, and the downside is that you have to reconfigure each application, and some system utilities (for example, Security) will remain available in both spaces.

πŸ’‘

If you forget the Second Space password, you can only reset it through a full reset (Settings β†’ About Phone β†’ Resetting).

3. Disable system applications without root (ADB-team)

System applications on the Redmi Note 7 (e.g. Mi Video, Mi Music, Browser) cannot be removed or hidden by standard means, but they can be disabled via ADB (Android Debug Bridge) This will not delete the program files, but will make it invisible on the menu and inaccessible to run.

Step-by-step:

  1. Activate Developer Mode: Go to Settings β†’ About Phone and tap the MIUI version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC, install ADB-tools, and execute the command in the terminal:
adb shell pm hide com.miui.video

Replace com.miui.video with the batch name of the desired application (you can find it through the App Inspector in the Play Market).

AnnexPackage nameCan I turn it off?
Mi Videocom.miui.videoYes.
Mi Musiccom.miui.playerYes.
Browsercom.android.browserYes.
Cleanercom.miui.cleanmasterNo (critically for the system)
Securitycom.miui.securitycenterNo.

⚠️ Warning: Disabling system applications may cause malfunctions MIUI. For example, if you turn off com.miui.securitycenter, virus notifications and battery optimization will stop working.

Install Xiaomi drivers on PC|Enable debugging on USB|Download ADB-tools|Check the batch name of the application|Create a backup copy of the data-->

Third-party launchers with concealment function (Nova, Apex, POCO Launcher)

If the built-in methods don't work, you can install an alternative launcher that supports hiding applications. Redmi Note 7 works well:

  • 🌟 Nova Launcher (Paid Hide Apps feature in Prime version).
  • πŸ“± POCO Launcher (free, there is a built-in hiding).
  • πŸ” Apex Launcher (supports gestures and hidden folders).

Example of settings in POCO Launcher:

  1. Install a launcher from Play Market.
  2. Click the free space on the main screen β†’ Launcher settings.
  3. Go to Hidden Applications and mark the ones you need.
  4. Save the changes – the icons will disappear but remain accessible through a launcher search.

πŸ”Ή Advantage: does not require root rights and works with all applications, including system (although does not remove them completely) Disadvantage: when the launcher is reset, hidden programs can appear again.

How to return hidden apps to Nova Launcher?
Open Nova Settings β†’ Hidden applications, uncheck the necessary programs and reboot the launcher (double press the Home button).

5. Hiding through Archiving (APK Extractor + File Manager)

This method is suitable for temporary hiding of user applications (not system!). APK-file, delete the original, and if necessary restore it back.

Instructions:

  1. Install APK Extractor from Play Market.
  2. Launch the program, select the desired application and press Extract APK (the file will be saved in the phone memory).
  3. Remove the original application in the standard way.
  4. To restore: Open the saved APK through any file manager and install it again.

⚠️ Note: this method does not work for applications with an account link (for example, WhatsApp or Telegram - you will need to re-enter the profile when you re-install). APK You may not be able to update through the Play Market.

6 Advanced Hiding with Island (for root users)

If your Redmi Note 7 has Magisk installed, you can use the Island app to create an isolated space (sandbox), which will not only hide the applications, but also block their access to the Internet, contacts or geolocation.

How to set up:

  1. Install Island and provide root access.
  2. In the main menu of the application, click + and select programs to transfer to the sandbox.
  3. Once the app is moved, it will disappear from the main menu and will only be available through the Island interface.
  4. You can also set restrictions (for example, disable notifications or access to the camera).

πŸ”§ Technical nuances:

  • πŸ”„ Apps on Island work independently of the main system (you can have two WhatsApp accounts at the same time).
  • πŸ›‘οΈ Sandbox protects against surveillance – applications do not see the main profile data.
  • ⚠️ Some banking applications may block work in the sandbox (for example, Sberbank Online).

πŸ’‘

Island is the only way to completely isolate applications at the system level, but requires root rights and may conflict with some services (such as Google Pay).

Frequent problems and solutions

When hiding applications on Redmi Note 7, users often encounter typical errors.

1.Hidden apps reappear after MIUI update

This is because system settings are reset when major updates are made.

  • πŸ”„ Repeat the process of concealment (through the ADB launcher).
  • πŸ“Œ Use Second Space – it is saved when you update it.

2. you cannot hide system applications (e.g. Mi Community)

Most system programs are protected by MIUI.

  • πŸ”§ Turn it off. ADB (see section 3).
  • πŸ› οΈ Install custom firmware (e.g. Pixel Experience) where you can uninstall any apps.

3.The launcher does not save the concealment settings after the reboot

This is typical of POCO Launcher and some versions of Nova.

  • πŸ”’ Set the launcher as the default system (Settings) β†’ Annexes β†’ By default).
  • πŸ“΅ Disable Battery Optimization for Launcher (Settings) β†’ Battery β†’ Optimizing the battery).
Can I hide the app without being found by MIUI?
Yes, but only if you use Second Space or Island (for root). Standard hiding through MIUI settings or launchers does not protect against search on the system. For complete privacy, it is also recommended to disable search history in Settings β†’ MIUI Search β†’ Search History.
How to return a hidden application through ADB back?
Follow the command in the terminal: adb shell pm unhide packet name For example, to return Mi Video: adb shell pm unhide com.miui.video After that, the application will appear again in the menu.
Will the cover-up work after the phone is reset to factory settings?
No, all concealment settings (including ADB-To restore privacy, you have to repeat all the steps again. We recommend before reset: Save a list of hidden applications (photo or record), export launcher settings (if supported).
Can I hide the app from parental control?
Standard methods (such as Second Space or launchers) do not protect against parental control, since the administrator can see all installed programs in Settings. β†’ Appendices: πŸ” Set a password to Settings (via Security) β†’ Application lockdown). πŸ“΄ Use Island with Disable Notifications for Hidden Apps. ⚠️ Please note that some parental control programs (such as Kids Place) block third-party launchers from being installed.
Why does the application continue to work in the background after hiding through ADB?
The pm hide command only removes the icon and blocks startup through the interface, but does not stop background processes. To completely disable the application: Go to Settings β†’ Applications β†’ Application Management. Find the hidden application and click Stop (if the button is active). Disable autorun: Settings β†’ Battery β†’ Autostart Management. System applications may require Greenify (works with root).