Modern smartphones based on Android hide a lot of system and user data from the user to protect against accidental deletion. Sometimes there is an urgent need to find these hidden objects: be it recovering lost photos, searching application logs, or clearing space from “garbage” that is not visible in the standard gallery. The process of detecting such files is not as complicated as it might seem at first glance, but it requires an understanding of the structure of the file system.

In this article we will analyze in detail all the available methods, from simple settings of the standard explorer to the use of specialized tools for advanced users. You will learn where your data is hidden and how to access it securely without the need for root access in most cases.

Why files are hidden and where they are located

The operating system Android uses a default file hiding mechanism to maintain system integrity. Typically, such files and folders begin with a period (for example, .nomedia or .thumbnails). This is a signal for the media scanner to ignore the contents of the directory so as not to clog the gallery with technical thumbnails or temporary caches.

In addition, starting with version Android 11, Google has tightened its security policy by introducing Scoped Storage. This technology limits application access to shared storage, making some system folders, such as Android/data and Android/obb, invisible to third-party file managers without special permissions. This is done to prevent data theft by malware.

⚠️ Attention: Deleting hidden system files can lead to unstable operation of applications or the operating system itself. Always check the purpose of the file before modifying it.

Hidden data can be located both in the internal memory and on the card SD. Most often, users look for them in root directories or in folders of specific instant messengers, where WhatsApp statuses or temporary Telegram files are stored.

💡

A file named .nomedia is specially created so that the gallery does not show images from a specific folder. Deleting this file will make the pictures visible.

Using the built-in Google Files explorer

The easiest and safest way to see hidden elements is to use the standard application Files by Google, which is pre-installed on most modern smartphones. This file manager has a built-in function to show hidden content, activated in a couple of clicks.

To begin, open the application and go to the “Browse” or “Internal Memory” section. In the upper right corner of the screen there is a menu indicated by three vertical dots. By clicking on it, you will see a drop-down list of display settings. You need to find the “Show hidden files” item and activate the switch opposite it.

After enabling this option, all folders and files whose names begin with a dot will become visible in the general list. They will appear translucent to make them visually different from regular data. Now you can open, copy or move them like any other objects.

  • 📂 Open the Files application and go to the device storage.
  • ⚙️ Click on the three dots in the corner of the screen to open the menu.
  • 👁️ Activate the “Show hidden files” toggle switch.

It is worth noting that even with this option enabled, some system partitions may remain inaccessible due to system kernel access rights restrictions. However, for custom tasks this method is quite sufficient.

📊 Which file manager do you use most often?
Built-in Google Files
Total Commander
Solid Explorer
MiXplorer
Other

Setting up display in third-party file managers

If a regular one File Explorer is not enough or is missing on your device, third-party solutions offer more flexible settings. Popular applications such as Solid Explorer, MX File Manager or ES Explorerallow you not only to see hidden files, but also to manage access rights to them.

In most of these applications, the setting is located in the settings section of the application itself, and not in the viewing menu. Usually the path looks like this: Settings → Display → Show hidden files. In some cases, you need to grant special permissions to the application through the Android system security menu.

Particular attention should be paid to accessing the folder Android on new versions of the OS. The first time you try to log in, the system may ask for confirmation. You will be prompted to go to the storage system settings and click the “Allow access to this folder” button. This is a mandatory procedure for working with application data.

Application Access type Interface convenience Presence of advertising
Google Files Basic High No
Solid Explorer Extended Very High No (in license)
CX File Explorer Average Average Minimal
X-plore Professional Complex No

Using advanced managers makes it possible to view not only file names, but also their attributes, sizes and last modified date in detailed mode. This is extremely useful when searching for specific data.

☑️ Checking access rights in a third-party explorer

Completed: 0 / 4

Access to system folders Android 11 and later

Starting with the eleventh version of the operating system, access to directories /Android/data and /Android/obb through standard means of third-party applications was blocked. This causes difficulties for users trying to transfer game caches or find instant messenger logs.

To bypass this limitation, there is a legal method through a system document picker. When the file manager requests access, it opens a system window. In this window, you need to click on the three horizontal lines (menu) in the upper left corner and select “Internal storage”. Then you will need to confirm the action with the “Use this folder” button.

