Where to find an invisible album on Xiaomi: all the ways to recover hidden photos and videos

You accidentally hid important photos on Xiaomi, Redmi or POCO โ€” Or you suspect that someone has hidden the files in an "invisible album" but you don't know how to find them? This problem is familiar to many Xiaomi smartphone users, where the function of hiding media files is implemented in an unobvious way. Unlike iPhone or Samsung, where hidden albums are displayed in a separate tab, the MIUI They can โ€œdisappearโ€ from the interface completely.

In this article, we will discuss all possible ways to search for an invisible album on Xiaomi devices, including official methods through the Gallery and Explorer, as well as advanced ones using the same. ADB You will learn exactly where the hidden files are stored in the memory of the phone, how to restore them without loss of quality and what to do if the album โ€œmissingโ€ after the update. MIUI. We pay special attention to the unique features MIUI 14/15: Hidden albums can be automatically archived in the Mi Cloud without notifying the user.

1.What is the โ€œinvisible albumโ€ on Xiaomi and why it disappears

On smartphones Xiaomi under control MIUI The photo and video hide feature works differently than on other Android devices. When you click Hide in the Gallery, the files are stored in the file:

  • ๐Ÿ“ Move to the.hidden (or.nomedia) folder on the internal drive, but stay physically on the phone.
  • ๐Ÿ” Excluded from indexing by Android media scanner, so not displayed in standard galleries.
  • โ˜๏ธ Can sync with Mi Cloud (if hidden file backup is enabled).

The main reasons why the album is โ€œinvisibleโ€ are:

  • ๐Ÿ› ๏ธ Update MIUI: after upgrading to a new version of the firmware, the settings of hidden folders can be reset.
  • ๐Ÿ”„ Factory reset: If you didnโ€™t turn off sync with Mi Cloud, files can only stay in the cloud.
  • ๐Ÿ“ฑ Switching to another launcher: some shells (for example, POCO Launcher) does not support the display of hidden folders.
  • ๐Ÿšซ Manual deletion of.nomedia file: If you manually delete this file, the gallery will stop seeing hidden media.
๐Ÿ“Š How You Usually Hide Files on Xiaomi?
Through the Gallery
Through the Conductor
I use third-party apps.
Don't hide files.
Another way.

It is important to understand that the โ€œinvisible albumโ€ is not a separate function. MIUI, It's a combination of Android system mechanisms, and the.hidden folder is automatically created when you first use the Hide option, but its contents are not encrypted, which means that you can restore files even without root rights, if you know where to look.

The easiest method is to use the built-in Xiaomi Gallery, but there is a caveat: depending on the version. MIUI The path to hidden albums may be different. MIUI 14/15:

Instructions for MIUI 14 and newer:

  1. Open the Gallery app (a icon with multi-colored squares).
  2. Tap on three points (โ‹ฎ) top-right โ†’ select the albums.
  3. Scroll down to the Other Albums section. โ†’ Find the Hidden (or Private) folder in English firmware).
  4. If there is no folder, click on the magnifying glass icon (๐Ÿ”) โ†’ Enter the search for hidden.

For MIUI 12/13:

  • In the Gallery, go to the Albums โ†’ swipe left all the way.
  • Click on More (three dots) โ†’ Showing Hidden Albums.
  • If the option is inactive, check your sync settings in Mi Cloud.

โ˜‘๏ธ Preparing for the search for hidden files

Done: 0 / 4

โš ๏ธ Note: If you previously enabled the option of Sync Hidden Albums in Mi Cloud, files could be moved to the cloud:

  1. Open your Settings โ†’ Xiaomi Account โ†’ Mi Cloud.
  2. Choose the Gallery โ†’ Hidden albums.
  3. Click Restore (if files are in the cloud).
MIUI versionThe Way to Hidden AlbumsIs the Internet necessary?
MIUI 15/14gallery โ†’ Albums. โ†’ Other albums โ†’ Hidden.Not (if the files are local)
MIUI 13gallery โ†’ Albums. โ†’ More. โ†’ Showing the hiddenYes (for cloud synchronization)
MIUI 12gallery โ†’ Albums. โ†’ Swipe left โ†’ Hidden.No.
MIUI 11 and olderThe.hidden folder is at the root of memoryNo.

3. Explorer Search: Where the.hidden folder is stored

If hidden albums are not displayed in the Gallery, they can be found manually through Explorer (or any file manager with support for hidden folders).

Steps for a Standard Conductor MIUI:

  1. Open the Explorer (Folder icon).
  2. Go to the Device (or Internal Memory).
  3. Enable the display of hidden files: Tap on three dots (โ‹ฎ) โ†’ Settings. Activate the switch Show hidden files.

.hidden

.nomedia

If the folder is not available, check the alternative paths:

/storage/emulated/0/.hidden


/storage/emulated/0/Pictures/.hidden




