Modern mobile games take up gigabytes of free space, and users often need to find specific cache, save or config files. This is necessary to create a backup of your progress, transfer data to a new smartphone, or manually install modifications. However, the Android system, starting with version 11, has significantly changed the file system access policy, hiding important directories from standard explorers.
Understanding directory structure is critical for advanced users. Game files are not scattered chaotically, they are strictly organized in a hierarchical system, divided into internal application data and an external cache. If you are simply trying to “find a game” through a file search, you will most likely see only a shortcut or installation APK, but not the “body” of the game itself, which can weigh up to tens of gigabytes.
In this guide, we will look in detail at how to bypass the limitations of new OS versions, what tools to use to access protected areas, and what the difference is between storage types. You will learn how to navigate the labyrinths /Android/data i /Android/obb, and also understand why some files disappear after deleting the application.
Standard structure for storing game data
By default, all user applications, including games, are installed in a protected area of the internal memory. The logic of Google developers is to isolate data: each application has its own “sandbox”, where other apps cannot look without special rights. This ensures data security and stability of the system, preventing accidental deletion of critical files.
The main path where game files are physically located is as follows: /storage/emulated/0/Android. Within this root folder are two key directories that need to be differentiated. The first one is data, settings, logs and often the game resources themselves are stored here. The second is obb (Opaque Binary Blob), intended for heavy assets such as high-resolution textures, videos and audio tracks.
The folder name inside these directories usually corresponds to the package name of the application. For example, for a popular shooter it might look like com.activision.callofduty.shooter. Knowing the exact name of the package, you can instantly identify the game you want among hundreds of other system folders. This is especially true if you have more than 50 applications installed.
The package name of the game can be found in Google Play by copying the link to the application: everything that comes after “id=” is the package name.
Access problems in Android 11, 12, 13 and later
Starting with the eleventh version operating system, Google has introduced strict restrictions on viewing the contents of the folder Android. Standard file managers pre-installed on Xiaomi, Samsung or Realme smartphones now show this directory as empty, even if there are gigabytes of data inside. This is done to protect user privacy from spyware applications.
An attempt to open a directory through a standard Explorer often results in an access error message or simply displaying a zero number of files. Users mistakenly believe that data is lost or the game is installed incorrectly. In fact, the files are there, it’s just that the Explorer interface blocks their display at the software API level.
To bypass this limitation, you need to use specialized software that can request extended access rights through the system dialog. The usual “Access to files” permission is not enough here; confirmation through the system interface is required DocumentsUI. Without this step, any manipulation of the game cache will be impossible.
⚠️ Attention: MIUI, OneUI and ColorOS shell interfaces may respond differently to access requests. If one file manager does not see the folder, try another - blocking algorithms differ among manufacturers.
Tools for viewing system folders
To get full access to hidden directories, you will need to install a third-party file manager that supports working with the Scoped Storage API. The market offers several reliable solutions, each of which has its own advantages in speed and user-friendliness of the interface.
- 📂 Total Commander - a classic two-panel manager, which, after installing the SD card plugin, gets full access to all memory sections.
- 🚀 CX File Explorer - a light and fast application with an intuitive interface that automatically requests permissions when you go to the Android folder.
- 🛠️ Material Files - open source and modern design, great for those who do not like unnecessary advertising in utilities.
When you first launch such applications and try to log in /Android/data the system will display a special window asking you to allow access. You need to click the "Use this folder" button at the bottom of the screen, and then confirm the action by clicking Allow in the pop-up dialog. After this one-time procedure, access will be open permanently.
Differences between the Data and OBB folders
Many users confuse the purpose of these two directories, which leads to errors when trying to free up space or transfer the game. Understanding the difference helps you manage your smartphone's memory wisely and avoid situations where the game stops launching after manual cleaning.
The folder OBB contains the main resources of the game, which are loaded separately from the APK file. This is “heavy” data: character models, level maps, music. If you delete the contents of this folder for a specific game, when you launch it, it will require gigabytes of traffic to be downloaded again. Often this is where files are stored that modders replace with modified versions.
More dynamic data is stored in the directory. Data . This includes graphics settings, controls, progress (if it is not synchronized with the cloud), as well as temporary cache files. Some games duplicate resources here, but the bulk of the content is still in OBB. Clearing this folder often results in resetting the game to the “first launch” state.
| Characteristics | OBB folder | Data folder |
|---|---|---|
| Main purpose | Storage of heavy assets (textures, video) | Settings, saves, logs, cache |
| File size | Very large (from 500 MB to 5 GB+) | Medium or small (from 10 MB to 1 GB) |
| Consequences of deletion | The game will not start, you will need to redownload | Reset settings, loss of progress |
| Frequency of changes | Rarely (only when updating the game) | Permanently (during the game) |
Never delete files from the OBB folder manually unless you plan to completely reinstall the game - this will make it impossible to launch the application.
Search for a specific game by package name
When you go to the folder Android/data, you see a long list of directories with strange names like com.google.android.gms or com.facebook.katana. To find the game you need among this chaos, you need to know its unique identifier - the package name.
The easiest way to find it is to go to the Google Play store through a browser on your computer or phone. In the address bar of the link to the game, after the parameter id= the exact name of the package is indicated. For example, for Minecraft it is com.mojang.minecraftpe. Knowing this, you can use the search inside the file manager by entering part of the name, for example mojang.
An alternative method is to use applications like App Inspector or Package Name Viewer. These utilities display a list of all installed apps and their technical identifiers in a convenient form. You simply find the game in the list, copy the name and paste it into the explorer search. This saves time when you have hundreds of installed applications.
Example save path:
/storage/emulated/0/Android/data/com.rockstargames.gtasa/files/GTASA/
Please note that some games create additional folders in the root of the internal memory, bypassing the standard Android directory. This is an outdated but still common storage method. Check the root of the drive if there are no files in the standard paths.
What to do if the folder is empty?
If you see a folder with the name of the game, but inside is empty, the data may be loaded dynamically when you first launch it or stored in a protected cloud container that is not accessible even with root access.
Transferring game data to a memory card
Owners of smartphones with a small amount of built-in memory often want to transfer “heavy” games to a microSD card. In modern versions of Android, this function is unstable or absent altogether, but the manual transfer method is still relevant for many devices.
To implement the transfer, you need to create a similar folder structure on an external memory card. Copy the contents of the folder obb or data from the internal memory to the corresponding directories on the SD card: /storage/XXXX-XXXX/Android/obb. It is important to preserve the hierarchy and folder names down to the symbol.
After copying, you need to “trick” the system into thinking that the memory card is part of the internal storage. This does not work on all smartphones. On some devices, you just need to move the files, and the game will pick them up automatically upon startup, detecting the absence of data in the internal memory.
⚠️ Attention: The reading speed of microSD memory cards is often lower than the speed of the built-in storage. Transferring games can lead to long loading times, freezes and crashes in open worlds.
Recovering deleted files and backup
Regularly creating backup copies of game progress is a habit that saves hours of gameplay. Before resetting your phone or deleting a game, it is recommended to copy the folder data of a specific game to a safe place: on a computer, in the cloud, or in another protected folder on the phone.
To restore, just return the files to their original positions. However, there is a caveat here: if the game uses server authorization (for example, through Google Play Games or a developer account), local files may be overwritten by server data when you first connect to the Internet. In such cases, a local backup is useless for restoring progress, but can return control settings.
Use specialized backup utilities, such as Swift Backup (requires root) or the manufacturer's built-in backup tools. They know how to package application data into archives that can be easily deployed on a new device. This is more reliable than manual copying through Explorer.
☑️ Checklist before deleting the game
Frequently asked questions (FAQ)
Why don’t I see the Android folder on the computer when I connect the cable?
When When connected via USB in file transfer mode (MTP), the Android system often hides system directories, including /Android/datato prevent the user from accidentally damaging files. To view, use wireless transfer or a file manager directly on your phone.
Is it possible to move a game to an SD card without root access on Android 13?
Officially, the function of transferring applications to a memory card has been removed from Android 10 and higher. Manually moving OBB folders is possible, but it is unstable and depends on the specific smartphone model and the optimization of the game by the developer.
Is it safe to delete files called "cache" inside the game folder?
Yes, files in subfolders cache are temporary. Deleting them will free up space, but the game will create them again the next time you launch, which may cause a short-term decrease in performance or an increase in traffic.
Where are screenshots from games stored?
Usually screenshots are saved not in the game folder, but in a shared directory /Pictures/Screenshots or /DCIM. Some games may have their own folders for media, but this is rare and is usually indicated in the settings of the game itself.
Why does the data folder remain old after reinstalling the game?
The Android system, when deleting an application, sometimes leaves user data in the folder datain order to restore the settings when reinstalling. If you want a clean installation, you must manually delete the residual folder with the game's package name.