Owners of modern smartphones often face a lack of internal memory, and games are usually the first candidates for deletion. However, simple uninstallation is not enough if you want to save your progress, graphics settings or language packs. Understanding where game data is stored on Androidis a key skill for competently managing space and transferring progress between devices.

The file system architecture Android has undergone significant changes in recent years, especially with the release of version 11 and higher. If earlier access to system directories was relatively free, now the security policy Scoped Storage strictly delineates application access rights. This means that the files of one game can be hidden from another, and standard file managers often show only part of the real picture.

In this article we will take a detailed look at the directory structure where the resources of your favorite titles are located. You will learn the difference between the main installation files, cache and saves, and also get practical tips on how to safely back them up without losing progress.

Main storage structure: Internal Storage and SD card

All game data on managed devices Android are distributed between two main zones: the device's internal memory and the external memory card (if it is supported and configured as portable storage). By default, the system tends to store critical files in the internal partition to ensure performance, since the read speed of the built-in storage is usually faster.

User access to this data is carried out through the root directory, which file managers display as the main storage. This is where the folders that are visible to the user without receiving root accessare located. However, it is important to understand that even here there are limitations: some system processes may block direct access to certain subdirectories in new versions of the OS.

The logic of file distribution depends on the game developer. Heavy projects with high-resolution graphics often move large assets to an external card so as not to clog the system partition. Light casual games, on the other hand, prefer to keep all data compactly in the internal memory to minimize delays when loading levels.

โš ๏ธ Attention: When formatting the SD card as โ€œinternal memoryโ€ (Adoptable Storage), the data is encrypted and becomes unreadable on other devices. In this case, transferring files is only possible together with a complete system migration.
๐Ÿ“Š Where do you prefer to store heavy games?
In internal memory
On a memory card (portable)
On a memory card (internal)
I donโ€™t know how to check

Standard Android directories and OBB files

The central hub for storing resources for most modern games is the system folder Androidlocated at the root of the internal storage. Within it, the subdirectory obbis critical. This is where expansion files are installed OBB (Opaque Binary Blob), which contain graphics, sounds, videos and other heavy resources that are not included in the main APK file of the application.

The path structure usually looks like this: /sdcard/Android/obb/com.developer.gamename/. Inside this folder there is a file with the extension .obb, the name of which often includes the version of the game. Deleting this file will result in the game requiring you to download gigabytes of data again when starting, even if the application itself is installed.

In addition to the folder obb, there is a directory Android . This is where user data for a specific application is stored: settings, temporary files and sometimes saves. Access to datain the directory /sdcard/Android/data/ in the latest versions Android (11, 12, 13+) is limited to third-party file managers, which requires the use of special utilities or connecting to a PC to view the content.

๐Ÿ’ก

If you do not see the Android folder in the file manager, enable the display of hidden files in the Explorer settings. Some shells hide system directories by default.

Developers use these standard paths to ensure compatibility. When deleting an application through system settings, the contents of the folders in Android/obb and Android/datacorresponding to this application should be deleted automatically. However, in practice, there are often โ€œtailsโ€ left - empty folders or forgotten logs that can be deleted manually to free up space.

Specific developer folders and cache

Not all games follow Google's strict standardization. Many large studios, such Gameloft, Asphalt or shooter developers, create their own root directories for storing data. This is done to simplify file management and sometimes to bypass file size restrictions in standard folders.

The most common custom folders include:

  • ๐Ÿ“ Gameloft โ€” data for all games from this studio is stored here, including caches and saves of offline projects.
  • ๐Ÿ“ Android โ€” a duplicate or alternative structure for some ports.
  • ๐Ÿ“ DCDC โ€” a specific folder used by some Chinese versions of games and emulators.
  • ๐Ÿ“ Download โ€” sometimes temporary game download files remain here if the installation process was interrupted.

The concept cachedeserves special attention. In the context of mobile games, the cache is not only the folder cache inside Android/data, but also any temporary files that speed up work. These could be preloaded textures, shaders, or the clipboard. Clearing the cache through the app settings is safe for progress, but manually deleting files from the root folders of developers may lead to loss of saves.

โš ๏ธ Attention: The interfaces of file managers and the names of system folders may differ slightly depending on the version of the shell (MIUI, OneUI, ColorOS). Always check the latest documentation for your smartphone model.
Why do some games create folders in the root?

Developers sometimes place files in the root of the storage to make it easier for modders to access or for compatibility with older versions of Android, where access to the Android/data folder was more difficult.

Search for saves (Save Games): hidden places

The most painful question for players is where exactly the save files are located (save files). Unlike PCs, there is no single standard on mobile devices. The location of saves depends on the engine on which the game is made and the developer's policy.