/storage/emulated/0/DCIM/.thumbnails

๐Ÿ’ก

If you use a memory card (SD), check the way /storage/XXXX-XXXX/.hidden, where XXXX-XXXX โ€” ID of your card.

โš ๏ธ Warning: Do not rename the.hidden folder or delete the.nomedia file from it, this will make hidden photos visible in the main gallery. If you need to return files to the shared storage, use the Show in the Gallery function, not manually moving them.

What to do if the.hidden folder is empty?

  • ๐Ÿ”„ Check the Recycle Bin in the Gallery (files are stored there for 30 days).
  • โ˜๏ธ Go to Mi Cloud via your browser (i.mi.com) and check the Gallery section. โ†’ Hidden.
  • ๐Ÿ“ฑ Connect your phone to your PC and use the Mi program PC Suite for memory scanning.

4. Recover hidden files through ADB (power-user)

If standard methods donโ€™t help, you can try to find hidden albums with the help of the help of the scalp. ADB (Android Debug Bridge is suitable for users who have:

  • ๐Ÿ“ฑ Phone is not rooted, but debugging is enabled USB.
  • ๐Ÿ”ง You need to restore files after resetting settings.
  • ๐Ÿ” The.hidden folder is missing, but you are sure that the files are there.

Step-by-step:

  1. Turn on the debugging. USB: Go to Settings. โ†’ The phone. โ†’ Version. MIUI (tap 7 times to activate Developer Mode. Return to Settings โ†’ Additionally. โ†’ For developers and enable debugging by USB.

Command line.

Terminal

adb devices


adb shell




su (if there is root)




ls -la /storage/emulated/0/ | grep hidden

adb pull /storage/emulated/0/.hidden C:\Xiaomi_Hidden
What to do if ADB Can't see the.hidden folder?
If the ls command doesn't show the folder, try alternative ways: 1. Check it out. /data/media/0/.hidden (root). 2. Use the find command /storage -name ".Hidden" for deep search. 3. If files have been deleted, try DiskDigger or Recuva (for internal memory only, not for internal storage). SD!).

โš ๏ธ Attention: Use ADB without experience, it may lead to:

  • ๐Ÿšจ Data loss in case of incorrect commands (for example, rm) -rf).
  • ๐Ÿ”’ Lock your phone if you have security features enabled (e.g. Mi Anti-Rollback).
  • ๐Ÿ“ต Violation of the guarantee (if you get root access).

If you are not sure about your actions, it is better to contact the Xiaomi service center with a request to recover hidden files through official tools (for example, Mi Assistant).

5 Third-party apps to find hidden albums

If embedded tools MIUI You can use third-party apps, you can choose from official sources, like Google Play or Mi App Store, to avoid viruses:

AnnexFunctionalPlusesCons
File Manager+Shows hidden folders, search by file typeFree, no advertising.There is no built-in media viewing
Solid ExplorerTwo-panel manager, cloud supportConvenient interface, encryptionPaid version for advanced functions
Gallery DoctorRecovery of damaged media filesScanning deep folders.Can find "junk" files
MiXplorerAdvanced Explorer with root accessSupport FTP, SMB, archiveDifficult for beginners

How to use Solid Explorer to find hidden albums

  1. Install the app from Google Play.
  2. Open it and give access to the memory.
  3. Tap on the menu icon (โ˜ฐ) โ†’ Settings โ†’ Show hidden files.
  4. Move to the /storage/emulated/0/ And find folders:.hidden.nomedia DCIM/.thumbnails

Copy

Download

โš ๏ธ Note: Some applications (such as Clean Master or CCleaner) can automatically delete files from.hidden or.trash folders, considering them โ€œjunk:

  • ๐Ÿ“Œ Add the.hidden folder to the exceptions.
  • ๐Ÿ”„ Make a backup copy on the PC.
  • ๐Ÿšซ Turn off the โ€œAutocleanโ€ function in the application settings.

6 What to do if hidden files are missing after the update MIUI

One of the most common problems is that hidden albums disappear after a firmware update.

  • ๐Ÿ”„ Resetting the settings of the Gallery (in new versions) MIUI Hidden folders may not migrate automatically).

Algorithm of action:

  1. Check out Mi Cloud: Go to i.mi.com โ†’ gallery โ†’ Hidden albums. If you have files, click Restore and select the device.

Restore the settings of the Gallery:

Settings โ†’ Applications โ†’ Application Management โ†’ Gallery โ†’ Storage โ†’ Clear data

โš ๏ธ It will reset all settings, but it will bring back hidden albums on the menu.

Use a backup copy:

  • If you have been doing backup through Settings โ†’ Additionally. โ†’ Backup, restore it.
  • For a manual backup, connect your phone to your PC and check the folder MIUI/backup/AllBackup.

1.The Hidden Albums section in Mi Cloud.

2. folder /data/media/0/.hidden (requires a root-access conductor).

