How to find all applications on Xiaomi smartphone โ€“ including hidden and system

On Xiaomi smartphones running MIUI or HyperOS, itโ€™s not always obvious where to look for a complete list of installed applications. The standard launcher only shows the most commonly used programs, and many system utilities and hidden applications remain out of sight, especially after updates when the manufacturer adds new services or changes the structure of the menu.

In this article, weโ€™ll break down all the possible ways to view apps on Xiaomi, including:

  • ๐Ÿ“ฑ Standard methods through settings and launcher
  • ๐Ÿ” Search for hidden and system applications
  • ๐Ÿ› ๏ธ Use of the ADB for advanced users
  • ๐Ÿ“Š Analysis of the occupied space and cache management

You will also learn how to distinguish between custom and system programs, why some apps donโ€™t appear in the menu, and what to do if the list of apps suddenly becomes incomplete after the update.

๐Ÿ“Š What version? MIUI/HyperOS You're using it?
MIUI 12 or older
MIUI 13
MIUI 14
HyperOS
I don't know.

1. Standard method: application menu in MIUI/HyperOS

The easiest method is to use the built-in app menu. On most Xiaomi devices (e.g. Redmi Note 12, POCO X5, Xiaomi 13) it is enough:

  1. Swipe up from the bottom of the screen (on gesture-controlled devices).
  2. Click on the All Apps icon (usually located at the bottom of the screen or in the dock panel).
  3. Scroll down the list โ€“ all user programs except hidden system programs will be displayed here.

If you have a classic navigation bar (with the buttons "Back", "Home", "Recent"), then:

  • ๐Ÿ”˜ Click on the icon "Square" (recent applications).
  • ๐Ÿ”˜ At the bottom of the screen, tap on "All applications".

Please note that this list will not display system utilities (e.g. com.miui.securitycenter or com.android.providers.media) or applications hidden by the user or manufacturer.

๐Ÿ’ก

If some icons are missing from the app menu, try resetting the launcher settings: go to Settings โ†’ Applications โ†’ Application Management โ†’ Launcher and select Reset Settings.

2. Search for hidden applications through system settings

To see all installed applications, including system ones, follow the following steps:

  1. Open the settings (cog icon).
  2. Go to the Appendix section โ†’ Application management.
  3. At the top of the screen, select the All tab (the default may be Downloaded).

Here you will see a complete list including:

  • ๐Ÿ“ฒ User applications (installed from Google Play or APK).
  • ๐Ÿ”ง System utilities (e.g. Mi Share, Game Turbo).
  • ๐Ÿ‘ป Hidden services (such as Android System WebView or Google Play Services).

For convenience, you can sort the list by:

  • ๐Ÿ“… Installation Date (to find recently added programs).
  • ๐Ÿ“Š Size (to find "heavy" applications).
  • ๐Ÿ”ค Alphabet (if you know the name).

โš ๏ธ Note: Some system applications (e.g., com.miui.home) cannot be removed or disabled without root rights.

3. How to find system applications that donโ€™t appear in the menu

Some Xiaomi apps are hidden from the user by default.

  • ๐Ÿ”’ Google Services (e.g. Google Play Services).
  • ๐Ÿ“ก System utilities for working with the network (com.android.phone).
  • ๐Ÿ›ก๏ธ Security modules (com.miui.guardprovider).

To see them:

Enable the display of system applications in the settings

Search by package name (e.g., "com.miui")

Check the "Special Access" section in the security settings

Install a third-party launcher (e.g. Nova Launcher)-->

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Press three points (โ‹ฎ) in the upper right corner and select "Show system".
  3. Now, all apps will appear on the list, including those that are usually hidden.

If you need to find a specific app by its package ID (e.g. com.xiaomi.market for the Mi App Store), search in the same section.

What is a Package Name (Package Name)?
Package Name is a unique application name on Android, such as com.whatsapp for WhatsApp or com.android.chrome for Google Chrome. It can be used to accurately search for an app on the system, even if its icon is hidden.

4.Use ADB to view all applications (for advanced users)

If you need to get a complete list of all applications, including those that donโ€™t appear in the interface, you can use ADB (Android Debug Bridge), which is suitable for users who want to:

  • ๐Ÿ” Find all the installed APK, including the remnants of remote programs.
  • ๐Ÿ“‹ Export the list for analysis.
  • ๐Ÿ› ๏ธ Remove or disable system applications (requires caution!).

Instructions:

  1. Install ADB on your computer (for example, through Googleโ€™s Platform Tools).
  2. Connect your smartphone to your PC and allow debugging over USB (Settings โ†’ About Phone โ†’ MIUI Version (click 7 times) โ†’ Additional โ†’ For developers โ†’ Debugging over USB).
  3. In the command line, type: adb shell pm list packages -f This team will list all the packages with paths to their APK-file.

To save the list to the file, use:

adb shell pm list packages > apps_list.txt

โš ๏ธ Note: Removing or disabling system applications through ADB This could cause your smartphone to fail. Make a backup before experimenting!

5. Viewing applications through the file manager

