Have you deleted the application you need and donโt remember its name? Or want to clean your device of traces of old apps? Restoring the list of deleted applications on Android is not an obvious task, but it can be solved. Unlike iOS, where Apple keeps a complete download history, Google provides users with limited tools to track deleted software. However, there are both built-in mechanisms Android and Google Playand third-party solutions that allow you to restore the list even after resetting the settings.
In this article we will analyze all the working methods - from the official ones (download history to Play Market and activity log Google Account) to technical (analysis of system logs through ADB and specialized utilities like AppBrain). We will pay special attention to the nuances: why some applications are not displayed in the history, how to restore data after resetting to factory settings, and what to do if the application was manually deleted via adb uninstall. For each method, we provide step-by-step guide with illustrative examples and warnings about possible risks.
1. Download history on Google Play Market
The easiest and most official way is to check your download history in Google Play. This method works for all applications installed through the store, but has limitations: the history is stored only for the current account Google and does not include apps deleted more than a year ago (if there were no repeated installations).
To open the list:
- ๐ฑ Open the application Google Play Market on your device.
- ๐ค Click on the profile icon in the upper right corner (or swipe right to open the menu).
- ๐ Select
Manage applications and deviceโManage. - ๐ Go to the tab
Deletedโall uninstalled apps that have ever been installed on your devices under this account will be displayed here.
Important: if the application was not installed through Play Market (for example, via APK-file), it will not appear in this list. Also, system applications deleted with rights are not displayed here. root.
If the deleted application is not in the list, try finding it through a search in the Play Market - sometimes it remains in the recommendations cache.
2. Google Activity Log (My Activity)
Service My Activity (My Activity) from Google records all actions related to your account, including installing and deleting applications. This method is suitable for restoring history even after resetting the phone to factory settings - provided that you did not log out of your account Google and did not disable activity saving.
Verification instructions:
- ๐ Go to the website My Activity (required authorization).
- ๐ In the search bar, enter the request
install applicationordelete application. - ๐
Use the date filter (button
Filter by date and product) to narrow your search. - ๐ The results will display events with application names and activity dates.
Method limitations:
- โณ Data is stored for no more than 18 months (by default).
- ๐ If activity history was disabled in the account settings, the information is not available.
- ๐ฑ Applications installed through
APKor third-party stores (for example, APKMirror, Aptoide).
3. Analysis of system logs via ADB
For advanced users, there is a way to view deleted applications via Android Debug Bridge (ADB). This method requires connecting the phone to the computer and turning on the mode USB debugging, but allows you to get data even about system applications deleted with rights root.
Step-by-step guide:
- ๐ฅ๏ธ Install ADB Tools on your computer.
- ๐ฑ On your phone turn on
Developer mode(click onBuild number7 times in the settings) and activateUSB debugging. - ๐ Connect the device to the PC and run the command in the terminal:
adb shell pm list packages -uThis command will display a list of all packages ever installed (including deleted ones if their data remains on the system).
- ๐ To search for a specific application, use the filter:
adb shell pm list packages -u | "keyword"For example, to search for deleted Facebook:
adb shell pm list packages -u | grep "facebook"
Warning: the method does not work on all devices - some manufacturers (for example, Xiaomi, Huawei) restrict access to logs even through ADB. In addition, after a factory reset or flashing, data may be lost.
What are packages in Android?
In Android, each application is identified by a unique package name (for example, com.facebook.katana for Facebook). This name is used by the system to manage installation, updates, and uninstallation.
4. Third-party utilities for history recovery
If the built-in methods do not help, you can use specialized applications. They analyze system caches, logs and backups to restore a list of deleted software. Below are proven tools with their features:
| Application | Functional | Limitations | Link |
|---|---|---|---|
| AppBrain | Stores the history of installed applications, synchronizes with your account Google | Requires preliminary registration, does not show system applications | appbrain.com |
| My Backup Pro | Creates backup copies of the list of applications (including deleted ones) | Paid version, you need to set up a backup in advance | Play Market |
| DiskDigger | Scans the device memory for the remains of deleted files (including APK) | Requires root access for deep scanning | Play Market |
โ ๏ธ Attention: When using DiskDigger or similar utilities to recover APKfiles, there is a risk of installing damaged or outdated versions of applications. Always check the integrity of the files and the relevance of the versions before installation.
Make a backup copy of your data|Check for root access (if required)|Disable the antivirus during the scan|Make sure the source of the utility is reliable-->
5. Restoring after a factory reset
If you run Hard Reset, most local methods (for example ADB or system logs) will stop working. However, there are two ways to get back the list of deleted applications:
- Google backup:
When you turn it on for the first time after a reset, Android offers to restore data from the backup associated with the account Google. It also includes a list of installed applications (but not the
APKfiles themselves). To check available backups:- ๐ฑ Go to
Settings โ Google โ Backup. - ๐ Click
Managing backupsand select the desired device. - ๐ In the section
Applicationsthere will be a list of apps that can be restored.
- ๐ฑ Go to
If you used Titanium Backupbefore the reset, the app could save a list of all ever installed applications in the cloud or on an SD card. To restore:
- ๐ฅ Install Titanium Backup again and log in.
- โ๏ธ Go to the section
Cloud backup copiesor connect an SD card. - ๐ Find the file with the extension
.propertiesโit contains the installation history.
โ ๏ธ Attention: Restoring from a backup Google may lead to conflicts if newer versions of applications are already installed on the device. It is recommended to first remove duplicate apps manually.
6. Search for deleted system applications
System applications (for example, Google Duo, YouTube, or manufacturer-branded utilities) are deleted differently than regular ones. Their uninstallation often requires rights root or use ADB, and you can restore the list via:
- ๐ File
system/app: Connect to the device viaADBand run the command:adb shell ls /system/appThis will show all system applications, including those that are disabled (but not completely removed).
- ๐ง Tool Debloater: Utilities like Universal Android Debloater (for PC) analyze the list of system packages and show which ones they have been deactivated or deleted.
- ๐ Update logs: Some manufacturers (for example, Samsung) keep system application update logs in
/data/log/. They can be viewed throughADBor a file manager with root access.
Removing system applications without root access (for example, through adb pm uninstall -k --user 0) does not erase them completely - they remain in the deviceโs memory, but are hidden from the user. You can restore them by repeating the command adb pm install-existing.
7. Alternative methods: cloud services and social networks
If none of the above methods worked, try indirect methods:
- ๐ง Letters from Google Play: Check the email associated with your account Google โafter installing or uninstalling applications, notifications with the names of apps are sent.
- ๐ฌ Social networks: If you have shared screenshots or discussed applications in instant messengers (Telegram, VK), searching through chat history can help you remember the names.
- ๐ Statistics services: Apps like App Annie or Sensor Tower (for developers) store data about installations if you previously connected your account to them.
โ ๏ธ Attention: Some cloud services (for example, Google Drive) may contain backup copies APKfiles, if you enabled the option Backup applications in the settings. Check the section Backups in Google Drive โold versions of apps may be stored there.
FAQ: Frequently asked questions about restoring deleted applications
Is it possible to restore a deleted application if it is not in the Play Market history?
Yes, but this will require:
- Know the exact name or package of the application (can be found through
ADBor My Activity). - Download
APKfile from a reliable source (for example, APKMirror) and install manually.
Please note: installation APK from unknown sources may be is unsafe - always check the hash of the file and reviews.
Why are all deleted applications not displayed in the Play Market history?
This is due to the way it works Google Play:
- Applications deleted more than a year ago can be archived and hidden from the main list.
- apps installed through
APKor third-party stores are not recorded in the history. - If the application was deleted from the device before registering an account Google, it will not appear.
Try using a filter by date in My Activity or check your mail - there may be installation notifications.
How to find out if an application has been deleted or simply disabled?
Disabled applications remain in the system, but are not displayed in the menu. To check their status:
- Open
Settings โ Applications. - Click on the three dots in the upper corner and select
Show system ones. - In the list, disabled apps will be marked in gray or with the text
Disabled.
To restore a disabled application, click on it and select Enable.
Is it possible to restore data remote application (for example, saving in a game)?
It depends on the type of data:
- ๐ฎ Games: Many games synchronize progress with the cloud (for example, via Google Play Games or Facebook). Reinstall the game and log into the same account - the saves should be loaded.
- ๐ Local data: If the application stored files on the device (for example, Notepad), try using utilities like DiskDigger to restore.
- โ๏ธ Cloud services: Check associated accounts (for example, Dropbox, Google Drive) - some applications automatically create backups.
If the data is not restored, contact the developer support - some companies store backups on your servers.
Is it safe to use ADB to view deleted applications?
ADB is an official tool from Google, and its use is safe if:
- You have downloaded
ADBfrom official website. - Do not execute commands that can change system files (for example,
adb shell rm). - Use proven instructions (as in this article).
Risks arise only if used incorrectly (for example, deleting critical packages). Always make a backup copy before experiments.