Have you deleted your favorite game from Android and now you canโt find it in the list of installed ones? Or did you accidentally erase your progress along with the game itself? The situation is familiar to many: one wrong tap and hours (or even months!) of gameplay disappear without a trace. Fortunately, in most cases, deleted games can be restore, and this does not always require root access or complex manipulations.
In this article we will look at all possible ways to recover deleted games from the basic ones (through history Google Play) to advanced (working with cache and backups). You will learn how to return a game even if it is not in the store, how to restore saves, and what to do if the game was deleted along with your account. And also - how protect yourself from losses in the future using automatic backups.
Important: the effectiveness of the methods depends on how exactly the game was deleted (regular deletion, reset settings, deletion via ADB), and whether a lot of time has passed since the deletion. The faster you start to act, the higher the chances of success.
1. Checking your download history on Google Play
The easiest and fastest way is to use your download history Google Play. This method works if:
- ๐ฑ The game was installed through the official store (not through
APK). - ๐ The account Googlefrom which the game was installed was not deleted.
- โณ No more than 1-2 years have passed since the deletion (old entries may archive).
To find a deleted game:
- Open Google Play Market.
- Tap on your profile avatar in the upper right corner โ
Manage applications and device. - Go to the tab
ManagementโNot installed. - In the list, find the game you want and click
Install.
If the game is not displayed in this section, try:
- ๐ Enter the name of the game in the search bar Google Play โsometimes it appears in the search results with the mark
Already purchased. - ๐ง Check the letters in the mail associated with Google โwhen purchasing or installing the game you might have received notifications.
If the game was purchased, but now it is not in the store (for example, deleted by the developer), try restoring it through the web version of Google Play on your computer. Sometimes hidden or archived applications are displayed there.
2. Restoring through cache and temporary files
Android stores temporary files of installed applications in folder /data/app and cache in /data/data. If the game was recently deleted (within the last day), its files could remain in the system. To restore you will need:
- ๐ ๏ธ Root access (or ADB with debug mode).
- ๐ File manager with support for root folders (for example, Root Explorer or FX File Explorer).
Instructions:
- Connect to the device via ADB or open the file manager with root access.
- Go to the folder:
/data/app/[game package]-1/(for example, for Clash of Clans this could be
com.supercell.clashofclans-1). - Copy the files
base.apkandsplit_*.apk(if any) to a safe place. - Install
APKvia any installer (for example, APK Installer).
โ ๏ธ Attention: This method does not guarantee the restoration of game saves - only the game itself. If the files in the folder /data/data/[game package] have not yet been deleted, they can also be copied for restoring progress (but this does not work for all games).
What to do if you do not have root access?
Without root, you can try using ADB commands to extract the APK:
adb shell pm list packages -f | grep "game_name"
Then copy the file via:
adb pull /data/app/[package]-1/base.apk
But this method only works if the system has not yet cleared the folder after deletion.
3. Using backups
If your device has automatic backups via Google Drive or third-party services (for example, Titanium Backup), the chances of recovery are much higher. saves:
- ๐ฆ List of installed applications (but not themselves
APK). - ๐พ Data of some games (if the developer supports Google Play Games or Android Backup Service).
To restore the game from backup:
- Go to
Settings โ Google โ Backup. - Make sure that the function is enabled and the latest copy is fresh.
- Reset the settings (
Settings โ System โ Reset) and when setting up the device, select restoring from a backup.
For games with support Google Play Games (for example, Candy Crush, Clash Royale):
- Install the game again from Google Play.
- When you first start, select login via Google Play Games โ progress should be updated automatically.
Make sure that a backup copy is created BEFORE deleting the game|Check if the game supports cloud saves|Download the latest version of the game from Google Play|Disable automatic updating of the game during recovery-->
4. Search in the download archive and the Download folder.
If you installed the game via APKfile (for example, from sites like APKMirror or APKPure), check:
- ๐ Folder
Download(orDownloads) - installers may remain there. - ๐๏ธ Archive of downloads in the browser (Chrome, Firefox etc.).
- ๐ง Attachments in emails (if
APKcame by mail).
How to find:
- Open the application Files (or any file manager).
- Go in
Internal memory โ Download. - Sort files by date modified (newest on top).
- Look for files with extension
.apkand game name.
โ ๏ธ Attention: Installation APK from unverified sources can be dangerous! Before installation:
- Check the file hash (for example, via VirusTotal).
- Make sure that the source is reliable (official website, APKMirror with verification).
- Disable installation from unknown sources after installation (
Settings โ Security).
5. Recovery via ADB and system commands
For experienced users, there is a recovery method via Android Debug Bridge (ADB). This method is suitable if:
- ๐ง The game was recently uninstalled and its package has not yet been cleared by the system.
- ๐ฅ๏ธ You have access to a computer with installed
ADB. - ๐ Debugging mode is enabled
USB(Settings โ For developers).
Step-by-step guide:
- Connect your phone to the PC and open the command line (
cmdorTerminal). - Enter the command to search for the game package:
adb shell pm list packages | grep "keyword"(for example,
grep "clash"for Clash of Clans). - If the package is found (for example,
com.supercell.clashofclans), try reinstalling the game:adb install -r -d com.supercell.clashofclans
If the package is not found, you can try restoring it from the system dump (requires custom recovery type TWRP):
- ๐ Make a backup of the partition
/datavia TWRP. - ๐ Use tools like Undelete for Root Users to scan the dump.
6. Contacting the developer or Google Play support
If there was a game purchased, but disappeared from the download history (for example, after changing your account or region), you can try to restore it through support. To do this:
- Go to the Google Play support page.
- Select
Applications, games and moviesโProblems with purchases. - Describe the situation: indicate the name of the game, date of purchase (if you remember), account email.
- Attach screenshots of payments (if any) or confirmation emails.
For free games, this method rarely works, but you can try contacting developer:
- ๐ง Find support contacts on the game page in Google Play (section
Contact us). - ๐ฌ Write to the official game groups on social networks.
- ๐ฎ If the game is online (for example Genshin Impact, PUBG Mobile), check whether you can link your account to another device.
โ ๏ธ Attention: Some developers may request:
- ๐
UIDorPlayer ID(can be found in the game settings or emails). - ๐ฑ Device model and version Android at the time of the game.
- ๐ณ Payment data (if there were purchases).
7. Preventing losses in the future: how to protect games and saving
In order not to look for recovery methods, it is better in advance protect your data. Here's what you can do:
| Method | What it protects | How configure |
|---|---|---|
| Google Play Games | Progress in supported games | Enter the game via Sign in with Google Play |
| Titanium Backup (root) | APK + application data |
Create a backup in Settings โ Backups |
| Swift Backup (root) | Applications and their data | Select games in the list and create a backup |
| Helium (without root) | Data of some applications | Connect a PC and create a backup via the desktop version |
| Manual export | Save individual games | Copy folder /Android/obb/[game_pack] to PC |
Additional tips:
- ๐ Regularly check if backup is enabled in
Settings โ Google โ Backup. - ๐ฅ For online games (for example, Mobile Legends, Free Fire) link your account k Facebook, VK or email.
- ๐ซ Avoid "cleaners" like Clean Master โthey often delete the game cache along with saves.
Even if the game is free, its progress can cost hundreds of hours of time. Always set up cloud saves or manual backups - this will save your nerves in the future.
FAQ: Frequently asked questions about restoring deleted games
Is it possible to restore a game if it was deleted along with a Google account?
If the account Google was permanently deleted, it is impossible to restore purchases or download history. However:
- If the account is simply disabled (for example, due to inactivity), it can be restored within a limited time.
- If the game was linked to another service (for example, Facebook or Game Center), try logging in through it on a new account.
What to do if the game is removed from Google Play (for example, at the request of the developer)?
If the game disappeared from the store, but you bought it:
- Try to restore it via web version of Google Play (section
Library). - Download
APKfrom a reliable source (for example, APKMirror) and install manually. - Contact support Google Play s confirmation of purchase.
โ ๏ธ Be careful with APK from unknown sources - they may contain viruses!
Is it possible to restore saves if the game was deleted along with the cache?
It depends on the game:
- ๐ฎ Online games (for example, Brawl Stars, COC): progress is stored on servers - just log in to your account.
- ๐ฑ Offline games (for example, Minecraft, Stardew Valley): if there was no backup, the saves are most likely lost.
- ๐ Games with cloud saves (via Google Play Games): progress will be restored when you re-install.
For offline games, try looking for save files in the following folders:
/Android/obb/[game_package]/
/Android/data/[game_package]/files/
How to find the package name of a deleted game?
There are several ways:
- Look at the history in Google Play - it will be visible in the browser address bar
id(for example,com.mojang.minecraftpefor Minecraft). - Use sites like APKMirror - enter the name of the game, and the URL will package name.
- If the game is installed on another device, use App Inspector or the command:
adb shell pm list packages | grep "keyword"
Do data recovery apps (for example, DiskDigger) work for games?
apps like DiskDigger, Recuva or Dr.Fone can find APKgame files if:
- ๐ฑ On the device no encryption (or you know the password).
- ๐๏ธ The data has not been overwritten by new files.
- ๐ You are scanning the internal memory, not an SD card (where recovery is less likely).
However:
- โ They will not restore progress in the game (only the
APK). - โ ๏ธ On new versions Android (10+) the chances are extremely low due to encryption
FBE.