All installed applications are stored in the system in the form of APK-These can be found through a file manager (e.g., built-in Mi File Explorer or third-party Solid Explorer).

The path to user applications:

/data/app/

The path to system applications:

/system/app/


/system/priv-app/




/vendor/app/

Please note:

  • ๐Ÿ” Access to the folder /data/app/ It is possible only with root rights.
  • ๐Ÿ“‚ Folders. /system/ and /vendor/ Usually available only for reading.
  • ๐Ÿšซ Deleting files from these folders without knowing the consequences can bring your smartphone down.
folderContentsAccess.
/data/app/User-generated applicationsRequires root.
/system/app/System applicationsOnly reading.
/system/priv-app/Privileged System ApplicationsOnly reading.
/vendor/app/Applications from the manufacturer (Xiaomi)Only reading.

๐Ÿ’ก

The file manager allows you to see the physical location of applications, but root rights are almost always required to manage them (delete, copy).

6. Third-party applications for analysis of installed software

If you don't like the built-in MIUI or HyperOS, you can use third-party utilities that allow you to:

  • ๐Ÿ” See all applications, including hidden ones.
  • ๐Ÿ“Š Analyze the space and cache.
  • ๐Ÿ›ก๏ธ Check applications for viruses.
  • ๐Ÿ”„ Delete residual files after uninstallation.

Recommended programmes:

  • ๐Ÿ“Œ App Inspector โ€“ Shows detailed information about each application, including permissions and versions.
  • ๐Ÿ“Œ SD Maid โ€“ clears the cache and finds โ€œjunkโ€ files from remote programs.
  • ๐Ÿ“Œ Package Name Viewer โ€“ a convenient viewer of packet IDs.

Example of work with App Inspector:

  1. Install the app from Google Play.
  2. Open it and give access to information about applications.
  3. In the list, select the program of interest - a window with details will open, including: ๐Ÿ“ฆ Packet name (com.example.app). ๐Ÿ“… Date of installation. ๐Ÿ“ค Size APK data. ๐Ÿ”“ Permits.

7.Why are some apps not displayed on the menu?

If you notice that some apps have disappeared from the menu, the reasons may be as follows:

Reason.How to fix it
Application hidden by the userGo to Settings โ†’ Applications โ†’ Hidden applications and uncheck the box
Launcher resets the settingsReboot your smartphone or reset your launcher settings in Settings โ†’ Applications โ†’ Launcher โ†’ Storage โ†’ Clear data
Update MIUI/HyperOSCheck the list of applications in Settings โ†’ Applications โ†’ Application Management
Application removed or deactivatedCheck in Google Play under "Installed" or restore from backup

Some applications may also be deactivated by the system due to:

  • ๐Ÿ”‹ Battery optimizations (e.g. background processes).
  • ๐Ÿ›ก๏ธ Blocking with antivirus or MIUI Optimization.
  • ๐Ÿ“ฑ Conflict with other programmes.
How to return a hidden app to the menu?
If the app is hidden through Xiaomi settings, go to Settings โ†’ Apps โ†’ Hidden Apps, find what you want and uncheck. If it is hidden by a launcher (like POCO Launcher), try resetting it or installing an alternative launcher (like Nova Launcher).

8. Frequent questions and problems

๐Ÿ”น How to find out which app takes up the most space?
Go to Settings. โ†’ Annexes โ†’ Application management, click on three dots (โ‹ฎ) and select "Sort by size." You can also use Google Files or SD Maid for detailed analysis.
๐Ÿ”น Can I remove system applications without root?
Partially - some apps (e.g. Mi Music or Mi Video) can be disabled in settings (Settings โ†’ Applications โ†’ Select App โ†’ Disable). Complete removal without root is only possible through ADB with the command: adb shell pm uninstall -k --user 0 name.packet But this will not remove the application completely, but only hide it for the current user.
๐Ÿ”น Why After Updating MIUI Some apps are missing?
It could be related to: ๐Ÿ”„ Change the structure of the menu in the new version of the firmware. ๐Ÿ—‘๏ธ Automatic cleaning of cache or data. ๐Ÿ”ง Conflict with new system components. Try: Reboot your smartphone. Clear the launcher cache (Settings) โ†’ Annexes โ†’ Launcher โ†’ Warehouse โ†’ Clear cache. Check the list of applications through Settings โ†’ Annexes โ†’ Application management.
๐Ÿ”น How to export a list of all applications?
With help. ADB Execute the command: adb shell pm list packages -f > apps_list.txt File. apps_list.txt It's stored on your computer, and you can also use apps like App Inspector to export the list to your computer. CSV.
๐Ÿ”น What to do if unknown programs appear in the list of applications?
It could be: ๐Ÿ›ก๏ธ Malware (check it out through Google Play Protect or Malwarebytes). ๐Ÿ“ฑ Xiaomi or Google system services (e.g. com.miui.analytics). ๐Ÿ”„ Residual files from deleted applications. To remove a suspicious application: Check it in VirusTotal by the name of the package. If it is a virus, delete it through Settings โ†’ Apps or antivirus. If it's a system application, disable it (but don't delete it!).