Folder Android/data is a hidden storage where applications save their working files: cache, settings, downloaded media and progress in games. When you open it through a file manager and see an empty directory, it causes panic: where did the saves from games, downloaded documents or messenger data go? The reasons can be both harmless (hidden system settings) and critical (file system damage).
In this article we will analyze all possible scenarios - from banal user errors to hardware errors failures. You will learn how to check the real state of the folder, recover lost data and prevent the problem from recurring. We will pay special attention to cases when the folder is empty only for specific applications (for example, WhatsApp or Telegram), but works with others - this is a key diagnostic sign.
Before to begin active actions, answer two questions:
- Do you see a folder
Android/dataat the root of the internal memory, but it is empty? - Or is there no folder at all (even after turning on the display of hidden files)?
The solution algorithm depends on this. It is also important to remember: some manufacturers (Xiaomi, Huawei, Samsung) modify standard Android behavior, which may affect the visibility of data.
1. Why the Android/data folder seems empty: 5 technical reasons
Let's start with the most common and easily fixable reasons. Often the problem is virtual in nature - the data is there, but the system does not show it due to settings or restrictions.
๐น Showing hidden files is disabled
Many file managers hide system folders by default. In Total Commander or FX File Explorer you need to manually enable the "Show hidden files" option in the settings. In a standard explorer Android (for example, on Samsung or Pixel) this option may be called "Show system files".
๐น Access restrictions for file managers
From version Android 11 Google has tightened its storage access policy. Applications now require special permissions to work with other app folders. If your file manager did not request access rights to Android/data, it simply will not see its contents.
๐น The folder is empty only for a specific application
This is typical for games or instant messengers that store data in the cloud. For example, WhatsApp by default saves media files to WhatsApp/Media, and not to Android/data/com.whatsapp. The last folder may be empty if you are not using the beta version or additional features.
๐น Reset or update Android
After a factory reset or major system update (for example, from Android 12 to Android 13), the folder structure may change. Old data is sometimes transferred to Android/obb or archived to Android/backup.
๐น File system damage
If the smartphone was incorrectly disconnected from the PC during file transfer or recording failures occurred, the file system (usually F2FS or ext4) could be damaged. In this case, the folder will be empty even for rootuser.
โ ๏ธ Attention: On devices with MIUI (for example, Redmi Note 10 or POCO X3) folder Android/data can be hidden even if showing hidden files is enabled. Try using an alternative explorer, for example Solid Explorer.
2. How to check the real state of a folder: 3 methods
Before you panic, make sure that the folder is really empty and not just hidden. Here are three reliable diagnostic methods:
๐ Method 1: Through ADB (Android Debug Bridge)
This is the most accurate method, as it bypasses the limitations of file managers. Connect your smartphone to the PC, enable USB Debugging in the developer settings and run the command:
adb shell ls -la /sdcard/Android/data
If the folder is not empty, you will see a list of subfolders with access rights. If the command returns Permission denied, try:
adb shellsu
ls -la /sdcard/Android/data
(requires root access).
๐ Method 2: Through the File Manager+ application (from Google)
Install the official application Files by Google from Play Market. It has extended access rights to system folders. Go to the "Trash" section - sometimes "empty" files are actually moved there.
๐ Method 3: Checking through Recovery Mode
If the smartphone supports TWRP or another custom recovery, boot into it and check the folder through the built-in file manager. This will help eliminate the influence of the running system on the display of data.
| Method | Requires root | Shows hidden files | Works on non-root devices |
|---|---|---|---|
| ADB | No (but you need rights for su) |
Yes | Yes (with restrictions) |
| Files by Google | No | Partially | Yes |
| TWRP | Yes (for installation) | Yes | No |
| Solid Explorer | No | Yes (for setup) | Yes |
โ ๏ธ Attention: On devices with Android 10+ and a file system F2FS (for example, Samsung Galaxy S20 or OnePlus 8) commands ls via ADB may show empty folders due to the mounting features. In this case, only checking through recovery will help.
3. The folder is really empty: what to do?
If the diagnostics confirmed that the folder Android/data is empty, we proceed to recovery. The actions depend on the cause:
๐ง If the problem is after. Android updates:
Return to the previous firmware version (downgrade) or reset the settings while saving the data (option Wipe Dalvik Cache in recovery). On some devices (Samsung, Xiaomi), after the update, the data is transferred to Android/backup โcheck. it.
๐ง If the folder is empty for one application:
Uninstall and reinstall the problematic application. For example, for Telegram the data is stored in Android/data/org.telegram.messenger. After reinstallation, the folder will be restored, but local files (for example, downloaded videos) will have to be downloaded. again.
๐ง If the cause was a settings reset:
Use backups. Most applications (for example, WhatsApp, Viber) synchronize data with the cloud. For games with local saving (for example, Genshin Impact), check the folder. Android/obb โ sometimes save files (.sav or .dat) remain there.
๐ง If file system corruption is to blame:
Connect your smartphone to the PC and check the disk via chkdsk (for Windows) or fsck (for Linux/Mac). On Android, this is done through recovery with the command:
fsck.f2fs /dev/block/mmcblk0pX
(where X is the partition number, usually p28 or p29 for user data).
Check for backups in Google Drive
Disable automatic updating of problematic applications
Save the IMEI and serial number of the device (in case of a reset)
Connect the charger (the process may take several hours)-->
4. How to prevent data loss in the future
To prevent the folder Android/data from being empty again, follow these rules:
๐ Set up automatic backup
In Android settings, go to System โ Backup and enable "Backup to Google Drive" option. This will save app data, Wi-Fi settings, and call history. For games, use built-in cloud saves (for example, Google Play Games).
๐ Use alternative storage
Some applications (for example, Kodi or VLC) allow you to specify custom folders for storing data. Reconfigure them to save files to Download or to an SD card.
๐ Check the integrity of the file system regularly
Install the application SD Maid or Files by Google to presence of "junk" files and errors. These utilities can find damaged symbolic links that can lead to "disappearance" of folders.
๐ Avoid interruptions when working with files
Do not remove the SD card or disconnect the USB cable while data is being transferred. On Android 9+ this may damage FUSE (Filesystem in Userspace), which will make folders invisible.
If you often work with files via a PC, disable the โBetter Performanceโ option in the USB connection settings. This will reduce the risk of data corruption in the event of a sudden shutdown.
5. Frequently asked questions about specific applications
The problem with an empty folder Android/data often manifests itself selectively - only for individual apps. Let's look at the most common cases.
๐ฎ Games (Genshin Impact, PUBG, Call of Duty Mobile)
The folder Android/data for games usually contains:
- ๐
filesโ local saves and configs - ๐
cacheโ temporary files (can be deleted) - ๐
obbโ additional resources (maps, textures)
If the folder is empty, but the game is running, then the data is stored in the cloud (for example, via Google Play Games or Mi Account for Xiaomi). To restore local saves, try:
- Delete the game.
- Install it again.
- Login to your account - the data will be downloaded from the cloud.
๐ฌ Messengers (WhatsApp, Telegram, Viber)
For these applications, the folder Android/data is often empty because:
- ๐ The main files (photos, videos, voice) are stored in
WhatsApp/MediaorTelegram/Telegram Images. - ๐ Chat databases (
msgstore.db) are located in/data/data/com.whatsapp/databases(available only with root). - ๐ Telegram By default, the cache is stored in the cloud, not locally.
To restore media files, check the folder Download or use the "Restore Media" function in the settings messenger.
๐ท Applications for photos (Google Photos, Gallery)
The folder here Android/data may be empty if:
- ๐ธ You are using cloud synchronization (photos are automatically deleted from the device after downloading).
- ๐ธ The application settings indicate saving files to the SD card.
- ๐ธ The "Free up space" option is enabled in Google Photos.
Check the storage settings in the application itself and the folder DCIM/Camera - often photos are duplicated there.
What to do if the Android/data folder is empty after flashing
If you flashed your smartphone via Fastboot or ODIN, and the folder was empty, this means that the partition /data was formatted In this case:
1. Check the backups in TWRP/Backups (if you made a backup).
2. Use data recovery apps (DiskDigger, Recuva) - but the chances are low, since after formatting the data is overwritten.
3. If the firmware was โdirtyโ (without wipe), try returning to the old version of Android - sometimes the data remains in unmounted partitions.
6. Hardware reasons: when the smartphone itself is to blame
If software methods did not help, the problem may lie in the hardware. Let's look at the hardware reasons and their symptoms:
๐ ๏ธ Flash memory damage (eMMC or UFS)
Symptoms:
- ๐ The smartphone suddenly reboots when accessing files.
- ๐ Folders appear and disappear.
- ๐ There are many errors in
logcat(viewed via ADB)E/Storage.
Solution: Replace the memory module. On modern smartphones (Samsung Galaxy S22, iPhone 13) this is done only in a service center, since the chip is sealed.
๐ ๏ธ Problems with the memory controller
If the smartphone was dropped or overheated, the controller that controls access to the storage could be damaged. Signs:
- ๐ก๏ธ The device gets very hot when working with files.
- ๐ก๏ธ Read/write speed drops to 1-2 MB/s (checked through AndroBench).
- ๐ก๏ธ V
dmesg(via ADB) there are errorsmmc0: error -110.
Solution: Diagnostics in the service. Sometimes flashing helps abl (section with the controller bootloader).
๐ ๏ธ Oxidation of SD card slot contacts
If you use external memory card, and the folder Android/data on it is empty, check:
- ๐ฑ The slot contacts for oxidation (clean with alcohol).
- ๐ฑ Format the card in FAT32 or exFAT (not NTFS!).
- ๐ฑ In the storage settings (
Settings โ Storage) select the card as internal storage (if supported).
โ ๏ธ Attention: On devices c UFS 3.1 (for example, Samsung Galaxy S21, OnePlus 9) memory damage is often disguised as software errors. If your smartphone starts to malfunction after being dropped or exposed to moisture, do not try to restore the data yourself - this may worsen the problem. Contact a service with recovery equipment. chip-off recovery.
7. Alternative methods of storing data
If the folder Android/data is regularly cleared or the data in it is lost, consider alternative storage options:
โ๏ธ Cloud services
- ๐ Google Drive - 15 GB free, integration with Android.
- ๐ Yandex Disk โ 10 GB free, automatic photo upload.
- ๐ Mega โ 20 GB free, data encryption.
Set up automatic synchronization for critical folders (for example, WhatsApp/Databases).
โ๏ธ Local network storage
- ๐ฅ๏ธ Nextcloud or OwnCloud โ deploy your cloud on a home server or NAS.
- ๐ฅ๏ธ Samba server โ connect a network folder as a disk.
Applications like FolderSync can synchronize Android/data with network folders.
โ๏ธ External drives
- ๐พ OTG flash drive โconnect via a USB-C/MicroUSB adapter.
- ๐พ Portable SSD โfor example, Samsung T7 (up to 1 TB, speed 1000 MB/s).
Use applications like USB OTG Checkerto check compatibility.
โ๏ธ Specialized applications for backup
- ๐ฑ Swift Backup (requires root) - creates backup copies of application data.
- ๐ฑ Titanium Backup - saves and restores
APK+ data. - ๐ฑ OAndBackup - open analogue without root (limited functionality).
If you use external SD card as internal storage (Adoptable Storage function), regularly check its health via smartctl or SD Card Tester. Such cards wear out faster due to constant recording.
FAQ: Answers to frequently asked questions
The Android/data folder is empty, but the disk space is occupied. Where did the files go?
This is typical for Android 10+where the mechanism Scoped Storageis used. Application data can be stored in encrypted containers that are invisible to file managers. Check:
- Folder size via ADB:
adb shell du -sh /sdcard/Android/data. - Storage settings in the problematic application (for example, Telegram "Save media in the cloud" may be enabled).
- Availability of files in
/data/data/package name(requires root).
If the space is busy but the files are not visible, they are most likely encrypted. It is impossible to restore them without a backup copy.
Is it possible to manually create the Android/data folder if it does not exist?
No, this will not help. The folder Android/data is created automatically when installing the first application, and its structure is managed by the system. If you create it manually: Applications will not be able to write data to it (there are not enough rights). from
- ๐ซ Applications will not be able to write data to it (not enough rights).
- ๐ซ The system may delete it the next time it starts.
Try this instead:
- Install any application from Play Market (for example, Google Keep).
- Reboot your smartphone.
- Check the folder again - it should appear.
After resetting the settings, the Android/data folder is empty. How to return the data?
If you made a backup copy via Google Account:
- When you first start after the reset, select the "Restore data" option.
- Log in to the same account Googlethat was used before the reset.
- Wait - recovery may take several hours.
If there is no backup:
- ๐ Use DiskDigger or Recuva to scan the internal memory (chances are low).
- ๐ Check the folder
Android/backupโ sometimes data is copied there before the reset. - ๐ Contact the service - if the reset was done recently, specialists can restore the data via chip-off.
โ ๏ธ Attention: Do not write new files to your smartphone after the reset - this reduces the chances of restoring old data.
The Android/data folder is empty for only one game. How to fix it?
This is a typical problem for games with cloud saves (for example, Clash of Clans, Brawl StarsProcedure:
- Delete the game.
- Install it again. from Play Market.
- Log in to your linked account (Google Play Games, Supercell ID, Facebook).
- Wait for synchronization - progress should be downloaded from the cloud.
If the game is offline (for example, Minecraft), check:
- ๐ Folder
Android/obbโlevel files may be there (.obbor.zip). - ๐ Game settings - perhaps the save path has been changed to a custom one.
Can an antivirus delete files from Android/data?
Yes, but extremely rarely Modern antiviruses (Dr.Web, Kaspersky, Bitdefender) do not delete them. files from Android/data without your confirmation. Exceptions:
- ๐ก๏ธ You manually selected the "Remove all threats" option without scanning.
- ๐ก๏ธ The antivirus detected a malicious file in the application folder (for example, a modified
lib.sopirated file game). - ๐ก๏ธ An aggressive "cleaner" like Clean Masteris used, which incorrectly classified files as garbage.
What to do:
- Check the antivirus log for deleted files.
- Restore files from quarantine (if they are there).
- Reinstall the problematic application.