The absence of a “folder” icon on the Android home screen often misleads smartphone owners who are looking for a standard file manager for working with documents and media.

In this article we will analyze in detail where it is hidden file manager on your device, how to activate it and what to do if the manufacturer decides not to pre-install this software. You will learn how to access hidden system partitions and why standard tools can be unsafe when working with the root directory.

Regardless of whether you are using a budget device or a flagship Samsung, the principles of searching for settings remain similar, although the visual design may differ. We will look at both standard methods and advanced methods of access through the engineering menu.

Standard methods of searching for a built-in application

The first thing to do is check the list of all installed apps. On most modern shells, such as One UI or MIUI, Explorer is often hidden in the "Tools" or "Google" folder. Try opening the application menu and entering the word “Files” or “Files” in the search bar.

If the search did not produce results, check the default settings. Sometimes the system offers several options for opening certain types of data. Go to Settings → Applications → Default applications and see which application is assigned to work with files. Perhaps it is simply disabled or hidden.

It is worth remembering that on a “pure” Android (version 10 and higher) the base application is called Files by Google. It can be deactivated to save space on older devices. You can enable it through the app management menu by finding the corresponding item in the list of system services.

⚠️ Attention: Do not remove system components called “Media Storage” or “Download Manager”, even if they seem unnecessary to you. This will disrupt the operation of the standard bootloader and gallery.
📊 How do you usually search for applications on your smartphone?
Through the search in the menu
I scroll through all the screens in a row
Use widgets
I ask the voice assistant

Installing third-party file managers

When the built-in tools do not meet your needs or are absent altogether, the best solution is to install third-party software. The store Google Play offers hundreds of options, from simple viewers to powerful all-in-one tools with access to FTP and cloud storage.

When choosing an alternative, pay attention to the presence of advertising and requested permissions. A good file manager should not require access to contacts or a microphone to perform its direct duties. Popular solutions, such as Solid Explorer or MiXploreroffer a convenient two-panel mode.

Installing a third-party application often solves the problem of opening specific archive formats that the standard Explorer does not understand. In addition, you get the ability to fine-tune the color scheme and sort files according to your own criteria.

  • 📂 Double-panel mode — allows you to copy files between folders by dragging and dropping, which speeds up your work significantly.
  • 🔒 Data encryption —many advanced managers allow you to hide folders with a password or fingerprint.
  • ☁️ Integration with the cloud —the ability to work with Google Drive, Dropbox and Yandex Disk as with local drives.
💡

When installing a new explorer, immediately go to its settings and disable access to the Internet in the system permissions menu, if the application does not require a network to work with the cloud. This will increase your privacy.

Access to hidden and system folders

The average user rarely looks at the root of the file system, but sometimes this is necessary to clean up garbage or manually install modifications. Standard explorers often block access to a directory without /data or /system without availability root access.

If you need to find application logs or configuration files, use special utilities that work in debug mode. Connect your smartphone to your computer and use the command adb shell to navigate through the file structure through the console.

adb shell

cd /sdcard/Android/data

ls -la

This method allows you to see even those files that are hidden from the graphical interface. However, be extremely careful: deleting system libraries can lead to bricking of the device. Always make a backup copy before tampering with system partitions.

⚠️ Attention: Interfaces and file paths may vary depending on the Android version and custom firmware. Check the current directory structure in the documentation for your device model.

Setting up the display of hidden files

Often users cannot find the file they need simply because it is hidden. In Android file systems, files whose names begin with a dot (for example, .nomedia) are not displayed in the gallery and explorer by default.

To change this behavior, go to the settings of your file manager. This item is usually located in the “View” or “Display” section. Activate the switch "Show hidden files".

After enabling this option, you will see many system folders that were previously invisible. This is useful for finding lost documents, but can clutter the interface with unnecessary visual noise. It is recommended to enable this function only for the duration of the search.

File type Extension Where it is usually stored Can I delete
Media marker .nomedia Folders with music/photos Yes (will appear in the gallery)
Application cache .cache /Android/data Yes (will free up space)
Configuration .json / .xml Application root No (will reset settings)
Temporary files .tmp Different directories Yes (safe)
Why are .nomedia files needed?

These files tell the media scanning system what There are no photos or music in this folder that you want to display in the shared gallery. If you created a folder for personal documents and do not want their thumbnails to glow in the gallery, just create an empty file inside called .nomedia.

Problems with access on new versions of Android

Starting with version Android 11security policy Scoped Storage significant restricted application access to the file system. Now even advanced explorers cannot freely scan a folder Android/obb or Android/data without special permission.

When you try to enter these directories, you may see an empty folder or an access error message. This is not a bug, but protection against malware. To gain access, the first time you log in, the system will ask for confirmation through a special system dialog.

Click the “Use this folder” button in the window that appears and confirm the action in the pop-up message. Only after this procedure will the file manager receive full rights to read and write to protected sections.

  • 🛡️ Access restrictions —applications see only their own files and shared media directories.
  • 🔑 Manual permission —the user must explicitly grant access to specific system folders via SAF (Storage Access Framework).
  • 🔄 Data isolation —files from one application are not visible to another without explicit sharing.
⚠️ Attention: Granting full access to the file system to unknown applications can lead to theft of personal data. Trust only trusted developers.
💡

The Scoped Storage policy makes the system safer, but makes it more difficult to install mods for games and clean up garbage manually. Be prepared for additional steps to confirm access.

Alternative methods for managing files

If the graphical interface is for some reason unavailable or does not work correctly, you can use alternative methods. For example, connecting a smartphone to a computer in MTP (File Transfer) mode allows you to manage data through the usual Windows Explorer or Finder on macOS.

Another option is to use terminal emulators directly on the phone. By installing an application like Termux, you will have access to powerful console utilities like mc (Midnight Commander), which allow you to manage files from the keyboard.

For advanced users, a method is available for transferring files over the network via adb or creating your own FTP server on the device. This allows you to manage files wirelessly from any device on the same Wi-Fi network.

sv app start ftpd

// Launching an FTP server in some custom environments

Such methods are often used by developers for debugging, but can also be useful for ordinary users when restoring a system after a failure. The main thing is to know the basic navigation commands.

☑️ Preparing for manual file management

Done: 0 / 4

Frequently asked questions (FAQ)

Why did the “My Files” icon disappear after the update?

Manufacturers often change the set of pre-installed software when major updates. Check your Google or Tools folder. If there is no application, download “Files by Google” from the store.

How to open the Android/data folder on Android 13?

Standard explorers block this path. Use a SAF-enabled file manager (such as Solid Explorer) and when prompted, allow access to that specific folder through the system window.

Is it safe to delete .apk files in your downloads folder?

Yes, if you have already installed those apps. The .apk files in the Download folder are installation packages and after installation are no longer needed by the system; they can be safely deleted to free up space.

Is it possible to restore a deleted Explorer?

If it is a system application, it can be enabled in the settings (“Settings” → “Applications” → “Disabled” menu). If completely deleted, a factory reset or flashing will be required.

Why doesn’t the phone see files when connected to a PC?

By default, the smartphone is connected only for charging. Lower the notification shade, click on the “Charging via USB” notification and select the “File Transfer” or MTP mode.