Mobile games are becoming more and more demanding on smartphone resources, taking up gigabytes of space on the internal storage. Over time, users experience a lack of free space, which results in system slowdowns or the inability to install new applications. In such a situation, it is critical to understand where temporary information is stored and how to access it for management.
In this article, we will take a detailed look at the structure of the Android file system, methods for manually accessing treasured folders, and safe ways to clear unnecessary data. You will learn the difference between cache and application data and why deleting some files is safe, while others can lead to loss of progress.
Data storage structure: where to look for files
The operating system Android uses a strict hierarchy to store application files. By default, all games are installed in the internal memory of the device, creating their own directories. You can find them through a standard file manager or third-party utilities.
The main cache storage is usually located along the path /Android/data/. Inside this folder there are subfolders with the names of game packages, for example com.rockstargames.gtasa for GTA: San Andreas. This is where graphic resources, audio tracks and other temporary files necessary for quick launch are located.
⚠️ Attention: Direct deletion of folders from
/Android/data/on Android 11 and higher may be blocked by the system. You will need to grant the file manager special permissions through the system file access menu.
In addition, some older or specific games may use the root directory /Android/obb/ to store large archives of content. If you do not find the files in the folder data, be sure to check obb. The naming structure there is similar: a folder with the package name chứa extension files .obb.
Use the file manager "Files by Google" or "Solid Explorer" for easy navigation through system folders, since the standard explorer often hides system directories.
Instructions for manual access to the cache
To open the desired directory, you will need a file manager with access rights to system partitions. Standard Android tools may restrict viewing of folder contents /Android/ for security purposes.
Follow the steps to gain access:
- 📂 Open the Files application or downloaded manager.
- 🔍 Go to the root of the internal storage (Internal Storage).
- 📁 Find the folder
Androidand go into it. - 🎮 Select a subfolder
dataorobbdepending on the type of files.
If you try entering the folder data the system displays a message about the restriction, click the “Allow access” button in the system window that appears. Then select the folder itself Android and confirm the action with the “Allow” button at the bottom of the screen. This will open access to all subdirectories.
☑️ Checking file access
After gaining access, you will be able to see the full list of installed games. Pay attention to the size of the folders - this will help you understand which application takes up the most space. Some modern shooters can take up more than 5 GB due to the cache alone.
Clearing the cache through system settings
The safest and recommended way to free up space is to use the system's built-in tools. This method ensures that you do not delete important save files or configurations necessary for the game to run.
To clean, follow these steps:
- Go to
Settingsyour smartphone. - Go to section
ApplicationsorAll applications. - Find the desired game in the list and click on it.
- Select item
StorageorMemory. - Press the button Clear cache.
It is important not to confuse the “Clear cache” button with the “Clear data” button. The second option will completely reset the game to factory state, deleting your progress, settings and accounts if they are not linked to the cloud. Use it only if you want to reinstall the game from scratch.
What happens when clearing the cache?
When clearing the cache, temporary files that the game loaded to speed up the game (textures, sounds) are deleted. The next time you launch the game, it will download them again, which may take time and bandwidth, but will free up space right away.
System cleaning is especially effective when the game is not working correctly or displays graphics engine errors. Resetting temporary files often solves problems with crashes without the need to completely reinstall the application.
Moving the cache to an SD memory card
Owners of smartphones that support microSD cards often want to transfer heavy games to an external drive. However, in modern versions of Android, this function is limited by application developers and the security system itself.
The table below shows the transfer possibilities depending on the system version and application type:
| Android version | Possibility of transfer | Where the cache is stored | Risks |
|---|---|---|---|
| Android 6-9 | High | Internal memory / SD | Minimal |
| Android 10 | Limited | Mainly internal | Data loss during extraction |
| Android 11-14 | Locked | Strictly internal memory | System errors during manual transfer |
| Android 15+ | Absent | Internal memory | High |
Starting from Android 11, Google has tightened its policy for access to external storage (Scoped Storage). Even if you manually move the cache folder to the SD card, the game may simply not see it and require you to download the data again. This is due to the fact that the application searches for files strictly along the path in the internal storage.
⚠️ Attention: Manually moving cache files to the memory card on new versions of Android often leads to the game stopping starting or displaying the “Files not found” error. It is recommended to use internal memory for active games.
The only legal transfer method is to use the “Move to SD card” function in the application settings, if the developer has provided such an option. If this button is not in the “Storage” menu, then the transfer is technically impossible without root access.
Using ADB for advanced users
For those who are not afraid of the command line, the tool ADB (Android Debug Bridge) provides full control over the file system. This method allows you to delete or move files even where the graphical interface blocks access.
To work, you will need to enable “USB Debugging” in the menu For developers and connect your smartphone to the computer. After installing the drivers and the ADB utility, you can enter commands to manage files.
An example command to view the contents of the cache folder for a specific game:
adb shell ls /sdcard/Android/data/com.example.game/files
To delete the cache via ADB, use the command pm clear, which acts similar to the button in settings, but is performed remotely:
adb shell pm clear com.example.game
This method is useful when the phone interface freezes or the sensor does not respond, but you urgently need to free up space. However, be extremely careful: an error in the package name can lead to the clearing of system application data.
ADB is a powerful tool for experts that allows you to bypass interface limitations, but requires precise command input and a PC.
Access problems on new versions of Android
Users who have updated to Android 13 or Android 14, they often complain about the inability to open the folder Android. This is not a bug, but a security feature designed to protect data from malicious apps.
Standard explorers pre-installed by the manufacturer may simply not show the contents of this directory. The solution is to install a specialized file manager, such as Material Files or CX File Explorerthat correctly requests system permissions.
It is also worth considering that some manufacturers (for example, Xiaomi or Samsung) add their own skins that can hide system folders deeper than usual. In such cases, only turning on the “Show hidden files” mode in the settings of the explorer itself will help.
⚠️ Attention: Settings interfaces and menu item names may differ depending on the smartphone model and firmware version. If you do not find the described item, use the search in your phone settings.
Remember that constant changes to Google's security policies are aimed at protecting your personal data. Bypassing these restrictions should only be done consciously and with an understanding of the risks.
Frequently asked questions (FAQ)
Is it safe to delete the OBB folder?
Deleting the folder obb is only possible if you are ready to download gigabytes again data the next time you start the game. Progress is usually saved separately, but graphic resources will have to be downloaded again, which will require time and the Internet.
Why did the game start to run slower after clearing the cache?
This is normal. The cache contains optimized data for quick access. After cleaning, the processor and disk have to re-process and save these files, which creates a load in the first minutes of the game.
Is it possible to transfer the cache to an SD card without root access?
On modern versions of Android (11+) this is almost impossible without losing the functionality of the game. The system strictly binds paths to internal storage, ignoring external drives for application system data.
Where are game saves stored?
Saves are usually located in a folder /Android/data/[package_name]/files/ or in hidden system directories. Many modern games synchronize progress with the cloud via Google Play Games or the developer account.
How to find the cache size of a specific game?
Go to Settings → Applications → [Select a game] → Storage. The size of the application itself, the size of the user data and the cache size will be separately indicated there.