You spent dozens of hours in your favorite role-playing game, leveled up your character to the maximum, collected a rare collection of items, but after resetting the settings or buying a new smartphone, everything disappeared. Is this a familiar situation? Losing game progress is one of the most painful problems for mobile gamers. Unlike consoles or PCs, Android's file system is more complex and has its own security limitations, making save files difficult to find.
Understanding where exactly the data is written your game is critical not only to recovering what you've lost, but also to safely transferring your progress to a new device. Many users mistakenly believe that everything is stored in one shared folder, but in fact, developers choose different strategies: from local files in hidden directories to complete linking to cloud services. In this article we will analyze in detail the architecture of data storage so that you always control your achievements.
It is immediately worth noting that with the release of new versions of the operating system, especially starting from Android 11 and higher, the file access policy has become stricter. The system restricts direct browsing of system directories without the use of special tools or superuser rights. Therefore, search methods that worked five years ago may require adjustments today. Let's dive into the technical details.
Local storage: Android file system
Most games save progress to the device's internal memory by default. This is the fastest way to record data and does not require an Internet connection. However, the physical location of these files depends on the OS version and the security policies implemented by the application developers. If you try to find saves through the standard Explorer, you may encounter empty folders or an access error.
The classic path for application data is in the root of the internal memory. Usually this is a directory Android/data. Folders with the names of game packages are created inside it, for example, com.supercell.clashofclans. This is where configuration files and caches often reside. But there is a nuance: on modern versions of Android, direct access to this folder is denied to the user without the use of special file managers with extended rights, such as Total Commander or MiXplorer.
In addition to the main directory, some projects use the folder Android/obb. Although most often heavy resources (textures, models) are stored there, sometimes developers also place progress files there, especially if the game requires loading large amounts of data at startup. It is also worth checking the root directory of the internal memory for folders with the name of the game itself or the name of the development studio - this is an outdated, but still common storage method.
โ ๏ธ Attention: When connecting the smartphone to a computer via USB in file transfer mode (MTP), the folder
Android/datamay appear empty. This is normal Android 11+ security behavior and not a cable or driver error.
To access hidden data, you may need to grant the file manager special permission through the system menu. Without this, you will only see the top-level structure, but you will not be able to copy or change the files inside. This is done to protect user data from malware, but makes life difficult for those who want to make a manual backup.
Use the built-in file storage of Android 11+ with caution: the system explorer often does not show the contents of the data folder, even if you have given it permissions. It is better to install a third-party file manager that is specially updated to work with Scoped Storage.
Cloud saves: Google Play Games and accounts
The modern industry standard is the abandonment of local storage in favor of cloud technologies. The most common tool on the platform is the Google Play Gamesservice. It automatically syncs progress, achievements and leaderboards, linking them to your Google account. You donโt need to search for files on the disk, just log into the same account on a new device.
Many large projects, such as Genshin Impact, PUBG Mobile or Call of Duty Mobile, use their own servers to store data. In such cases, progress is tied not to the phone, but to the game account you created (via email, Facebook or VK). Local files on the device in this case are only a temporary cache and do not contain complete information about your development.
The advantage of the cloud method is obvious: you can start the game on a smartphone, continue on a tablet and finish on a PC emulator. However, there are also risks. If the developer's servers are unavailable or your account is blocked, you will lose access to your progress forever, since you most likely will not have a local copy. Always check if synchronization is activated in the game settings.
- ๐ Automatic synchronization: Occurs in the background when the Internet is available, without requiring action from the user.
- ๐ Data security: Information is stored on secure servers, the risk of loss due to a broken smartphone is reduced to zero.
- ๐ฑ Cross-platform: Ability to continue playing on any device after authorization.
- โก Network dependence: Without the Internet, you will not be able to load a save or access the latest data.
Specifics of Android 11, 12, 13 and higher (Scoped Storage)
Starting with the eleventh version of the operating system, Google has introduced a mechanism Scoped Storage (limited storage). This feature dramatically changed the way applications interact with the file system. Now applications do not have free access to the entire storage, but can only work in their own dedicated sandboxes. For the user, this means that the old methods of copying folders through a simple explorer have stopped working.
To access the directory Android/data on new versions of the OS, you will have to use workarounds. Some file managers can request system permission to access this folder by opening the native directory selection window. After confirmation, you will be able to see the files, but the copying process may be slow due to API limitations.
If you plan to make full backups of games with saves on modern Android, simply copying files may not be enough. Some games encrypt their save files by tying them to a unique Device ID. When transferring such a file to another phone, the game may simply not recognize it, considering the data to be foreign or damaged.
โ ๏ธ Attention: On Android 13 and higher, access to media files and documents has also become more granular. Make sure that your file manager has rights to manage all files, otherwise you will not see the contents of system folders.
How to access Android/data on Android 11+
You will need a file manager that supports SAF (Storage Access Framework). When you try to enter the folder, the system will ask for permission. Click "Use this folder" and confirm the action in the system dialog. If the standard Explorer does not provide access, try the "Files" application from Google or specialized utilities like Solid Explorer.
Tools for managing saves
To effectively manage game progress, standard system tools are often not enough. Professional users and enthusiasts use specialized software that can bypass system restrictions and work with encrypted databases. The choice of tool depends on the availability root access on your device.
Without root access, options are limited, but powerful solutions exist. Application Swift Backup or older versions Titanium Backup (with reservations) allow you to create backup copies of application data. They use special scripts and ADB permissions to download data from protected areas. This is the best way to save the progress of offline games that do not support the cloud.
If your smartphone has root access (superuser rights), the world opens up completely. You can directly copy, edit and replace files in any directory, including /data/data/. Tools like Lucky Patcher or the recovery menu TWRP allow you to take full snapshots of the system (Nandroid backup), saving absolutely everything, including settings and progress of all installed games.
| Tool | Root required | Difficulty | Reliability |
|---|---|---|---|
| Google Play Games | No | Low | High (depending on the developer) |
| Swift Backup | No (partially)/Yes | Average | High |
| Titanium Backup | Yes | High | Maximum |
| Manual copying | No (on older Androids) | Medium | Low (risk of errors) |
โ๏ธ Preparing for backup saves
Transferring progress to a new device
Changing a smartphone is a stressful moment for a gamer. The data transfer process varies depending on the type of game. If this is an online project with server authorization, you just need to download the game and log in to your account. But what to do with offline masterpieces, where the whole world exists only in the memory of your old phone?
To transfer local saves you need to follow three steps. First, back up your game data folder on your old device using the methods above. Then transfer this archive to a new smartphone (via cable, cloud or Wi-Fi). Finally, place the files in exactly the same directory on the new device, having first installed the game itself, but without launching it.
An important point: file system structures may differ. On a new phone, the path may be identical, but the access rights may be different. After copying the files, try launching the game. If progress is not picked up, the files may be encrypted or tied to the ID of the old device. In such cases, only using application cloning tools or emulators that preserve the original identifier helps.
The most reliable transfer method is to use the developer's cloud synchronization. Manual copying of files only works for offline games without a strict connection to the hardware and requires an exact match of application versions.
Synchronization problems and their solutions
Even when using cloud services, sometimes failures occur. The game may not see the save, claiming that progress was not found, or prompting you to start over. Often the reason lies in the Google Play Games cache being out of sync or an application version conflict.
The first thing you need to do is clear the Google Play Games service data. Go to Settings โ Applications โ Google Play Games โ Storage and click Clear data. Don't worry, this won't delete your progress on the server, but it will force the app to ask for the latest progress status again the next time you launch it.
Also check if you are using a modified version of the game (hacked mod). Anti-cheat systems of many online projects block the loading of saves if they detect the integrity of the files to be compromised. In such cases, progress may be blocked at the server level, and it will not be possible to restore it using legal methods.
โ ๏ธ Attention: Never replace save game files (which require a permanent connection) with local copies. This is almost guaranteed to result in your account being banned for attempting to manipulate data (cheating).
If the game offers a choice between "Local Progress" and "Cloud Saving" at launch, always choose Cloud if you want to be sure of data security. Select a local file only if you know for sure that the cloud has an old version.
Frequently asked questions (FAQ)
Where can I find the save folder for a specific game?
Usually the path looks like Internal memory/Android/data/[game_package_number]/files. The package number can be found in the Play Market store in the address bar or through applications such as App Inspector. On Android 11+, access to this folder is limited.
Is it possible to transfer progress from Android to iOS?
This is only possible if the game developer supports cross-platform synchronization through your own account (for example, Supercell ID or HoYoverse account). It is not possible to transfer saves to iPhone via Google Play Games due to differences in ecosystems.
What to do if the game resets progress after an update?
Try clearing the application cache (not data!). If that doesn't help, check to see if the game package number has changed after the update (rare, but it happens when the publisher changes). As a last resort, restore the files from a backup copy if it was made before the update.
I deleted the game by accident, will progress be lost?
If the game used cloud saving (Google Play or the developer's server), the progress will be saved. If the game was completely offline and you did not back up the Android/data folder manually, your progress is lost forever.
How do you know if the game supports cloud saves?
Start the game and look for the cloud icon or the "Login via Google/Facebook" button in the settings. Also on the game page in the Play Market, in the "About the game" section, support for cloud saves is sometimes indicated. Try to turn off the Internet and start the game - if it starts and there is progress, then it is local.