Xiaomi smartphones (including the Redmi and POCO lines) often hide some pre-installed applications from the user, this is done to optimize the interface and protect system processes, but sometimes you need to access such programs โ for example, to free up memory, disable unnecessary services or restore accidentally hidden applications.
In this article, we will go into detail all the ways to find hidden applications on Xiaomi, including system methods and third-party utilities, you will learn how to display hidden programs through settings, how to use them. ADB-We'll take a look at the teams for power users, and what applications will help automate the process. Separately, we'll look at how to distinguish secure system applications from potentially malicious ones.
It's important to understand that not all hidden apps can be removed without consequences, and some of them are critical to the operation of MIUI, Xiaomi's proprietary shell, and we'll give you recommendations on which programs are best left untapped and which ones can be safely deactivated.
Why Xiaomi Hide Apps and Which Ones Are Safe to Delete
The manufacturer hides applications for several reasons:
- ๐ง System optimization โ to avoid cluttering the menu with unnecessary services (for example, com.miui.analytics for collecting statistics).
- ๐ก๏ธ Accidental Deletion Protection โ Critical components like com.android.phone are hidden so that the user does not turn them off.
- ๐ฆ Bloatware Preinstalled โ Advertising and affiliate apps (Mi Browser, Mi Music) that Xiaomi hides but does not remove.
- ๐ Remains after updates โ old versions of apps that have not been completely uninstalled.
Not all hidden apps are equally useful, but here's a quick table of examples and recommendations:
| Type of application | Examples (packages) | Can I remove it? | Effects of removal |
|---|---|---|---|
| Critical systemic | com.android.settings, com.miui.home | โ No. | System failure, "bootloop" |
| Google services | com.google.android.gms, com.android.vending | โ ๏ธ Partially. | Problems with Play Market, push notifications |
| Analytics and advertising | com.miui.analytics, com.xiaomi.midrop | โ Yes. | Data collection will decrease, some advertising will disappear. |
| Pre-installed annexes | com.mi.android.globalFileexplorer, com.miui.player | โ Yes. | Free up space, can be replaced by analogues |
An important nuance: on devices with global firmware (MIUI Global), some hidden applications may be missing, while in the Chinese version (MIUI China), they are much more due to local services (Mi Pay, Mi Credit, etc.).
โ ๏ธ Note: Deleting system applications without a backup can cause your smartphone to fail. If you are unsure of the purpose of the program, it is better to disable (deactivate) rather than remove it completely.
Method 1: View hidden applications through MIUI settings
The easiest method is to use the built-in MIUI tools. It does not require superuser rights (root) and is suitable for most models (Redmi Note 10, POCO X3, Mi 11, etc.).
Instructions:
- Open Settings โ Applications โ Application Management.
- In the upper right corner, press three dots (โฎ) and select Show all applications.
- Hidden programs will appear in the list โ they are usually marked with a gray color or an eye icon with a cross-out (๐๏ธโ).
- Slip on the desired application to view the information or disable it.
If this method does not work, try an alternative way:
- ๐ Go to Settings. โ System system โ The phone.
- Click 7 times on the MIUI version to activate the developer mode.
- Back to Settings โ Additionally. โ For developers.
- Activate the option to Show Hidden Apps (if you have one in your version of MIUI).
On some devices (e.g. POCO F3), hidden applications can only be displayed after the system cache is reset.
Settings โ Memory โ Clear the cache of applicationsEnable the Developer Mode (if required)
Clear the system cache
Update MIUI to the latest version
Backup of important data-->
Method 2: Using ADB for experienced users
If standard methods donโt work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which requires connecting your smartphone to your computer and basic command line knowledge.
Step-by-step:
- Download and install ADB Tools on PC.
- Activate USB debugging on your smartphone: Settings โ About Phone โ MIUI version (7 taps) Settings โ Additional โ For developers โ Debugging on USB
- Connect your phone to your computer and confirm your trust in the device.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to view all applications (including hidden ones): adb shell pm list packages -f
- To filter only hidden packets, use: adb shell pm list packages -d (option -d shows disabled packets).
Example of team withdrawal:
package:/data/app/com.miui.analytics-1/base.apk=com.miui.analytics
package:/system/priv-app/MiuiCamera/MiuiCamera.apk=com.android.cameraTo show the hidden app in the menu, use:
adb shell pm enable <name packet>For example, to return the Mi Calculator:
adb shell pm enable com.miui.calculatorโ ๏ธ Attention: Some teams ADB If you get a Permission denied error, your device is not rooted. In this case, use alternative methods (see next section).
๐ก
Before working with ADB, back up your data through adb backup or built-in MIUI tools (Settings โ System โ Backup).
Method 3: Third-party applications for finding hidden programs
If you are uncomfortable with ADB, you can use specialized utilities from Google Play, which automate the search process and often provide additional information about applications.
Top.-3 tested applications:
- ๐ App Inspector - shows all installed packages, including hidden ones, with the ability to filter by status (active / disabled). Pros: simple interface, no advertising. Cons: does not allow you to remove system applications.
- ๐ ๏ธ System App Remover (ROOT) โ It requires superuser rights, but it gives you full control over hidden programs.
- ๐ Package Name Viewer - displays packet names and status (hidden/visible). Pros: export list to file. Cons: no application management feature.
Instructions for using App Inspector:
- Download and install the app from Google Play.
- Launch it and provide access to the Application Settings (if requested).
- Go to the All Apps tab.
- Click on the filter (funnel icon) and select Unplugged or Hidden.
- Slip on the application to view details or open its settings in MIUI.
For System App Remover (root only):
1. Open the application and provide root access.
2. Go to the "System Apps" tab.
3. Find the right application (use search).
4. Press "Uninstall" (delete) or "Freeze" (freeze).โ ๏ธ Note: Apps like System App Remover can remove critical components MIUI, Check the reviews of a particular package on forums before using it (for example, 4PDA or XDA Developers).
What to do if the application is not removed?
Method 4: Find hidden applications through the file manager
Some hidden applications can be detected by manually browsing system folders, and any file manager with root access (such as Solid Explorer or FX File Explorer) will do.
Where to look:
- ๐ /system/app/ โ System applications critical to the work MIUI.
- ๐ /system/priv-app/ โ Privileged system programs (e.g. Google services).
- ๐ /data/app/ โ User and some hidden applications.
- ๐ /data/app-lib/ โ hidden-package libraries.
How to view:
- Open the file manager and provide root access (if required).
- Go to one of the folders mentioned.
- Look for files with the.apk extension โ these are the installed applications.
- To find out the name of the package, look at the folder name (e.g. com.miui.gallery).
Example of folder structure:
/system/priv-app/
โโโ MiuiCamera/
โ โโโ MiuiCamera.apk
โ โโโ oat/
โโโ MiuiGallery/
โ โโโ MiuiGallery.apk
โ โโโ lib/If you find an unnecessary application, you can:
- ๐๏ธ Delete (only if you are sure it is not a system!).
- ๐ Rename the extension from.apk to.bak (this will disable it without deleting it).
- ๐ Copy the name of the package for further management through ADB.
๐ก
Be careful when working with /system/ folder - changes here can cause your device to fail. Always back up before deleting files.
Method 5: Recovery of Accidentally Hidden Applications
Sometimes users hide applications themselves through a launcher (such as a POCO Launcher or MIUI Launcher) and then canโt find them, in which case resetting the launcher settings or manual restoration will help.
How to return hidden applications:
- For POCO Launcher: Long-Tap Desktop โ Settings โ Hidden Apps โ Remove the Ticks
- For a standard launcher MIUI: Settings โ Annexes โ Application management โ โฎ โ Show all applications
- Launcher Reset: Settings โ Applications โ Application Management โ Find a launcher (such as MIUI Launcher) โ Storage โ Clear data Attention: this will reset all desktop settings (widgets, folders).
If the application was hidden through Second Space (MIUI function to create a second workspace):
- ๐ Switch between spaces by swiping two fingers across the lock screen.
- ๐ฑ Check if the app is in another space.
- ๐๏ธ If you want to remove Second Space completely: Settings โ Special facilities โ Second Space โ Delete
To recover system applications hidden through pm hide (ADB), use:
adb shell pm uninstall -k --user 0 <pack>Replace the <packet> with the name of the application (e.g. com.miui.notes for Notes).
Frequent Mistakes and How to Avoid Them
When working with hidden applications, users often encounter problems, and here are the most common mistakes and solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| "App not found" when entering ADB-team | The incorrect package name or application has already been removed | Check the list of packages with the command adb shell pm list packages |
| Smartphone is not defined in ADB | Drivers not installed or USB debugging enabled | Install Mi PC Suite or Google USB Driver |
| After removing the application, the phone does not turn on | Critical System Package Removed | Restore the firmware via Fastboot or Mi Flash Tool |
| The app is hidden but takes up space | It's disabled, but it's not deleted. | Use adb shell pm uninstall -k --user 0 <pack> |
Additional recommendations:
- ๐ Always back up before you delete your system applications. TWRP or embedded tools MIUI.
- ๐ Keep a list of deleted packages so that in case of problems, you know what to restore.
- ๐ ๏ธ Use Debloater scripts instead of manually deleting. for example, Xiaomi ADB/Fastboot Tools allows you to safely disable unnecessary services.
โ ๏ธ Note: On bootloader-locked devices, some operations (such as uninstalling system applications) may trigger the Anti-Rollback protection, making the smartphone unusable without Xiaomiโs official unlocker.