How to Find and Restore Remote Apps on Xiaomi: A Complete Guide

Have you accidentally deleted an important app on Xiaomi, Redmi or POCO and now you can’t remember its name? Or want to return a program that was uninstalled long ago but you don’t know how to find it in history? In this article, we’ll look at all the working ways to view the list of remote applications on smartphones with MIUI firmware β€” from standard system tools to hidden features and third-party services.

Unlike iOS, where installation history is stored in the App Store, Android (and MIUI in particular) does not have a single centralized log of remote programs. However, there are several workarounds: from analyzing the Google Play cache to studying system logs through ADB. We will look at methods of varying complexity from simple (for a beginner) to advanced (for advanced users).

Before you start, remember that you can only recover metadata (names, icons, deletion dates) and not the APK files themselves unless they were previously archived.

1. View installation history in Google Play

The easiest and most versatile way is to use download history in the Google Play Store, which works on all Xiaomi devices if you have previously logged in to a Google account and haven’t cleared the history.

To see the remote applications:

  • πŸ“± Open the Google Play Store on your phone.
  • πŸ‘€ Click on the profile icon in the upper right corner.
  • πŸ“‹ Select Application and Device Management β†’ Management.
  • πŸ” Go to the Not Installed tab – it will show all the programs that have ever been downloaded to your device, but are now removed.

Note: the list may include apps installed on other devices under the same Google account. To narrow your search, use a filter by date or keywords in the search bar.

⚠️ Note: If you have previously cleared history on Google Play or used the Delete History feature in your account settings, this method will not work. MIUI may not appear on the list.

For convenience, you can sort the applications by the date of removal:

  1. In the section Not installed tap on the icon βš™οΈ (setting).
  2. Select Sort by: Installation Date (new at the top).
  3. Scroll down the list, the last deleted programs will be at the end.

πŸ’‘

If the app is not in Google Play history, try logging in to the web version of the service on your PC at play.google.com/store/account – sometimes there are earlier records displayed.

2.Use Mi Account to restore the list

MIUI firmware stores some of the data about installed applications in the cloud service Mi Account. This method is suitable if you previously synced your device with a Xiaomi account and did not turn off backup.

Instructions:

  • πŸ”„ Go to Settings. β†’ Mi Account β†’ Cloud. β†’ Backup.
  • πŸ“„ Find the Apps and Data section and see if there is an archive called App List or User Apps.
  • πŸ’Ύ If a backup exists, restore it, it will return the list of installed programs (but not the programs themselves). APK-file).

Unfortunately, Mi Account does not provide direct access to the history of remote applications, but backups may store log files with information about installation / deletion.

  1. Download backup to PC via i.mi.com.
  2. Unpack the archive (usually in.mbk format) with the Mi Backup Extractor tool.
  3. Find the file. app_list.xml or package_manager.log unpacked.

⚠️ Note: Mi Account backups are encrypted. They will require a Xiaomi account password and specialized software to decrypt them. Do not use third-party services to hack archives - this can lead to the blocking of the account.

πŸ“Š How often do you back up your data on Xiaomi?
Every week.
Once a month
Only before the update
Never.

3. Analyzing system logs through ADB

For power users, there is a way to view the installation/deletion history of apps through Android logs, which requires connecting the phone to a PC and using the Android Debug Bridge (ADB) tool.

Step-by-step:

  1. πŸ–₯️ Install Platform Tools on PC and enable Debugging USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap to activate the developer mode, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  2. πŸ”Œ Connect the device to the PC and execute the command in the terminal: adb shell dumpsys package | grep "remove" This will display a list of packets that have been removed from the device.
  3. πŸ” For more information (including dates), use: adb shell logcat -d | grep -E "PackageManager|pkg removed"

The results will look something like this:

05-10 12:34:56.789  1234  5678 I PackageManager: Removing package:com.example.app




05-10 12:35:01.234  1234  5678 D pkg     : Package com.example.app removed

To convert package names (e.g. com.example.app) into readable app names, use APK Mirror or Google Play database.

⚠️ Note: Logs in logcat are stored for a limited time (usually a few days). If the application was deleted a long time ago, this method will not work.

Activate Developer Mode |Enable debugging by USB|Install Xiaomi drivers on PC| Download Platform Tools|Connect phone with original cable-->

4. File system recovery (root only)

If your Xiaomi has superuser rights, you can view the history of deleted applications directly in the system folders, which is the most reliable method, but also the riskiest method - wrong actions can lead to a system failure.

Where to look:

Folder/fileWayWhat does it contain?
package.xml/data/system/packages.xmlList of all packages ever installed (including remote ones)
appops.xml/data/system/appops.xmlApplication permissions log (you can find traces of deleted programs)
usage-stats/data/system/usagestats/Use statistics (including time of deletion)
log/data/log/System logs with packet removal records

To view these files:

  1. πŸ“‚ Use a root-enabled file manager (such as Root Explorer or Root Explorer) FX File Explorer).
  2. πŸ” Go to one of these paths and find files with the extension.xml or.db.
  3. πŸ“‹ Open the file in the text editor and find lines with remove, uninstall or package="...".

Critical information: /data/system/packages.xml contains records of all applications, even those that are deleted, but once you flash or reset the settings, this file is cleared. If you recently ran Wipe Data, the method will not work.

