Have you opened your smartphone, but the application you need is not on the desktop? Or did it disappear from the menu after a system update? The situation is familiar to many: deleting applications on Android sometimes it happens by accident - when clearing the cache, resetting settings, or even due to a failure in Google Play Market. Fortunately, in 90% of cases, apps can be returned without losing data.
In this article we will look at all working recovery methods - from basic (re-installation via Play Market) to advanced (use ADB and backup copies Titanium Backup). We will pay special attention to cases when the application disappeared after resetting the settings or is not displayed in the list of installed ones. If you are not sure whether it was deleted or simply hidden, there is a checklist at the end of the article for diagnosing the problem.
1. Check whether the application is truly uninstalled
Before trying to restore the app, make sure that it is not simply hidden or disabled. On Android, applications can โdisappearโ for several reasons:
- ๐ฑ Hidden in the menu: some launchers (for example, Nova Launcher or MIUI on Xiaomi) allow you to hide application icons.
- โ๏ธ Disabled in settings: the system can deactivate little-used apps to save resources.
- ๐ System update: after major updates (for example, from Android 12 to Android 13), some applications may temporarily disappear from the menu.
- ๐งน Clearing the cache: utilities like CCleaner or Files by Google Sometimes they remove "garbage", affecting the working files of apps.
To check the status of an application:
- Open
Settings โ Applications โ All applications. - In the search bar, enter the name of the app.
- If it is displayed as
"Disabled"- click"Enable". - If there is no status, the application has been physically deleted.
โ ๏ธ Attention: On some firmwares (for example, ColorOS from Oppo/Realme) disabled applications may not be shown in the main list. Use the filter "Show system".
2. Recovery via Google Play Market
The easiest way to return a deleted application is re-installation from the official store. This method works if:
- ๐ฒ The application was installed from Play Market (not through
APK). - ๐ Account Googlefrom which it was installed is tied to the device.
- ๐ซ The application has not been removed from the store by the developer (check through the search).
Instructions:
- Open Google Play Market.
- Click on the profile icon in the upper right corner โ
"Manage applications and device". - Go to the tab
"Installed"โ"Not installed". - Find the desired application in the list and click
"Install".
If the application is not displayed in the section "Not installed", try:
- ๐ Manually find it through search in Play Market.
- ๐ Update store page (sometimes the cache does not show the current list).
- ๐ง Check another account Googleif there are several of them on the device.
โ๏ธ Preparing for recovery through the Play Market
โ ๏ธ Attention: If the application was purchased, but does not appear in the purchase list, check whether the developer has deleted it. In this case, it can only be restored through APKfile (see section 5).
3. Restoring from a backup
If your device has automatic backup enabled (for example, through Google Drive or third-party utilities like Titanium Backup), the chances of returning the application along with the data are much higher. Let's consider both options.
3.1. Recovery via Google Drive
Android automatically saves:
- ๐ List of installed applications (but not the
APKfiles). - โ๏ธ Some application settings (if the developer supports this function).
- ๐ฑ System application data (for example, Contact or Messages).
To restore:
- Go to
Settings โ Google โ Backup. - Make sure that the function
"Backup to Google Drive"is enabled. - Reset the settings (
Settings โ System โ Reset โ Delete all data). - When setting up for the first time after a reset, select the option
"Restore applications and data"and log in to the same account Google.
Method limitations:
- โ Does not restore
APKfiles - only a list for re-installation via Play Market. - โ Data from third-party applications (for example, games or instant messengers) are restored only if the developer supports Android Backup Service.
3.2 Recovery via Titanium Backup (root)
If your device has root access, Titanium Backup allows you to restore:
- ๐ฆ The
APKapplication files. - ๐๏ธ Application data (saving games, messenger settings, etc.).
- ๐ง System settings.
Instructions:
- Install Titanium Backup from Play Market (required root access).
- Open the tab
"Backups". - Find the desired application and click on it.
- Select
"Restore"โ check the boxes"Application"and"Data"โ"Run".
โ ๏ธ Attention: Restoring system applications via Titanium Backup can lead to malfunctions Android. Do not restore apps marked "[system]" unless absolutely necessary.
What to do if Titanium Backup does not see backups?
Check folder /sdcard/TitaniumBackup/ โsometimes copies are saved in another location. Also make sure that showing hidden files is enabled in the app settings.
4. Restoring via ADB (for experienced users)
If the application was deleted by the system (for example, after resetting the settings or updating the firmware), but it APK is still stored in the device memory, you can try to restore it via ADB (Android Debug Bridge). This method is suitable for:
- ๐ฑ Restoring pre-installed applications (for example, Galaxy Store on Samsung or MIUI Calculator on Xiaomi).
- ๐ง Applications deleted via
adb uninstall.
Procedure:
- Install ADB Tools on your computer.
- Enable on your phone
USB debugging(Settings โ About phone โ Build number(press 7 times) โSettings โ System โ For developers โ USB debugging). - Connect your phone to the PC and run the command:
adb shell
pm list packages -f | grep"package_name"
If the package is found (for example, package:/data/app/com.example.app-1/base.apk=com.example.app), restore it:
pm install -r /data/app/com.example.app-1/base.apk
Important:
- Replace
com.example.appwith the real package identifier (you can find out through App Inspector in Play Market). - If the path to
APKis different, use the commandfind / -name"*.apk" 2>/dev/nullto search.
| Situation | ADB command | Note |
|---|---|---|
| Appendix disabled | pm enable com.example.app |
Enables a deactivated application |
| The application has been deleted, but the APK remains | pm install -r /path/to/app.apk |
Specify the current path to the file |
| Resetting application data | pm clear com.example.app |
Useful if the application is running incorrect |
| Checking installed packages | pm list packages |
Shows all installed applications |
โ ๏ธ Attention: UsingADBmay break the system if you make a mistake with the command Do not remove system packages (for example,com.android.*) without understanding the consequences.
5. Installing the APK file manually
If the application is deleted from Play Market or you installed it via APK, the only way to get it back is find and install the file manually. Sources for downloading:
- ๐ Official sites: many developers (for example, Telegram, VK) place
APKon their resources. - ๐ฆ APKMirror: a reliable directory with verified files (link: apkmirror.com).
- ๐ Backups: if you previously saved
APKvia Titanium Backup or APK Extractor.
Installation instructions:
- Download
APKfile to the device. - Allow installation from unknown sources (
Settings โ Security โ Unknown sources). - Open the file through any file manager (for example, Files by Google or Solid Explorer).
- Confirm installation and wait for completion.
Important: Install APK only from trusted sources. Files from unofficial sites may contain malicious code (for example, Trojans Joker or Cerberus).
Before installing the APK, check its hash sum (MD5/SHA-1) via site VirusTotal. This will help avoid infection with viruses.
6. Restoring after resetting
If the application disappeared after hard reset (resetting to factory settings), the algorithm of actions depends on whether synchronization with Google:
6.1. Synchronization was enabled
Android will automatically offer to restore applications the first time you set up after a reset. If you skipped this step:
- Open Play Market.
- Go to
"Library"โ"Previously installed". - Click
"Install"next to the desired applications.
6.2. data-i="260">In this case, you will have to:
In this case you will have to:
- ๐ Manually remember and reinstall all applications.
- ๐ Check backups on Google Drive or in cloud services (for example, Yandex.Disk).
- ๐ฑ Use apps for data recovery (for example, DiskDigger or Dr.Fone), but the chances are low.
For future cases, enable automatic backup:
Settings โ Google โ Backup.- Activate the option
"Upload to Google Drive". - Make sure that in the section
"Accounts and synchronization"synchronization is enabled for Google Play Store.
โ ๏ธ Attention: After resetting some system applications (for example, Galaxy Apps to Samsung or Huawei AppGallery) may not be restored. They will have to be installed separately through company stores.
7. If the application is hidden, but not deleted
Sometimes the application is not deleted, but simply hidden by the launcher or system. You can check it like this:
- ๐ Search by device: swipe down on the desktop and enter the name of the application in the search bar.
- โ๏ธ Launcher settings: in Nova Launcher or Action Launcher there is an option
"Hidden applications". - ๐ Checking folders: some launchers (for example, on Huawei or Honor) automatically sort applications into folders (for example,
"Tools"or"Social networks").
For firmware EMUI (Huawei/Honor) and MIUI (Xiaomi/Redmi):
- Open
Settings โ Applications โ Manage applications. - Click on the three dots in the upper right corner โ
"Show hidden applications". - If the desired application is in the list, click on it and select
"Show on desktop".
On EMUI (Huawei) firmware, hidden applications can be returned through the "Desktop Management" menu (press and hold an empty area of the screen โ "Desktop Settings" โ"Hidden applications").
FAQ: Frequently asked questions
Is it possible to restore application data (for example, game saves) after deleting it?
Yes, but only if:
- ๐ The application supports cloud saves (for example, games linked to Google Play Games or Facebook).
- ๐ฑ You made a backup via Titanium Backup or Helium (root access required).
- ๐ฅ๏ธ The data was stored on the developer's servers (for example, progress in Clash of Clans is synchronized with account Supercell ID).
If none of this works, the data is lost forever.
The application disappeared after updating Android. How to get it back?
This is a typical problem when switching to a new version of the OS Try:
- Reinstall the application via Play Market.
- Clear cache Google Play Services (
Settings โ Applications โ Google Play Services โ Memory โ Clear cache). - If the application is a system one (for example, Camera or Gallery) - download it
APKfrom the official website of the manufacturer.
If all else fails, contact the manufacturer's support (for example, Samsung Members or Mi Community).
How to restore deleted system application (for example, Calculator or FM radio)?
System applications are more difficult to restore, since they are integrated into the firmware Options:
- ๐ฒ Flashing: install the original firmware via Odin (Samsung), Fastboot (Xiaomi) or Huawei eRecovery.
- ๐ง ADB: if the application is disabled but not uninstalled, use the command
pm enable application_package. - ๐ Official APK: some manufacturers release system applications separately (for example, Samsung Internet or Xiaomi Music).
โ ๏ธ Do not delete system applications without root access - this can lead to bootloop (loop loading).
Is it possible to restore an application deleted several months ago?
The chances depend on whether it was:
- ๐ฅ Installed via Play Market: can be reinstalled from the library (if not deleted by the developer).
- ๐ฆ Installed via APK: if you do not have a backup copy, it is impossible to restore the original file (you will have to search for the current version manually).
- ๐ Synchronized with account: check
Settings โ Accounts โ Google โ Synchronization.
Application data (for example, correspondence in WhatsApp or progress in games) after a few months is almost impossible to restore.
Why does the application not open or crashes after restoration?
Possible reasons and solutions:
| Problem | Solution |
|---|---|
| Incompatibility with the Android version | Update the application or download an old version of APK (for example, from APKMirror). |
| Corrupted data | Clear cache and data (Settings โ Applications โ [name] โ Memory โ Clear data). |
| Missing rights | Check permissions (Settings โ Applications โ [name] โ Permissions). |
| Conflict with other apps | Restart the phone in safe mode (press the power button โ "Safe Mode"). |