Every smartphone user has at least once thought about where exactly downloaded applications and game data are stored. The question “where are games from the Android market installed” does not arise out of nowhere: it is often necessary to free up space in the internal memory, transfer the cache to a memory card, or find save files for backup. Understanding the file structure Android is the key to competent device management.

Unlike computers with an operating system Windows, where apps are placed in the app Files folder, the robot ecosystem has its own unique data storage logic. The system strictly distinguishes between the executable files of the application itself and its user data. This separation ensures security and stability, but sometimes makes it difficult for the average user to find the necessary directories.

The main installation location is the internal storage of the device. Even if you have a memory card inserted microSD, by default the system tries to install the application body itself into the internal memory. This is due to the fact that the read and write speed of the built-in drive is usually higher than that of external media, which is critical for the performance of games. However, cached data and additional resources can often be moved.

Android application storage structure

The file system Android is built on top of the kernel Linux, which implies a strict hierarchy. When you download a game from the official store Google Play (formerly known as the Android Market), the installer places the files in several different places. The application itself, that is, its installation package APK, is unpacked and integrated into the system partition.

The main path for executable files looks like /data/app/. This directory stores the installation packages of all user apps. However, access to this folder is prohibited for a normal user without superuser rights (Root). This is done to protect the system from accidental removal of critical components or the introduction of malicious code.

In addition to the application itself, games create extensive data folders. This includes settings, progress saves, downloaded textures and media files. This data takes up significantly more space than the application itself. The system allocates special directories for them in the internal storage, access to which is partially accessible through file managers.

⚠️ Attention: Directly deleting files from system folders through third-party file managers may lead to the application not working or even to a cyclic reboot of the device. Be extremely careful when working with the directory /data/.

💡

If you do not see the game data folder in the file manager, check the application settings. In Android 11 and newer, access to the Android/Data folder is often limited by default and requires special permission in the system settings.

Main directories for data and cache

For a user who does not have root access, the most interesting folders in the internal storage are those that emulate the path /sdcard/ or /storage/emulated/0/. This is where what we used to call “user files” are stored. Games create their own subfolders here to store caches and additional resources.

There are two main types of folders where game resources are installed. The first is the folder Android/obb/. The abbreviation OBB stands for Opaque Binary Blob. Large data files that cannot be packaged directly into an APK due to size limitations are placed here. Most often, textures, models and sound tracks of heavy games are located here.

The second important directory is Android/data/. It stores application-specific data, including cache, temporary files, and sometimes saves. The folder naming structure here is unified: it usually matches the application package name, for example com.supercell.clashofclans. Knowing this structure helps you quickly find the game you need among hundreds of others.

  • 📂 Android/obb/ —large additional game files (cache) are stored here, which are downloaded after the first installation.
  • 📂 Android/data/ —a directory for user data, settings and the cache of a specific application.
  • 📂 Games/ —some old games or specific launchers can create their own root folder with this title.
  • 📂 DCIM/ — games can save screenshots and video recordings of gameplay here, if this function is provided.
📊 Where do you prefer to store game data?
Only internal memory
On a memory card
In the cloud storage
I don’t know where they are stored

The influence of the Android version on access to files

The situation with access to files has changed dramatically with the release of Android 11. In previous versions of the operating system, users could freely view and modify the contents of folders through any file manager. This made it easy to transfer game caches or edit save files. Android/data And Android/obb through any file manager. This made it easy to transfer game caches or edit save files.

Starting with the eleventh version, Google tightened the security policy by introducing a mechanism Scoped Storage (limited storage). Now standard file managers by default do not show the contents of these folders or prohibit writing to them. This is done to prevent malware from accessing data from other applications.

To access these directories on modern smartphones, you must provide the file manager with special permission. Usually, the first time you try to enter a folder Android the system will prompt you, asking you to go to settings and allow access to all files in this directory. Without this step, you will see the folders, but they will be empty.

⚠️ Attention: The settings interface and menu item names may differ depending on the smartphone manufacturer (Samsung, Xiaomi, Poco). If the standard Explorer does not provide access, try installing a specialized file manager, for example Total Commander or MT Manager.

