Where to Hide Albums in Xiaomi: A Complete Guide to Find Hidden Photos and Videos

Have you ever experienced a situation where photos or videos on your Xiaomi smartphone suddenly disappear from the gallery, but the space on the device does not decrease? or maybe you deliberately concealed the content, but now you can not remember where it was placed? In the operating system MIUI There are several built-in mechanisms for hiding media files โ€“ from standard gallery functions to system folders, the existence of which many users do not even suspect.

In this article, we will not just list all the possible locations where hidden albums can be stored on Redmi, POCO You can use Mi, but you can also show you practical ways to detect them, from the obvious to the little known. MIUI, Third-party file managers and even command line ADB For those who are ready for a deeper dive, we will focus on hidden folders with the.nomedia extension, which block the display of files in the gallery, but do not physically delete them.

The most obvious place Xiaomi users hide personal photos is the built-in Hidden Album in the standard Gallery app. MIUI 12 and newer, including the Redmi Note 10/11/12, POCO X3/X4/X5 and the flagship Mi series 11/12/13.

To access hidden files:

  • ๐Ÿ“ฑ Open the Gallery app on your smartphone.
  • ๐Ÿ” Press three points (โ‹ฎ) In the upper right corner, select the Hidden Album.
  • ๐Ÿ” You will be asked to enter a password, fingerprint or pattern lock (if you have previously set it).
  • ๐Ÿ“‚ After authorization, you will see all media files that have been hidden through standard means.

Importantly, if you haven't set a password for a hidden album, the system can request it to be created the first time you log in, in which case use the same unlock code as the device lock screen.

โš ๏ธ Attention: The files from the hidden album are not encrypted, they are simply excluded from the general gallery stream. MTP These files will be visible in the folder. DCIM/.hidden or Pictures/.hidden.

๐Ÿ“Š Have you ever lost access to hidden photos on Xiaomi?
Yeah, I never found it.
Yeah, but he did.
No, I always remember where I keep it.
I don't use this function.

2. System folders with.nomedia attribute

One of the most common ways to hide files in Android (and the most common way to do so) MIUI In particular, the file is created in the folder special file.nomedia. This file signals the system that the contents of the directory should not be displayed in the media scanner - that is, in a gallery, music player or video player.

Such folders can be created:

  • ๐Ÿค– Automatically โ€“ some applications (for example, WhatsApp to hide downloaded media).
  • ๐Ÿ‘ค Manually โ€“ by the user through the file manager.
  • ๐Ÿ› ๏ธ System โ€“ when backing up or updating MIUI.

To find all the folders with.nomedia:

  1. Install a file manager that supports hidden files (e.g. Solid Explorer or Solid Explorer) FX File Manager).
  2. Enable the display of hidden files in the manager settings (the option to show hidden files).
  3. Go to the root directory of internal memory and search for.nomedia.
Type of folderLocation.What can I store?
Hidden downloads/storage/emulated/0/Download/.hiddenFiles downloaded in "incognito mode"
Backup copies of MIUI/MIUI/backup/AllBackup/.nomediaPhotos before system update
Cash messengers/Android/data/com.whatsapp/media/.nomediaMedia from chat rooms hidden from the gallery
System Logs/MIUI/debug_log/.nomediaError screenshots and debugging information

How do you get files back from those folders to the gallery? Just delete the.nomedia file from the folder, and after the next scan of the media library (or reboot the device), the files will be visible again.

am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file:///storage/emulated/0/

The hidden sections in MIUI File Explorer

The standard file manager from Xiaomi (File Manager or File Explorer) has its own hidden folder system that works independently of the gallery. These folders are not displayed in the main interface, but can be accessed through a special menu.

Search instructions:

Open the Files app (folder icon)

Go to the "Category" section in the lower menu

Select "Hidden Files" (you may need to swipe left)

Enter a password if it has been set.

Check the "Private" and "Secure" folders"-->

