Where to look for a remote application on Xiaomi: from hidden folders to ADB-team

You removed an app on Xiaomi and now you can't find it, not in the menu, not in the search, not even in the installed list? The situation is familiar to many: sometimes applications are not just uninstalled, but "hidden" in system partitions, remain in cache or fall into the category of "disabled." In this article, we will analyze all possible scenarios, from basic checks to advanced methods using ADB and recovery through the Mi Cloud.

The thing about MIUI is that it aggressively optimizes the background and can automatically freeze applications that are rarely used, and it doesn't always mean that you delete them, but it looks the same, because the icon disappears and the app doesn't show up in the settings, and we'll show you how to tell the difference between a really remote application and a hidden one, and what to do in each case.

1. Check hidden and disabled applications

Before you panic, make sure the app wasn't just disabled by the system or the user. MIUI has two levels of "hiding":

  • πŸ“± Disabled applications – deleted for the user, but remain in the system (they can be returned without reinstallation).
  • πŸ—ƒοΈ Hidden apps – hidden from the main menu but accessible via search or settings.

To check for disabled applications:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on three dots in the upper right corner and select Show All Apps.
  3. In the drop-down filter menu, select Unplugged.
  4. If the desired application is in the list - tap on it and click Enable.

For hidden applications:

  • Try to find it through a search system (swipe down on the home screen).
  • Check the Hidden Apps folder in the menu (if any, it depends on the MIUI version).

πŸ’‘

If the application was hidden through the β€œApp Lock” function, it can be found in Settings β†’ Privacy β†’ App Lock.

2. Search in the archive of Mi Cloud (if there was synchronization)

If your Xiaomi has Mi Cloud sync enabled, you have a chance to restore the list of installed apps – even after uninstalling.

  • πŸ”„ Synchronization was activated before the application was removed.
  • πŸ“± You have access to the Mi Account linked to your phone.

Instructions:

  1. Go to Settings β†’ Xiaomi Account β†’ Mi Cloud.
  2. Select Data Recovery (may be called Archive or Backups).
  3. Find the backup created before the application was removed and check the list of installed programs.
  4. If the application is in the archive - restore it (may require a complete resetting of settings).

⚠️ Warning: Recovery from Mi Cloud can overwrite current data (photos, contacts, SMS). Before the procedure, make a new backup copy!

πŸ“Š Have you ever recovered data through the Mi Cloud?
Yes, successfully.
Yeah, but it didn't work.
No, I haven't.
I don't know what it is.

3. Verification of system folders through the file manager

Remote applications sometimes leave files in system folders that can't be run directly, but you can find traces that tell you if the application has actually been uninstalled, use the built-in file manager or Root Explorer (if there's root access).

Where to look:

folderWhat can containWay
Residual APK filesUnremoved installers (.apk)/storage/emulated/0/Download/ or /data/app/ (requires root)
Cash and data.Folders with packet names (e.g. com.whatsapp)/data/data/or /sdcard/Android/data/
System applicationsAPK-pre-installed program files/system/app/ or /system/priv-app/

If you find a folder with the name of the app package (e.g. com.facebook.katana for Facebook), but the APK itself is not, the app is removed completely. If there is an APK, you can try installing it manually.

How to find out the name of the application package?
Open Google Play, search for the app in your browser (not on your phone!) and look at the URL. After "id=" you'll see the name of the package, for example: https://play.google.com/store/apps/details?id=com.whatsapp

4. Recovery through ADB (for power users)

If the application has been disabled by the system (rather than removed by the user), it can be returned using the Android Debug Bridge (ADB), a method that requires connecting the phone to a computer and basic command line knowledge.

