Did you open the internal memory of your smartphone through the file manager, go to the folder Android/data and saw that it was empty? Or, even worse, important application files (game saves, messenger downloads, app caches) suddenly disappeared? This problem occurs on devices running Android 10 and newer, and its causes are not always obvious. In some cases, the data is simply hidden from the user, in others it is actually deleted. Let's take a look at why this happens and what to do.
Folder Android/data is a system directory where user application data is stored: from saves in games to downloaded files in instant messengers. In older versions of Android (up to and including 9), access to it was open, but with the release Android 10 Google tightened the security rules. Now the system can hide the contents of this folder even from the owner of the device - and this is not always a bug, but often a feature of the operation of Scoped Storage (limited storage). However, an empty folder is not always associated with Android limitations: sometimes crashes, viruses or incorrect user actions are to blame.
In this article we will look at all the possible reasons why the folder Android/data looks empty, as well as ways to restore access to data - from simple (enabling display of hidden files) to complex (working with ADB and restoring through backups). If you encounter this problem after updating the system, resetting settings or installing custom firmware, here you will find a solution.
1. Scoped Storage: why Android hides the data folder from the user
Starting with Android 10 (API 29), Google introduced a mechanism Scoped Storage โa storage access control system designed to improve security and privacy. Under this model, applications only have access to their own folders in Android/data, and the user by default does not see their contents through standard file managers. This is not a bug, but planned behavior of the system aimed at protecting data from unauthorized access.
How it works in practice:
- ๐ Applications see only their folder in
/Android/data/package name(for example,/Android/data/com.whatsapp). - ๐๏ธโ๐จ๏ธ The user through a file manager (for example, Files by Google or Total Commander) sees the folder
Android/data, but it looks empty. - ๐ Access to other people's data is possible only through
ADBor with rights root.
If your smartphone works on Android 10+ and you do not use root-access, then the folder is empty. data is normal behavior. However, there are ways to bypass the restrictions:
2. The folder is really empty: possible reasons for deleting data
If the contents of the folder Android/data are not just hidden, but actually deleted, this may be due to:
| Reason | Symptoms | Can it be restored? |
|---|---|---|
Resetting settings (Factory Reset) |
The folder is empty after resetting via Settings โ System โ Reset |
โ No (if there was no backup) |
| Clearing cache/data manually or through optimizers | Data from a specific application (for example, saving a game) has disappeared | โ ๏ธ Partially (via Google Play Games or the cloud) |
| System update with errors | The folder became empty after installing a new version of Android | โ ๏ธ Possibly (via ADB or root) |
| Virus or malware | The folder was cleared by itself, suspicious files appeared | โ ๏ธ Possibly (after disinfecting the device) |
The most common cause of data loss is cleaning through the app menu. Many users confuse the "Clear cache" and "Clear data" buttons in the application settings (Settings โ Applications โ [Application name] โ Storage). The first deletes temporary files, the second - all user data, including saves and downloads.
โ ๏ธ Attention: If you used functions like โOptimizationโ in Clean Master, CCleaner or similar utilities, there is a high probability that the data was permanently deleted. These apps are often cleaned. folder Android/data as โgarbageโ, without warning about the consequences.
3. How to check whether the data is hidden or deleted?
Before you panic, make sure that the files are really deleted and not just hidden by the system:
Try to open the folder through. another file manager (for example, FX File Explorer or Solid Explorer)
Install the application Root Browser (if you have root-access)
Connect your phone to the PC and check the folder via Windows Explorer or Mac Finder
Use ADB to view the content (command below)
Check whether applications whose data should be stored in the folder are running (for example, downloaded files in Telegram)
-->
The most reliable way is to use ADB (Android Debug Bridge). USB
- Turn on USB debugging in developer settings (
Settings โ About phone โ Build number (7 taps) โ For developers โ USB debugging). - Connect your phone to the PC and run the command:
adb shell ls /sdcard/Android/dataIf the folder is not empty, you will see a list of subfolders with the names of application packages (for example,
com.whatsapp,com.tencent.ig).
If the command returns an empty list, the data is actually deleted. If the list is there, but the file manager does not show the files, the problem is limitations. Scoped Storage.
What to do if ADB does not recognize the device?
If the command adb devices does not show your phone, install drivers for your model (for example, Google USB Driver for Pixel or Samsung USB Driver for devices (MTP) Android/data Samsung). Also check that in the USB connection settings you have selected File Transfer (MTP), not Charger.
4. How to regain access to hidden data in Android/data
If the files are not deleted, but simply hidden by the system, there are several ways to get them back:
Method 1: Use a file manager that supports Scoped Storage
Some managers (for example, FX File Explorer or Mixplorer) are able to bypass restrictions Scoped Storage. To do this:
- Install FX File Explorer from Google Play.
- Go to
Settings โ Storage accessand enable the optionShow hidden files. - In the main menu, select
Internal Storage โ Android โ data.
If the manager asks for permission to access the folder, confirm it. In some cases, you will need to provide access via ADB:
adb shell pm grant nextapp.fx pm.READ_EXTERNAL_STORAGE
Method 2: Connect via a PC with debugging enabled
On a computer with Windows or macOS:
- Connect your phone via USB in mode
MTP. - Open
Command Line(Windows) orTerminal(macOS). - Run:
adb shellsu
ls /sdcard/Android/data(If not root, skip the command
su.)
โ ๏ธ Attention: On some firmware (for example, MIUI from Xiaomi or One UI from Samsung) even with root-access may require additional permission viaADB. Use the command:adb shell appops set [package.manager name] MANAGE_EXTERNAL_STORAGE allowReplace
[name.package.manager]with your file manager package (for example,com.alphainventor.filemanagerfor File Manager+).
Method 3: Restore data via backup
If files are deleted, but you had synchronization enabled:
- ๐ฎ For games: check Google Play Games (
Settings โ Account โ Restore saves). - ๐ For files: use Google Drive or backups in the application cloud (for example, Telegram Cloud for chats).
- ๐ฑ For system data: restore via
adb backup(if you made a backup earlier).
If you regularly lose data from Android/data, set up automatic backup via Titanium Backup (requires root) or Swift Backup (works on some devices without root).
5. How to prevent data loss in the future
To avoid repeated problems with the folder Android/data, follow these rules:
The most reliable protection is regular backups. Even if data is lost, you can restore it in a few minutes.
- ๐ Enable automatic synchronization for critical applications (games, instant messengers, cloud storage).
- ๐ก๏ธ Do not use โoptimizersโ type Clean Master โthey often delete important data, disguising it as โgarbage.โ
- ๐ฒ Before resetting the settings copy the folder
Android/datato a PC or to the cloud (if you see it throughADBor root). - ๐ง Update Android carefully: some firmware (especially custom) can reset permissions to access to storage.
If you often work with important data in applications (for example, game saves or project files), consider storing them outside Android/data. Many apps allow you to specify a custom save folder - move it to Download or Documentswhere access is not limited Scoped Storage.
6. Frequent user errors and how to avoid them
Many problems with the folder Android/data arise due to incorrect user actions:
| Error | Consequences | How to avoid |
|---|---|---|
Clearing application data via Settings โ Storage โ Clear data |
Delete all user application files (saves, downloads, settings) | Use only Clear cacheif you are not sure of the consequences |
| Usage Clean Master or similar "optimizers" | Automatic removal of folders from Android/data as "garbage" |
Uninstall such apps and clear the cache manually |
| Reset settings without backup | Complete loss of data in Android/data and other system folders |
Before resetting, copy important files to your PC or to the cloud |
| Updating custom firmware without wipes | Permission conflicts and loss of access to data | Always make a backup before flashing the firmware and follow the developer's instructions |
It is especially dangerous delete folders manually through a file manager with rootaccess. For example, if you manually delete a folder, you will lose all media files and chats, even if the application itself remains installed. It will be impossible to restore them without a backup copy. /Android/data/com.whatsapp, you will lose all media files and chats WhatsApp, even if the application itself remains installed. It will be impossible to restore them without a backup copy.
โ ๏ธ Attention: On some devices (for example, Samsung s One UIs) the folder Android/data may be protected additional mechanisms Knox. In this case, even rootaccess does not guarantee complete control over files. Before experimenting with system folders, check the documentation for your model.
7. Recovering deleted data: possible methods
If files from Android/data were deleted, the chances of recovery depend on how long ago this happened and whether the device was used after deletion. Here are the possible methods:
Method 1: Data recovery apps
Specialized utilities (for example, DiskDigger, EaseUS MobiSaver, Recuva for PC) can find and restore deleted files if their disk space has not yet been overwritten. To do this:
- Install the app on your PC (not on your phone!).
- Connect your phone in mode
MTP. - Select an internal memory partition and start scanning.
- Save the recovered files to your PC, not back to your phone.
Important: do not install recovery apps on the device itselffrom which files are deleted - this reduces the chances of success, since new data can overwrite old ones.
Method 2: Recovering through Android backups
If the function was enabled on the device Android backup (Settings โ Google โ Backup, try restoring the data:
- Go to
Settings โ Google โ Backup. - Make sure that the backup was created (the date must be before the files were deleted).
- Reset the settings and when setting up the device for the first time, select restoring from the backup.
Please note: Android backups do not save all data from Android/data, but only application settings and some user data (for example, messages in SMS, but not downloaded files in instant messengers).
Method 3: Contacting the application developer
If we are talking about data from a specific application (for example, saves in the game), contact the developer support. Some companies (for example, Supercell for Clash of Clans or Niantic for Pokรฉmon GO) can restore an account or progress upon request if it was linked to Google Play Games or social networks.
What to do if the restoration did not help?
If none of the methods worked, the last hope is to contact a service center. Some workshops specialize in recovering data from the internal memory of Android devices via chip-off (direct reading of the memory chip). This is expensive and does not guarantee 100% results, but in critical cases (for example, if the folder contained important work files) it can help.
FAQ: Frequently asked questions about the Android/data folder
Is it possible to manually transfer files from Android/data to another location?
Yes, but with caveats:
- If you have rootaccess, you can copy files via Root Explorer or
ADB. - Without root some file managers (for example, Mixplorer) allow you to do this through
ADB-commands. - Important: after the transfer, the application may not see the files in the new location. For example, if you manually transfer game saves from
Android/datatoDownload, the game will not be able to load them.
Why did the data folder become empty after updating Android?
This is due to changes in the storage access policy in new versions of Android. Starting from Android 10, the system can reset access permissions to Android/data after updating. Solutions:
- Check the folder via
ADB(as described above). - If the files are there but not visible, use a supported file manager Scoped Storage.
- If the files are indeed deleted, try restoring them through a backup or recovery apps.
Is it possible to disable Scoped Storage to see all files?
Technically yes, but this requires deep changes in the system:
- On Android 10 you can roll back restrictions via
ADB:adb shell settings put global hidden_api_policy 1(does not work on all devices and may break some functions).
- On Android 11+ disable Scoped Storage without root almost impossible.
- On custom firmware (for example, LineageOS) you can disable restrictions through the developer settings.
โ ๏ธ Warning: disabling Scoped Storage may disrupt the operation of some applications and reduce the security of the device.
How to protect data in Android/data from accidental deletion?
Follow these recommendations:
- ๐ Set up automatic backups for critical applications (for example, through Google Play Games for games).
- ๐ Regularly copy the contents of the folder to your PC via
ADB:adb pull /sdcard/Android/data C:\Backup\Android_data - ๐ซ Avoid memory โoptimizersโ and cache clearing through third-party utilities.
- ๐ฑ Before resetting or updating the system, make a full backup via Titanium Backup (requires root) or Swift Backup.
Why is the data folder visible on older versions of Android (up to 9), but not on new ones?
This is due to a change in the security model in Android 10. Before this version, any file manager could freely read and write data to Android/data. Starting with Android 10, Google introduced Scoped Storagewhich:
- Limits app access to its own folders.
- Hides content
Android/datafrom the user by default. - Requires explicit permission to access other people's data (even through
ADB).
These changes are aimed at improving privacy, but create difficulties for users accustomed to free file management.