The file manager (or explorer) on Android is an indispensable tool for working with documents, photos, videos and other data on your smartphone. Many users limit themselves to basic functions like viewing photos in a gallery or downloading files through a browser, not even suspecting that the standard Explorer (or third-party analogues like Total Commander, FX File Explorer) is capable of much more. From managing hidden folders to connecting to cloud storage, the possibilities are limited only by your knowledge.

In this article we will figure out how to effectively use File Explorer on Android, starting with the basics: where to find it, how to open and move files, to advanced tricks like working with root-access or setting up network folders. We will pay special attention to typical beginner mistakes (for example, accidentally deleting system files) and ways to avoid them. If you've ever gotten lost in a maze of smartphone folders or couldn't find a downloaded document, this guide is for you.

Where to find File Explorer on Android and how to open it

On most smartphones, File Explorer is built into the system by default, but its location depends on the manufacturer and version. Android. For example, on pure Android (as on Google Pixel) this application is called simply "Files" (Files by Google), but on devices Samsung โ€” "My file" (My Files). Xiaomi, Huawei or Realme may have their own proprietary solutions.

To open Explorer:

  • ๐Ÿ” Enter in search for applications, request โ€œfilesโ€ or โ€œexplorerโ€.
  • ๐Ÿ“‚ Click on the folder icon in the application menu (often called โ€œFile Managerโ€ or โ€œFile Managerโ€).
  • ๐Ÿ“ฑ On some firmware (for example, MIUI) Explorer is integrated into โ€œSettings โ†’ Storage".

If there is no standard explorer or its functionality is too limited, install a third-party manager from Google Play. Popular options:

ApplicationFeaturesSuitable for
Files by GoogleMinimalistic interface, garbage cleaning, cloud synchronizationBeginner users
Total CommanderTwo-panel mode, plugin support, FTP clientAdvanced users
FX File ExplorerRoot-access, built-in text editor, encryptionTechnical specialists
Solid ExplorerMaterial design, cloud storage, archiverDesigners and creatives
โš ๏ธ Attention: On some devices (especially with custom firmware), the standard explorer may be missing or not work correctly. In this case, install a third-party manager to attempts to perform critical operations such as moving system files.

Basic operations: copying, moving and deleting files

Working with files in Explorer intuitive, but there are nuances that speed up the process. For example, to copy a file:

  1. Long press on the file โ†’ a check mark will appear.
  2. Select additional files (if necessary).
  3. Click Copy (or an icon with two documents).
  4. Go to the target folder โ†’ Paste.

For move the algorithm is similar, but instead of Copy choose Cut. Deletion is performed through the trash (in most explorers) or immediately - option Delete permanently.

Tips for speeding up work:

  • ๐Ÿ“‹ Use multitasking: in Total Commander you can open two panels and drag files between them.
  • โšก Enable display hidden files in Explorer settings (needed for working with configuration files).
  • ๐Ÿ”„ Configure sorting by date, size or type for quick search.

Check the selected files for important ones data|

Make sure that backups are created|

Use the recycle bin (do not delete permanently right away)|

After deleting, empty the recycle bin manually (if you need to free up space)

-->

On devices with Android 11+ access to some folders (for example Android/data) is restricted due to policy Scoped Storage. To get around this, use an explorer with root-access or connect your smartphone to a PC.

Working with archives and compressed files

Explorers on Android can open and create archives (.zip, .rar, .7z), but not all support encryption or multi-volume archives. For example, Files by Google allows you to only view ZIP, and for RAR you will need to install RAR for Android.

To archive files:

  1. Select the required files/folders.
  2. Click Compress (or Archive).
  3. Select a format (ZIP - universal, 7Z - for better compression).
  4. Specify the name and path for saving.

For unpacking:

  1. Find the archive in Explorer.
  2. Click on it โ†’ select Extract or Extract.
  3. Specify the destination folder (default is current directory).
โš ๏ธ Attention: Archives with a password (.zipx, .rar with encryption) not all explorers support out of the box. To work with them, install ZArchiver or WinZip.

ZArchiver|

RAR for Android|

Built-in to explorer|

WinZip|

Other-->

Connecting cloud storage and network folders

Modern explorers can work not only with local storage, but also with clouds (Google Drive, Dropbox, Yandex Disk) and network resources (FTP, SFTP, SMB). This is convenient for backing up or accessing files from a PC.

To connect the cloud (for example Solid Explorer):

  1. Open the side menu โ†’ Add cloud.
  2. Select a service (for example, Google Drive).
  3. Authorize through your browser or enter an access token.
  4. The cloud will appear in the list of storages as a separate folder.

To connect via FTP/SMB (for example, to a NAS or home PC):

  1. In Explorer, find section Network or Remote devices.
  2. Add a new connection by specifying the IP address, port, login and password.
  3. Save the settings - the folder will appear in the main interface.

Example of data for connecting to SMBshare (Windows):

Address: 192.168.1.100

Port: 445

User name: YourPC\Username

Password:

Shared folder name: SharedFolder

๐Ÿ’ก