Most often, saves can be found in the following paths:

  • ๐Ÿ“‚ /sdcard/Android/data/[ID_game]/files/ โ€” classic location for modern projects.
  • ๐Ÿ“‚ /sdcard/Android/obb/[Game_ID]/ โ€”less common, but sometimes saves are disguised as cache files.
  • ๐Ÿ“‚ /sdcard/[Game_name]/ โ€”typical for old games or ports from PC.
  • ๐Ÿ“‚ /sdcard/Android/data/[Game_ID]/shared_prefs/ โ€” settings and progress are stored here in XML format for light games.

For games using the engine Unity, the path inside is often found files with subfolders named after the studio. Games on Unreal Engine can structure data differently, creating complex folder hierarchies. If you plan to transfer your save manually, you will need to know the exact package ID of the game (for example, com.supercell.clashofclans).

๐Ÿ’ก

Before manually copying saves, always make a full backup copy of the game folder. An error in one byte can make the save file unreadable.

It is worth noting that many modern projects use cloud saves via Google Play Games or social network accounts. In such cases, local files may be encrypted or absent altogether, since progress is synchronized in real time with the server. You can check the type of save in the settings of the game itself in the โ€œAccountโ€ or โ€œCloudโ€ section.

For ease of navigation, we We have compiled a summary table where data is most often located depending on the type of application. Remember that [package_name] is replaced by a unique game identifier.

Game type / Application Main path to cache (OBB) Path to saves (Save) Features
Heavy 3D shooters (PUBG, CoD) Android/obb/[package_name] Android/data/[package_name]/files Take up several GB, saves are often linked to the account.
Strategies (Clash of Clans) Android/obb/[package_name] Cloud (Google Play / Supercell ID) There may be no local saves, progress is online.
Console emulators [Emulator name]/ROMs [Name emulator]/saves The user himself specifies the path to the folders in the settings.
Sandboxes (Minecraft PE) Android/data/com.mojang... games/com.mojang/minecraftWorlds Worlds are stored in a separate structure inside data.

Using this table, you can quickly navigate in the file system when searching for the files you need. However, always check that the paths are up to date, as developers may change the storage structure after a major update.

โ˜‘๏ธ Preparing for data transfer

Done: 0 / 5

Tools for file management and access to System

The standard file explorer pre-installed on a smartphone often does not show the contents of the folder Android/data on newer system versions Android 10. When you try to log in, you may see a message about no access or an empty directory. For full-fledged work, specialized tools are required.

It is recommended to use the following solutions:

  • ๐Ÿ›  Total Commander with a plugin for access to system folders - a reliable classic option.
  • ๐Ÿ›  Files by Google - a secure manager, but with limited access rights to system directories.
  • ๐Ÿ›  MT Manager or ZArchiver โ€”powerful tools that can request special permission to access Android/data through the system dialog.

To gain full access to all files, including those protected by the system, you must have root access. apps like Root Explorer or Solid Explorer (in superuser mode) allow you to see and edit any files in the section /data/data/where the most secure application databases are stored. However, obtaining root access will void the warranty and may interfere with the operation of banking applications.

โš ๏ธ Attention: Editing files in the folder /data/data/ without root access is impossible. Attempts to bypass this limitation through a standard file manager will only result in an access error.
How to give access to Android/data in Android 11+?

When you open a folder through ZArchiver or CX File Explorer, a system window will appear. Click "Go to folder", select Android, then data and confirm the resolution at the bottom of the screen.

Frequently asked questions (FAQ)

Is it possible to transfer the OBB folder to an SD card manually?

Yes, it is possible. You can cut a folder from Android/obb in the internal memory and paste it into a similar directory on the SD card (/storage/sdcard1/Android/obb). However, the game may not see the files if it is hard-coded to only look for data in internal storage. In the settings of some games there is a โ€œMove to SD cardโ€ function, which is better to use first.

What happens if you delete the game data folder?

Deleting the folder data will reset the game to factory settings. You will lose all progress, control settings, graphic presets and local saves. The next time you launch the game, it will behave as if you installed it for the first time and will require you to download the data again.

Why does the file manager not see the Android folder?

Starting from Android 11Google has restricted access to this folder to protect user data. To see the files, you need to use a file manager that supports requesting special permission (for example, CX File Explorer), or connect the phone to the computer in MTP mode.

Where are online game saves stored?

In most online games (MMORPG, shooters), saves are stored on the developer's servers and linked to your game account (Google, Facebook, VK, manufacturer ID). Only temporary cache files can be stored locally. When reinstalling, just enter your login and password to restore your progress.

How to find the game package ID to search for a folder?

The package ID (for example, com.king.candycrushsaga) usually matches the name of the folder in the directories obb and data. It can be viewed in the Google Play store in the game URL or in the phone settings in the โ€œApplicationsโ€ section by selecting the desired game and clicking โ€œAbout the applicationโ€.