How to view hidden apps on Android Xiaomi: the complete guide

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 applicationExamples (packages)Can I remove it?Effects of removal
Critical systemiccom.android.settings, com.miui.homeโŒ No.System failure, "bootloop"
Google servicescom.google.android.gms, com.android.vendingโš ๏ธ Partially.Problems with Play Market, push notifications
Analytics and advertisingcom.miui.analytics, com.xiaomi.midropโœ… Yes.Data collection will decrease, some advertising will disappear.
Pre-installed annexescom.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.

๐Ÿ“Š What kind of firmware do you use on Xiaomi?
MIUI Global
MIUI China
Custom (LineageOS, Pixel Experience, etc.)
I don't know.

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the upper right corner, press three dots (โ‹ฎ) and select Show all applications.
  3. Hidden programs will appear in the list โ€“ they are usually marked with a gray color or an eye icon with a cross-out (๐Ÿ‘๏ธโž–).
  4. 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 applications

Enable 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:

  1. Download and install ADB Tools on PC.
  2. Activate USB debugging on your smartphone: Settings โ†’ About Phone โ†’ MIUI version (7 taps) Settings โ†’ Additional โ†’ For developers โ†’ Debugging on USB
  3. Connect your phone to your computer and confirm your trust in the device.
  4. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  5. Enter the command to view all applications (including hidden ones): adb shell pm list packages -f
  6. 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.camera

To 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:

  1. Download and install the app from Google Play.
  2. Launch it and provide access to the Application Settings (if requested).
  3. Go to the All Apps tab.
  4. Click on the filter (funnel icon) and select Unplugged or Hidden.
  5. 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?
If you try to uninstall a system application but get an error, try: 1. Freeze it instead of uninstalling (in System App Remover or through ADB: adb shell pm disable-user --user 0 <packet>). 2. Use Debloater scripts for MIUI (e.g., Xiaomi ADB/Fastboot Tools). 3. Install custom firmware without bloatware (e.g., Pixel Experience).

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:

  1. Open the file manager and provide root access (if required).
  2. Go to one of the folders mentioned.
  3. Look for files with the.apk extension โ€“ these are the installed applications.
  4. 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:

  1. For POCO Launcher: Long-Tap Desktop โ†’ Settings โ†’ Hidden Apps โ†’ Remove the Ticks
  2. For a standard launcher MIUI: Settings โ†’ Annexes โ†’ Application management โ†’ โ‹ฎ โ†’ Show all applications
  3. 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-teamThe incorrect package name or application has already been removedCheck the list of packages with the command adb shell pm list packages
Smartphone is not defined in ADBDrivers not installed or USB debugging enabledInstall Mi PC Suite or Google USB Driver
After removing the application, the phone does not turn onCritical System Package RemovedRestore the firmware via Fastboot or Mi Flash Tool
The app is hidden but takes up spaceIt'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.

FAQ: Frequent questions about hidden apps on Xiaomi

Can I completely remove all hidden apps?
No, some system applications (com.android.phone, com.miui.home) are critical to MIUI operation, and their removal will cause disruption, and only unnecessary user and advertising packages (e.g., com.miui.analytics, com.xiaomi.midrop) can be safely removed.
How to distinguish a virus from a hidden system application?
Viruses are usually disguised as harmless names (e.g. com.android.system.update). APK-file /data/app/). Searching for the name of the package in forums (4PDA, XDA). Check the signature of the application (systems are signed by Xiaomi or Google). If in doubt, do not delete, but disable the application.
Why did some apps disappear after the MIUI update?
Large updates (e.g. with the MIUI 12 on MIUI 13) Xiaomi can hide or replace older versions of apps.To get them back: Check folder /system/priv-app-backup/ โ€” There may be backups. Use them. ADB-Adb shell cmd package install-existing <packet>. Install. APK manually (download from APKMirror).
How to hide the application from other users (without deleting)
If you want to simply hide an app (like a banking app) without removing it, use Second Space (MIUI): creates a separate workspace with its own set of applications. Hiding in the launcher: long-pressed icon โ†’ Hide the app (available in POCO Launcher). App Hider (from Google Play): creates a safe for password-protected applications. These methods do not remove the application, but only hide it from outsiders.
Can you roll back changes if after removing applications, the phone began to glittle?
There are several ways to recover: ADB: adb shell cmd package install-existing <packet> (if APK-Reinstall the firmware via the Mi Flash Tool (saves data if you choose to use it) clean_all). Restore from backup (if it was made through TWRP or MIUI If nothing works, you'll have to reset the device to factory settings (Settings) โ†’ System system โ†’ Resetting settings).