If you cannot connect to the network folder, check if the protocol is enabled SMB 1.0 on your PC (in Windows it is disabled by default due to vulnerabilities).For security, use SMB 2.0+ or SFTP.

Hidden folders and system files: what can be touched and what cannot be

In Android there are folders and files that are hidden from the user by default. begin with a dot (for example, .thumbnails) or are located in directories like /data/data/. Editing them can lead to system or application failures.

What you can is safe to change:

  • ๐Ÿ“ Folders with media files (DCIM, Pictures, Music).
  • ๐Ÿ“„ Application configuration files (if you know what you are doing). For example, config.json in the game folder.
  • ๐Ÿ—‘๏ธ Application cache (/Android/data/<package>/cache) - cleaning it frees up space.

What cannot touch without rootaccess:

  • ๐Ÿšซ System folders (/system, /vendor).
  • ๐Ÿ”ง Files with extension .odex, .apk v /system/app.
  • ๐Ÿ“› Databases (.db) in /data/data/.
โš ๏ธ Attention: Deleting or editing files in /system without root-rights will result in a "Read Only" error. If you received root, first create a backup (nandroid backup) via TWRP.
How to get back deleted system files?

If you accidentally deleted a critical file (for example, /system/build.prop), you can only restore it by flashing the stock firmware or rolling back to factory settings. In some cases, copying the file from another device of the same model and firmware version helps (but this is risky!).

Advanced features: root access, scripts and automation

For experienced users, Explorer on Android is a tool for deep system customization. With root-access you can:

  • ๐Ÿ”ง Edit build.prop to change system parameters (for example, enable hidden functions).
  • ๐Ÿ“œ Run ADBcommands directly from the file manager ( FX File Explorer has a built-in terminal).
  • ๐Ÿ”„ Modify hosts-file for blocking ads.

Editing example build.prop (required root):

  1. Open Explorer with root-access (for example, Root Explorer).
  2. Go to /system/build.prop.
  3. Click "Open with" โ†’ select a text editor.
  4. Add a line (for example, debug.performance.tuning=1 for overclocking).
  5. Save changes and reboot the device.

To automate routine tasks (for example, backup) use scripts on bash or tasks in Tasker. Example of a script for copying photos to the cloud:

#!/system/bin/sh

SOURCE="/sdcard/DCIM/Camera/"

DEST="/sdcard/GoogleDrive/Photos/"

cp -r $SOURCE* $DEST

โš ๏ธ Attention: Incorrect editing of system files can lead to "briku" device (inoperability). create backups.
๐Ÿ’ก

Even with root-access, not all files can be edited on the fly. Some changes take effect only after a reboot, and some (for example, in /vendor) can disrupt the operation of drivers.

Solving typical problems with Explorer

Problems with the file manager are most often associated with access rights, damaged files or errors in the firmware. Here are the most common situations and their solutions:

ProblemPossible causeSolution
I donโ€™t see files on the memory cardThe card is not formatted or damagedCheck the card on your PC or format in FAT32/exFAT
I canโ€™t delete the folderThe file is being used by the system or applicationClose all apps, try in Safe Mode or through ADB
Explorer freezes when openingDamaged cache or large media folderClear the application cache in settings or delete files .nomedia
Hidden files are not shownSetting up Explorer or restrictions AndroidTurn on showing hidden files in manager settings

If Explorer does not open at all:

  1. Restart the device.
  2. Clear application data in Settings โ†’ Applications.
  3. Install an alternative manager (for example, Amaze File Manager).

To diagnose problems with a memory card, use the command ADB:

adb shell sm list-volumes
If the card is marked as unmountedin the output, try reconnecting it or formatting it.

FAQ: Frequently asked questions about File Explorer on Android

How to find downloaded files in Explorer?

By default, downloads are saved to the folder /storage/emulated/0/Download (or /sdcard/DownloadIf the file is not there, check your browser settings - the save path can be changed in Settings โ†’ Downloads.

Is it possible to recover deleted files from Explorer?

If files were deleted through the Recycle Bin, restore them from there within 30 days (for deep recovery, use utilities like DiskDigger or Recuva (on). PC). The chances are higher if new data was not recorded after deletion.

How to transfer files from Android to PC without a cable?

Use cloud services (Google Drive, Dropbox) or local network:

  1. In Explorer, select files โ†’ Send โ†’ Wi-Fi Direct or FTP server.
  2. On your PC, connect to the specified address (for example, ftp://192.168.1.5:2221).

An alternative is applications like Send Anywhere or Pushbullet.

Why doesn't Explorer show files with the .nomedia extension?

Files .nomedia are hidden from the media scanner, but not from Explorer. If they are not displayed, enable the "Show hidden files" option in the manager settings. To return files to the gallery, delete .nomedia from the folder.

How to change the standard file explorer on Android?

The standard file manager cannot be deleted, but you can disable it:

  1. Go to Settings โ†’ Applications.
  2. Find "Files" or "Explorer" โ†’ Disable.
  3. Install an alternative manager from Google Play.

On some firmware (for example, MIUI), the standard explorer is integrated into the system and is not is disabled.