⚠️ Attention: The interface of the system folder selection window may differ on smartphones of different brands (Samsung, Xiaomi, Pixel), but the logic of actions remains the same for all devices running Android 11+.

If the standard method does not work, you can use utility Shizuku in conjunction with a file manager. This application allows you to grant extended rights to third-party apps through Wi-Fi debugging without obtaining root access. The setup process takes about 5 minutes, but gives full access to the entire file system.

It is also possible to connect a smartphone to a computer. When connected via USB in file transfer mode (MTP), the computer often sees the contents of the folder Android without the restrictions that apply to mobile applications. This is a simple lifehack for copying large amounts of data.

Why is the Android folder empty?

If you go to the Android folder and see only the .nomedia file, then your file manager does not have the special permissions to read this directory introduced in Android 11. Use the system picker method.

View hidden files through your computer (ADB)

For users who need full control over the file system, including access to protected system partitions, the ideal solution is to use the toolkit ADB (Android Debug Bridge). This method requires a computer and USB debugging enabled on your smartphone.

First you need to activate developer mode. Go to Settings → About phone and quickly click 7 times on the “Build number” item. After this, a new section “For Developers” will appear in the settings menu, where you need to enable the “USB Debugging” item.

Connect your phone to the PC and open the command line or terminal in the folder with ADB installed. Enter the following command to log into the device shell:

adb shell

After successful connection, you will have access to the Android command line. To view all files, including hidden ones, in the current directory, use the command ls -a. The key -a means "all" (all), which forces the system to display files starting with a dot.

  • 💻 Connect the smartphone to the computer via the original cable.
  • 🔧 Enable USB debugging in the developer menu.
  • ⌨️ Enter the command adb shell in the terminal on your PC.
  • 📁 Use the command ls -a /sdcard to view files.

This method is the most powerful, as it allows you not only to view, but also to copy files from the device to the computer team adb pull, bypassing any software restrictions of the smartphone interface.

💡

Using ADB gives maximum rights to read files without the need to hack the system (root), but requires a computer and basic knowledge of the command line.

Recovery of deleted hidden data

Sometimes users hide files intentionally, and then forget about them or accidentally delete them. If the file was simply hidden, it is enough to use the methods above. However, if the data has been deleted, the situation becomes more complicated.

On modern devices without root access, restoring deleted files is extremely difficult due to encryption and the TRIM mechanism, which clears memory cells after deletion. However, it's worth checking the trash bin in your file manager or gallery. Many manufacturers (Samsung, Xiaomi) store deleted files in the Recycle Bin for up to 30 days.

If the standard Recycle Bin is empty, you can try specialized recovery applications, such as DiskDigger. In non-root mode, they scan the cache and thumbnails, finding hidden copies of low-resolution images. Deep scanning will require superuser rights.

⚠️ Attention: If you detect the loss of important data, immediately stop writing new information to your phone. Installing new applications can overwrite memory sectors where deleted files were stored, making recovery impossible.

Also check cloud storage. Often, users do not notice that they have automatic synchronization enabled in Google Photos or Yandex.Disk. Files that are hidden or deleted from the device can be saved in the cloud in the archive or the service recycle bin.

Frequently asked questions (FAQ)

Is it safe to delete files starting with a dot?

Not all files are safe to delete. The file .nomedia can be deleted if you want the pictures in the folder to appear in the gallery. However, deleting system configs or application cache files may result in these apps being reset or not working.

Why can't I see the Android/data folder on the new phone?

This is a security limitation of Android 11 and higher. Third party applications do not have direct access to this directory. Use the built-in Explorer or the method of granting special permissions through the system folder selection window.

How to hide your files back after viewing?

Simply disable the "Show hidden files" option in your Explorer settings. The files themselves will not disappear; they will no longer appear in the list. To hide a specific folder, create an empty file inside it with the name .nomedia.

Is it possible to view hidden files without a computer?

Yes, most problems can be solved through the built-in Google Files explorer or third-party applications like Solid Explorer. Connecting to a PC is only required for complex cases or using ADB.

Where are hidden photos from the gallery stored?

Depends on the application. In Google Photos, they are located in the "Archive" or "Locked Folder" section. In the standard Samsung gallery - in the “Hidden Albums” menu. Physically, they can be located in folders .thumbnails or special application directories.