How to bypass access restrictions in Android 11+

For full access to the data and obb folders, you can use the Files application (from Google) or third-party managers with support for SAF (Storage Access Framework). In some cases, enabling developer mode and USB debugging helps, but this requires connecting to a PC.

Transferring games to a memory card

The built-in memory is often not enough for modern games with high-resolution textures. A logical question arises: is it possible to transfer the game to a memory card microSD? The answer depends on the version Android and policy of the application developer. In modern versions of the system, the ability to transfer an entire application to external media is often blocked or hidden.

However, some data can be transferred. Some file managers allow you to manually move the cache folder from Android/obb/ internal storage to a similar folder on the memory card. However, the game may not see these files if it is hardcoded to an internal path. The success of this method varies from game to game.

A more reliable method is to use the Adaptive Storage feature or format the memory card as internal storage. In this case, the system encrypts the card and combines it with the internal memory into a single space. After this, games will be installed on the card automatically, but it will be impossible to remove it without losing data and resetting settings.

Transfer method What moves Requirements Risks
Android Settings Application body (APK) Developer support Game slowdown
Manual folder transfer Cache and resources (OBB) File manager The game may not start
Map as internal. memory All data in full Fast card (Class 10/U3) Data loss during extraction
💡

The speed of the memory card is critical for games. If you decide to use the card as internal memory, make sure that its write speed is at least 90 MB/s, otherwise games will slow down.

Searching for save files and backing up

For many players, saving their progress is important. Save files (saves) can be located in different places depending on the engine on which the game is made. Most often they are hidden deep in the folder Android/data/[package_name]/files/. Sometimes developers move them to the root of the internal storage in individual folders.

Finding the required file requires knowing the package name of the game. You can find it in the application settings in the “About the application” section or through special utilities. For example, for the game Minecraft the path to the worlds will be different from the save path in GTA: San Andreas. There is no universal way for all games.

For backup, it is better to use cloud services linked to your account Google Play Games. This will automatically sync your progress. If manual copying is required, copy the entire folder with the application name to an external safe location. When restoring, simply return the folder to its original location.

☑️ Preparing for backup

Done: 0 / 4

Installation problems and lack of space

A common problem is the “Not enough space” error when installation, even if there seems to be free space. This is due to the fact that to unpack temporary files, the installer requires a volume larger than the size of the application itself. If the internal memory is full, installing the game from the Android Market will become impossible.

In such cases, you need to clear the cache of other applications or delete unnecessary media files. It is also worth checking the folder Download, where old installation files APKare often accumulated, which are no longer needed after installing apps. Freeing up even 500 MB can solve the problem.

Sometimes the problem lies in file system corruption. If games stop installing or crash immediately after launch, try rebooting your device in safe mode and checking for conflicts. In extreme cases, a factory reset will help, but this will delete all data.

⚠️ Warning: Before performing a factory reset or formatting your memory card, be sure to back up all important data. It is almost impossible to recover deleted files without a backup.

💡

Use the built-in “Cleanup” function in the storage settings. It automatically finds large files and rarely used applications, offering to delete them to free up space for new games.

Frequently asked questions (FAQ)

Is it possible to change the default installation path of games without Root?

Directly change the system installation path /data/app/ without rights superuser is not allowed. However, you can format the memory card as internal storage in the settings, after which the system will offer to install new applications on it.

Why is the Android/data folder empty in the file manager?

Starting with Android 11, access to this folder is limited by security policy. You need to give the file manager special permission through the system dialog the first time you enter this directory.

Where are game saves stored if I deleted the application?

If you deleted the application, the folder in Android/data is also deleted. Saves remain only if they were synchronized with the cloud via Google Play Games or if you previously copied them manually.

Is it safe to delete files from the OBB folder?

Deleting files from the folder OBB will result in that the game in question will no longer launch or will require you to re-download the data. Delete these files only if you want to completely remove the game and free up space.

How to learn how much space a specific game takes up?

Go to Settings → Applications, find the desired game in the list. It will indicate the size of the application itself and the amount of data (cache) it occupies in the internal storage.