Hidden albums in Xiaomi smartphones are not just a privacy feature, but a real black hole for users who have accidentally hidden photos or forgotten their password. Unlike the standard gallery, where folders are visible immediately, hidden files require special actions to access. This is especially true for the owners of Redmi Note 12, Poco. X5 and Mi 11, where is the interface MIUI It hides albums deeper than in the older versions.
In this article, we will analyze all working methods - from standard settings MIUI before using the file manager and even ADB-You will learn how to find hidden files without resetting, what to do if the album disappeared after an update, and why some methods stop working on new versions. MIUI 14/15. And also β a unique life hack with cloud storage Xiaomi Cloud, which is not written in the official instructions.
Why Albums Are Hidden in Xiaomi
V MIUI There are three main reasons why photos or videos can disappear from the main gallery:
- π Manual user hiding β you yourself have transferred files to the Hidden Albums section via the gallery menu (long tap) β Β«HideΒ»).
- π Automatic concealment by the system β MIUI can automatically hide screenshots of banking applications, photos from the QR-codes or confidential documents (beginning with the MIUI 12.5).
- π± Failure after updating - when switching to a new firmware version (for example, with the MIUI 13 on MIUI 14) folder visibility settings are sometimes reset.
A separate story is encrypted albums created through the Private Safe app (formerly Second Space), which are not just hidden, but protected by a password or fingerprint, and cannot be seen even through a file manager without unlocking them.
β οΈ Note: If you used the Private Safe feature and forgot your password, you can only restore access to files by resetting all settings (with loss of data.
Method 1: Standard access through MIUI Gallery
The easiest method is to use the gallery's built-in settings. It works on all Xiaomi, Redmi and Poco smartphones with MIUI 10 and later:
- Open the Gallery app (flower icon).
- Swipe three dots in the top right corner (or swipe right in the newer versions).
- Select the Album item β Scroll down to the Hidden Albums section.
- Unlocking may require entering a password, fingerprint, or PIN-code (if you have installed them).
If the Hidden Albums section is missing:
- π Check if it is switched off in the settings: Gallery β Settings β Showing Hidden Albums.
- π The files may not be hidden through a gallery, but through a private safe (see Method 3).
Is the standard gallery MIUI | open?
Have the album visibility settings been checked |
Checked through fingerprint/password |
Have the latest updates been installed? MIUI-->
Method 2: Search through the file manager
If the gallery doesn't show hidden files, try to find them manually through the file manager. MIUI has the default Files app (yellow folder icon), but you'd better use Solid Explorer or FX File Manager, which shows system folders.
Instructions:
- Open the file manager and go to internal memory. β DCIM.
- Look for folders with names like.hidden, the standard storage for hidden MIUI files;.thumbnails, thumbnails, sometimes containing lost photos; Private or SecondSpace, if you used Private Safe.
If there are no folders, turn on the display of hidden files in the manager settings (usually in the View or Settings menu).
Important: some folders (like Private) can be encrypted, and when you try to open, the system will ask for a password from Private Safe.
| folder | Contents | Password required |
|---|---|---|
| .hidden | Photos and videos hidden through the gallery | No. |
| Private | Files from Private Safe | Yes. |
| .thumbnails | Miniatures (sometimes originals) | No. |
| MIUI/Extra | Backups and temporary files | No. |
Standard Files from Xiaomi|
Solid Explorer|
FX File Manager|
Total Commander|
Other-->
Method 3: Unlock Private Safe (Second Space)
Private Safe (formerly Second Space) is a safe for sensitive files that creates a separate encrypted storage, and if you forget your password, you can only restore access in radical ways:
- π Xiaomi account: if you have linked an account when setting up Private Safe, try resetting your password through Settings β Xiaomi account β Security.
- π± Through Settings Reset: Completely Clean Your Phone (Settings) β The phone. β Resetting settings will delete all data, including files in Private Safe.
- π» Through Xiaomi Cloud: If sync is enabled, files can be saved to the cloud (see Method 5).
For users who remember the password:
- Open the Private Safe app (locked icon).
- Enter your password or use biometrics.
- The files will appear in an interface similar to a standard gallery.
β οΈ Attention: Starting with MIUI 14, Xiaomi removed the option to reset Private Safe password through SMS The only official way to restore it is through a Xiaomi account, and if you didn't create it, you'll lose access to the files.
What happens if Private Safe does not open?
Method 4: Use ADB-Teams (for advanced teams)
If standard methods donβt work, you can try accessing hidden files via Android Debug Bridge (ADB), which requires connecting your phone to your computer and basic command line knowledge.
Step-by-step:
- Turn on Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β For Developers and turn on USB Debugging.
File transfer
ADB Tools
adb.exe
adb devices(The name of your device should appear)
adb shellls /storage/emulated/0/DCIM/.hidden(If the folder exists, you will see a list of files)
To copy files to your computer:
adb pull /storage/emulated/0/DCIM/.hidden C:\Xiaomi_Hidden(substitute C:\Xiaomi_Hidden on the right path on your PC).
1. Install official Xiaomi drivers from mi.com.
2. Reconnect. USB-cable (it is better to use the original cable).
3. Include in the developer settings the Debugging item USB (Security settings) and allow debugging for your PC.-->
Method 5: Recovery through Xiaomi Cloud
If youβve enabled sync with Xiaomi Cloud, thereβs a chance that hidden files are saved to the cloud, which works even if the phone is dropped or lost.
How to check:
- Go to i.mi.com and log in.
- Select the Gallery or Files section.
- If you don't have one, try the filter by date (maybe the files were downloaded under different names).
- Contact the service center: Xiaomi official centers can recover data from damaged partitions (paid service, ~1500β3000 β½). Donβt write new files to your phone before visiting β this reduces your chances of recovery.
If files are critically important (such as documents or only photos), it is better to contact specialists immediately.
π‘
Before any manipulations with the phoneβs memory (reset, firmware, restore) make a backup through MIUI Backup or TWRP. This is the only way to guarantee data retention.