Losing progress in your favorite game is a real disaster for any gamer. Hours of farming, difficult achievements and plot twists can disappear in an instant after resetting the settings or reinstalling the application. That's why understanding what's on your device is a critical skill for every smartphone owner. Where are saves stored? In the ecosystem, the data storage system is more complex than on personal computers. The files are scattered in different directories depending on the version of the operating system, the type of game and user access rights. We will analyze all possible locations, from standard folders to hidden system partitions, so that you can be guaranteed to save your gaming experience. where are the saves stored? on your device is a critical skill for every smartphone owner.
In the ecosystem Android The data storage system is more complex than on personal computers. The files are scattered in different directories depending on the version of the operating system, the type of game and user access rights. We will analyze all possible locations, from standard folders to hidden system partitions, so that you can be guaranteed to save your gaming experience.
Basic Android file structure for games
Modern smartphones use a single file system, but access to it is strictly regulated. For the user, the most obvious place is the internal memory, accessible through any file manager. Here are the folders that applications create to store caches, configs and, of course, save files.
Starting with version Android 11, Google has tightened its security policy, known as Scoped Storage. This means that direct access to system folders of other applications for third-party file managers is now limited or completely closed without special rights. However, the main paths remain the same, just the way you enter them has changed.
Most developers follow the standard and place data in the root directory of internal memory or in specially designated subdirectories. If you are looking where games are saved, the first thing you should check is the following addresses:
- ๐
/Android/data/โ data of specific applications is stored here, including cache and temporary files. - ๐
/Android/obb/โ directory for large game resource files (graphics packages, sounds) that are not included in the main one APK. - ๐
/Games/โsome emulators and older projects create a separate folder in the root of memory for convenience.
It is important to understand the difference between configuration files and the saves themselves. Often, progress is recorded encrypted within the application's database, rather than as a separate file that you can simply drag and drop to another phone. Use Google's built-in Files file manager or Solid Explorer for navigation, as they are best adapted to the new access rules in Android 11-14. .sav, which you can simply drag and drop to another phone.
Use Google's built-in Files file manager or Solid Explorer for navigation, as they are best adapted to the new access rules in Android 11-14.
System paths and access to application data
For advanced users who want to gain full control over data, hidden system partitions are of interest. This is where the most important databases settings are located that are not visible when connected to a PC normally. Access to them requires the use of special utilities or superuser rights.
The main path where the private data of each installed application is located looks like /data/data/. Inside this directory there are folders with the names of game packages (for example, com.supercell.clashofclans). Files shared_prefs (settings), databases (progress) and files (additional resources) are stored here.
โ ๏ธ Attention: Direct editing of files in the folder
/data/data/without root access can lead to unstable operation of the system or complete failure applications will launch. Always make a backup copy before making changes.
If you have root accessyou can use file managers like Root Explorer or Mixplorer to directly copy these folders. Without root access, access to /data/data/ is closed even to system tools, which is the main measure of protection against malware.
An alternative way to view the contents of system folders without root is to use USB debugging (ADB). By connecting your smartphone to your computer, you can run a command to back up the data of a specific application, which sometimes allows you to extract hidden saves.
adb backup -f game_backup.ab -noapk com.example.game
This command will create a file .ab on your computer, which can then be unzipped using special utilities to extract internal game files. This is a complex but effective method for rescuing progress in games that do not support cloud saves.
What is a game's batch name?
A batch name is a unique identifier for an application on the Android system, usually looking like a website address in reverse order (for example, com.king.candycrushsaga). It is by this name that the system distinguishes apps and creates folders for them.
Cloud saving and account synchronization
In modern mobile gaming, local file storage fades into the background. Developers are increasingly relying on cloud technologies, which allow you to restore progress on any device after logging into your account. This saves the user from having to manually copy files.
The most popular service is Google Play Games. It automatically syncs progress, achievements and leaderboards. However, not all games use this feature to its full extent: some save only achievements and leave campaign progress local.
Many large projects require creating your own account within the game or linking to social networks. In such cases, the data is stored on the developer's servers. You can check the synchronization status in the settings of the game itself by finding the โAccountโ or โCloudโ section.
| Service | Data type | Account requirement | Reliability |
|---|---|---|---|
| Google Play Games | Progress, achievements | Google account | High |
| iCloud / Game Center | Full backup | Apple ID | High |
| Developer servers | Online progress | Registration in the game | Depends on the studio |
| Local memory | .sav files, databases | No | Low (risk of loss) |
If you plan to change devices, be sure to check that the in-game sync indicator shows a successful download. Sometimes the data gets stuck in the queue and is not sent to the server until the next time it starts.
Manual copying and transferring saves
Sometimes automatic synchronization does not work, or you want to transfer progress to a friendโs device without logging into your account. In such cases, it is necessary to execute manual copying files. This process requires care and knowledge of the exact paths.
First, find the folder with the game data using a file manager. Copy the entire folder with the name of the game package (for example, from /Android/data/) to temporary storage or to your computer. Then on the target device, paste it into a similar directory.
It is critical that the game is installed on the new device, but never launched. If you open the application, it will create new empty configuration files that may conflict with your old saves when pasted.
โ๏ธ Safe Transfer Rules
โ ๏ธ Attention: When transferring files between devices with different versions of Android or different processor architecture (ARM vs x86), saves may not work due to incompatibility of data formats.
After inserting files, check the access rights. In rare cases, the system may reset read/write permissions for copied folders, which will lead to an error loading the save inside the game.
Use of emulators and specific formats
A separate category of games are console emulators (Dolphin, PPSSPP, RetroArch). They work according to their own rules and often store saves in user-friendly places that do not require root access.
Usually emulators create a folder PSP, NDS or SaveStates in the root of the internal memory or in a folder /Documents/. The file formats here are standard: .ppst, .dsv, .state. They are easy to find and transfer.
Some older games of the era Android 2.3 - 4.4 used a memory card (/sdcard/) as the main storage. If you run such retro projects on a modern phone, look for folders with game names right in the root of the file system.
Emulators are the most user-friendly applications: their saves are stored in open folders and can be easily copied without special utilities.
For complex cases, when the game encrypts saves with a unique key tied to the device ID, simply copying files will not help. In such situations, the use of specialized utilities for backup is required, such as Titanium Backup (requires Root) or Swift Backup.
Access problems in new versions of Android
Owners of smartphones based on Android 11, 12, 13 and 14 often face the fact that the folder /Android/data/ displays empty when connected to a computer or in simple explorers. This is not a bug, but a privacy protection mechanism.
To see files, you need to grant the file manager special permission. In the Google Files application, when you try to enter this folder, a system window will appear asking you to confirm access. Click "Allow folder access" and the contents will become visible.
Third-party explorers may not have this permission by default. Go to the settings of the Explorer application, find the โAccess to filesโ or โAll filesโ section and activate it manually to work correctly with game data.
โ ๏ธ Attention: Settings interfaces and menu item names may differ depending on the manufacturerโs shell (MIUI, OneUI, ColorOS). If you do not find the switch you need, use the search in your phone settings.
Ignoring these restrictions leads to users seeing empty directories and mistakenly believing that the files were deleted or were never created. In fact, they are reliably hidden from accidental deletion.
If the standard explorer does not see the files, install the "Files" application from Google Play - it is guaranteed to correctly request access rights to Android 11+ system folders.
Is it possible to restore saves if I deleted the game?
If you did not have cloud synchronization and you deleted the game along with the data, it is impossible to restore the files using standard means. Data in the folder /data/data/ are irrevocably erased upon uninstallation. Only pre-made backups via TWRP or similar tools can help.
Why is the Android/data folder empty on the computer?
Starting with Android 11, access to this folder via a USB cable is limited. You will only see service files. To view the content, use the file manager directly on the smartphone screen, giving it the necessary permissions.
Where are saves stored in the PPSSPP emulator?
By default, the PPSSPP emulator saves progress in a folder /PSP/PPSSPP_STATE/ in the internal memory. There may also be Save States files there if you used the quick save function.
Do you need Root to transfer saves?
Not always. For games that store data in shared folders (/Android/data/), Root is not needed, a competent file manager is enough. Root is only required to access private databases in /data/data/that are not publicly available.