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:
- In the section Not installed tap on the icon βοΈ (setting).
- Select Sort by: Installation Date (new at the top).
- 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.
- Download backup to PC via i.mi.com.
- Unpack the archive (usually in.mbk format) with the Mi Backup Extractor tool.
- 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.
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:
- π₯οΈ 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).
- π 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.
- π 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 removedTo 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/file | Way | What does it contain? |
|---|---|---|
| package.xml | /data/system/packages.xml | List of all packages ever installed (including remote ones) |
| appops.xml | /data/system/appops.xml | Application 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:
- π Use a root-enabled file manager (such as Root Explorer or Root Explorer) FX File Explorer).
- π Go to one of these paths and find files with the extension.xml or.db.
- π 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?
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:
- Install the application and grant it permission to access Usage Data (Settings) β Annexes β AppTracker β Permits β Use data).
- In the main menu, select History β Uninstalled Apps.
- 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:
- π οΈ Install a file manager with access to system folders (e.g. Solid Explorer).
- π Cross the path: /data/data/com.google.android.gms/app_appsearch/ Files with the.db or.protobuf extension can be stored here.
- π€ Copy these files to your PC and open them with SQLite Browser or Protobuf Decoder.
- π 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!