Features of working with hidden files in File Explorer:

  • ๐Ÿ”’ Private folder โ€“ here you can store files hidden manually through the Hide menu in the file manager.
  • ๐Ÿ›ก๏ธ Secure folder โ€“ contains encrypted files (requires a password for each access).
  • ๐Ÿ“ folder.miui_hidden โ€” System directory for temporary hidden files.

โš ๏ธ Note: If you reset your phone to factory settings without first disclosing hidden folders, files from Secure will be irretrievably lost โ€“ they are encrypted by binding to your Mi Account.

๐Ÿ’ก

If you forget your password from the Secure folder, try to restore it through the web version of Mi Cloud (https://i.mi.com) under โ€œDevicesโ€ โ†’ Files".

4 Access via Engineering Mode and ADB

For advanced users who are willing to work with an engineering menu or command line, there are ways to find hidden files through low-level tools, which require caution, but allow you to detect files that are not visible even through file managers.

Method 1: Engineering Mode (Engineering Menu)

Some Xiaomi models (e.g. Redmi Note 9 Pro) POCO F3) Allows you to view hidden memory sections through the engineering menu:

  1. In the phone app, type ##4636##.
  2. Go to the Storage Information section.
  3. Check the Internal Storage and SD Card for inconsistencies in occupied space.

Method 2: ADB (Android Debug Bridge)

If you have debugging enabled USB (Settings โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times; then additionally โ†’ For developers โ†’ Debugging by USB), can be used ADB Search for hidden files:

adb shell


su




find /storage/emulated/0 -name ".*" -type d

This command recursively finds all the hidden folders (starting from a dot) in the internal memory.

find /storage/emulated/0 -name ".nomedia" -exec dirname {} \;
What to do if ADB I can't find the files?
If teams ADB return the empty result, check it out: 1. Superuser rights (team) `su` shoulder `#`, not `$`). 2. Installation of the section (execute) `mount | grep emulated` โ€” must have `/storage/emulated/0`). 3. On some firmware Xiaomi blocks access to system folders even through ADB. In this case, only custom recovery type will help. TWRP.

5. Recovery of deleted hidden files

If you suspect that hidden files have been deleted (for example, after resetting settings or cleaning the gallery cache), you can try to restore them using specialized utilities. It is important to act quickly - the fewer write operations to the device after deleting, the better the chances of recovery.

Recommended tools:

  • ๐Ÿ–ฅ๏ธ DiskDigger (Android) โ€“ works without root, but with limitations.
  • ๐Ÿ’ป Recuva or EaseUS Data Recovery (Windows) โ€“ require a phone connection in Mass Storage mode (on the new Xiaomi may not work).
  • ๐Ÿ“ฑ GT Recovery (Android) โ€“ Supports recovery from memory cards.

Step-by-step recovery process:

  1. Install DiskDigger from Google Play (or download it) APK official website).
  2. Launch the app and select Full Scan (requires root rights for maximum efficiency).
  3. Mark file types: JPG, PNG, MP4 (depending on what you were looking for).
  4. After scanning, look at the files you find and save them to another medium (not the same memory partition!).

โš ๏ธ Note: Recovered files may be fragmented or corrupted. Especially for video, check the integrity of each file before removing the originals from the recovery program.

๐Ÿ’ก

On Xiaomi devices with memory chip UFS (for example, Mi 11 Ultra or POCO F4 GT) Recovery chances are lower than on eMMC models due to memory controller features.

6. Verification of cloud storage and synchronization

Many users forget that Xiaomi syncs media files with cloud services by default. If you were looking for hidden files only in local memory, check the following services:

1. Mi Cloud (Xiaomi Cloud)

  • ๐ŸŒ Go to i.mi.com and log in.
  • ๐Ÿ“ Open the Gallery section โ†’ Hidden albums.
  • ๐Ÿ”„ If files have been deleted, check the Recycle Bin (stores files for up to 30 days).

2. Google Photo.

Even if you havenโ€™t used Google Photos directly, MIUI You can automatically upload media to this service:

  • ๐Ÿ“ฑ Open the Google Photos app on your phone.
  • ๐Ÿ” In the search box, enter the hidden or archive.
  • ๐Ÿ—‘๏ธ Check the Recycle Bin section (available 60 days after removal).

