Smartphone users are often faced with the need to find files of installed applications, be it to transfer heavy games to an SD card, create a backup copy of saves, or clean the system of garbage. The file system Android is more complex than it seems at first glance, and with the release of new versions of the operating system, such as Android 11, Android 12 and higher, Google has significantly limited direct access to system directories for the sake of security.
In this article we will look in detail at where installation packages and additional data for games downloaded through are physically located. data-i="33">. You will learn the difference between user storage and protected system directories, and also receive instructions for working with file managers in modern conditions. Google Play Market. You will learn the difference between user storage and protected system directories, and also receive instructions for working with file managers in modern conditions.
Understanding the directory structure will allow you to competently manage free space on your device. Often, users mistakenly delete the wrong folders, thinking that they are freeing up memory, but in fact they only break the operation of applications or do not get the desired result.
Internal memory structure and data division
The internal storage of a smartphone (Internal Storage) is logically divided into several zones, access to which is regulated by superuser rights (root) and system security policies. For the average user, the visible part is just the tip of the iceberg, where media files, documents and public application data are stored.
The bulk of user data, including caches and game saves, is now strictly isolated. This is to prevent one app from secretly scanning or stealing the data of another. Previously, in older versions, access to folders was open, but now the system requires special permission even to view directories. Attention: In Android versions 11 and later, standard file managers may display the folder empty. This is not a bug, but a feature of the Scoped Storage system. For full access, you will need a special file manager with support for SAF (Storage Access Framework). Android, access to the folders was open, but now the system requires special permission even to view directories Android/data.
⚠️ Attention: In versions of Android 11 and later, standard file managers may display the folder
Android/dataempty. This is not a bug, but a feature of the Scoped Storage system. For full access, you will need a special file manager that supports SAF (Storage Access Framework).
It is important to distinguish between the concepts of “internal memory” and “system partition”. Games installed from the store are written to the user's internal memory by default, but their executable libraries can be located in a protected section /data/appwhich can only be accessed if you have root access.
Main application installation directory
The main path where additional files of heavy games (maps, textures, music) are stored is located at /storage/emulated/0/Android/obb. This is where Play Market loads the so-called OBB files (Opaque Binary Blob), which can weigh several gigabytes.
Inside this directory, each game has its own subfolder, the name of which is usually formed according to the principle com.developer.game name. For example, for a popular shooter the path might look like com.activision.callofduty.shooter. Deleting this folder will cause the game to launch, but will require the resources to be downloaded again.
Next to the folder obb there is a directory data (/storage/emulated/0/Android/data). This is where cache files, temporary data, and often local progress saves are stored. Some developers prefer to store saves here so that when the game is reinstalled, progress is not lost if the user does not clear this directory.
- 📂 Folder
obbcontains the main game resources (assets, levels). - 💾 Folder
datastores cache, logs and often saved progress. - 🔒 Access to these folders in Android 11+ is limited without special rights.
If you plan to transfer the game to a memory card, you will need to find these exact directories. However, it is worth remembering that modern versions Android are extremely reluctant to allow you to run applications from external drives for reasons of performance and security.
Use the file manager "Solid Explorer" or "CX File Explorer" - they can correctly request system permission to access the Android/data folder in new versions of the OS.
System directories and root access
For advanced users with superuser rights, access to the true installation location of APK files is available. It is located in the root of the file system along the path /data/app. Here are the basic installation packages of all user applications, including games from Google Play.
Inside this directory, files often have strange names with hashes, for example base.apk or split_config.arm64_v8a.apk. This is due to the introduction of technology Android App Bundlewhen the application is divided into several parts depending on the device configuration (screen, processor, language).
/data/app/com.example.game-xyz123==/base.apk
Directly copying files from here to another phone without a special utility for creating an APK may lead to an installation error, since you will only copy part of the package. For backup, it is better to use specialized tools like Titanium Backup or Swift Backup.
⚠️ Attention: Manually deleting files from a folder
/data/appvia root explorer can lead to “bricking” the system or endless reboots. Delete applications only through the system settings.
Also in the system partition /data/data private data of each application is stored. This includes databases, settings and sensitive information. Access here is closed even for many system utilities without a full root.
| Folder path | Access type | What is stored | Can be deleted |
|---|---|---|---|
/storage/emulated/0/Android/obb |
Custom | Game resources (heavy files) | Yes (the game will download again) |
/storage/emulated/0/Android/data |
Limited (Android 11+) | Cache and saves | Yes (will reset settings) |
/data/app |
Root only | Installation APK packages | No (only through settings) |
/data/data |
Root only | Private data and DB | Dangerous (will break the application) |
Features of storage on an SD card
Many users are wondering whether it is possible to force Play Market install games directly onto a memory card. Starting Android 6.0, the “Adaptive Memory” function appeared, allowing you to format the SD card as internal storage.
When using this mode, the card is encrypted and tied to a specific device. Games and their data (obb and data) are physically written to the card, but to the system they appear as part of the internal memory. It is impossible to remove such a card without losing data and application functionality.
If the card is used as portable storage, then most games will still be installed in the internal memory of the phone. Only a few developers have provided the ability to install on external media, and this option must be explicitly specified in the application properties.
Why do games slow down on an SD card?
The random block reading speed of most memory cards is significantly lower than that of the built-in UFS flash memory. This causes long loading times for levels and freezes in games.
You can check where a specific game is installed in the settings: go to Settings → Applications → [Select a game] → Storage. The total volume and type of media will be indicated there if the system supports partitioning.
How to find and manage game files
To navigate the file system, a standard explorer is often not enough. It is recommended to install an advanced file manager, such as Files by Google, Solid Explorer or Total Commander. These applications are able to correctly process access requests to protected folders.
When you first enter the folder Android on new smartphones, you will see a message about access restriction. The system will prompt you to go to the storage settings and give permission manually. This is a one-time procedure, after which you will be able to see the contents of the directories.
- 🔍 Use the extension search
.obbto quickly find game files. - 🗑️ Empty the folder
cacheinside game directories if they take up too much places. - 📁 Create backup copies of folders
obbbefore resetting your phone.
If you want to transfer the game manually (for example, from one phone to another without the Internet), you need to copy the installer APK file and the corresponding folder from Android/obb. After installing the APK on a new device, the resource folder must be placed in the same location before launching the game for the first time.
⚠️ Attention: The settings interface and menu item names may differ depending on the manufacturer's shell (MIUI, OneUI, ColorOS). If you do not find the “Storage” item, look for the “Memory” or “Applications and Notifications” section.
☑️ Check before deleting files
Common problems and solutions
One of the common problems is the “Not enough space” error, although the files in the gallery have already been deleted. Often space is taken up by forgotten folders of deleted games in the directory Android/obb. The system does not automatically remove them when uninstalling the application in some scenarios.
Also, users are faced with a situation where the game crashes on startup after transferring files. This may mean that the APK and OBB versions are incompatible. Resource files are strictly tied to the version of the installation package, and using the old cache with a new APK (or vice versa) will lead to a crash.
In some cases, clearing the cache of the service itself Google Play Storehelps. To do this, go to Settings → Applications → Google Play Store → Storage → Clear cache. This will not remove your games, but will update the licenses and installation paths.
OBB files and data in the folder Android/data are key for running heavy games. Removing them is tantamount to completely reinstalling the game and downloading gigabytes of data again.
If you use Android emulators on a PC (for example, BlueStacks or Nox), the folder structure will be similar, but they are accessed through Windows shared folders or the emulator's built-in media manager.
Is it possible to transfer a game to an SD card without root access?
You can directly transfer an already installed game through the settings only if the developer has allowed this in the application manifest. In Android 10 and higher, this feature is almost completely removed from the system settings. Workarounds require using ADB commands on the computer, which is difficult for the average user.
Where are game saves stored without a Google account?
Local saves are usually located in a folder /Android/data/[Game_ID]/files or in a hidden folder inside the root of the internal memory with the name of the developer. When you uninstall the application, this data is erased unless a backup is made.
Why is the Android/obb folder empty?
This is normal behavior for Android 11, 12, 13 when using standard explorer. The system hides content to protect privacy. Use third-party file managers (for example, Solid Explorer) that request special permission to view this folder.
How to find the APK file of an installed game?
APK files of installed applications are stored in the system partition /data/app, access to which is prohibited without Root. To get the installation file, use applications like "APK Extractor", which copies the installed package to an accessible Download folder.
Is it safe to delete files from the Android/data folder?
You can delete files, but this will reset the settings and delete the cache of the corresponding applications. Games may start loading data again. Delete only those folders whose names (package IDs) you recognize and which belong to already deleted games.