The mobile version of the cult roguelike Dead Cells has become a real gift for fans of hardcore platformers who want to have their favorite game always at hand. However, transferring such a complex progression system to a mobile platform entails a number of technical features that often confuse even experienced users. Smartphone owners often face a situation where, after reinstalling an application, resetting settings, or trying to transfer data to a new device, all the hard-earned progress disappears without a trace.
The problem lies in the data storage architecture of modern versions. Android. Starting with the eleventh version of the operating system, Google has tightened its security policy by introducing the so-called “sand” storage (Scoped Storage). This means that application files are no longer publicly accessible in the root of the internal memory, but are hidden deep in system directories, access to which is limited without special rights. Understanding where exactly the save files are physically locatedis critical for anyone who does not want to start the game from scratch after accidentally deleting an application.
In this article we will analyze in detail the structure of the directories responsible for storing progress in Dead Cells, and consider various methods of working with them. You'll learn how to create reliable backups, what tools you may need to access hidden folders, and why standard file managers sometimes show empty space where your data should be. We will also touch on synchronization issues through cloud services and explain why they do not always work as expected in the case of ports of console games to mobile devices.
Data storage architecture in modern versions of Android
To successfully find save files, you must first understand the logic of your smartphone's file system. In older versions Android (up to 10 inclusive), applications often used shared directories, such as /sdcard/Android/data, which could be easily accessed through any explorer. However, with the introduction of Scoped Storage, access to this folder for third-party applications was significantly limited. Now the system requires special permissions or presence root access to read and write to these areas.
The game Dead Cells, being a port from consoles, uses the standard data storage mechanism of Unity or its own engine, placing files in a protected area of the user. The path to this data looks quite cumbersome and can scare away beginners. It usually starts at the root of the internal storage and goes through several levels of nesting. It is important to understand that simply copying a folder via a USB cable to your computer may not work if your file manager on your PC does not have privileges to read hidden system directories of the phone.
⚠️ Attention: The path structure may vary slightly depending on the manufacturer of your device (Samsung, Xiaomi, Pixel) and shell version. If you do not find files in the standard path, try searching by file name within the directories available to you.
To access the necessary data, you will need an advanced file manager, such as Solid Explorer, MiXplorer or a built-in debugging tool ADB. Standard “Galleries” or simple explorers pre-installed on the system often intentionally hide the contents of the folder Android/obb and Android/data for security purposes. This does not mean that the files are not there - it means that the system protects them from accidental deletion or interference by malware.
The exact path to the Dead Cells save files
After understanding the general principles, let's move on to the specifics. Save files Dead Cells on the platform Android are located in a specific directory associated with the package name of the application. The game's batch name usually looks like com.playdigious.deadcells.mobile or a similar variable identifier. It is this identifier that is the key to finding the desired folder in the maze of system files.
The full path to the files is as follows:
/storage/emulated/0/Android/data/com.playdigious.deadcells.mobile/files/
It is inside the last folder files you will find files with extensions characteristic of saves (often these are files without an extension or with an extension .sav, and also configuration files). In some cases, especially if the game was installed through certain launchers or modified builds, the path may lead to a directory Android/obb, but this is less common and usually refers to cache files, not progress.
- 📂 Folder
Android/datais the main storage of user application data. - 🔑 Identifier
com.playdigious...—the unique name of the Dead Cells game package. - 💾 Files inside the folder
files—your saves and settings directly.
If you are using a computer to search, connect your phone in file transfer mode (MTP). However, be prepared for the fact that when you try to open a folder Android/data through Windows Explorer, you may see a message about no access or an empty folder. This is normal behavior for Android 11, 12, 13 and 14. In this case, the only solution is to use special applications directly on the phone or connect via ADB with the access permission flag.
Before copying files, make sure that the game is completely closed (unloaded from RAM), otherwise new data may not be written to the disk, and you will copy an outdated version of the save.
Access problems and working with root access
The most common problem that players face when trying to find saves is limited rights access. If your smartphone is running the latest version Android and does not have received root accesss, you physically will not be able to copy files from the folder /Android/data/ standard means. The system blocks reading of these directories for all applications except the owner application itself and system services.
There are several ways to bypass this restriction. The first and most reliable is to obtain superuser (root) rights using utilities like Magisk. This gives complete control over the file system, allowing any root-enabled file manager (e.g. Root Explorer) to seamlessly copy, move, and edit save files. However, this method voids the device warranty and may interfere with the operation of banking applications.
⚠️ Attention: Obtaining root access carries security risks. Incorrect actions in system folders may make it impossible to boot the operating system. Proceed only if you are confident in your skills.
The second method is to use the backup function via ADB (Android Debug Bridge) on your computer. This method does not require superuser rights, but does require that USB debugging be enabled in the developer menu. The command adb backup allows you to download application data to a single file on your computer, which can then be restored on another device or after a reset. This is a safer, although technically more complex option for the average user.
How to enable USB debugging?
Go to Settings → About phone → Tap “Build number” 7 times to become a developer. Then in the “For Developers” menu that appears, activate the “USB Debugging” item.
Backup and transfer of saves
Knowing the exact path and having the necessary access, you can start creating a backup copy. This is a critical procedure before updating a game, resetting your phone to factory settings, or upgrading to a new device. The copying process must be performed as carefully as possible so as not to damage the file structure, which is sensitive to changes in names and extensions.
To create a backup, follow these steps:
- Open a file manager with access rights to system folders.
- Navigate to the path
/Android/data/com.playdigious.deadcells.mobile/files/. - Select all files and folders in this directory.
- Copy them to a safe place: to a cloud drive (Google Drive, Dropbox), to an SD card (in a folder not protected by the system) or to a computer.
When restoring saves on a new device or after reinstalling the game, it is important to follow the reverse procedure. First install the game, launch it once to the main menu, then close it completely. After that, copy the saved files back to the same directory, replacing the newly created empty files. Violation of the sequence (copying before the first launch) can lead to the system overwriting your old data with new, empty configuration files.
| Action | Required rights | Risk of data loss | Difficulty |
|---|---|---|---|
| Copying via file manager (without root) | Special. resolution Android 11+ | Low | Medium |
| Copying via Root Explorer | root access | Medium (user error) | Low |
| ADB backup | USB debugging | Low | High |
| Google Play Sync Games | Google Account | High (does not always work) | Low |
☑️ Checklist before transfer
Cloud synchronization and its limitations
Many users rely on the built-in cloud synchronization function via Google Play Games, considering it a panacea for losing progress. In the case of Dead Cells the situation is ambiguous. Although the game supports logging into a Google account, the save synchronization mechanism does not work as transparently as in native mobile projects. Often only achievements and statistics are synchronized, while the progress file itself (passed biomes, collected weapons) may not be automatically updated.
This is due to the fact that port developers often implement cloud saves through their own servers or specific APIs, which may conflict with Google policies. If you see a cloud icon in the game menu, this does not guarantee that if you delete the application, your progress will be restored 100%. Players' experience shows that manual file backup, described in the previous sections, is the only reliable way to guarantee data safety.
In addition, there are cross-platform compatibility issues. Saves from the version for Android are not suitable for the version on iOS, PC or consoles, even if you are using the same account. File architecture and progress encryption methods differ for each platform. Therefore, if you plan to continue playing on another device, you will have to start over or look for specialized save converters, which are extremely rare and are not official.
Crash recovery and common errors
What to do if the game stops loading, crashes on the main screen or shows a message about corrupted data? In most cases, the cause is a conflict between the versions of the save files and the updated game client. Developers Dead Cells regularly release patches that can change the structure of progress files. If you try to load an old save onto a new version of the game (or vice versa), this may result in a critical error.
The first step in diagnosing problems should be to delete the application cache. This can be done through the smartphone settings: Settings → Applications → Dead Cells → Storage → Clear cache. Please note: do not click "Clear data" if you want to save your progress! This button deletes everything, including your saves, returning the game to its post-install state. Clearing the cache deletes only temporary files that may have become damaged.
If clearing the cache did not help, try checking the integrity of the files through the launcher (if the installation was via Google Play, use the “Fix” function in the settings applications). As a last resort, when nothing helps, a complete reset remains. This is where the previously created backup copy comes in handy. Uninstall the game, install it again, launch and close, and then restore the files from the backup as described above. This solves 90% of problems with “broken” saves.
⚠️ Attention: Never edit save files in a text editor unless you know the exact data structure. Even extra spaces or changing the encoding can make the file unreadable for the game.
Regularly manually copying the files folder to cloud storage is the only guaranteed way not to lose hundreds of hours of progress in Dead Cells on Android.
Frequently asked questions (FAQ)
Is it possible to transfer saves from Android on PC version of Dead Cells?
Unfortunately, this is not possible directly. Save files have different structures and are tied to the platform. There are currently no converters that work stably and officially. Progress will have to start again.
Why is the Android/data folder empty, although the game is installed?
This is a security limitation of Android 11 and higher. Standard explorers do not have permission to view this folder. Use special file managers (for example, Files from Google with a special access request) or connect the phone to a PC, but even there access may be limited.
Will progress disappear when updating the game through Google Play?
No, with a regular update through the store, the data files are not affected. Progress continues. The only danger is the complete removal of the application before installing the new version.
Where are the files located if I installed the game not from the Play Market?
The path will be similar, but the package name (folder inside data) may be different. Look for a folder with a name that contains "deadcells" or the name of the port developer. The location logic remains the same: /Android/data/[package_name]/files/.