3. Third-party messengers

Apps like Telegram, Viber or Signal have their own media hiding mechanisms:

  • ๐Ÿ“Ž In Telegram: Settings โ†’ Data and memory โ†’ Telegram folder (may contain hidden files).
  • ๐Ÿ” Signal: Media from "disappearing messages" is stored in /Signal/.nomedia.
ServiceThe path to hidden filesStorage period
Mi Cloudhttps://i.mi.com โ†’ gallery โ†’ Hidden.No restrictions (when paying)
Google Photohttps://photos.google.com โ†’ ArchivesNo restrictions (in synchronization)
Telegram/Telegram/Telegram Images/.nomediaUntil manually removed
WhatsApp/WhatsApp/Media/.Statuses30 days (for statuses)

7.Analysing Occupied Space: Where to Look for "Invisible" Files

If you suspect that there are hidden files on your phone but donโ€™t know where to look, start by analyzing the space youโ€™re occupied. The discrepancy between declared storage and actual storage often indicates hidden data.

How to conduct a memory audit:

  1. Go to Settings. โ†’ Memory.
  2. See the memory usage schedule if the Other or System data partition takes up more 10-15 GB is a reason to check.
  3. Install a memory analyst, such as Storage Analyzer or Files by Google.
  4. Carefully examine the folders: /Android/obb/ โ€” Cache of games (can weigh tens of GB). /MIUI/ โ€” backup. /data/ โ€” requires root rights, but may contain hidden application data.

Typical memory eaters on Xiaomi:

  • ๐ŸŽฎ Genshin Impact, Call of Duty Mobile โ€“ up to 20 GB per game).
  • ๐Ÿ“บ Offline maps (Google Maps, Yandex.Navigator).
  • ๐Ÿ“ฅ Downloads from instant messengers (especially Telegram with "Save to the Gallery" enabled").
  • ๐Ÿ”„ Logs of the system (/MIUI/debug_log/ โ€” It can take up gigabytes after failures).

If you find large files that you canโ€™t identify, use online services like VirusTotal to check for viruses before opening.

FAQ: Frequent questions about hidden albums in Xiaomi

๐Ÿ” Can you hide an album without even a file manager finding it?
Rename the folder by adding a point to the beginning (for example,.my_secret_photos). Put a.nomedia file in it. Use an application to encrypt the folder (like Andrognito or Hide Something), and then the folder won't be visible without showing hidden files and entering the password.
๐Ÿ”„ What to do if you update after the update MIUI missing files?
Updates MIUI Sometimes they reset the permissions to hidden folders. Try: Reboot your phone. Delete and recreate the.nomedia file in a problem folder. Restore files from a backup of Mi Cloud. If the files were in the Secure folder, contact Xiaomi support โ€“ they can help restore access by linking your Mi Account.
๐Ÿ“ฑ Why Hidden Files Take Place But Aren't Shown in Gallery?
This is due to the.nomedia mechanism: The file physically exists on the device. โ†’ The presence of.nomedia blocks the scanning of the media library. โ†’ Solution: delete.nomedia or transfer files to another folder.
๐Ÿ” How to put a password on a hidden folder in MIUI?
In the standard file manager: Select the folder, click More (โ‹ฎ) โ†’ Hide. Set a password (the same one will be used for the lock screen) the folder will move to the Private section in the file manager. Use third-party applications such as Cryptomator or to encrypt it. ES File Explorer (in "Secure folder" mode").
๐Ÿšซ Can you permanently delete hidden files without the ability to restore them?
Yes, for this: Use the โ€œNon-Return Deleteโ€ function in Google Photos (hold the file). โ†’ Remove from the device. In the file manager, select Recycle Bin. โ†’ Clean the cart. For complete erasure, use tools like Shreddit (requires root). UFS-memory (for example, Xiaomi 12 Pro) even after overwriting file artifacts are possible, but it will be extremely difficult to restore them.