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:
- Press the icon you want to hide and drag it to another icon (e.g. Camera or Gallery).
- 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.
- 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:
| Advantages | Deficiencies |
|---|---|
| โ 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. |
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:
- Install the launcher from Google Play and make it the main one (the system will prompt you to do this when you first start).
- Press your finger on the free desktop space โ Settings โ Application settings.
- Select โHidden Appsโ and select the ones you want.
- 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
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:
- 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.
- Connect Redmi 7 to your PC and install ADB drivers (you can download from the XDA Developers website).
- Open the command line (Windows) or terminal (Mac/Linux) and type: Adb devices Make sure the device is defined.
- 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
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:
- Get root rights (instructions for Redmi 7 are available on the 4PDA forum).
- Install a root-enabled file manager, such as Root Explorer or FX File Explorer.
- Go to /system/app or /system/priv-app and find the folder with the name of the application (e.g. MiBrowser).
- Delete the folder or rename it (add at the end of.bak).
- 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:
| Method | Required. root/ADB | Works with system applications | Reversibility | Risk 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.