3. Synchronization settings in Settings โ†’ Xiaomi account โ†’ Mi Cloud โ†’ gallery.-->

If the files are not found, try to restore them with the help of specialized utilities:

  • ๐Ÿ“ฑ DiskDigger (for internal memory).
  • ๐Ÿ’ป Recuva or EaseUS Data Recovery (if you connect your phone to your PC as a storage device).
  • โ˜๏ธ Google Photos (if synchronization was enabled).

Importantly, the less you use your phone after you lose files, the better the chances of recovering them. When you delete files, they are not erased immediately, they are marked as free space and overwritten with new data.

  • ๐Ÿšซ Do not install new applications.
  • ๐Ÿ“ต Donโ€™t take photos or videos.
  • โธ๏ธ Put your phone in airplane mode if you search for files via PC.

7 How to Prevent Loss of Hidden Albums in the Future

To avoid missing hidden files again, follow these guidelines:

1. Set up a backup:

  • โ˜๏ธ Enable Hidden Album Sync in Mi Cloud: Settings โ†’ Xiaomi account โ†’ Mi Cloud โ†’ gallery โ†’ Synchronizing Hidden Albums
  • ๐Ÿ“ Regularly copy the.hidden folder to your PC or external drive.
  • ๐Ÿ”„ Use Google Photos to back up (create a separate album, "Privateยป).

2. Change the location of the hidden files:

  • ๐Ÿ“Œ Move the.hidden folder to the memory card (if any): Explorer โ†’ Select the folder.hidden โ†’ Move it โ†’ Choose. SD-map
  • ๐Ÿ” Encrypt the folder with Solid Explorer or Cryptomator.

3. Disable the hazardous functions:

  • ๐Ÿ—‘๏ธ Stop Clean Master and similar utilities from clearing the.hidden folder.
  • ๐Ÿ”„ Turn off automatic memory optimization in Settings โ†’ Battery โ†’ Optimizing memory.
  • ๐Ÿ“ฑ Do not use the "Light" version of the firmware (MIUI Lite, where there may be no support for hidden albums.

1. Open Explorer and find the.hidden folder.

2. Long tap select Create a shortcut.

3. Move the shortcut to the main screen.

Now you can open the hidden albums in one tap!-->

โš ๏ธ Note: If you plan to sell or transfer your phone, be sure to delete hidden files through the phone:

  1. gallery โ†’ Albums. โ†’ Hidden. โ†’ Remove (not through the basket!).
  2. Mi Cloud โ†’ gallery โ†’ Hidden. โ†’ Delete forever.
  3. Formatting internal memory through Settings โ†’ Memory. โ†’ Cleanup.

FAQ: Frequent questions about hidden albums on Xiaomi

Can I recover hidden files after resetting to factory settings?
Yes, but only if: โ˜๏ธ Files were synced to Mi Cloud (check i.mi.com). ๐Ÿ’พ You have backed up through Settings. โ†’ Additionally. โ†’ Backup. ๐Ÿ“ฑ The files were stored on a memory card (SD), If none of these things work, try data recovery software (DiskDigger, Recuva).
Why is my.hidden file not in my file when I've been hiding it?
Possible causes: ๐Ÿ”„ Files have been moved to Mi Cloud (check the cloud). ๐Ÿ—‘๏ธ The.hidden folder was cleaned with Clean Master utilities. ๐Ÿ“ The path to the folder has changed (in new versions). MIUI she might be in /data/media/0/.hidden). ๐Ÿšซ Files were deleted from the Recycle Bin in the Gallery. ADB Solid Explorer for deep keyword searches (e.g., find) /storage -name "*.jpg").
How to hide files so that they can not be found through Explorer?
For maximum confidentiality: ๐Ÿ” Use safe applications (Keeping, GalleryVault). ๐Ÿ“ Move files to an encrypted container (Cryptomator, VeraCrypt). โ˜๏ธ Upload files to Mi Cloud and delete local copies. ๐Ÿ“ฑ Turn off the display of hidden files in Explorer (Settings) โ†’ Show hidden files). โš ๏ธ Even then, a skilled root user will be able to find files. For complete security, use external encrypted drives.
Can I hide albums from specific apps (like WhatsApp)?
Yes for this: Create a folder at the root of the memory with a dot at the beginning (for example,.private_whatsapp). Put files that shouldn't be displayed on WhatsApp. Add an empty.nomedia file to the folder (you can create it through Solid Explorer). This will block the Android media scanning of the folder.
Why are hidden albums displayed in Google Photos?
This is because Google Photos ignores the.nomedia file and scans all folders.To hide files from Google Photos: Open Google Photos โ†’ Settings โ†’ Backup and sync. Select Device Folders for Backup. Disable backup for.hidden. Alternatively, transfer files to a folder that is excluded from indexing (e.g, /Android/data/).