Step-by-step:

  1. Install ADB Tools on your PC.
  2. Turn on USB Debugging on your phone: Settings β†’ About Phone β†’ MIUI version (tap 7 times to unlock Developer Settings), then Settings β†’ Additional β†’ Developers β†’ Debugging over USB.
  3. Connect your phone to your PC and type in the command line: adb devices (should display your device).
  4. Get a list of all applications (including those disabled): adb shell pm list packages -d (flag -d shows disabled).
  5. Find the application you want (e.g. com.android.chrome) and turn it on: adb shell pm enable com.android.chrome

⚠️ Warning: Do not enable system applications with unknown packet names (e.g. com.miui.daemon) – this may disrupt stability MIUI!

β˜‘οΈ Preparation for work with ADB

Done: 0 / 4

5.Reinstall the application: nuances for Xiaomi

If the app has been removed completely, you just have to reinstall it, but even here, there are pitfalls.

  • πŸ”„ System applications (such as Mi Video or Mi Music) cannot be installed from Google Play, but must be downloaded from official sources (such as the Mi App Store).
  • πŸ“¦ APK-Files from third-party sources may not be installed due to restrictions MIUI (You must allow installation from unknown sources in the settings β†’ Confidentiality β†’ Special permits).
  • πŸ”’ Account-based apps (such as Mi Home) may require re-authorization.

If you have an error β€œApplication not installed” during installation, try:

  1. Clear the cache of Google Play Market and Google Play Services.
  2. Delete residual application files through the file manager (see Section 3).
  3. Install an older version of APK (sometimes newer versions conflict with MIUI).

πŸ’‘

Before installing an APK from third-party sources, always check the hash file (MD5) on the developer’s website – this will protect against viruses.

6. Resetting settings: a last resort

If none of the methods worked and the application is critical (e.g. Mi Fit for smartwatches), you will reset your settings, which will return all the pre-installed applications, but delete user data.

How to reset:

  1. Back up important data (photos, contacts, SMS) through Settings β†’ Additional β†’ Backup and Reset.
  2. Go to Settings β†’ About the phone β†’ Reset settings.
  3. Select Reset all settings (not to be confused with Reset to factory – the latter will delete all data!).
  4. After the reboot, check for the app.

If the reset didn’t work, the application could be removed at the firmware level (for example, after the MIUI update), in which case only flashing through Fastboot or Recovery will help.

7. How to avoid losing apps in the future

To avoid the problem again, follow the following simple rules:

  • πŸ” Before deleting, check whether the application is system (in the list of applications such are marked with an icon). MIUI).
  • πŸ“₯ Regularly back up your app list through Mi Cloud or Titanium Backup (requires root).
  • πŸ›‘οΈ Disable optimization for important applications: Settings β†’ Battery β†’ Optimizing the battery β†’ All applications β†’ Select the right one and turn off optimization.

MIUI 14 and later has Application Archiving, which does not remove the program completely, but compresses it into an inactive archive. These applications can be restored without reinstallation through Settings β†’ Applications β†’ Archive.

πŸ“Š You archive rarely used applications?
Yeah, regularly.
Sometimes.
No, I'm removing it completely.
I don't know how it works.

FAQ: Frequent questions

Can I restore a remote application without a computer?
Yes, if it was simply disabled or hidden (see Section 1). If removed completely, only reinstall or restore from a backup of Mi Cloud.
Why did some apps disappear after the MIUI update?
Newer versions of MIUI sometimes remove legacy system applications (such as Mi Drop or Mi Live) that can only be returned by flashing the old version or installing the APK manually.
How to find the name of the application package if it is removed?
Use sites like APKCombo or APKPure – type in the name of the application, and the package will be listed in the URL or on the page (for example, com.whatsapp).
Can you restore data from a remote application (e.g., correspondence in the messenger)?summary> Only if you have synchronized (e.g., WhatsApp backup in Google Drive) or the data is deleted irrevocably.
What if ADB can’t see my Xiaomi device?
Check: Cable (use original). Drivers (installe Mi PC Suite); Connection mode (select File Transfer when you connect to a PC); Try adb kill-server, then adb start-server.