Losing progress in your favorite mobile game due to a phone reset, breakdown, or switching to a new device is a nuisance that many gamers have encountered. Fortunately, save files on Android do not disappear without a trace: they can be found, copied, or even restored if you know where and how they are stored. In this article, we will analyze all possible locations - from standard folders to cloud storage, and also tell you how to safely transfer saves to another smartphone or to a backup copy.
It is important to understand that the storage location depends on the type of game: some developers save data locally in the deviceโs memory, others synchronize them with your account Google Play Games or their own servers (as in Genshin Impact or Clash of Clans). We will look at both options, as well as rare cases when files are hidden in non-obvious directories. If you are looking for a way to save your progress or just want to make a backup, read on.
Standard paths for storing saves on Android
Most games on Android save data in one of two main folders: the device's internal memory or on SD card (if supported). The paths to these folders are standard, but may differ depending on the version of the operating system and the smartphone manufacturer. Here are the key directories where you should look:
- ๐
/storage/emulated/0/Android/data/- data for most modern games is stored here (including saves, cache and settings). The folder is visible only through a file manager with rights root or when connected to a PC. - ๐
/storage/emulated/0/Android/obb/โ often used for large files (for example, additional levels or textures). The saves themselves are rarely found here, but sometimes they appear. - ๐
/data/data/โthe system folder where application data is stored. Available only with root access or through ADB. - ๐
/sdcard/or/storage/extSdCard/if the game supports saving to an external memory card (relevant for older devices).
For example, saving Minecraft usually lie in /storage/emulated/0/games/com.mojang/, and progress in Brawl Stars is synchronized with servers Supercell and is not stored locally. To accurately determine the path, you can use a file manager (for example, Solid Explorer or FX File Explorer) and search by the name of the game or its package (you can find it in Google Play).
If the game is not displayed in the list of installed ones, but you are sure that it was there, check the folder /Android/data/ for presence "orphaned" files. Sometimes, after deleting a game, its data remains and takes up space.
On devices with Android 11+ access to these folders is limited by default due to the policy. Scoped StorageTo bypass the restrictions, you will need either rootor connecting to a PC via ADB (we'll talk about this below). Also, some manufacturers (for example, Xiaomi or Huawei) add their own layers of protection - in such cases you may need to enable developer mode or use proprietary backup tools.
How to find saves through a file manager
The easiest way to find save files is to use a file manager with access to system folders. We recommend Solid Explorer or MiXplorer (the latter requires manual configuration of rights). Here are step-by-step guide:
- Install a file manager from Google Play (for example, Solid Explorer).
- Open the manager and give it access to the device memory (permissions are requested upon first launch).
- Go to the root directory (
/) and open the folderAndroid, thendata. - Find the folder with the name of the game package (for example,
com.supercell.clashofclansfor Clash of Clans). - Inside look for files with extensions
.sav,.dat,.jsonor folderfiles/shared_prefs.
If the folder Android/data is empty or inaccessible, this means that:
- ๐ You have Android 11+, and access is blocked (need ADB or root).
- ๐ฎ The game does not save data locally (for example, PUBG Mobile or Call of Duty: Mobile linked to an account).
- ๐๏ธ The data was deleted after uninstalling the game (some applications clear saves when deleting).
Enable the display of hidden files in the manager
Check free space on the device
Remember the name of the game package (can be found on Google Play)
Connect your smartphone to charger (long search drains the battery)-->
On smartphones Samsung s shell One UI access to folders can be limited even to Android 10. In this case, the application My Files from Samsung (it has the option "Show hidden files") or connecting to a PC via the MTP-protocol will help. If the game is synchronized. s Google Play Games, local files may be absent altogether - progress is stored in the cloud.
Search for saves via ADB (without root)
If the file manager does not show the necessary folders, but root access no, come to the rescue Android Debug Bridge (ADB) a debugging tool that allows you to access system directories without full root. Here's how to use it:
- Download ADB for your OS (for example, Platform Tools from Google).
- Enable developer mode on smartphone: go to
Settings โ About phone โ Build numberand tap on it 7 times. - Return to
Settings โ System โ For Developersi activateUSB Debugging. - Connect the phone to the PC, open the command line (or Terminal on macOS/Linux) and do:
adb devicesMake sure that the device is detected.
- Copy the saves to the PC with the command:
adb pull /data/data/com.package.name.game/save_files/Replace
com.name.package.gameto a real package (for example,com.mojang.minecraftpefor Minecraft).
If the command adb pull gives an error Permission denied, then you do not have read permissions folders. In this case, only root or backup via Titanium Backup will help (also requires root). An alternative is to use ADB Backup:
adb backup -f backup.ab com.name.package.game
This command will create a file backup.ab on a PC, which can then be restored on another device. However, not all games support such backup - some developers block backup of their data.
Through a file manager
Using ADB
Searched manually on PC
Never searched, plays with the cloud
Another option-->
Cloud saves: Google Play Games and other services
Many modern games (especially multiplayer ones) do not store progress locally, but synchronize it with cloud services. The most common option is Google Play Games, which automatically saves data for supported applications. You can check if you have cloud saves like this:
- Open the application Google Play Games (if it doesnโt exist, install from Google Play).
- Tap on profile avatar in the upper right corner and select Settings see the date of the last synchronization and the size of the saved data.
Settings. - Go to section
Game data managementโ all games with cloud saves will be displayed here. - Click on a game to see the date it was last synced and the size of the saved data.
If the game supports the cloud, but the saves are not displayed, try:
- ๐ Update data manually: in the game settings in Google Play Games click
Synchronize. - ๐ฑ Reinstall the game - sometimes this triggers re-sync.
- ๐ง Check your account settings: some games (for example, Honkai: Star Rail) require linking to Google, Facebook or your own account developer.
Some studios use their own cloud services. For example:
| Game | Synchronization service | How to restore |
|---|---|---|
| Clash of Clans, Brawl Stars | Supercell ID | Link an account to Google Play or Facebook in the game settings |
| Genshin Impact, Honkai Impact | miHoYo Account | Login through the official website or in the game settings |
| PUBG Mobile, Call of Duty: Mobile | Facebook or Twitter | Link account in the profile menu |
| Minecraft | Xbox Live (for Bedrock Edition) | Login through Microsoft Account in settings |
Important: if the game is linked to a social network (for example, Facebook), but you deleted your account or lost access to it, it will be impossible to restore progress. Always link games to several accounts (for example, Google Play + Facebook).
Transferring saves to another smartphone
If you found local save files and want to transfer them to a new device, follow this algorithm:
- Copy the files from the original smartphone to a PC or cloud storage (for example, Google Drive). Use ADB, file manager or connection via
USB. - Install the same version of the game on a new device (preferably from the same source - Google Play or APK).
- Place the copied files in the same folder on the new smartphone. For example, if the saves were in
/Android/data/com.game.example/files/on the old phone, they should be there on the new one. - Restart the game. If the progress is not loaded, check the folder permissions (on Android 11+ you may need to manually resolution via ADB).
For games with cloud synchronization, the transfer is easier:
- ๐ฑ Install the game on a new device.
- ๐ Log in to the same account (Google Play, Facebook etc.) that was linked earlier.
- ๐ Wait for automatic synchronization (you may need to connect to Wi-Fi).
What to do if the game crashes after transferring?
If, after copying saves, the game crashes or does not start, the reasons may be as follows:
1. Incompatibility of versions: save files from the old version of the game are not suitable for the new one (or vice versa).
2. File corruption: when copying, the data could be damaged (try recopy).
3. No rights: on Android 11+ the game may not have access to the folder. The solution is to use ADB to assign rights:
adb shell chmod -R 777 /storage/emulated/0/Android/data/com.package name/
4. Anticheat: some games (for example, PUBG Mobile) block changes to local files. In this case, transfer is impossible without cloud synchronization.
For games with root access (for example, emulators or modified versions), transferring saves may require additional manipulations. For example, in PPSSPP (emulator PSP) save files are in /Android/data/org.ppsspp.ppsspp/files/PSP/SAVEDATA/, and you can simply copy them. But in Dolphin Emulator (for GameCube/Wii) the path will be different: /storage/emulated/0/Dolphin Emulator/Load/States/.
Recovering deleted saves
If you accidentally deleted save files or they disappeared after resetting the phone, the chances of recovery depend on several factors:
- ๐๏ธ Local files: if they were on the internal memory, you can try data recovery apps (for example, DiskDigger or Recuva when connecting to a PC). Success depends on whether the data was overwritten.
- โ๏ธ Cloud saves: if the game was synchronized with Google Play Games or another service, progress can be returned by simply reinstalling the game and logging into your account.
- ๐ง Backups: if you made a backup via Titanium Backup or Swift Backup (required root), restore the data from the archive.
To restore via ADB (if the files have not yet been overwritten):
- Connect your smartphone to the PC and open
ADB Shell:adb shell - Check if there are lost files in temporary folders:
ls /data/local/tmp/ - If you find something similar to saves, copy them back:
cp /data/local/tmp/save.dat /data/data/com.name.package/files/
The sooner you begin recovery after deletion, the higher the chances of success. Each new write to internal memory reduces the likelihood of recovering files.
On devices with Android 10+ the chances of recovering local files are lower due to encryption of user data. If the game is not synchronized with the cloud, and there are no backups, it will most likely not be possible to return progress. In this case, all you have to do is start over or contact game support (sometimes developers can restore your account using additional data, for example, purchase receipts).
Games without local saves: what to do?
Some games (especially online multiplayer) do not store progress locally at all. In this case, the transfer or restoration depends only on the linked account. Here's what you can do:
- ๐ Check the bindings: open the game settings and see which accounts it is linked to (Google, Facebook, Twitter, the developer's own account).
- ๐ง Restore access: if you forgot your account password, use the recovery function (for example, via email or phone).
- ๐ฌ Write to support: some games (for example, Genshin Impact) have a support service that can help restore your account using additional data (for example, UID, purchase history, profile screenshots).
If the game is not linked to any account and there are no local files, then progress is lost forever. To avoid such situations in the future:
- ๐ Always link games to at least one account (preferably two).
- โ๏ธ Enable automatic synchronization in Google Play Games (in the application settings).
- ๐ Regularly make backup copies of local saves (for example, through ADB or a file manager).
For example, in Clash Royale linking to Supercell ID allows you to restore your account even after changing the device or reinstalling the game. And in Among Us progress is stored only locally - if you do not make a backup, after deleting the game the data will be lost.
FAQ: Frequently asked questions about saving games on Android
How to find the batch name of the game to search for saves?
Batch name (for example com.mojang.minecraftpe) can be found:
- In Google Play: open the game page โ copy the URL (after
id=there will be a package name). - Via ADB:
adb shell pm list packages | grep "game_name" - In the phone settings:
Settings โ Applications โ [Game] โ Information(on some firmwares).
Is it possible to transfer saves from Android to iOS (and vice versa)?
Transfer between platforms is possible only if:
- The game supports cross-platform accounts (for example, Genshin Impact via miHoYo Account).
- There is cloud synchronization (for example, Google Play Games โ Game Center for some games).
Local save files incompatible between Android and iOS due to different data storage formats. The exception is emulators (for example, PPSSPP), where you can manually copy files. .sav.
Why does the game not see progress after copying saves?
Possible reasons:
- Files copied to the wrong folder (check the path manually).
- The version of the game on the new device is different from the old one.
- The game uses additional configuration files (for example,
shared_prefs), which also need to be copied. - On Android 11+ there are no rights to the folder (solved through ADB).
Try:
- Delete the game and install it again.
- Copy the files again, making sure the paths are correct.
- Use ADB to assign rights:
adb shell chmod 777 /path/to/folder/with/saves
How to make a backup of saves without root?
Ways without root access:
- Use ADB Backup:
adb backup -f backup.ab -apk -obb -shared -all(will create a complete backup of all applications and their data).
- Copy folder
/Android/data/to PC via file manager (on Android 10 i below). - Enable synchronization with Google Play Games (if the game supports it).
- Use applications like Swift Backup (on some firmware it works without root).
On Android 11+ without root a full backup cannot be made - only through the cloud or ADB with restrictions.
Which games definitely do not store saves locally?
Here is a list of popular ones games where progress is synchronized only with servers:
- Genshin Impact (link to miHoYo Account).
- Clash of Clans, Brawl Stars, Clash Royale (Supercell ID).
- PUBG Mobile, Call of Duty: Mobile (Facebook/Twitter).
- Honkai: Star Rail (miHoYo Account).
- Roblox (link to account Roblox).
In these games, local files can only store settings (for example, control sensitivity), but not progress.