Have you deleted the application you need from your tablet and donโt know how to get it back? This problem is familiar to many users Android - especially when it comes to pre-installed utilities, games with saved progress, or working apps that suddenly disappeared after resetting the settings. Fortunately, in 90% of cases, applications can be restored - and this does not always require root access or complex manipulations.
In this article we will analyze all possible ways to recover deleted applications - from basic (via Google Play) to advanced (using ADB backups). We will pay special attention to the nuances for different versions Android (from Android 8 Oreo to Android 14) and explain why some methods do not work on all devices. If you are a user Samsung, Huawei, Lenovo or another brand, here you will find a solution for your model.
Before you begin, check one important detail: the application is really deletedand not just hidden or disabled. Log in Settings โ Applications โ All applications and use the search. If a app is displayed in the list, but does not work, just enable it (the โEnableโ or โActivateโ button). If the application is not even in the hidden section, read on.
1. Restoring via Google Play (the easiest method)
If the application was installed from Google Play Market, you can return it in a few clicks. This method works even for deleted games with saved progress (provided that you logged into your account Google).
Instructions:
- ๐ฑ Open Google Play Market on your tablet.
- ๐ค Click on your profile avatar in the upper right corner โ select
Manage applications and device. - ๐ Go to the tab
ManagementโDeleted(orNot installedin new versions). - โฌ๏ธ Find the desired application in the list and click
Install.
If the application is not in the โDeletedโ section, try to find it by searching in Play Market. Previously installed apps will be marked with a green checkmark with the inscription Installed or Update (if the version is outdated).
If the application is paid, but you bought it earlier, in Google Play it will be displayed with the possibility of free re-installation. To do this, you must use the same account Googlefrom which the purchase was made.
โ ๏ธ Attention: some manufacturers (for example, Huawei or Xiaomi for Chinese firmware) use their own application stores instead Google Play. In this case, look for deleted apps in AppGallery, Mi App Store or similar services.
2. Restoring from a Google backup
If automatic backup v is enabled on the tablet, there is a chance to return not only the applications themselves, but also their data (for example, game saves or settings). This method is suitable for devices that have previously been reset to factory settings. Google Drive, there is a chance to return not only the applications themselves, but also their data (for example, game saves or settings). This method is suitable for devices that have previously been reset to factory settings.
How to check and restore:
- Open
Settings โ Google โ Backup. - Make sure that the function
Backup to Google Driveis enabled and the last copy has been created before deleting the application. - Reset the tablet to factory settings (
Settings โ System โ Reset). - When setting up for the first time after resetting, select the option
Restore data from backupand log in to the same account Google.
Important: this method will completely overwrite the current data on the tabletUse it. only if you are ready to lose fresh files and settings. If the application you need was recently deleted, try other methods first.
| Condition | Is recovery possible? | What will be restored |
|---|---|---|
| The backup was created after the application was uninstalled | โ No | โ |
| The backup was created to removed, reset completed within 30 days | โ Yes | Application + its data (if supported) |
| The backup copy is old (more than 6 months) | โ ๏ธ Partially | Only the application itself, data may be missing |
| Used another account Google | โ No | โ |
3. Returning pre-installed (system) applications
Many manufacturers install proprietary utilities on tablets (for example, Samsung Knox, Huawei HiSuite, Lenovo SHAREit). Their deletion is often blocked by the system, but if you were somehow able to uninstall such an application, you will not be able to return it using standard methods. You will need one of the following methods:
Method 1: through the โDisabled applicationsโ menu
- ๐ง Go to
Settings โ Applications โ Three dots (menu) โ Show system. - ๐ In the search, enter the name of the removed application (for example,
Galleryfor the standard gallery). - โ๏ธ If the application is found but disabled, click
Enable.
Method 2: via ADB (for advanced users)
If the application was completely removed (not just disabled), it can be returned using ADB (Android Debug Bridge). This method requires connecting the tablet to the computer and installing Android SDK Platform-Tools.
Install drivers for your tablet on your PC|
Enable USB debugging in the developer settings|
Download the ADB package (Platform-Tools)|
Connect the tablet to PC via USB cable (original)|
Allow debugging on the tablet screen-->
adb shellpm list packages -d # Shows disabled packages
pm install-existing --user 0 com.example.app # Replace com.example.app with the name package
To find out the exact package name of the remote application, use the command:
adb shell cmd package list packages | grep "keyword"
For example, to restore the standard browser Samsung Internet enter:
adb shell cmd package list packages | grep "samsung"
โ ๏ธ Attention: incorrect use ADB can lead to system malfunctions. Do not remove or restore packages whose purpose you do not know. For devices Samsung with One UI some system applications are protected Knox - their restoration may require resetting the protection.
4. Using third-party backup managers
If you regularly create backups using third-party utilities (for example, Titanium Backup, Swift Backup or OAndBackupX), you can restore deleted applications from a local backup. This method is suitable for users with root-rights or devices where booting is unlocked (bootloader unlock).
Step-by-step guide for Titanium Backup:
- Install Titanium Backup from Google Play (root required).
- Open the tab
Backupsand find the desired application in the list. - Click on it โ select
Restore. - Tick the checkboxes
ApplicationandData(if you need to return and save). - Confirm the recovery and reboot the tablet.
For devices without root suitable Swift Backup (works on some firmware via ShizukuAn alternative is OAndBackupXwhich can create). backups of APK files without superuser rights, but does not restore application data.
What to do if the backup is damaged?
If the "Failed to restore" error appears when restoring from a backup, try:
1. Move the backup file to the memory card and restore from there.
2. Use a different version of the backup manager (for example, try Swift Backup instead of Titanium Backup).
3. Check the integrity of the file through the "Check Archive" menu (if available in your manager).
4. Recover only the APK file without data (this will work even if the data is damaged).
5. Manual recovery from an APK file
If the application was deleted, but you still have it APK file (for example, downloaded earlier or sent by mail), you can install it manually. This method is suitable for any applications except system ones (their APK requires a signature from the manufacturer).
How to install APK:
- ๐ Download the APK file to your tablet (for example, from the website APKMirror or from a backup copy).
- ๐ Allow installation from unknown sources:
Settings โ Security โ Unknown sources(in new versions of Android, permission is requested during the first installation). - ๐ฅ Open the file through any file manager (for example Files by Google) and follow the installer's instructions.
If an error appears during installation INSTALL_FAILED_INVALID_APK or App not installed, check:
- ๐ APK compatibility with version Android on your tablet (listed on the download site).
- ๐ File integrity (damaged APKs are not installed).
- ๐ Availability of a newer version of the application on the system (uninstall it before installing the old one).
Installing APK from unknown sources may be dangerous - download files only from trusted resources (for example APKMirror or official developer sites).
6. Restoring after a factory reset
If applications disappeared after hard reset, their return depends on whether synchronization with Google was enabled and whether backups were created. Here's what you can do:
Step 1: Checking synchronization
- ๐ Go to
Settings โ Accounts โ Google โ Account synchronization. - ๐ Make sure it is enabled synchronization
ApplicationsandApp data. - ๐ If synchronization is disabled, turn it on and wait until the process completes (may take up to 10 minutes).
Step 2: Re-installation via Google Play
As a rule, after a reset Google Play offers to restore previously installed applications. If this does not happen:
- Open Google Play Market.
- Click on the profile avatar โ
Manage applications and device. - Go to the tab
Library-everything will be displayed here installed apps. - Select the ones you need and click
Install.
Step 3: Recovery via Samsung Knox (for Samsung devices)
On tablets Samsung s One UI have a built-in recovery function:
- ๐ง Go to
Settings โ Cloud and accounts โ Samsung Cloud. - ๐ Select
Restore dataand specify the backup created before the reset. - ๐ฑ Check the box
Applicationsand confirm the restoration.
โ ๏ธ Attention: on some tablets Lenovo, Asus i Amazon Fire after a reset, applications can only be restored through manual APK installation or backup copies of third-party utilities. The built-in backup tools on these devices often do not save user apps.
7. If all else fails: alternative solutions
In rare cases, it is impossible to return a deleted application (for example, if it was removed from Google Play by the developer or was exclusive to a certain tablet model). In such situations, consider alternatives:
What to do if the application is lost forever:
- ๐ Find analogues in Google Play (for example, instead of a deleted gallery, install Google Photos).
- ๐ฌ Contact in support of the tablet manufacturer - some brands (for example, Samsung or Huawei) can provide an APK file of the system application upon request.
- ๐ฅ๏ธ Use the web version of the service (if the application was a client for a social network, messenger or cloud storage).
- ๐ฑ Check the developer forums (for example, XDA Developers) - archives with system APKs for popular models are sometimes posted there.
To prevent such situations in the future:
- ๐ Create backup copies regularly via Google Drive or third-party utilities.
- ๐ Save APK files of important applications to a memory card or cloud.
- ๐ซ Avoid using "memory optimizers" that aggressively remove "unnecessary" apps.
FAQ: Frequently asked questions about recovery applications
Is it possible to return an application if it was deleted a year ago?
Yes, but with reservations:
- If the application was installed from Google Play, it will remain in your library forever - you can reinstall it at any time.
- If it was a system application, restoring it depends on the tablet model. On some devices (for example, Samsung), system utilities can be returned even after years, on others (for example, Amazon Fire) - only through manual firmware.
- Application data (saves, settings) cannot be restored if more than 30 days have passed since deletion without backup.
Why does the application not open after recovery?
Possible reasons and solutions:
- Incompatibility with the Android version: check the application requirements on the page in Google Play.
- Corrupted data: clear the application cache in
Settings โ Applications โ [Name] โ Memory โ Clear cache. - Lack of rights: some applications (for example, launchers) require a default assignment. Go to
Settings โ Applications โ [Name] โ Open by default. - Conflict with other apps: try running the application in
Safe Mode(hold the power button โ "Secure" mode").
How to restore purchases in games after reinstallation?
If the game was purchased or contained internal purchases:
- Install the game from the same account Googlefrom which the purchase was made.
- Start the game and wait for synchronization with the servers (usually takes 1-2 minutes).
- If purchases have not been restored, check the section in the game settings
Restore purchases(usually located in the settings or store menu). - If there is no restore button, contact developer support with a purchase receipt (can be found in a letter from Google Play or
play.google.com โ Library โ Orders).
For games with offline purchases (for example, premium versions without a server connection), restoration is only possible from a backup copy.
Is it possible to return standard applications on an Amazon Fire tablet?
On devices Amazon Fire (for example, Fire HD 8/10), restoring system applications is complicated due to modified firmware Fire OS. Solutions:
- through the app menu: go to
Settings โ Applications โ Manage all applicationsand find disabled apps (you can turn them back on). - Through reset: perform a factory reset - this will return all pre-installed utilities Amazon (for example, Silk Browser or Kindle).
- Via ADB: connect the tablet to the PC and use the command:
adb shell pm install-existing --user 0 com.amazon.venezia(replace
com.amazon.veneziawith the package of the desired application).
To install Google Play to Fire OS you will need to manually install APK files (instructions available on the forums XDA Developers).
How to find the exact name of the application package for ADB?
If you do not know the package name (package name) for the command ADB, use one of the methods:
- Via App Inspector: install the application App Inspector from Google Play โit shows the package names for all installed apps.
- Via
ADB: connect the tablet to the PC and run the command:adb shell pm list packages -f | grep "keyword"For example, to search for a browser:
adb shell pm list packages -f | grep "browser" - Via APK file: if you have the app's APK, rename it to
.zip, open it with an archiver and find the fileAndroidManifest.xmlโit will contain the linepackage="com.example.app".