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.
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:
- Swipe up from the bottom of the screen (on gesture-controlled devices).
- Click on the All Apps icon (usually located at the bottom of the screen or in the dock panel).
- 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:
- Open the settings (cog icon).
- Go to the Appendix section โ Application management.
- 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)-->
- Go to Settings โ Applications โ Application Management.
- Press three points (โฎ) in the upper right corner and select "Show system".
- 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)?
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:
- Install ADB on your computer (for example, through Googleโs Platform Tools).
- 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).
- 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.
| folder | Contents | Access. |
|---|---|---|
| /data/app/ | User-generated applications | Requires root. |
| /system/app/ | System applications | Only reading. |
| /system/priv-app/ | Privileged System Applications | Only 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:
- Install the app from Google Play.
- Open it and give access to information about applications.
- 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 user | Go to Settings โ Applications โ Hidden applications and uncheck the box |
| Launcher resets the settings | Reboot your smartphone or reset your launcher settings in Settings โ Applications โ Launcher โ Storage โ Clear data |
| Update MIUI/HyperOS | Check the list of applications in Settings โ Applications โ Application Management |
| Application removed or deactivated | Check 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.