How to hide applications on Xiaomi Redmi 7: from system to user

Hiding apps on Xiaomi Redmi 7 is a challenge that owners of this smartphone face for various reasons: someone wants to remove unnecessary system utilities from view, someone wants to hide personal messengers from prying eyes, and someone just gets tired of seeing a blockage of icons on the desktop. Unlike the newer Xiaomi models with MIUI 12+, where the concealment function is built-in by default, Redmi 7 (with MIUI 10/11) will have to use workarounds.

In this article, we will discuss 5 working methods, including hiding through standard settings, third-party launchers, creating โ€œsecretโ€ folders, and even removing system applications (for advanced users). It is important to understand that some methods require unlocking the bootloader or root rights are risky operations that can lead to loss of warranty or โ€œbrickingโ€ the device.

1. Hiding applications through built-in MIUI settings

The easiest and safest way to do this is to use the Hidden Apps feature, which is in MIUI, but often goes unnoticed, which doesn't remove programs, it just removes them from menus and search, and is suitable for most user applications (like WhatsApp, Telegram, bank clients), but doesn't work with system utilities like com.android.settings.

How to do this:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” In the upper right corner, press three dots (โ‹ฎ) and select "Hidden Applications".
  • โž• Put the badge on. + in the upper right corner and tick the necessary programs.
  • ๐Ÿ”’ Confirm the choice โ€“ applications will disappear from the desktop and from search MIUI.

Limitations of the method:

  • โŒ Does not work with pre-installed system applications (Mi Video, Mi Music, etc.).
  • โŒ Hidden programs still take up space in memory and can send notifications.
  • โœ… Easy to cancel: you can return visibility in the same way in the settings.

๐Ÿ’ก

If the hidden app continues to send notifications, open its settings (Settings โ†’ Notifications) and manually turn off the alerts.

2. Using folders to โ€œmaskโ€ applications

If the built-in concealment function is not suitable (for example, due to restrictions on system applications), you can go to the trick of hiding icons in a folder without a name. This method does not remove programs, but makes them less noticeable. MIUI.

Instructions:

  1. Press the icon you want to hide and drag it to another icon (e.g. Camera or Gallery).
  2. You create a folder. Click on the folder name (the default is "Folder without a name") and delete the text, and leave the field blank.
  3. Drag all the apps you don't need into this folder, and to hide it, move it to the last desktop screen.

Pros and cons of the method:

AdvantagesDeficiencies
โœ… No root rights or changes to the system.โŒ The folder is visible when scrolling the screens.
โœ… Works with any application, including system.โŒ When you reset the folder will disappear.
โœ… You can quickly return the appearance of icons.โŒ It does not protect from curious people โ€“ folder is easy to open.
๐Ÿ“Š Why you want to hide apps on Redmi 7?
To clean up system debris
Hide personal messengers
Optimize the desktop
Other

3. Third-party launchers with concealment function

If standard methods don't work, you can install an alternative launcher (desktop shell) with advanced concealment features.

  • ๐Ÿ›ก๏ธ Nova Launcher (Paid version supports hiding icons).
  • ๐Ÿ”’ Apex Launcher (there is an option for โ€œHidden Appsโ€ in the free version).
  • ๐Ÿ“ฑ Microsoft Launcher (allows you to remove icons from the menu).

How to hide apps through Nova Launcher:

  1. Install the launcher from Google Play and make it the main one (the system will prompt you to do this when you first start).
  2. Press your finger on the free desktop space โ†’ Settings โ†’ Application settings.
  3. Select โ€œHidden Appsโ€ and select the ones you want.
  4. Restart the launcher (usually swipe down on the desktop is enough).

Warning:

โš ๏ธ Note: Some scalings may be in conflict with MIUI, Check the Redmi 7 compatibility reviews before installing.

โ˜‘๏ธ Preparation for launcher installation

Done: 0 / 4

Disable system applications via ADB (without root)

For advanced users willing to work with ADB (Android Debug Bridge), there is a way to disable system applications without getting root permissions.This won't remove the programs completely, but will make them invisible and inactive.The method works on Redmi 7 with any version of MIUI, but requires a connection to a PC.

Step-by-step:

  1. Turn on USB debugging on your phone: Settings โ†’ About Phone โ†’ MIUI version (click 7 times to activate Developer Mode). Return to Settings โ†’ Additional โ†’ For Developers and enable USB Debugging.
  2. Connect Redmi 7 to your PC and install ADB drivers (you can download from the XDA Developers website).
  3. Open the command line (Windows) or terminal (Mac/Linux) and type: Adb devices Make sure the device is defined.
  4. To disable the application (e.g. Mi Music), run: adb shell pm hide com.miui.player The full list of packages can be obtained by command: adb shell pm list packages

