Modern smartphones based on Android by default hide many system folders and files from the user. This is done to protect the operating system from accidental deletion of critical data, which can lead to unstable operation of the gadget. However, advanced users, developers, or those who want to free up memory space often need access to these hidden objects.
In this article, we will look in detail at all the available ways to display hidden files. We will look at both standard settings for built-in conductors and more complex methods using third-party software and USB debugging. You'll learn where to look for technical data and how to safely interact with your device's file system.
Understanding directory structure will help you manage your storage more effectively. Don’t be afraid to look “under the hood” of the system as long as you are careful and understand the purpose of the objects being deleted or moved.
Why are hidden files in the system needed at all?
Hidden files in Android perform the role of configuration entries, application cache or temporary data. Software developers use a period at the beginning of the file name (for example .nomedia or .config) to make the file manager ignore them when scanning your media library. This prevents unnecessary icons from appearing in the gallery or music lists.
In addition, error logs and crash reports are often stored in hidden directories. For the average user, this information is useless and can even be misleading, so it is hidden. But if your phone starts to work incorrectly, analyzing these logs can help a specialist identify the cause of the problem.
Sometimes users accidentally create hidden folders themselves. For example, when transferring data from a computer or using specific utilities to download content. In such cases, the files are simply lost from view, although they take up precious space on the drive.
⚠️ Attention: Deleting system hidden files from the root directories can lead to “bricking” the device or loss of personal data. Always make a backup copy before tampering with system partitions.
Enabling display through standard Explorer
Most modern smartphones from Samsung, Xiaomi, Realme and other manufacturers have a built-in Files or Explorer application. In the latest versions of the shell Android the option to show hidden elements is often hidden deep in the settings menu of the application itself, and not in the general settings of the phone.
To activate this feature, open your file manager. Look for the menu icon, which usually looks like three horizontal bars or three dots in the corner of the screen. Select “Settings” from the drop-down list. Here you need to find a switch with the name “Show hidden system files” or similar text.
After activating the switch, the interface will update and you will see translucent icons of folders and files whose names begin with a dot. Now they will be displayed along with regular documents. If you do not find such an option, your manufacturer may have deliberately limited access to this function in the stock explorer.
It is worth noting that in some shells, for example in older versions MIUI, this setting can be located directly in the main Explorer window under the menu button, without going into deep parameters. Interfaces are constantly changing, so you should carefully examine all available menu items.
Using advanced file managers
If a standard application does not provide the necessary functionality, the best solution would be to install specialized software from the store. Google Play. Third-party developers often offer more flexible tools for working with the file system that do not depend on the whims of smartphone manufacturers.
One of the most popular and reliable solutions is the application Solid Explorer or FX File Explorer. These apps have an intuitive interface and built-in support for showing hidden objects by default or with one button. Just go to the application settings and make sure that the checkbox next to the “Show hidden files” item is checked.
- 📂 Total Commander - a classic two-panel manager that requires explicit inclusion of a plugin or settings for the visibility of hidden elements.
- 🚀 MIUI File Manager (global version) - often has a separate “Hidden files” section in the main menu, accessible by password.
- 🛡️ Root Explorer - a powerful tool for users with superuser rights, allowing you to see absolutely all sections of the system.
The advantage of third-party applications is their versatility. They work the same on different versions Android 11, Android 12 and newer, despite the tightening of Google's security policies regarding folder access Android/data. Many of them allow you not only to see, but also to edit the contents of hidden configuration files.
When using third-party explorers, provide them with all requested permissions to access the storage, otherwise the function of displaying hidden files may not work correctly.
Access features in Android 11 and later
Starting Since the eleventh version of the mobile operating system, Google has introduced a mechanism Scoped Storage (Isolated storage). This technology significantly limits application access to shared folders, especially to the /Android/data and /Android/obbdirectory, where the cache and game data are stored.
Even if you have enabled the display of hidden files in Explorer, when you try to access the specified directories, you may see an empty folder or an access denied message. This is not a bug, but a feature of the security system. Standard file managers no longer have full access to these paths without special permission.
To bypass this limitation, there are special loopholes in new OS versions. For example, using the file manager from Google Files or using special settings shortcuts. Also, some advanced explorers request special permission through the system window the first time you enter a protected directory.
| Android version | Access to /Android/data | Access method | Restrictions |
|---|---|---|---|
| Android 10 and below | Full access | Any explorer | No restrictions |
| Android 11 | Limited | Special. permission / ADB | Prohibition on changing other people's data |
| Android 12-14 | Strictly limited | Root or system utilities | Complete application isolation |
Users for whom it is critical to manage files in these folders on new devices, you often have to use a computer and a cable connection, since access through the interface of the smartphone itself can be completely blocked.
Method through developer settings and ADB
For those who are not afraid of the command line, there is the most powerful method for managing the visibility of files - using USB debugging (ADB). This method allows you to change system flags that are not available through the settings GUI.
You must first 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. In it, find and enable the “USB Debugging” item.
Connect your smartphone to the computer on which the package is installed Android SDK Platform-Tools. Open a terminal or command line and enter the command to test the connection: adb devices. If the device is displayed in the list, you can proceed to change the Explorer settings.
adb shell settings put global hidden_files_visibility 1
This command forces the visibility of hidden files in the system file manager. However, it is worth considering that the command syntax may vary depending on the firmware manufacturer. On some devices, this setting may be ignored due to customization of the shell.
What to do if ADB does not see the device?
Make sure that a window asking for debugging permission appears on the phone screen, and click “Allow”. Also check that the USB cable is working properly and try a different port.
⚠️ Attention: ADB commands give deep access to the system. Entering incorrect parameters may cause system services to fail. Use this method only if you understand the essence of the commands being entered.
Searching for a .nomedia file and managing the media cache
A common reason why users search for hidden files is a problem with displaying pictures or music in the gallery. The culprit here is often the file .nomedia. Its presence in the folder indicates to the system that there is no media content in this directory to be indexed.
If you created a folder with music, but it does not appear in the player, check the presence of this file inside. Deleting .nomedia will force the system to scan the folder again and add tracks to the library. Conversely, creating such a file will hide unnecessary pictures from the gallery.
Sometimes this file is created automatically when downloading content from instant messengers or browsers, so as not to clutter the main gallery with screenshots and avatars. Managing this file is the key to organizing a clean media space on your device.
- 🔍 Find the folder where the files should be, but they are not in the gallery.
- 👁️ Turn on the display of hidden items in Explorer.
- 🗑️ Delete file
.nomediaif you want to see the content in media applications.
After deletion, you may need to restart the device or force stop the Media Storage application in application settings for the changes to take effect immediately.
Permission problems and solutions
Even with the display option enabled, you may encounter a situation where the folder is visible, but it is impossible to enter it. The system writes “Access denied” or “No rights”. This is due to the differentiation of access rights Linuxon the kernel of which the OS is built. Android.
Regular applications work with user rights and cannot touch files belonging to the system or other applications. For full access to any hidden files, including system partitions /system or /data, you need root access.
Obtaining superuser rights (via Magisk or analogues) removes all restrictions, but it voids the device warranty and may interfere with the operation of banking applications. This is an extreme measure that should only be used by experienced users.
To edit system hidden files without root access, it is often easier to use a computer and a file transfer mode (MTP) connection than to try to bypass the protection on the smartphone itself.
If you do not have root access, try using the “Access system folders” function in some advanced explorers, which requests special permission through system storage settings window. This is a temporary solution until you restart or close the application.
Frequently asked questions (FAQ)
Is it safe to delete files starting with a dot?
Deleting custom hidden files (for example, game settings or messenger cache) is usually safe, but will reset the settings of these applications. Deleting system files from root folders may cause your phone to not work. Always check the purpose of the file before deleting.
Why is the Android/data folder empty even though I have enabled hidden files?
This is a security limitation introduced in Android 11 and above. Standard applications do not have access to the contents of this folder to protect the data of other applications. Use special utilities or connect your phone to a PC to view.
How to hide your personal photos from strangers?
Create a folder, name it with a dot at the beginning (for example, .Private), and place the files there. Then create an empty file inside .nomedia. After this, the folder will disappear from the gallery, but will remain available in the file manager when displaying hidden items is turned on.
Is it possible to view hidden files without installing applications?
Yes, most stock explorers have this function built-in. Look for it in the settings of the Files application itself or in the menu (three dots). If the manufacturer has disabled this feature, you will have to install a third-party manager.