Game saves on Android are not just progress, but hours of invested time, rare items and unique achievements. Transferring them to PC may be necessary if you change platforms, make a backup, or want to continue the game on a larger screen. However, not all games automatically support cross-platform syncing. In some cases, you will have to manually copy files, use cloud services, or even edit system folders.
The transfer process depends on the type of game: online projects (for example, Genshin Impact or Honor of Kings) are usually tied to the account and are synchronized automatically, and offline games (like Minecraft or Stardew Valley) require manual copying of files. In this article, we will analyze both scenarios, and also consider universal methods that work for 90% of mobile games.
โ ๏ธ Important: before any manipulations with save files make a backup copy. Some games encrypt data or store it in locked folders - incorrect copying can lead to loss of progress.
1. Method for online games: synchronization via account
If the game supports cross-platform account (for example, via Google Play Games, MiHoYo Account or Facebook), transferring saves will take only 5 minutes. It is enough to log in to your PC under the same profile, and your progress will be updated automatically.
Examples of games with such support:
- ๐ฎ Genshin Impact โ linking to MiHoYo Account or Twitter
- ๐ฎ Call of Duty: Mobile โ synchronization via Activision or Facebook
- ๐ฎ Clash of Clans - account Supercell ID
- ๐ฎ Honor of Kings (Arena of Valor) - linking to VK or Google
To check if your game supports cross-platform:
- Open settings games on Android.
- Find the section
Account,ProfileorSynchronization. - If there is an option
Link accountorLogin via..., which means the transfer is possible.
โ ๏ธ Attention: some games (for example, PUBG Mobile) separate servers for mobile and PC versions. Check this in Game Rules or on the official website.
If the game requires confirmation via SMS when logging in on a new platform, use the same phone number as on Android. Some services (for example Garena) block your account if you change devices frequently.
2. Manually copying saves for offline games
Most offline games store saves in folders /Android/data/ or /Android/obb/. To transfer them:
- Find the save folder:
- ๐ For Minecraft:
/games/com.mojang/minecraftWorlds/ - ๐ For Stardew Valley:
/Android/data/com.chucklefish.stardewvalley/files/ - ๐ For The Room:
/Android/data/eu.firedawn.games.theroom/files/
- ๐ For Minecraft:
- Copy files to PC:
- ๐ Connect your phone to the computer via USB cable mode (in
File transfer). - ๐พ Use Total Commander or FX File Explorerif the folder is hidden.
- ๐ Connect your phone to the computer via USB cable mode (in
- ๐ฅ๏ธ For Minecraft Java Edition:
%appdata%\.minecraft\saves\ - ๐ฅ๏ธ For Stardew Valley (Steam):
Steam\steamapps\common\Stardew Valley\Saves\ - Install ADB Tools on your PC.
- Enable
USB debuggingon your phone:Settings โ About phone โ Build number (press 7 times)Settings โ System โ For developers โ USB debugging - Connect your phone to the PC and run the commands:
adb devicesadb pull /data/data/com.game.package/files/ C:\GameSaves\(replace
com.game.packagewith the real game ID).
โ ๏ธ Attention: if the game uses cloud saving (for example, through Steam Cloud), local files can overwrite at the first launch. Disable cloud synchronization in the game settings before copying.
โ๏ธ Preparation for manual transfer
3. Using ADB to access hidden folders
Some games (for example, Another Eden or Alchemy Stars) store saves in protected system folders that are not visible through the standard explorer. will help Android Debug Bridge (ADB).
Instructions:
๐ How to find the game package ID?
- ๐ฑ Install App Inspector from Google Play.
- ๐ Find the game in the list - its package will be in the format
com.company.game. - Install on your phone Google Drive, Dropbox or Mega.
- Find the save folder (see section 2) and upload it to the cloud.
- Download the files to your PC and place them in the appropriate game directory.
- Install the emulator (BlueStacks, LDPlayer, MuMu).
- Log in to it using the same account Google Playas on phone.
- Copy the save folder (see section 2) to the emulator directory:
- ๐ฅ๏ธ BlueStacks:
C:\ProgramData\BlueStacks\Engine\UserData\SharedFolder\ - ๐ฅ๏ธ LDPlayer:
C:\LDPlayer\LDPlayer9\data\
- ๐ฅ๏ธ BlueStacks:
- Run the game in the emulator - the saves will be loaded automatically.
Important: ADB provides access to system files. Do not delete or edit anything other than save folders - this may disrupt Android operation.
4. Cloud services: Google Drive, Dropbox, Mega
If manual copying seems difficult, use cloud storage. This method is suitable for games where save files are not encrypted (for example, Terraria or Bloons TD 6).
Step-by-step guide:
๐ Comparison of cloud services for transferring saves:
| Service | Free space | Max. file size | Download speed |
|---|---|---|---|
| Google Drive | 15 GB | 5 TB | Medium |
| Dropbox | 2 GB | 50 GB | High |
| Mega | 20 GB | 5 GB | Low (encryption) |
| OneDrive | 5 GB | 100 GB | Average |
โ ๏ธ Attention: if the game uses binary save files (for example, .dat or .sav), do not open them through text editors - this may damage the data.
5. Transfer through Android emulators (BlueStacks, LDPlayer)
If you play on a PC via an emulator, you can transfer saves directly from your phone to a virtual machine. This method is suitable for Call of Duty: Mobile, Free Fire and other mobile games.
Action algorithm:
๐ก Tip: if the game is in the emulator is running slowly, reduce the graphic settings in Settings โ Performance.
What to do if the emulator does not see the save?
Check that the folder with the files has an extension .sav or .dat. Some emulators require manual import through the menu File โ Import data. Also make sure that the version of the game on your phone and in the emulator is the same.
6. transferring saves
For some games there are utilities that automate the transfer. For example:
- ๐ฎ Minecraft: MCPE Master or Toolbox for Minecraft
- ๐ฎ Stardew Valley: SMAPI (mod manager with backup function)
- ๐ฎ Terraria: Terraria Save Manager
Example of working with SMAPI:
- Download SMAPI from official website.
- Install the mod
Save Backupvia SMAPI. - Copy the folder
Savesfrom/Android/data/com.chucklefish.stardewvalley/files/toStardew Valley\Mods\Save Backup\on PC. - Start the game via SMAPI โthe saves will be loaded.
โ ๏ธ Attention: use only proven utilities from official sources. Some. "hacked" apps for transferring saves contain viruses or may block your account (especially in online games).
7. Common mistakes and how to avoid them
Even if you follow the instructions exactly, problems may arise. Let's look at typical errors:
| Error | Cause | Solution |
|---|---|---|
| Saves are not loaded | Game version mismatch | Update the game on both devices |
| The files are damaged | Incorrect copying or editing | Restore the backup |
| The game shows a loading error | The path to the files is incorrect | Check the folder structure (see section 2) |
| The emulator does not see the save | There is no account synchronization | Log in Google Play in the emulator |
๐ง If nothing works:
- ๐ Check
permissions to read/writefor the save folder. - ๐ Make sure that the PC and phone have the same version of the game.
- ๐ Try transferring the saves to another PC - the problem may be in your system configuration.
If the game uses an anti-cheat (for example, Genshin Impact or PUBG Mobile), manual editing of saves can lead to account ban. In such cases, use only official synchronization methods.
FAQ: Answers to popular questions
Is it possible to transfer saves from a pirated version of the game?
Technically yes, but there are risks:
- ๐ซ Pirated versions often modify save files - they may not be suitable for a licensed game on a PC.
- ๐ซ Some games (for example, Genshin Impact) block accounts for using hacked APKs.
- ๐ If the game is offline (for example, Minecraft), try copying the folder
com.mojangcompletely.
๐ก Advice: before transferring, check the files with an antivirus - pirated APKs often contain malware.
How to transfer saves if the game is deleted from the phone?
If you did not make a backup copy, chances are small, but you can try:
- Check Google Drive โsome games automatically load saves into the folder
Android/backups/. - If the phone is rooted, use DiskDigger to recover deleted files.
- Contact game supportโsome developers can restore progress using the account ID.
โ ๏ธ Attention: data recovery apps like Recuva or EaseUS work only if no new files were written to the phone after deletion.
Is it possible to transfer saves from Android to iOS?
Yes, but the process is more complicated:
- ๐ For online games (for example, Clash Royale) it is enough to log in under the same account.
- ๐ For offline games you will need iTunes or Finder (on macOS) + access to the iPhone file system via iMazing.
- ๐ซ Some games (for example, Minecraft Bedrock) do not support cross-platform transfer between Android and iOS.
๐ Important: iOS has strict restrictions on access to file system. Most often you will have to use cloud services or specialized utilities.
Why does the game start from scratch after transferring saves?
Probable reasons:
- ๐ Save files do not match the version (for example, you copied saves from Minecraft 1.18 to Minecraft 1.19).
- ๐ Save folder is not there โcheck the correct path (see section 2).
- ๐ The game uses encryption โin this case, transfer is only possible through the account.
- ๐ฅ๏ธ Installed on the PC another edition of the game (for example, Minecraft Java instead of Bedrock).
๐ง Solution: compare the folder structure on the phone and PC. If the files are named the same, but do not work, try rename them manually (for example, save1.dat โ save.dat).
How to transfer saves if the phone does not have root access?
You can do without root in 90% of cases:
- ๐ Use FX File Explorer or Solid Explorer โthey show hidden folders without root.
- ๐ Connect the phone to the PC and turn on
USB debugging(see section 3). - โ๏ธ Upload saves to the cloud directly from your phone (if the folder is available).
๐ก Exception: if the game stores data in /data/data/, without root or ADB access will be limited.