The modern operating system Android has come a long way in evolution, and the rules for accessing files have changed along with it system. If in older versions of firmware the user could easily study the contents of system directories, today the situation has changed dramatically. Starting with version Android 11, Google has introduced strict restrictions on access to folders Android/data and Android/obb, citing increased security and privacy of user data. This means that you will no longer see game cache files or messenger logs using standard means.

However, the need to manually manage application files has not gone away. Gamers need to delete the cache, users need to clear the โ€œgarbageโ€ or transfer saves. Full access to system folders on Android 11-14 is possible only through special permissions or using a PC. In this article we will analyze all the working methods that allow you to bypass the sandbox and gain access to the necessary data without obtaining superuser rights (Root).

It is worth immediately noting that the methods may differ depending on the manufacturer of your device and the version of the shell. On Samsung, Xiaomi or "clean" Pixel the algorithm of actions will be similar, but the names of menu items may vary. The main thing is to understand the principle of operation of the file system and know what tools to use to bypass locks.

Why access to the Android/data and obb folders is blocked

The introduction of restrictions on access to system directories has become one of the most discussed changes in the update Android 11. Previously, any installed file manager could read and write data to any folder, which created vulnerabilities. Malware could surreptitiously replace the files of other applications or steal sensitive information stored in shared directories.

Each app now runs in an isolated space, known as Sandbox. This means that application "A" cannot just get into the files of application "B" without special permission from the system. The standard explorer that comes out of the box simply hides the contents of folders data and obb, showing the user an empty directory or giving an access error.

โš ๏ธ Attention: Attempts to obtain root access to access files may lead to loss of warranty and disruption of banking applications. Use the software bypass methods described below.

Despite the protection, the system leaves loopholes for legitimate file managers if they are explicitly granted special permissions. It is also possible to access via a connection to a computer, since the Media Transfer Protocol has a higher level of privileges when transferring files. MTP (Media Transfer Protocol) has a higher level of privileges when transferring files.

๐Ÿ“Š Have you encountered the problem of accessing files on Android?
Yes, after updating to Android 11+
No, I have an old version of the system
I use an iPhone
I have already received root access

Using Total Commander to access data

One of the most reliable and time-tested ways to access hidden folders is to use a powerful file manager Total Commander. Unlike standard explorers, this tool can request special system permissions necessary to work with Android/data.

After installing the application from Google Play or a third-party source, run it and go to the root directory of the internal drive. When you try to open a folder Androidand then data, the system will display a pop-up window asking for permission. You need to click "Allow" and in the system window that opens, select the "Use this folder" option, confirming the action with the button OK.

  • ๐Ÿ“‚ Download and install the official version of Total Commander.
  • ๐Ÿ” When going to the Android/data folder, agree to the provision of a special access.
  • ๐Ÿ“ Use the built-in plugin for working with ZIP archives if you need to unpack files.

It is important to note that after granting permission, Total Commander gets full access not only to read, but also to write files. This allows you not only to view logs, but also to replace configuration files or load heavy resources for games. The app interface may seem spartan, but its functionality overcomes any inconvenience.

โ˜‘๏ธ Checking access rights in Total Commander

Completed: 0 / 5

Method via Files by Google and special permissions

Smartphone owners who do not want to install third-party heavy managers can use the standard application Files by Google. This method works on most devices with "pure" Android and shells close to stock. The mechanism of action is similar: the application requests access to a special system area.

Open the โ€œFilesโ€ application, go to the โ€œBrowseโ€ tab and select โ€œInternal memoryโ€. Find the folder Android. When you try to enter a subfolder data a message will appear stating that access is restricted. Click the "Allow" button at the bottom of the screen. After this, a system dialog box will open where you need to confirm the folder selection again.

This method is good because it is native, but has limitations. The functionality Files by Google is tailored for a simple user, so complex operations with files (for example, renaming batches of files or working with archives on the fly) are more difficult to perform here than in specialized utilities. In addition, on some highly modified firmware (for example, older versions MIUI), this method may not work.

โš ๏ธ Attention: The interfaces of system windows may differ. If the Allow button is grayed out or hidden, try a different file manager.

Access through a computer connection (MTP)

The easiest and most often ignored way to access the file system is to use a computer. The file transfer protocol MTP, which is activated when you connect your smartphone with a USB cable to a PC, runs with higher privileges than applications inside the phone itself.

