Why do users want to hide apps on Xiaomi smartphones?
Xiaomi Poco X3 Pro, with its MIUI shell, offers extensive customization options, but not all features are obvious at first glance. App hiding is one of those options that can come in handy in many situations: from wanting to remove rarely used programs to the need to ensure the confidentiality of personal data. For example, hidden banking applications or messengers with important correspondence will become less accessible to prying eyes if the phone falls into the wrong hands.
Unlike iOS, where hiding applications is limited to creating folders or removing them from the home screen, Android on Poco X3 Pro allows both built-in MIUI tools and third-party solutions. However, not all methods are equally safe: some can cause system failures if used without understanding the mechanisms. In this article, we will discuss all the current ways to hide applications on Poco X3 Pro, including those that work without superuser rights and those that require root access.
It is important to note that the concealment β Delete. Applications continue to take up space in memory, receive updates, and can run in the background. If the goal is to free up memory, you better use the Cleanup function in Settings. β Annexes.
Method 1: Built-in Hidden Applications in MIUI
The easiest and safest method is to use the standard MIUI tool, which is available without installing additional software. This feature does not remove applications, but only removes their icons from the menu and App Vault search. However, they will remain visible in Settings β Applications β Application Management.
To hide the app:
- π± Open Settings and go to the Application section.
- π Select Application Management β Hidden applications.
- β Click Add and tick the required programs.
- π Confirm the choice with a password or fingerprint (if the lock is configured).
Make sure the latest version of MIUI is installed on your phone.
Check that the screen lock function (PIN/pattern lock) is active.
Remember the password from your Mi Account β it may be required to restore access
Backup important data (in case of failure)
-->
β οΈ Note: If you forget the password from hidden applications, you can only restore access by resetting the settings to the factory.
| Advantages of the method | Deficiencies of the method |
|---|---|
| Doesn't require root rights | Apps remain on the Settings list β Apps |
| It works on all versions of MIUI. | Hidden programs can be displayed in recent |
| Rapid restoration of access | Does not hide from system processes (for example, from Google Play Services) |
Method 2: Use of the second space (Dual Apps)
The Second Space (or Dual Apps) feature in Poco X3 Pro is originally designed to clone applications (like two WhatsApp accounts at once), but it can be adapted to hide programs: move the desired applications to the second space, and then disable its display on the home screen.
Instructions:
- Go to Settings β Special Opportunities β Second Space.
- Create a second space by following the systemβs prompts.
- In the main space, remove the icon Second Space from the desktop (long press β Delete).
- Set a password to enter the second space through the Second Space Settings β Lock.
Now, the applications installed in the second space will be inaccessible from the main interface, and you need to access them:
- Swipe down on the home screen and enter Second Space in search.
- Enter the password.
π‘
If you use Google Pay or other financial applications, cloning them into a second space may disrupt services due to security policies.
Method 3: Third-party launchers with concealment function
If embedded tools MIUI If you don't like it, you can install an alternative launcher. X3 Pro:
- π¨ Nova Launcher (paid version supports app hiding).
- π Apex Launcher (free, with hidden option in settings).
- π‘οΈ POCO Launcher (official launcher from Xiaomi with advanced settings).
Example of settings in Nova Launcher:
- Install a launcher from Google Play.
- Long press on the desktop β Settings Nova.
- Go to App Settings β Hide Apps.
- Check the boxes for the programs that you need to hide.
β οΈ Note: Third-party launchers may conflict with Xiaomi system services, especially if battery optimization features for the launcher are enabled. To avoid lags, add the launcher to exceptions: Settings β Battery β Optimizing the battery β Select applications β Nova Launcher β Not optimize.
Standard MIUI Launcher
Nova Launcher
POCO Launcher
Apex Launcher
Another (write in the comments)-->
Method 4: Disable applications via ADB (without root)
For advanced users who are ready to work with ADB (Android Debug Bridge), there is a method to disable system and user applications without removing them, which hides them from the interface and stops background processes, but does not delete files from the device.
Before we start:
- π₯οΈ Install. ADB Tools on PC (download from the official Android website).
- π Turn on Debugging. USB on the phone: Settings β The phone. β Version. MIUI (Press 7 times to activate the developer mode) β return to Settings β Additionally. β For developers β Debugging by USB.
- π Get Poco on. X3 Pro to PC and confirm the trust of the device.
Commands to disable the app (example for Facebook):
adb shell
pm hide com.facebook.katanaTo return the app:
adb shell
pm unhide com.facebook.katanaA list of packages of installed applications can be obtained by the command:
adb shell pm list packagesWhat happens if you disable the system application?
Method 5: Hiding through root access (advanced method)
If you have root rights on your Poco X3 Pro (like Magisk), you can use applications like Titanium Backup or Root App Deleter to deep-hide or even remove system programs, a method that is risky but provides maximum control.
Instructions for Titanium Backup:
- Install the application and provide root access.
- Select the app from the list and click Freeze (itβs analogous to disabling via ADB, but with a GUI).
- Use the Remove option to remove completely, but remember: this may disrupt the system.
β οΈ Note: Removing system applications (e.g. com.xiaomi.finddevice for Find Device) may make it impossible to use Xiaomi services, including cloud backups and phone search when lost. TWRP.
π‘
Root access is a powerful opportunity, but it is a security issue and increases the risk of system disruption, and only use this method if you understand the consequences and are ready to restore your phone through firmware.
How do I get my hidden apps back?
Depending on the chosen method, restoring access to applications is different:
| Coverage method | How to get it back |
|---|---|
| Hidden applications in MIUI | Go to Settings β Applications β Hidden applications, enter a password and uncheck the boxes. |
| Second space | Find Second Space through search, enter a password and move the apps back. |
| Third-party launcher | Open the launcher settings and remove marks from hidden apps. |
| ADB (pm hide) | Connect to ADB and execute the command pm unhide [package_name]. |
| Root (Titanium Backup) | Open the application, find the frozen software and click Unfreeze. |
If you forgot the password for hidden apps in MIUI, the only way to get access back is to reset your phone to factory settings.
- Go to Settings β About the phone β Reset settings.
- Select Reset all settings (data in the phone memory will be deleted!).
- After the reboot, hidden applications will become visible, but all data in them (logins, messages) will be erased.