Where to look for a remote app on a Xiaomi phone: the full guide 2026

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Put three points on it (โ‹ฎ) in the upper right corner and select Hidden Applications.
  3. 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:

  1. Open the notification panel and tap on the user's avatar.
  2. Select a different profile (such as โ€œWorkโ€) and repeat your application search.
๐Ÿ“Š How often do you lose apps on your smartphone?
Often, once a month.
Sometimes, every six months.
Nearby, but I don't remember where.
Never lost.

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the upper right corner, tap on the basket icon (๐Ÿ—‘๏ธ) or select the item in the menu (three-pointed).
  3. 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:

  1. Go to Settings. โ†’ Warehouse.
  2. Select the Application category (may be called โ€œOther Appsโ€ depending on the version of MIUI).
  3. 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?
This may be due to: 1. Incomplete deletion (files left in the `/data/app` folder). 2. System failure (launcher does not update the application list); 3. MIUI restrictions (some applications are hidden after a firmware update); 4. Antivirus conflict (programs like Mi Security can block the display of "suspicious" applications).

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:

  1. 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.
  2. 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.
  3. 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:

folderContentsCan I remove it?
/data/appUser-installed applications (.apk and data)Yeah, but be careful.
/data/dataApplication data (settings, cache, databases)Only if the application is removed
/system/app or /system/priv-appMIUI System ApplicationsNo (risk of damaging firmware)
/sdcard/Android/dataExternal 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:

  1. Application Not Installed Error: Delete Residual Files via Settings โ†’ Apps โ†’ [name] โ†’ Delete.
  2. Packet Conflicts Error: Use ADB to Force Delete: Adb Uninstall "Package Name Package"
  3. 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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the Launcher app (may be called MIUI Launcher, POCO Launcher, or Home).
  3. Select Warehouse โ†’ Clear data and Clear cache.
  4. 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).
What if the launcher reset didnโ€™t help?
If applications are still not displayed after reset, the cause may be: 1. firmware damage (reflashing through Mi Flash Tool is required). 2. Design theme conflict (try to return the standard theme to Settings โ†’ Screen โ†’ Themes). 3. Work profile restrictions (check settings in Settings โ†’ Accounts โ†’ Work profile).

FAQ: Frequent questions

Can I recover data from a remote application (for example, correspondence in the messenger)?
If the application was deleted less than 30 days ago and populo in the cart MIUI, Otherwise, check if there is a backup in Google Drive (for apps that support sync). Use programs like Dr.Fone or EaseUS MobiSaver to scan your phone's memory (root required). Contact the app developer โ€“ some services (like WhatsApp) store backups on their servers. โš ๏ธ Without root rights, data recovery is almost impossible if it is not synced with the cloud.
Why do app icons disappear after MIUI update?
This is a typical Xiaomi problem related to: Automatic optimization โ€“ the system can hide โ€œrarely usedโ€ applications. Launcher cache failure is solved by clearing the launcher data (see section 8). Design themes conflict โ€“ some themes from the Mi Theme Store display icons incorrectly. To avoid a problem in the future, before updating: Create a backup through Settings โ†’ Additional โ†’ Backup and Reset. Remember the location of important icons (take a picture of the main screen).
How to find Xiaomi system applications that canโ€™t be removed?
System applications (e.g. Mi Browser, Mi Music, Security) are hidden from standard removal, but they can be: Disable: Go to Settings โ†’ Annexes โ†’ App management. Select the system application and click Disable (button will be active if the application can be deactivated). Hide from the home screen: Press the application icon. Select Hide or drag to the Hidden Applications folder (in some versions) MIUI). Remove through ADB (For the user experience only!: adb shell pm uninstall -k --user 0 "Example for Mi Browser: Adb shell pm uninstall -k --user 0 com.android.browser โš ๏ธ Attention: Deleting system applications may disrupt firmware, such as disabling Mi Security will result in loss of virus scanning, and deleting Mi Account will result in synchronization problems.
What if Google Play Market or other services are missing?
This is a common problem on Xiaomi phones for the Chinese market (like the C-plated model in the title) or after hand firmware.Solutions: Install Google services manually: Download Google Installer (like with APKMirror). APK Follow the instructions (web connection required). Check the region in settings: Go to Settings โ†’ Additionally. โ†’ Region: Select a country where Google services are officially supported (e.g. Russia, India, Singapore). Reboot your phone. Reset your Google account settings: Open Settings โ†’ Accounts. โ†’ Google. Delete your account and add it again. If the problem persists, you may have Chinese firmware installed on your device without Google support, which would require a full firmware update to the global version. MIUI.
How to prevent the accidental removal of applications on Xiaomi?
To protect important programs from accidental removal: ๐Ÿ”’ Enable Deletion Lock: Press the app icon on the home screen. Select Application Information โ†’ Blocking (or Protection in some versions) MIUI). ๐Ÿ“Œ Secure the icons on the home screen: Long tap on the free seat of the main screen โ†’ Screen settings. Activate the option to pin app icons. ๐Ÿ”„ Set up backup: Go to Settings โ†’ Additionally. โ†’ Backup and reset: Enable automatic copying to Mi Cloud or Google Drive. ๐Ÿ›ก๏ธ Use third-party launchers: Some alternative shells (like Nova Launcher) allow you to hide the removal option behind a long tap.