Connect your smartphone to your computer via a USB cable. In the notifications on the phone screen, select the USB operating mode "File Transfer" or MTP. On your computer, open "My Computer", find your device and follow the path Internal Storage โ†’ Android โ†’ data. Here you will see a complete list of folders of all installed applications.

This method is ideal for transferring large amounts of data, for example, the cache of heavy games like Genshin Impact or PUBG. Copying speeds via cable are usually faster than via Wi-Fi, and a stable connection guarantees file integrity. However, to quickly edit one configuration file, it can be inconvenient to reach for the cable every time.

What to do if the computer does not see the folder?

If, when connecting via USB, the data folder is also empty or inaccessible, try changing the USB cable to the original one or checking the MTP drivers on the computer. In rare cases, it is necessary to enable USB debugging in the developer menu.

Specialized managers: Material Files and CX File Explorer

If standard tools are not suitable, modern open-source solutions come to the rescue. Applications like Material Files or CX File Explorer are created taking into account the new requirements of Google and can correctly request access to Scoped Storage.

Material Files featured by a minimalistic design in the Material Design style and a complete absence of advertising. When you first start it, it will immediately offer to set up access to the storage. CX File Explorer It is notable for the fact that it can not only work with local files, but also connect to a PC via Wi-Fi, acting as a server, which is very convenient for wireless data transfer.

Application Access to Android/data Advertising Additional. functions
Total Commander Yes (via plugin) No Plugins, FTP
Files by Google Yes (system) No Cleaning garbage
Material Files Yes (native) No Root access, archives
CX File Explorer Yes (native) Minimum Access via networks

The choice of a specific manager depends on your design preferences and the need for additional functions. For most tasks, functionality is sufficient Material Files, which is completely free and open to the community.

๐Ÿ’ก

Use the "Favorites" function in file managers to add frequently used application folders to quick access and not search for them again every time.

Using Terminal and ADB for advanced users

For those who are not afraid of the command line, there is an access method via ADB (Android Debug Bridge). This method allows you to manage the file system from a computer with rights close to system ones. It requires enabling developer mode and USB debugging.

After connecting and setting up ADB, you can use commands to copy files from protected directories to your computer. For example, the command adb pull /sdcard/Android/data/com.example.game/files/save.dat will copy the save file to the PC. This is the most flexible method for automation and scripting.

adb shell run-as com.example.package cat files/config.xml

The command above demonstrates how you can read the contents of a specific application's configuration file if it is debuggable. However, for the average user, this method may seem overly complicated and requires a PC.

Frequent problems and solutions when accessing files

Even knowing the correct methods, users may encounter errors. Often the problem lies not in the method, but in the specifics of a particular phone model or security patch version. For example, on Android 13 i 14 access to a folder obb may be even more strictly limited than on data.

If the file manager writes โ€œPath not foundโ€ or โ€œAccess deniedโ€ even after granting permissions, try clearing the cache of the file manager itself or reinstalling it. Sometimes rebooting the device helps, which resets temporary file system locks.

  • ๐Ÿ”„ Reboot your smartphone after installing a new file manager.
  • ๐Ÿ“‰ Make sure that there is free space on the device for temporary operations.
  • ๐Ÿ›ก Check if the antivirus is blocking access to system folders.

โš ๏ธ Attention: Interfaces and names of menu items may change with system updates. If the described path does not match, look for similar sections in the settings.

๐Ÿ’ก

The most universal and secure way to access application folders on modern versions of Android is to use specialized file managers (Total Commander, Material Files) that can request system permissions.

FAQ: Frequently asked questions

Is it safe to give access to the Android/data folder to third-party applications?

Yes, if you use trusted file managers from official stores (Google Play). These apps ask for standard system permission, which only grants access to files rather than full control over the device. However, you should not give such rights to suspicious apps of unknown origin.

Is it possible to delete files in the data folder to free up space?

You can manually delete files in the folder data you can, but with caution. Deleting the cache (cache) is usually safe, but clearing data folders (files, databases) will result in the loss of game progress, application settings, or saves. Before deleting, it is better to make a backup copy.

Why is the Android/data folder empty, although applications are installed?

This is the standard behavior of the Android 11 and higher system for the standard Explorer. The system hides the contents of this folder from applications that do not have special permission. Use the methods described in the article (Total Commander, connecting to a PC) to see the real files.

Do you need root access to access these folders?

No, to access the folders Android/data and Android/obb superuser rights (Root) are not required required. It is enough to use a file manager that can correctly request access through the system API (Storage Access Framework).