Important nuances:

  • ๐Ÿ”ง Disabled applications are not updated and do not occupy RAM.
  • ๐Ÿ”„ To return the application, use the command: adb shell pm uninstall -k --user 0 com.miui.player
  • โš ๏ธ Do not disable critical system packages (e.g. com.android.systemui) โ€“ this will result in a cyclical reboot of the phone!
List of safe to disable packets on Redmi 7
com.miui.videoplayer - Mi Video com.miui.player - Mi Music com.miui.weather2 - Weather com.android.browser - Standard browser com.miui.notes - Disabling other packages can disrupt the stability of the system!

5. Removal of system applications (root only)

The most radical method is to completely remove unnecessary applications with root access, which will free up memory space and permanently remove icons, but requires unlocking the bootloader and installing Magisk or SuperSU. The warranty on the phone will be lost!

How to remove the system application:

  1. Get root rights (instructions for Redmi 7 are available on the 4PDA forum).
  2. Install a root-enabled file manager, such as Root Explorer or FX File Explorer.
  3. Go to /system/app or /system/priv-app and find the folder with the name of the application (e.g. MiBrowser).
  4. Delete the folder or rename it (add at the end of.bak).
  5. Reboot the phone.

Risks of the method:

โš ๏ธ Note: Deleting critical packets (e.g. com.qualcomm.qti.telephonyservice) will result in network loss or system inability to boot.Be sure to back up your system before deleting it. TWRP!

๐Ÿ’ก

If after removing the system application, the phone stopped turning on, restore the backup via Fastboot mode or flash clean MIUI firmware.

Comparison of methods: which one to choose?

To make the choice easier, we have put all the methods in one table:

MethodRequired. root/ADBWorks with system applicationsReversibilityRisk to the system
Built-in MIUI settingsโŒ No.โŒ No.โœ… Yes.โŒ No.
Untitled foldersโŒ No.โœ… Yes.โœ… Yes.โŒ No.
Third-party launchersโŒ No.โœ… Partially.โœ… Yes.โš ๏ธ Low (conflicts with MIUI)
ADB-disconnectionโš ๏ธ I need a debugging. USBโœ… Yes.โœ… Yes.โš ๏ธ Medium (risk of disabling an important package)
Removal through rootโœ… Yes.โœ… Yes.โŒ No (no backup)โŒ High (risk of bricking")

Selection recommendations:

  • ๐Ÿ”น If you need to hide user applications (messengers, games) โ†’ Use the built-in settings MIUI or folder.
  • ๐Ÿ”น If you interfere with system utilities (Mi Video, Mi Music) โ†’ try ADB-shutdown.
  • ๐Ÿ”น If you want to clean up the system and are ready for the risks โ†’ root + removal.

FAQ: Frequent questions about hiding apps on Redmi 7

Can I hide the app so that it doesnโ€™t appear in the All Apps list?
Yes, but only with ADB or root. The standard MIUI feature hides icons only from desktop and search, but the app stays in the All Apps menu. To remove it completely, disable the package via ADB (pm hide command) or delete with root rights.
Why does the app keep sending notifications after hiding?
Hiding through MIUI settings or launcher does not block background activity of the program. To disable notifications: Go to Settings โ†’ Notifications โ†’ Notification Management. Find the hidden app and turn off alerts manually. System applications may require ADB or root.
Can I hide the Security app on Redmi 7?
The security app (com.miui.securitycenter) is critical to MIUI. It can't be disabled or uninstalled without consequences, it will lead to: Loss of access to privacy settings; inability to update the system; failures in permissions for other applications; the most you can do is hide its icon in a folder without a name.
How to return a hidden app if I forgot what it is called?
If you hid the app through MIUI settings: Go to Settings โ†’ Applications โ†’ Application Management โ†’ Hidden Apps. Uncheck the box. If you used ADB: Connect your phone to your PC and execute the command: adb shell pm list packages -d It will show all the packages disabled. To return the application, use: adb shell pm uninstall -k --user 0 name.
Will the app hide work after resetting?
No, all changes (hiding through settings, ADB, launchers) will be reset to factory. To restore the hiding: For embedded MIUI settings, repeat the hiding process again. For ADB, execute the shutdown commands again. For launchers, reinstall the shell and configure it. If you delete system applications through root, you will have to restore them from backup or stitch a clean MIUI.