Hidden folders on Android are not only a way to protect personal data from prying eyes, but also an effective method of organizing the file system. Unlike standard archiving or password protection, invisible folders remain accessible to the owner, but are completely excluded from the general list of files in Explorer. This function is especially relevant for storing confidential documents, backup copies of passwords or media files that are not intended for public viewing.
In this article we will examine 5 proven methods creating invisible folders on Android smartphones - from standard file system tools to specialized applications. All methods work on devices with versions Android 10–14 (including Samsung One UI, Xiaomi MIUI, Oppo ColorOS), do not require root access and do not violate the manufacturer's warranty. Important: some methods may differ depending on the shell, but the general principles remain universal.
Before you begin, please note: hidden folders do not replace full encryption. If an attacker gains physical access to a phone with debug mode (ADB), he will be able to discover hidden files. For maximum security, combine methods - for example, create an invisible folder inside an encrypted container (which we will discuss in the last section).
1. Creating an invisible folder using a dot in the name (standard method)
The easiest way to hide a folder is to add a dot to the beginning of its name. This trick works at the file system level Linux (on which Android is based) and hides the folder from most standard explorers. However, the method has limitations: the folder will remain visible in some applications (for example, Total Commander or FX File Explorer with the show hidden files mode enabled).
How to do this:
- 📁 Open any file manager (for example, Files by Google or built-in
My fileson Samsung). - 📂 Go to the section where you want to create a hidden folder (for example,
Internal memory → Download). - ➕ Click “Create a folder” and enter a name starting with a period:
.my_secret_folder(without spaces!). - 🔍 Make sure that the folder has disappeared from the list. If not, turn on the “Show hidden files” option in the Explorer settings and disable it. again.
⚠️ Attention: Folders with a dot at the beginning may conflict with system directories (for example, .thumbnails or .data). Do not use names that match Android service folders to avoid application failures.
☑️ Checking the hidden folder
2. Using a file manager with support for hidden folders
If the standard method did not work, use third-party explorers that can hide folders without renaming. Best options:
- 🔧 Solid Explorer — allows you to hide folders through the context menu (optional). “Hide”)
- 🛡️ FX File Explorer —supports the creation of encrypted archives and hiding files.
- 📱 Files by Google —simple interface, but without the hiding function (only for viewing hidden folders).
Step-by-step guide for Solid Explorer:
- Install the application from Google Play and grant access to the storage.
- Find the folder you want to hide and hold it with your finger.
- In the context menu, select “Hide” (Hide).
- Confirm the action. The folder will disappear from the interface, but will remain accessible through the “Hidden Files” menu (
☰ → Hidden items).
⚠️ Attention: In some versions MIUI (for example, on Redmi Note 12) third-party explorers may not see hidden folders due to shell restrictions. In this case, use the dot method or encryption applications (section 4).
| Application | Hide folders | Encryption | Works on MIUI |
|---|---|---|---|
| Solid Explorer | ✅ Yes | ❌ No | ⚠️ Partially |
| FX File Explorer | ✅ Yes | ✅ Yes (via ZIP) | ✅ Yes |
| Files by Google | ❌ No | ❌ No | ✅ Yes |
| ES Explorer | ✅ Yes | ❌ No | ❌ No (blocked) |
3. Hiding a folder through archiving with a password
If you need to not only hide a folder, but also protect its contents, use archiving with encryption. This method is suitable for storing especially sensitive data (scans of documents, backup copies of instant messengers, etc.).
Instructions for RAR for Android:
- Install application RAR from Google Play.
- Select the folder you want to hide and click “Add to archive.”
- In the archive settings, select the format
.zipor.rarand check the "Encrypt" box files." - Create a strong password (we recommend using password manager type Bitwarden).
- After creating the archive, delete the original folder.
To gain access to files:
- 🔓 Open the archive in RAR and enter the password.
- 📤 Extract the files to a temporary folder (for example,
Download/Temp). - 🗑️ After work, delete temporary files.
Use archives .7z with encryption AES-256 - this is the most secure format for confidential data. The application 7Z is available in Google Play.
4. Applications for creating “safes” with invisible folders. data-i="128">Specialized safe applications not only hide folders, but also add additional layers of protection: PIN code, fingerprint or facial recognition. The best options:
Specialized safe apps not only hide folders, but also add additional layers of security: PIN code, fingerprint or facial recognition. Best options:
- 🔒 KeepSafe - hides photos and videos, supports cloud backup.
- 🛡️ Vaulty - disguises itself as a calculator (stealth mode).
- 📱 GalleryVault —simulates an error when trying to open without a password.
How to set up KeepSafe:
- Download the application and create an account (or use without registration).
- In the main menu, select “Import” and specify the folder to hide.
- The files will be copied to secure storage, and the originals can be deleted.
- Enable the “Stealth mode” option in the settings so that the application icon disappears from the menu (access will remain through typing the PIN code on the keyboard).
⚠️ Attention: Some safe applications (for example, Vaulty) can save data on their servers. Before use, check the privacy policy and disable cloud synchronization if it is not needed.
What to do if you forgot the password for the safe?
Most applications (for example, KeepSafe) allow you to restore access via the email linked during registration. If you did not create an account, the data will be lost. GalleryVault there is a “Security Question” function - answering it will reset your PIN.
5. Advanced method: hiding via ADB (for advanced users)
If you need to hide a folder at the system level, use ADB (Android Debug Bridge). This method requires connecting the phone to the PC and turning on debug mode, but ensures that the folder will not be visible even in most file managers.
Step-by-step guide:
- Enable developer mode on your phone: go to
Settings → About phone → Build numberand tap on it 7 times. - Go back to
Settings → System → For Developersand activate “USB Debugging”. - Connect your phone to the PC, install ADB Tools (download from the official site Android Studio) and run the command:
adb shell mv /sdcard/my_folder /sdcard/.hidden_folder
Where /sdcard/my_folder is the path to your folder, and .hidden_folder is the new name with a dot.
To return the folder back:
adb shell mv /sdcard/.hidden_folder /sdcard/my_folder
Folders hidden via ADB will not be visible in standard Explorer Android, but will remain accessible through terminal commands or applications with root access. This method is useful if you want to hide the folder from most users, but still have quick access to it through ADB.
The ADB method does not require root access, but includes a debugging mode that can be used to jailbreak the device. Disable USB debugging after finishing work!
6. Combined method: invisible folder + encryption
For maximum protection, use a combination of methods:
- Create a folder with a dot at the beginning (section 1).
- Place an encrypted archive in it (section 3).
- Hide the archive inside safe application (section 4).
Structure example:
/storage/emulated/0/
└── .secret (invisible folder)
└── documents.7z (encrypted archive)
└── yours files
Advantages of this approach:
- 🔐 Double protection: even if someone finds the folder
.secret, he will need a password for the archive. - 📱 Availability: files are always at hand, but securely hidden.
- 🔍 Low visibility: the folder is not visible in the gallery and most explorers.
⚠️ Attention: Do not store passwords for archives in notes or instant messengers. Use password managers (Bitwarden, KeePassDX) or write them down on paper in a safe place.
FAQ: Frequently asked questions about hidden folders on Android
Is it possible to make a folder invisible without third parties applications?
Yes, just rename it by adding a dot at the beginning (for example, .my_files). However, the folder will remain visible in some explorers (for example, Total Commander with the show hidden files mode enabled). To completely hide, use applications like Solid Explorer or KeepSafe.
Why did the hidden folder become visible again after updating Android?
Some system updates (especially on Samsung and Xiaomi) reset the Explorer settings. Check if the show hidden files mode is enabled in your file manager settings. If the problem repeats, use safe applications - they do not depend on system updates.
Is it possible to hide a folder so that even the technician at the service center does not see it?
No, if the technician has physical access to the phone and tools like ADB or root access, it will be able to find hidden files. For such protection, use full disk encryption (available on some devices in Settings → Security) or encrypted cloud storage (for example, Proton Drive).
How to hide a folder from a specific application (for example, gallery)?summary>
Create an empty file in the folder .nomedia. Gallery and other media players will ignore such a directory. Example:
- Open the file manager and go to it. to the desired folder.
- Create a new text file with the name
.nomedia (without extension!).
- Reboot the phone. The folder will disappear from the gallery, but will remain available in Explorer.
⚠️ This method does not hide the folder completely - it will still be visible in the file manager.
.nomedia. Gallery and other media players will ignore such a directory. Example:.nomedia (without extension!).Do these methods work on phones with root access?
Yes, but with reservations:
- Folders with a dot at the beginning will be visible in Root Explorer or through
ADBwith root access. - Safe applications (for example, KeepSafe) may conflict with modules Magisk or Xposed.
- For complete hiding, use commands
chmodvia the terminal (for example,chmod 000 /path/to/folder), but this may disrupt the system.