What to do if the files are encrypted?
On devices with MIUI 12+, system files can be encrypted. To view them, you will need: 1. Disable encryption via TWRP (risk of data loss!). 2. Use Displax's MIUI Decrypt Tool. 3. Or copy files to a PC and decrypt using scrypt (technical skills required).

5. Third-party applications for tracking history

If standard methods don't work, you can use specialized utilities that keep a log of installing/deleting programs, and these applications need to be installed in advance, because they won't reconstruct the history retroactively.

Top.-3 monitoring tools:

  • πŸ“Š AppTracker logs all changes to the list of apps, including the date and time of deletion.
  • πŸ” App Manager – shows the history of installations and allows you to export it to the CSV. Requires root for full functionality.
  • πŸ“ˆ Package Name Viewer – displays all packets, including remote ones (if previously scanned).

How to work with AppTracker:

  1. Install the application and grant it permission to access Usage Data (Settings) β†’ Annexes β†’ AppTracker β†’ Permits β†’ Use data).
  2. In the main menu, select History β†’ Uninstalled Apps.
  3. Export the list to a file or restore the app directly from the interface (if available on Google Play).

⚠️ Note: Some antiviruses (such as Avast or Dr.Web) may block the operation of such utilities, considering them suspicious.

πŸ’‘

Third-party history tracking apps only work if they were installed BEFORE deleting the program they want. They won't restore data retroactively!

6.Restore from MIUI backup

If you regularly back up through Settings β†’ Additional β†’ Backup and Reset, there’s a chance to recover the application list from the archive. This method won’t bring back the APKs themselves, but will show which programs were installed at the time the backup was created.

How to restore:

  • πŸ“¦ Go to Settings. β†’ Additionally. β†’ Backup and reset β†’ Local backups.
  • πŸ” Select the most recent copy (before the date of removal of the application).
  • πŸ“‹ Click Restore and tick the App item and application data.
  • ⚠️ Do not restore other sections (such as Contacts or Messages) unless you want to lose relevant data.

After recovery, check:

  • πŸ“± Section Settings β†’ Annexes β†’ Application management – records of remote programs may appear here.
  • πŸ—ƒοΈ folder /MIUI/backup/AllBackup/ In internal memory, backup files in.bak format are stored there.

If you don’t have local copies, try recovering data from the Mi Account cloud (see section 2). Note that cloud backups are stored for a limited time (usually 30 days).

7.A search by Google Play Services cache

Google Play Services stores a cache of data about installed apps that can sometimes be extracted even after uninstallation.This method does not guarantee 100% results, but can help in some cases.

Instructions:

  1. πŸ› οΈ Install a file manager with access to system folders (e.g. Solid Explorer).
  2. πŸ” Cross the path: /data/data/com.google.android.gms/app_appsearch/ Files with the.db or.protobuf extension can be stored here.
  3. πŸ“€ Copy these files to your PC and open them with SQLite Browser or Protobuf Decoder.
  4. πŸ”Ž Look for lines from package_name or install_time.

Alternative path (for MIUI 13+):

/data/data/com.miui.systemAdSolution/app_appsearch/

These files may contain:

  • πŸ“¦ Labeled package lists INSTALLED/UNINSTALLED.
  • ⏱️ Time stamps for installation/removal.
  • 🏷️ Category tags (e.g, GAME, SOCIAL).

⚠️ Warning: Modifying or deleting files in the com.google.android.gms folder may cause Google Play Services to crash!

Frequently asked questions

Can you restore the remote app itself, not just its name?
Yes, but only if you have a backup. APK-Check the file. /sdcard/MIUI/backup/AllBackup/apps/ β€” herein APK Backups, PC archives, if you saved them. APK through APK Extractor or similar utilities. Services like APKPure or APKMirror, you can download old versions of apps by name. APK Lost, you just have to reinstall the app from Google Play (if it is available there).
Why is the history of Google Play not displayed system applications Xiaomi?
System applications MIUI (For example, com.miui.calculator or com.miui.gallery are not installed through Google Play, but with the firmware. Their history is not stored in the Google account. ADB-Command: adb shell pm list packages -s (flag -s It only shows system packets, or look at the file. /system/priv-app/ root-wire.
How do I know which app was removed a few months ago?
Long-term storage of history will be required: πŸ”— View email notifications from Google Play (if installation alerts are enabled). πŸ“Š Use Google My Activity – there may be records of search / installation of applications. πŸ’Ύ Recovering your old Mi Account backup (if it is saved) if none of this helps, it is almost impossible to recover information about applications that were deleted more than 3-6 months ago without pre-configured monitoring.
Can you see who has removed the app on the phone (for example, a child or another user)?
MIUI does not keep a user activity log, but there are indirect ways: Check the logcat for userhandle entries (user number on the system). Use parental control apps (such as Family Link) if they were installed in advance. View screen unlock history in Settings β†’ Lock screen β†’ Unlock History (available on some models). For multi-user devices (with multiple profiles), you can check the /data/user/{ID}/ folder where {ID} is the user number.
Is it safe to use ADB to view remote applications?
On his own. ADB safe if: πŸ”’ You downloaded Platform Tools from the official Android Developers website. 🚫 Do not execute commands that modify system files (e.g. adb shell rm). πŸ”Œ Use the original USB-cable (cheap cables can cause data transmission errors) risks arise only when: πŸ› οΈ Change system files without backup. πŸ“₯ Installation of informal ADB-instruments from unknown sources.