Have you ever wondered where exactly games are installed on your smartphone Samsung? These files take up gigabytes of memory, but finding them manually is not an easy task. Unlike photos or music, games are distributed across several system folders, some of which are hidden from the user. Moreover, on devices Samsung with a shell One UI the storage structure may differ from โpureโ Android.
In this article we will analyze in detail where game files are physically located on smartphones Galaxy S24, A55, Z Fold 6 and other models. You will learn how to find APK filescache, save data and OBB folders, as well as the difference between storing games on internal memory and microSD. We will separately dwell on the nuances for rooted devices and ways to free up space without deleting games.
We warn you right away: some paths require access to hidden system partitions, and changing them may disrupt the operation of applications. If you are not sure of your actions, use standard tools Samsung to manage memory.
1. Standard paths for storing games on Samsung
By default, all games from Google Play installed in the internal memory of the device. The main directories where they can be found:
- ๐
/data/app/โ installed games are stored here (root access is required for access). APK files installed games (requires root access to access). - ๐
/data/data/โ folder with user data (saves, settings, cache). Each game has its own subfolder of the formcom.game.developer. - ๐ฎ
/Android/obb/โadditional game files (graphics, levels, sounds). Often weighs several gigabytes. - ๐
/Android/data/- cache and temporary files (can take up to 50% of the game volume).
For example, if you installed Genshin Impact, its files will be distributed like this:
- APK:
/data/app/com.miHoYo.GenshinImpact-1/ - Data:
/data/data/com.miHoYo.GenshinImpact/ - OBB:
/Android/obb/com.miHoYo.GenshinImpact/(filemain.1.com.miHoYo.GenshinImpact.obb) - Cache:
/Android/data/com.miHoYo.GenshinImpact/
Important! Folders /data/ and /data/app/ hidden from a user without root access. They can only be seen through ADB or file managers like FX File Explorer with superuser mode enabled.
2. How to find games through Samsung's built-in tools
Don't want to dig through system folders? Samsung offers several ways to manage games without manual search:
- Applications menu: Go to
Settings โ Applications, select the game and click "Storage". The occupied space and the "Clear cache" button are displayed here. - My Files: Open the standard file manager, go to
Internal storage โ Android โ obbordata. - Game Launcher: Some models (for example Galaxy S23 Ultra) have a separate launcher for games. It shows a list of installed games and their size.
To quickly access games, you can use search by device: swipe down on the main screen and enter the name of the game. The system will show its location and occupied space.
If the game is not displayed in My Files, try turning on the display of hidden files: click on the three dots in the upper right corner โ "Settings" โ "Show hidden files."
3. Transferring games to a microSD memory card
Many games (especially heavy ones like Call of Duty Mobile or PUBG) support transfer to microSD. However, there are nuances:
- โ ๏ธ Not all games allow you to transfer main files - only the cache or OBB.
- โก After transfer, the game may run slower (depending on the class of the memory card).
- ๐ When you remove the microSD, the game will stop starting.
How to transfer a game to a memory card:
- Open
Settings โ Applications. - Select the game and click "Storage".
- If the "Change" option is available, select
Memory card. - Confirm the transfer (may take a few minutes).
For games that do not support transfer, you can manually move the folder OBB to microSD and then create a symbolic link (root required). However, this is risky - if there is an error, the game will stop launching.
โ๏ธ Preparing to transfer the game to microSD
4. Where are game saves stored on Samsung
Game saves (save files) can be located in different places depending on the type of game:
| Game type | Path to saves | Required root? |
|---|---|---|
| Offline games (for example, Minecraft) | /data/data/game_package/files/ or /games/ |
Yes |
| Online games with cloud saves (Genshin Impact) | Developer server (not stored locally) | No |
| Games with support for Google Play Games (Clash of Clans) | Google Cloud (synchronizes automatically) | No |
| Emulators (for example PPSSPP) | /storage/emulated/0/PSP/SAVEDATA/ |
No |
To back up saves without root, use built-in game tools (for example, export to the cloud) or specialized applications like Swift Backup (requires an unlocked bootloader).
How to restore saves after reset the phone?
If the game supports Google Play Games, log in to the same account - the saves will be loaded automatically. For local saves, you will need a backup copy of the folder /data/data/game_package/, which can be restored via Titanium Backup (root required).
5. How to free up space without deleting games
Games take up a lot of space not only because of the APK files themselves, but also because of cache, OBB and data. unnecessary:
- ๐งน Clearing the cache:
Settings โ Applications โ [Game] โ Storage โ Clear cache. This is safe - the cache will be restored the next time you start. - ๐ Deleting OBB files: If the game has already been deleted, but the folder
/Android/obb/remains, it can be deleted manually via My Files. - ๐ Data compression: Some games (for example, Asphalt 9) allow you to compress texture packs in the settings.
- โ๏ธ Transfer to the cloud: Games supporting Google Play Games can store saves in the cloud, freeing up internal memory.
Important: Never delete the folder /data/data/game_package/ manually - this will reset all saves and may break the game.
Regularly clearing the game cache can free up up to 1โ3 GB of memory without deleting the games themselves.
6. Finding games on rooted Samsung devices
If your Samsung has root accessyou get full control over game files. Here's what you can do:
- ๐ View and edit files in
/data/app/and/data/data/via Root Explorer. - ๐ Transfer games to microSD from using
App2SDorLink2SD(even if the game does not support it by default). - ๐ฆ Change OBB files for modding (for example, add unofficial textures).
- ๐ง Modify
build.propto deceive games into supporting unmaintained devices.
To access system folders, use commands ADB:
adb shellsu
ls /data/app/ | grep "com.game"
Warning: Incorrect editing of system files can lead to bootloop (loop loading) or data loss. Always make a backup copy TWRP before making changes.
7. Frequent problems and their solutions
When working with game files on Samsung users encounter typical errors:
โ ๏ธ Attention: If after transferring the game to microSD it does not start, check whether the game supports Adoptable Storage (Android function for formatting the card as internal memory). On Samsung s One UI this function is often disabled.
- ๐ซ "Not enough memory" when installing a game: Clear the cache or transfer other games to microSD. If the problem persists, check if the partition is full
/data(root required). - ๐ The game crashes after the update: Delete the cache and game data in
Settings โ Applications. If it doesn't help, reinstall the game. - ๐ฑ I donโt see the folder OBB: Enable the display of hidden files in My Files or use Solid Explorer.
- ๐ No access to
/data/: Without root, these folders are inaccessible. Use ADB for limited access:
adb shell pm path com.game.package
If the game stops starting after manipulating the files, try:
- Reboot the device.
- Clear game data (will delete save!).
- Reinstall the game.
- Check the integrity of the OBB files (download them again from the official source).
FAQ: Frequently asked questions about storing games on Samsung
Is it possible to transfer the game to microSD if there is no such option in the settings options?
Yes, but you will need root access. Use applications like App2SD or Link2SDthat create symbolic links. Without root, transfer is not possible for most games.
Alternative method: copy the folder OBB to a memory card, and then replace the original folder with a symbolic link via Terminal Emulator:
su
ln -s /storage/XXXX-XXXX/Android/obb/com.game /sdcard/Android/obb/com.game
Why does the OBB folder remain after deleting the game?
Android does not delete OBB files automatically, since they can be used by multiple versions of the game or by different users (on devices with multiple accounts). Delete the folder manually via My Files.
How to find the game package ID (for example, com.game.name)?
There are several ways:
- Via Google Play: open the game page in the browser - the ID will be in the URL (for example,
https://play.google.com/store/apps/details?id=com.miHoYo.GenshinImpact). - Via ADB:
adb shell pm list packages | grep "game" - Via App Inspector (an application for analyzing installed apps).
Can I play with a microSD if it is connected to another phone?
No. Games are linked to:
- Unique Android ID device.
- Installation paths (for example,
/data/app/com.game-1/). - Access rights (on another phone the game will not see the files).
Exception: if you copy the entire folder /data/data/ and restore it on another rooted device with the same Android ID (which is almost impossible).
How to learn how much space the game takes up along with the cache and OBB?
Open Settings โ Applications โ [Game] โ StorageHere. displayed:
- Application memory โ APK itself.
- Data user โ saves and settings.
- Cache โtemporary files.
To see the size of the OBB, go to My Files โ Android โ obb and check the weight of the game folder.
Now you know where exactly the games are stored on Samsunghow to manage them and optimize space. If you need help with a specific model (for example, Galaxy Z Flip 6 or Galaxy Tab S10), clarify this in the comments - we will supplement the manual with details for your device.