Owners of Xiaomi, Redmi and POCO smartphones often face the need to clean up the interface or protect personal data from prying eyes. The MIUI shell and the new HyperOS offer many customization tools, but the application hiding feature is not always obvious to the beginner. You can hide icons both with standard system tools and with third-party solutions, which allows you to flexibly manage your workspace.
In this article, we will take a look at all the available methods, from built-in security features to advanced launcher settings, and learn how to make individual applications, entire folders, and even system elements invisible without disrupting the stability of the device, which is especially true for those who want to minimize visual noise or hide sensitive software.
Using built-in application hiding in MIUI and HyperOS
The safest and most reliable way to get icons out of sight is to use the native security feature built into the firmware. Unlike simply removing shortcuts, this method hides the app itself from menu and search, making it available only through special secret code or biometrics. To activate, you need to go to the standard Security app, which is preinstalled on all devices of the brand.
Inside the app, find the Hidden Apps section (sometimes in a three-dot menu or in a Utilities subsection). Once the feature is enabled, the system will prompt you to set a password or use a fingerprint to access hidden content. The mechanism is simple: you select apps from a list, and their icons disappear from the desktop and from the general application menu.
β οΈ Warning: Once hidden in the standard way, apps wonβt show up in the list of recently launched tasks, which can confuse an inexperienced user trying to quickly switch between windows.
There is a special gesture or code to access hidden programs, most often a set of asterisks and grilles in the Phone or Explorer app, for example, #1234#, which you specify yourself, and newer versions of HyperOS also allow access through a long-distance finger swap on the screen in the app menu, if this option is activated in the settings.
Hiding through folder creation and grouping
If your goal is not total privacy, but just visual neatness of the desktop, the best solution is a competent grouping. The standard MIUI launcher allows you to create folders that can fit dozens of applications into, freeing up space on the screen. It doesn't hide the icons completely, but it removes visual chaos, turning many disparate elements into one neat widget.
To create a folder, just drag and drop one icon onto another. After that, you can rename the folder by changing the background color or even adding a widget inside the group if the shell version supports this feature. HyperOS has advanced folder design capabilities that allow you to make them semi-transparent or resize the grid inside.
- π Categorization: Break down applications by type of use (Work, Games, Social Networks) for quick access.
- π¨ Visualization: Use empty widgets or stub icons to hide the contents of the folder from curious glances.
- π Nesting: In some versions of the launcher, you can create folders inside folders, which allows you to hide entire categories of programs.
Using folders is a balance between convenience and aesthetics. You can still see that the app is installed, but it doesn't horn your eyes on the home screen. This is especially useful on devices with small diagonals, where every square inch of the screen is worth its weight in gold.
π‘
Use calendar widgets or large watches to cover the bottom of the screen, where the icons of frequently used applications are usually located, creating a clean desk effect.
Removing shortcuts without uninstall programs
Users often confuse deleting an app and deleting its shortcut from the desktop. In Android, and in particular in Xiaomi shells, these concepts are separated. You can remove the icon from the home screen, leaving the program fully functional and accessible through the All Apps menu or search. This is ideal for system utilities that you rarely use.
To remove the shortcut, pin your finger on the icon and drag it to the top of the screen where it says Delete (with an X icon but no basket). It's important not to confuse it: if you see a basket icon or a data warning sign that says Delete App, you delete the program completely. We need an option that just clears the desktop.
| Action. | The result | Where to look? |
|---|---|---|
| Drag in the basket | Complete removal of the program | Nowhere (re-installation needed) |
| Drag on the cross | Removal of label only | Menu "All Apps" (swipe up) |
| Hiding in the settings | Full invisibility | Only through a secret code/gesture |
This method allows you to keep the functionality of the smartphone, leaving on the desktop only really necessary widgets and shortcuts. the system will continue to receive notifications from applications that have removed shortcuts, as the process itself is not interrupted.
βοΈ Check before removing the label
Use of third-party launchers for maximum control
Standard MIUI tools can seem limited if you want to gain full control of each icon, and in such cases, third-party launchers like Nova Launcher, Lawnchair or Microsoft Launcher come to the rescue, not only to hide the icons, but also to completely change the logic of the desktop, even hiding the names of applications.
To install an alternative launcher download APK-file or use Google Play. Once installed, Xiaomi will require you to confirm the default launcher change and issue a number of permissions to access contacts and storage.
Most advanced launchers have Hidden Apps in their settings, where you can select any program and it will disappear from the app-drover (the menu of all applications), and some launchers allow you to hide applications on a schedule or in a specific location, which adds another layer of automation.
β οΈ Note: When using third-party launchers on HyperOS, animation or gesture limitations may occur, as the system seeks to optimize resources for its interface.
How do you get back the standard launcher?
Setting up the βDo Not Disturbβ mode and focusing
Modern versions of Android (starting with version 10) have a powerful Digital Well-Being feature and focus modes, which, while not hiding icons physically, can make them inactive (gray) and block notifications, creating the effect of no app, which helps to avoid distractions to social networks or games while working.
You can turn on the mode through Settings β Digital Well-being β Focus mode. You select the apps you want to freeze for a certain time, during which time their icons become pale and launch is blocked, a psychological technique that works as well as physical concealment.
- β³ Timer: Set the time of the mode, after which the icons will become active again.
- π Notification Blocking: Focus-mode apps will not make sounds or vibrate.
- π Statistics: The system will show how much time you saved without being distracted by hidden apps.
Focus modes are a modern approach to organizing digital space, where instead of hiding apps forever, you temporarily remove them from view, keeping them available when needed (after the lock is removed).
π‘
Focus modes do not remove applications, but effectively hide their functionality, helping to combat digital addiction without losing data.
Advanced Methods: ADB and System Limitations
For power users who want to remove system applications that normally cannot be removed or hidden by standard methods, there is an ADB (Android Debug Bridge) tool, which requires connecting a smartphone to a computer and having basic technical knowledge, which allows you to freeze or remove system components, making their icons disappear forever.
To get started, activate the developer mode. Go to Settings β About Phone and quickly click 7-10 times on the field of the MIUI Version or OS Version. Then, in advanced settings, turn on USB Debugging.
adb shell pm disable-user --user 0 com.package.nameThis command disables the packet, making it invisible to the system. However, using ADB to remove system components can cause the phone or bootloop to run unstable if critical processes are affected. Be extremely careful and check the name of the packet before entering the command.
Return the remote application via ADB can be commanded:
adb shell pm enable com.package.nameThis method provides absolute control, but it requires accountability, and is suitable for those who want to create a completely clean system without the unnecessary waste from the manufacturer or operator.