Mobile device users are often faced with the need to find specific files of an installed game. This may be necessary to create a backup copy, transfer data to a new smartphone, or free up memory space. However, the file system Android is designed in such a way that hiding the contents of folders from prying eyes is one of its key security functions. That is why the simple question “where is the game installed” can turn into a difficult task for a beginner.
In modern versions of the operating system, starting from Android 11, access to system directories was significantly limited. If previously you could easily go to the root of the repository and see all the packages, now the system requires special permissions or the use of third-party tools. Understanding directory structure is critical for those who want to manage their device at an advanced level.
There are several main places where application data can be located. This depends on the type of game, OS version and access rights that the user has. In this article we will analyze in detail the standard paths, features of working with file managers and methods of searching through a computer. You will learn to distinguish between the installation package and cache files, which will allow you to effectively manage the space of your gadget.
Standard paths for installing applications on the Android system
By default, all user applications, including games, are installed in a protected system directory. This path looks like /data/app/. However, getting there without root access is almost impossible for the average user. The system specifically hides these files to prevent accidental deletion of critical components and infection by viruses.
Despite the closed system partition, the bulk of user data is stored in a publicly accessible part of the internal memory. This is where the cache, progress saves and additional game resources are located. The standard path for this data is as follows: /Android/data/ or /Android/obb/. In these folders, each directory is named according to a unique application identifier, the so-called package name.
For example, a popular game may have an identifier of the form com.supercell.clashofclans. Knowing this code, you can easily find the desired folder among hundreds of others. The data storage structure is the same for most devices, be it Samsung, Xiaomi or Google Pixel. The differences may only concern the interface of the file manager, but not the physical structure of the disks.
⚠️ Attention: Directly deleting files from a folder
/Android/data/may lead to loss of progress in the game or its incorrect operation. Always create backup copies before making changes.
Use the “Search” function in the file manager by entering part of the game name to quickly find the desired folder among the many system directories.
Searching game files through the built-in file manager
The easiest way to find a game is to use a standard application “Files” or “File Manager”, which is pre-installed on your smartphone. In the latest versions Android when you try to enter a folder Android the system may issue a warning about access restrictions. You will need to confirm the action by clicking the “Allow” or “Grant Access” button.
After receiving permission, follow the path Internal memory → Android → data. Here you will see a list of folders with names like com.name.game. If you don't know the exact name of the package, use the file search. Enter the name of the game in Latin, and the manager will show the corresponding directories. This is especially convenient when there are a lot of games installed.
For heavy games with high-quality graphics, an additional folder is often used obb. It is located next door: Internal memory → Android → obb. It stores large archives with textures and models, which are loaded upon startup. If you want to completely remove the game manually, you need to clear both directories: and data, and obb.
Access features in Android 11, 12, 13 and later
Starting with the eleventh version of the operating system, Google has implemented a policy Scoped Storage (shared storage). This innovation radically changed the rules for accessing files. Now even advanced file managers cannot simply show the contents of a folder Android/data without the user's explicit consent to access all media files.
When you try to open this directory, you may see an empty folder or an error message. To get around this limitation in standard Explorer, you sometimes need to go into the Files app's settings and manually grant permission to manage all files. In some shells, for example OneUI from Samsung, this process is simplified, but in pure Android it may require several clicks.
Third-party applications such as Total Commander or Solid Exploreroften have their own rights request mechanisms. When you first start it, they may offer to use the system folder selection interface. You will need to click "Use this folder" and confirm the action. After this, access to game files will be restored in full.
⚠️ Attention: The access settings interface may differ depending on the smartphone manufacturer. If the standard method does not work, check the "Special" section. capabilities" in the system settings.
Some users prefer to use a computer to manage files. By connecting your smartphone via USB in file transfer mode (MTP), you can see the same folders through Windows Explorer. However, in new versions of the OS, access to Android/data via a cable can also be blocked for third-party apps.
Why did Google restrict access?
This was done to improve security. Attackers can no longer quietly replace game files or steal data from the cache of other applications without the user's knowledge.
Using ADB to gain full access to paths
For those who are not afraid to work with the command line, the tool ADB (Android Debug Bridge) provides unlimited possibilities. It allows you to view the file system as the system itself sees it, bypassing the graphical limitations of the interface. To do this, you will need to enable “USB Debugging” in the “For Developers” menu.
Connect your smartphone to your computer and open the terminal. Enter the command to enter the device shell: adb shell. After a successful connection, you will be inside the phone's file system. To find out the exact installation path for a specific game, you can use the command pm path indicating the package name.
adb shell pm path com.example.game
The system will return the path to the base APK file, which is usually located in /data/app/. To view the contents of data folders, you can use the command ls. For example, ls /sdcard/Android/data will show a list of all user data. This method works stably on any version Android, since it works at the system level, not the application.
☑️ Preparing to work with ADB
Table of location of the main types of game data
To make it easier for you to navigate, we have compiled a summary table of paths. It will help you quickly determine where to look for a specific file type depending on your purposes.
| Data type | Folder path | Access without Root | Description |
|---|---|---|---|
| Installation file (APK) | /data/app/ |
No (ADB only) | Executable application code |
| Cache and settings | /Android/data/[package_name]/ |
Yes (with permission) | Temporary files, logs, settings |
| Resources (OBB) | /Android/obb/[package_name]/ |
Yes (with permission) | Heavy files: textures, music |
| Game saves | /Android/data/.../files/ |
Yes (with permission) | Player progress, saves |
Please note that the path /sdcard/ is a symbolic link to the user's internal memory. So when you see the path /sdcard/Android/data, it is the same as /storage/emulated/0/Android/data. Understanding this logic makes it easier to navigate when working with different tools.
The OBB folder is critical for running heavy games. If you are transferring the game to another phone, be sure to copy the contents of this directory.
How to find the batch name of the game to search for a folder
The main difficulty with manual search is that the folders are not called “Call of Duty” or “Minecraft”, but by technical identifiers. To find the desired directory, you need to know package name application of interest. You can do this in several ways without installing unnecessary software.
The fastest method is through the phone settings. Go to Settings → Applications, find the desired game in the list and open its page. An identifier is often indicated at the very top or in the “Advanced” section. If it is not there, you can use application stores.
Go to the game page in Google Play via a browser. Look at the address bar: after the symbol id= the very name of the package will be indicated. For example, in the link play.google.com/store/apps/details?id=com.king.candycrushsaga the package name is the part after the equal sign. Copy it and use it to search in your file manager.
There are also lightweight utilities that show information about all installed applications. They display a list of packages in a convenient way, allowing you to copy the name with one touch. This saves time if you need to find paths for several games at once.
⚠️ Attention: Do not confuse the name of the application in the store and its system name. They often differ, especially for games from different publishers with similar names.
Is it possible to change the name of the folder?
Technically, you can rename the folder, but the game will stop starting because it looks for data in a strictly defined path. Return the name back to restore functionality.
Frequently asked questions (FAQ)
Why can’t I see the Android folder in the file manager?
In new versions of Android, this folder is hidden by default to protect data. Try going to the file manager settings and enabling the display of hidden files or giving the application full access to the storage through the system confirmation window.
Is it possible to transfer the game to an SD card manually?
Yes, you can move folders from Android/data and Android/obb in the internal storage to the corresponding folders on the SD card. However, the game may not see the files if it is hard-coded to work only with internal memory.
Where are game saves stored without the Internet?
Local saves are usually located in a subfolder files inside the directory Android/data/[package_name]/. If the game uses cloud saves (Google Play Games), then local files may be encrypted or missing.
Is it safe to delete files from the OBB folder?
Deleting files from OBB will free up space, but the game will lose access to resources (graphics, sounds). The next time you start it will have to download them again if there is a network connection, or the game simply will not start.
How to find the size of the game through the file manager?
Press and hold your finger on the game folder in the directory data or obb, then select "Properties" or "Information". The exact size of the occupied disk space will be indicated there.