Modern users of mobile devices are often faced with the need to access internal system files, whether to free up space, transfer saves, or manually install modifications. The question of where exactly the data of installed applications is physically located remains one of the most pressing in the community. However, in recent years, security policy Google has undergone major changes, which directly affected the structure of the file system.
Searching for game files used to be an intuitive process, but now access to critical directories is limited without the use of special tools or superuser rights. This is done to protect personal data and prevent accidental deletion of system-critical components. In this article, we will analyze in detail the current directory structure on versions Android 11 and later, explaining the difference between user data and protected system areas.
Understanding the logic of file distribution will help you competently manage the device's memory and avoid errors that can lead to the inoperability of your favorite titles. We will look at both standard access methods through file managers and more advanced methods of interacting with deep memory sections.
Standard application data storage structure
By default, all user applications, including games downloaded from the official store Google Play, are located in a strictly defined section of internal memory. The base path to this data looks like /Android/data/. This is where the system creates individual folders for each installed software, using the unique package identifier as the directory name.
Inside this directory you will find subfolders responsible for different types of content. For example, the folder files usually contains user-downloaded resources, cache and additional levels downloaded after the first launch. app operation logs and temporary files necessary for the correct functioning of the engine are also often saved here.
However, starting from Android 11, standard file managers built into the smartphone shell simply do not display the contents of this folder when you try to log in. You will see a directory, but it will be empty. This is not a device error, but an implementation of a mechanism Scoped Storagethat isolates application data from each other to improve security.
โ ๏ธ Attention: Attempting to manually move or delete files from a folder
/Android/data/through a third-party explorer without special rights may cause the game to stop starting or lose all progress saving.
For full access to this data on new versions of the OS, the use of specialized utilities, such as Total Commander with access plugins or Material Filesthat can request special permissions from the system, is required. Without such tools, the user sees only the tip of the iceberg of the file structure.
The difference between the cache and the main game files (OBB)
Many large projects with heavy graphics use an additional resource storage mechanism known as OBB (Opaque Binary Blob). These files are large archives containing textures, models, audio tracks and other media resources that are impractical to store in the application's normal file format.
The path to these files is different from the standard one and looks like /Android/obb/. Folders with package names are also created here, inside which there are files with the extension .obb. When launched, the game reads data from this archive, loading it into RAM. If you delete the OBB file, the game will most likely throw an error at startup or require you to reload the data.
The division into data and obb allows developers to flexibly manage updates. Often, when a new patch is released, only a small part of the files in the data folder are updated, while the heavy OBB archive remains unchanged. This saves user traffic and speeds up the process of installing updates.
When clearing memory through the smartphone settings, the system usually offers to delete only the cache, without affecting OBB files. This is a safe way to free up space without deleting the game itself.
It is worth noting that some indie projects or light casual games may not use the OBB format at all, storing all resources directly inside the installation package APK or in a regular folder files. In such cases, the directory /Android/obb/com.name.game may simply be missing.
Access restrictions in Android 11, 12, 13 and 14
The evolution of the mobile operating system has led to stricter rules for access to the file system. If on Android 10 and below you could easily go to the root of the internal memory and manipulate any files, then new versions require explicit confirmation of rights to access sensitive directories.
The mechanism Scoped Storage was introduced to prevent applications from scanning the entire userโs drive in search of personal photos or documents. Now each application runs in its own isolated sandbox. Even file managers now work in restricted mode unless the user explicitly grants them privileges through the system permissions window.
How to bypass the restriction without root access?
There is a method for connecting a smartphone to a PC in USB debugging mode. Through a computer with installed ADB you can access folders data and obb for reading and writing, since Scoped Storage restrictions operate primarily within the Android OS itself, and not with an external connection.
Users often confuse the lack of visibility of files with deleting them. In fact, the files are there, it's just that the Explorer interface is blocking their display. To solve this problem, you can use the "Special Access" function in the system settings, where you can allow access to all files for a specific file manager.
In the most recent versions, such as Android 14, Google has further limited the ability to create files in the root directory, forcing developers and users to strictly follow the folder hierarchy. This makes the system more streamlined, but less flexible for advanced modders.
System partitions and APK installation files
In addition to the user data that we discussed above, there is a level of system files where the application installation package itself is stored. These files are located in the section /data/app/, which is not available for viewing without rights Root (superuser).
This directory stores basic .apk files, as well as configuration files .oat and .vdex, which are compiled bytecode to speed up application launch. An ordinary user should never interfere with the operation of this partition, since any change can lead to a bootloop (cyclic reboot) of the device.
| File type | Location | Purpose | Access |
|---|---|---|---|
| APK | /data/app/ | Installation package | Root only |
| OBB | /Android/obb/ | Heavy resources | Limited |
| Data | /Android/data/ | Saves and cache | Limited |
| Cache | /data/cache/ | System cache | Root only |
System applications preinstalled by the smartphone manufacturer are often located even deeper - in the /system/priv-app/ or /system/app/section. Deleting files from there without proper qualifications can disrupt basic phone functions, such as calls or the interface.
The /data/app/ section contains executable application files and is protected at the deepest level of the system. Intervention in this area requires unlocking the bootloader and obtaining root access.
To back up installation files (APK), it is better to use special utilities like APK Extractor, which can extract the installed application and save its installer in an accessible folder, for example, in Downloads.
How to find the game folder through file manager
To get to the treasured data folders on a modern smartphone, you will need a high-quality file manager. Built-in tools are often too limited, so it is recommended to install Solid Explorer, MiXplorer or Total Commander.
When you first launch such a manager and try to enter the folder Android the system will prompt you for permission. You must click โAllowโ and confirm the action in the system dialog by selecting the โGrant access to all filesโ option or similar wording. Only after this the contents will become visible.
- ๐ Open the file manager and go to
Internal memory. - ๐ Find the folder
Androidand enter it (confirming the permission). - ๐ Select a section
datafor saves orobbfor resources. - ๐ Look for a folder with the name of the package, for example
com.supercell.clashofclans.
If you do not know the exact name of the game package, you can look it up in the smartphone settings in the section "Applications". The full system name will be indicated there, which coincides with the name of the folder in the file system.
After finding the desired directory, you can copy the files to your computer for backup or replace them with modified versions. Be extremely careful when replacing files: version mismatches can cause the application to crash on startup.
Transferring games to a memory card and operating features
Many users want to transfer heavy games to a microSD card to free up space in the internal memory. However, starting from Android 6.0, the ability to fully transfer applications to an external drive has been significantly curtailed by developers.
Now most games allow you to transfer only part of the data (media files) to the card, while the main code and critical saves remain in the internal memory. This is due to the fact that memory cards work slower and can be removed at any time, which is dangerous for data integrity.
โ ๏ธ Attention: Formatting a memory card as โinternal storageโ encrypts it and binds it to a specific device. You won't be able to insert such a card into another phone or PC and read the data without a full reset.
If your goal is simply to free up space, it is better to use the cache clearing function or delete unused applications. Forced transfer through the developer settings often leads to unstable games and increased loading times.
In some cases, if you have root access, you can use utilities like Link2SDthat create symbolic links, deceiving the system and making it think that the files are inside, although they are physically on the card. But this is a method for experienced users.
Why canโt I see the Android/data folder on the new phone?
This is normal behavior for Android 11 and higher. The system hides the contents of this folder from standard explorers for security purposes. You need to use a third-party file manager and give it special access through the system permissions window.
Is it possible to delete files from the OBB folder?
Deleting files from the OBB folder will result in the game not being able to load the necessary resources (textures, sounds) and, most likely, not starting. You will have to download them again the next time you enter the game.
Where are game progress saves stored?
Most often, saves are located in the folder /Android/data/[package_name]/files/. However, many modern games synchronize progress with the cloud (Google Play Games), and local files can only be a temporary cache.
How to find the name of the game package?
Go to Settings -> Applications, find the desired game in the list. At the bottom of the screen or in the "Advanced" section, the full name of the package is often indicated, for example com.example.game.
Is it safe to use file managers with Root access?
Using such managers gives full control over the system, but increases the risk accidental deletion of critical files. Work with superuser rights only if you clearly understand the consequences of your actions.