Did you delete the app on Xiaomi by mistake โ or did it just disappear from the screen after the MIUI update? โ The situation is familiar to many: the icon disappears, and the program continues to occupy space in memory or even works in the background. In this article, we will analyze all the ways to find the โlostโ application, from basic (check folders and search) to hidden firmware functions.
It's important to understand the difference between a remote and a hidden application. In the first case, the program is completely erased from the system (but it can be restored from a backup or a store); in the second case, it's simply hidden in the depths of the MIUI interface, and it takes a couple of minutes to return it to the screen. We'll look at both scenarios, as well as the rare cases when the application "disappears" due to launcher failures or access rights conflicts.
This article is relevant for all modern Xiaomi, Redmi and POCO models based on MIUI 12-14 and HyperOS. If your phone runs on an older version of the firmware, some menu items may differ - but the overall logic of the search will remain the same.
1. Search through the system menu "All applications"
The fastest way to find a lost application is to use the built-in program manager, which displays all installed applications, including those hidden from the home screen or folders.
How to open the menu:
- ๐ฑ Swipe up the main screen (swipe up gesture) to open the app menu.
- ๐ At the top of the screen, find the search bar (magnifying glass icon) and enter the name of the program.
- ๐ If the application is found but is not on the main screen, press its icon and drag it to the desktop.
If the search did not give results, check the Hidden Applications section:
- Open Settings โ Applications โ Application Management.
- Put three points on it (โฎ) in the upper right corner and select Hidden Applications.
- In the list, find the desired program and uncheck it to return to the screen.
๐ก
In MIUI 14 and HyperOS, hidden apps can be displayed in a separate tab called โRecently Hiddenโ โ check it out if you donโt find the program in the main list.
2. Check folders and secondary screens
Often, Xiaomi users accidentally move app icons to folders or additional desktops, especially after firmware updates, when the system automatically sorts programs into categories (for example, โGamesโ, โSocial Networksโ).
How to check:
- ๐๏ธ Scroll through all desktops left/right โ itโs possible the app is on the second or third screen.
- ๐ Open all folders on the home screen (even those that seem empty). MIUI Folders can contain up to 16 apps, and some icons are hidden under the โscrollยป.
- ๐ Try changing the launcher: install Nova Launcher or Microsoft Launcher from Google Play โ sometimes they display apps that donโt show the standard Xiaomi interface.
If you use a child mode or profile for work, check these spaces separately:
- Open the notification panel and tap on the user's avatar.
- Select a different profile (such as โWorkโ) and repeat your application search.
3.Recovery from MIUI basket
In MIUI 12-14 and HyperOS, remote applications go to the Recycle Bin and are stored for up to 30 days, which is the equivalent of the recently deleted function in the gallery, but for programs, and if you deleted the application less than a month ago, you can restore it without re-installing it.
Instructions:
- Open Settings โ Applications โ Application Management.
- In the upper right corner, tap on the basket icon (๐๏ธ) or select the item in the menu (three-pointed).
- Find the desired application in the list and click Restore.
Please note:
- โณ Recovery takes a few seconds โ donโt interrupt the process.
- ๐ After recovery, the application will appear in the menu, but its data (for example, logins or settings) can be reset.
- ๐ซ If the cart is empty, then the application has been removed more 30 days ago or erased through ADB/Fastboot.
Make sure the app is actually removed (not hidden)
Check the date of deletion (not older than 30 days)
Free up space in memory (if the application is large)
Connect to Wi-Fi (to download updates after recovery)-->
4. Search through storage settings
If the app doesnโt appear in the menu but takes up space in memory, it can be found through the Warehouse section, a method that is useful for detecting โzombieโ programs that havenโt been deleted completely or are running in the background.
How to check:
- Go to Settings. โ Warehouse.
- Select the Application category (may be called โOther Appsโ depending on the version of MIUI).
- Go through the list by size or alphabet. If you find the right app, tap it and choose Open or Restore.
If the application takes up space but doesnโt start, try:
- ๐ Clear the cache (Clear the cache button in the application information).
- ๐๏ธ Delete residual files through Settings โ Annexes โ [name] โ Warehouse โ Delete the data.
- ๐ง Reinstall the program from Google Play or APK-file.
Why does the app take up space but not appear?
5.Using ADB to Find Hidden Applications
For advanced users: If the app is not found in standard ways, it can be detected via Android Debug Bridge (ADB).This method requires connecting the phone to a computer, but allows you to see all installed packages, including system and hidden.
Instructions:
- Turn on Developer Mode on your phone: Go to Settings โ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ Additional โ For Developers and activate Debugging over USB.
- Connect your phone to your PC, open the terminal (or PowerShell in Windows) and execute the command: adb shell pm list packages -f It will display a list of all installed packages with paths to APK-file.
- To find a specific application, use the filter: adb shell pm list packages | findstr "name packet" For example, for WhatsApp, type findstr "whatsapp".
If you find a package but canโt open it, check the status:
adb shell dumpsys package "name packet"In conclusion, pay attention to the lines:
- Hidden=true: The application is hidden by the system.
- Disabled=true โ the application is disabled.
๐ก
ADB-packages with the prefix com.miui. or com.xiaomi. are system applications Xiaomi. to remove them without knowing the consequences is dangerous - it can lead to malfunctions in the firmware.
6. Superuser Rights Check (Root)
If your Xiaomi has root rights, you can use a root-enabled file manager (like Root Explorer or Solid Explorer) to manually find the application files.This method is risky, but sometimes the only way to recover data.
Where to look:
| folder | Contents | Can I remove it? |
|---|---|---|
| /data/app | User-installed applications (.apk and data) | Yeah, but be careful. |
| /data/data | Application data (settings, cache, databases) | Only if the application is removed |
| /system/app or /system/priv-app | MIUI System Applications | No (risk of damaging firmware) |
| /sdcard/Android/data | External data of applications (for example, downloads in games) | Yeah, but it might be a setup reset. |
Warnings:
โ ๏ธ Note: Removing files from /system without backup can lead to a phone "brick" (unable to download).Always create a backup through TWRP Mi Flash Tool before editing system folders.
โ ๏ธ Note: On phones with HyperOS (2026)+) Xiaomi has tightened root access controls, and using Magisk or other rights tools can lead to some features being blocked (e.g. Mi Pay or Widevine) L1 high-resolution streaming).
Reinstallation of the annex from official sources
If all the previous methods didn't work, the most reliable way is to re-install.
Where to install:
- ๐ฅ Google Play โ if the application was downloaded from there. The system will prompt Update or Install (if the program is completely removed).
- ๐ Developerโs official website โ for applications distributed outside the Play Market (e.g. Mi Fit or Xiaomi Community).
- ๐ Local. APK โ If you have a backup of the installation file (check the Download folders or APK phone-on).
What to do if the installation is blocked:
- Application Not Installed Error: Delete Residual Files via Settings โ Apps โ [name] โ Delete.
- Packet Conflicts Error: Use ADB to Force Delete: Adb Uninstall "Package Name Package"
- Prohibit installation from unknown sources: Allow installation of APK in Settings โ Applications โ Special Access โ Installation of unknown applications.
8.Reset launcher settings (if icons disappeared en masse)
If not one, but several applications are missing, the problem may be in the failure of the launcher (the program responsible for displaying the main screen), in which case resetting its settings will help.
How to drop the launcher:
- Open Settings โ Applications โ Application Management.
- Find the Launcher app (may be called MIUI Launcher, POCO Launcher, or Home).
- Select Warehouse โ Clear data and Clear cache.
- Reboot the phone.
After discharge:
- ๐ All icons will return to standard positions (like after buying a phone).
- ๐ Folders and widgets will have to be reconfigured.
- โ ๏ธ If the problem recurs, try installing a side launcher (like Nova Launcher).