Deleting an Android app sometimes happens accidentally - just one careless click or a system crash is enough. But even if you deliberately deleted a app and then realized that it was needed, you can often return it without losing data. In this article we will look at all working methods for restoring deleted applicationsfrom simple (via Google Play) to advanced (using ADB and backups).
It is important to understand that success depends on several factors: the app installed from the official store, whether you did it backups, and whether too much time has passed since deletion. For example, Google Play stores the history of installations, but does not guarantee the safety of user data inside applications. But backups via Titanium Backup or built-in functions Android can save not only the application itself, but also its settings.
If you are looking for a way to return deleted game with progress, a system application or a app installed manually (via APK) - the article will find a solution for each case. We will also tell you how protect against future losses and set up automatic backup.
1. Restoring via Google Play (the easiest way)
If the application was installed from Google Play Market, the easiest way to return it is through the download history. This method works even for remote games, but does not guarantee the safety of user data (for example, progress in games or settings in apps).
Instructions:
- ๐ฑ Open Google Play Market on phone.
- ๐ค Click on the profile icon in the upper right corner โ select
Manage applications and device. - ๐ Go to the tab
ManagementโInstalledโNot installed(orLibrarynew versions). - ๐ Find the desired application in the list and click
Install.
If the application is not displayed in the library, check:
- ๐ You may have used another one Google account during installation. Try logging into it.
- ๐ The application may have been deleted from Play Market by the developer (in this case, it can only be restored through
APK). - ๐ More than 1 year has passed since the deletion - history in Google Play is stored for a limited time.
If the application was paid, but you already bought it, in Google Play next to the installation button there will be the inscription โPurchasedโ. Re-payment will not be required.
2. Restoring from a backup copy (backup)
If on your device Automatic backup is enabled, the chances of returning the deleted application along with the data are much higher. Android saves backups in Google Drive, but only for those apps that support this function (most popular applications have it are used).
How to check and restore:
- Go to
Settings โ Google โ Backup. - Make sure that function
Backup to Google Driveis enabled and the latest copy is fresh. - If the application was recently uninstalled, try reset its data via
Settings โ Applications โ [app name] โ Storage โ Erase data(if the application has not yet been completely removed). - Full recovery may require reset the phone to factory settings followed by restoration from a backup (this is an extreme method!).
For advanced users, third-party tools are suitable:
- ๐ ๏ธ Titanium Backup (requires
root) - restores both applications and their data. - ๐ฆ Swift Backup (also for
root) - supports selective recovery. - ๐ Helium (without
root, but with limitations) - works on some devices.
Make sure the backup is fresh (no older than 1-2 weeks)
Check free space on Google Disk
Connect to a stable Wi-Fi network
Charge the phone at least 50%-->
โ ๏ธ Attention: Restoring from a backup after resetting the phone can lead to conflicts if the application versions are very different. For example, old game data may not fit the new version from Play Market.
3. Restoring system applications (without root)
If you deleted built-in system application (for example, Calendar, Clock or Gallery from the manufacturer), you cannot return it using standard methods. But there are workarounds:
Method 1: Rollback updates
- ๐ Go to
Settings โ Applications โ [Name of system application]. - ๐๏ธ Press
Delete updates(if the button is active). - ๐ Reboot the phone - the application should return the original version.
Method 2: Reset application settings
- ๐ง In the same application settings, select
Storage โ Erase dataiStop. - ๐ Reboot the device - sometimes this returns the application to a working state.
Method 3: Reinstalling via ADB (for experienced)
If the first two methods did not work, you can try to return the system application via Android Debug Bridge (ADB). This method does not require root, but basic knowledge of working with the command line is required.
adb shell cmd package install-existing [application_package_name]
To find out the package name, use the command:
adb shell pm list packages -f | grep [part of application_name]
โ ๏ธ Attention: Incorrect usage ADB may cause your phone to malfunction. If you are not sure of your actions, it is better to contact the service center.
4. Recovering deleted APK files
If the application was installed manually (via APKfile), and not from Google Play, you can return it only if:
- ๐ You still have a copy
APKon your phone or computer. - ๐ You can find the same
APKon a trusted website (for example, APKMirror). - ๐ฅ The application is available in alternative stores (for example, Aptoide or Amazon Appstore).
How to install the APK again:
- Download the
APKfile to your phone. - Allow installation from unknown sources:
Settings โ Security โ Unknown sources(item name may vary). - Open the file through any file manager (for example, Total Commander or Files by Google).
- Confirm installation.
If an error occurs during installation INSTALL_FAILED_INVALID_APK or App not installed, try:
- ๐ Remove the remnants of the old version through
Settings โ Applications. - ๐ Install a newer or older version
APK. - ๐ง Enable USB debugging and try to install via
ADB:adb install [path_to_file.apk]
What to do if the APK does not install?
If the file is damaged, try downloading it again from another source. Also check if it is compatible. APK with your version of Android (for example, an application for Android 12 will not install on Android 8). To check compatibility, you can use sites like APKCombo or APKPure, where the system requirements are indicated.
5. Recovering data from deleted applications
Even if you restored the application itself, its data (settings, saves, cache) may have been lost. Here's how you can try to get them back:
For games and applications with cloud saving:
- ๐ฎ Connect to the same account (Google Play Games, Facebook, the developer's own account) that was used previously.
- ๐ Launch the application - some games automatically load saves from the cloud.
For local data (without root):
- ๐ Check the folders
/Android/data/[package_name]and/Android/obb/[package_name]through the file manager. Sometimes files remain even after deleting the application. - ๐ Use file recovery apps, for example, DiskDigger or Recuva (requires connecting the phone to the PC).
For root users:
- ๐ ๏ธ Use Titanium Backup or Root Explorerto extract data from backups or folders
/data/data/[package_name]. - ๐ง Restore access rights to data folders via
ADB:adb shell chmod -R 777 /data/data/[package_name]
| Data type | Recovery method | Root required? | Chances of success |
|---|---|---|---|
| Cloud saves (games) | Account login Google Play Games/Facebook | โ No | โญโญโญโญโญ |
| Local files (photos, videos) | Checking folders /Android/data/ or /Android/obb/ |
โ No | โญโญโญ |
| Application settings | Recovery from backup Titanium Backup | โ Yes | โญโญโญโญ |
| Deleted messages (in instant messengers) | Recovery via Google Drive or backup | โ No | โญโญ |
6. How to protect yourself from future losses
To no longer lose important applications and their data, set up automatic backup and follow simple rules:
- ๐ Enable Google backup:
Settings โ Google โ Backup โ Backup to Google Drive. - ๐ Regularly save APK files: Use APK Extractor or App Backup & Restoreto create an archive of installed applications.
- ๐ฎ Connect cloud saving for games: In settings Google Play Games activate
Automatic saving. - ๐ Block the removal of important applications: On some firmware (for example, MIUI or EMUI) you can disable the ability to remove system apps.
- ๐ฑ Use launchers with protection: Some launchers (for example, Nova Launcher) allow you to hide application icons instead of deleting them.
For maximum reliability:
- ๐ฅ๏ธ Create local backups on your PC via ADB:
adb backup -apk -obb -shared -all -f backup.abYou can restore with the command:
adb restore backup.ab - โ๏ธ Store backups in the cloud (for example, Dropbox or Yandex Disk) in case you lose your phone.
Even if you do not plan to restore applications, regular backups will save your data if your phone is reset or stolen or breakdown.
7. When recovery is impossible
Unfortunately, in some cases it is possible to return a deleted application or its data will not work. Here are the most common scenarios:
- ๐๏ธ The application was deleted more than a year ago, and the history in Google Play has not been saved.
- ๐ซ The developer deleted the application from the store and you have no
APKfile. - ๐ You reset the phone to factory settings without a preliminary backup.
- ๐ต The application data was stored only locally (for example, notes in a notepad without synchronization).
- ๐ ๏ธ The application was system, and you deleted it using
root, after which it was cleaned/system.
In such cases, all that remains is:
- ๐ Look for a similar application c Google Play.
- ๐ง Contact the developer's support - sometimes they can provide an old version
APKor restore an account with data. - ๐ป Try to find a backup copy on an old device or in archives (for example, in Google Drive or on SD card).
โ ๏ธ Attention: If you use custom firmware (for example, LineageOS), restoring system applications may lead to conflicts. In such cases, it is better to reflash the phone from scratch, including the necessary apps in the firmware.
Frequently asked questions
Can I restore a deleted game with progress if I was not connected to Google Play Games?
If the game does not support cloud saves or you have not connected your account, the chances are minimal. Try:
- Check the folder
/Android/obb/[game_package_name]โsometimes cache files remain there. - Use file recovery apps (for example, DiskDigger), if a little time has passed.
- Contact game support - some developers can restore progress by device ID.
In the future, enable synchronization in the game settings!
I deleted the system application (for example, Samsung Calendar). How to get it back without resetting?
Try these methods:
- Go to
Settings โ Applications โ [Three dots] โ Show system, find the deleted application and pressEnable. - If the application is completely uninstalled, download it
APKfrom a site like APKMirror (look for the version for your phone model!). - Use
ADBto re-install:adb shell cmd package install-existing com.samsung.android.calendar
If all else fails, the only option is to reset the phone or flash the firmware.
I deleted the application, and now I canโt install it again - it says โThe application is not compatible with your device.โ What to do?
This error occurs for several reasons:
- Outdated version of Android: Check the application requirements in Google Play and update the firmware.
- Regional restrictions: Use a VPN or change the region in Google Play (a new account is required).
- Incompatibility with the processor: Download
APKfrom a site like APKPure (choose the version for your architecture:arm,arm64,x86). - Restrictions will help. manufacturer: Some brands (for example, Huawei) block the installation of applications. Google. In this case, GSpace or Aptoide.
Is it possible to recover deleted messages in WhatsApp or Telegram?
For WhatsApp:
- Uninstall and reinstall the application.
- When you first start, the system will offer to restore chats from Google Drive (if backup was enabled).
- If there is no backup, check the folder
/sdcard/WhatsApp/Databases- sometimes old files remain theremsgstore.db.crypt14.
For Telegram:
- Chats are stored in the cloud, so just log in to your account again.
- Look for local files (photos, videos) c
/Telegram/Telegram Imagesor/Telegram/Telegram Video.
If there are no backups, restore messages impossible โthey are deleted permanently.
I deleted the application for root access (for example, Magisk). How to restore it?
If you deleted Magisk or another application for receiving root, you can return it like this:
- Download the latest version Magisk from the official website (GitHub).
- Rename the file to
magisk.zipand flash through custom recovery (TWRP). - If there is no recovery, use the command:
fastboot boot magisk_patched.img
After that Magisk Manager appears in the application menu. If root disappeared completely, you will have to unlock the bootloader again and flash it Magisk.