How to view hidden photos on Xiaomi: all the ways

Xiaomi, Redmi and Poco smartphones offer photo hiding, a convenient way to protect personal photos from prying eyes. However, many users are faced with the problem of how to return access to these files if they forgot where they were hidden, or after resetting? In this article, we will discuss all the current methods of viewing hidden photos on devices with MIUI firmware (including versions 12-14) and HyperOS shell.

It's important to understand that hidden photos aren't deleted from your phone -- they're just moved to a secure folder or changed access attributes. We'll look at both standard ways through Xiaomi's built-in tools and advanced methods for power users. If you're looking for a way to recover deleted photos, that's another topic that requires specialized software.

Before you start, make sure your device is enabled to display hidden files in the File Manager (more on this in one section). Also remember that some methods require superuser rights (root), which can violate the guarantee and security of the system.

The easiest method is to use the built-in Hidden Album feature in the standard MIUI gallery, which works on all modern Xiaomi devices without additional software.

Open the Gallery app and follow the following steps:

  • ๐Ÿ“Œ Tap the three-point menu (โ‹ฎ) top-right.
  • ๐Ÿ” Select Hidden Album (Can be called Private Photos in New HyperOS Versions).
  • ๐Ÿ” The system will ask for a password, fingerprint or pattern lock โ€“ use the same unlock method as for the lock screen.
  • ๐Ÿ“ท After authorization, you will see all hidden photos and videos.

If Hidden Album is not on the menu, then the gallery photo hiding feature is disabled on your device, in which case try alternative methods from the following sections.

โš ๏ธ Note: Some models (e.g. Xiaomi) 12T Or Redmi Note 11 with HyperOS) a hidden album can be hidden deeper.Try the path: Gallery โ†’ Albums. โ†’ More. โ†’ Settings โ†’ Showing Hidden Albums.

๐Ÿ“Š How You Usually Hide Files on Xiaomi?
Through the Gallery
Through the File Manager
I use third-party apps.
Don't hide files.

2. Search through the File Manager (including hidden folders)

Photos hidden through the Xiaomi gallery are physically stored in the.hide or.nomedia system folder. To see them, you need to enable the display of hidden files in the File Manager.

Instructions:

  1. Open the Files app (the blue-background folder icon).
  2. Slip on three horizontal lines (โ˜ฐ) top-left.
  3. Select Settings โ†’ Show hidden files (switch the slider to the position On).
  4. Go back to the root directory (/storage/emulated/0/) and find folders:.hide โ€” this is where photos are stored hidden through the gallery..nomedia โ€” contains files excluded from the media scanner. MIUI/Extra/Private โ€” an alternate location for some models.

If there are no folders, try searching by keywords: enter.nomedia or hide in the file manager search bar. Also check the DCIM/.thumbnails folder - sometimes thumbnails of hidden photos remain there.

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

Done: 0 / 4

3. Using ADB to access hidden files (without root)

If standard methods donโ€™t work, you can use Android Debug Bridge (ADB), a debugging tool that lets you interact with your phoneโ€™s file system via a computer, which doesnโ€™t require superuser rights, but requires you to turn on the developer mode.

Step-by-step:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone โ†’ MIUI Version. Tap the firmware version 7 times until the notification You became a developer!.

USB debugging

Settings โ†’ Additional โ†’ For Developers

ADB-driver

platform-tools

adb devices

(Make sure the device is determined)

adb shell ls /storage/emulated/0/.hide

(viewing the contents of the hidden folder)

To copy files to your computer, use:

adb pull /storage/emulated/0/.hide/ C:\Xiaomi_Hidden_Photos\

โš ๏ธ Attention: Teams ADB case and space sensitive, if the path contains spaces (e.g, /storage/emulated/0/My Files), enclose it in quote marks: adb pull "/storage/emulated/0/My Files/".

What if the ADB canโ€™t see the device?
1. Check if the debugging is included USB developer-setting. 2. Install the original Xiaomi drivers from the site [en.miui.com/a/adb/](https://en.miui.com/a/adb/). 3. Try another one. USB-cable (preferably original). 4. Restart your phone and PC. 5. In the command line, execute adb kill-server, then adb start-server.

4. Third-party applications for finding hidden files

If Xiaomi's built-in tools don't help, you can use third-party filers with advanced features.

AnnexFeaturesDownload link
Solid ExplorerSupport for cloud storage, built-in archiver, access to root folders (with root).Google Play
FX File ExplorerDisplay of hidden and system files, FTP-server SMB.Google Play
Root BrowserFor root-enabled devices, full access to system partitions.Google Play

How to search for hidden photos through Solid Explorer:

  • ๐Ÿ”ง Open the application and give access to the storage.
  • ๐Ÿ” Tap it on three points. โ†’ Settings โ†’ Show hidden files.
  • ๐Ÿ“ Move to the /storage/emulated/0/ Find the folders with a dot at the beginning (for example,.hide).
  • ๐Ÿ”’ If the folder is protected, you may need to enter a password from your Mi Account.

On some Xiaomi firmware, the folder with hidden photos is disguised as a system file called com.miui.gallery.hidden, in which case it can only be found through ADB or root conductor.

5. Restore access through the Mi Account (if photos are synced)

If you had Mi Cloud sync enabled on your device, the hidden photos could have been saved to the cloud to be returned:

  1. Open your Settings โ†’ Xiaomi Account โ†’ Mi Cloud.
  2. Make sure that the synchronization of the gallery is enabled.
  3. Go to i.mi.com and log in.
  4. In the Gallery section, find the Private or Hidden folder.
  5. Select the desired photos and click Download.

If the photo is not in the cloud, but you remember that sync was enabled, try:

  • ๐Ÿ”„ Restart your phone and wait until sync is complete (may take up to 10 minutes).
  • ๐Ÿ“ฑ Install Mi Cloud from Google Play and check the Recycle Bin section.

โš ๏ธ Note: Photos hidden through the Xiaomi Gallery are only synced to the cloud if the Mi Cloud settings enable the option to back up hidden albums.

๐Ÿ’ก

If you don't remember the password from your Mi Account, restore it via [account.xiaomi.com](https://account.xiaomi.com).

6. Advanced methods (for root users)

If you have root rights, you can get full access to the system folders where Xiaomi stores hidden data, and one of the reliable ways is to use SQLite Editor to change the gallery database.

Instructions:

  1. Install SQLite Editor from Google Play.
  2. Open the app and search for the database: /data/data/com.miui.gallery/databases/media.db.
  3. Go to the file table and find the isprivate column.
  4. Change the value from 1 (hidden) to 0 (visible) for the desired files.
  5. Reboot the phone.

An alternative method is to search manually through Root Explorer:

  • ๐Ÿ” Open up. /data/media/0/ (This is the root folder of the internal storage).
  • ๐Ÿ“ Find folders with the hidden attribute (in Root Explorer they are highlighted in gray).
  • ๐Ÿ”ง Change access rights (long tap) โ†’ Permissions โ†’ Check the Read and Write boxes for all groups).

On HyperOS devices, the path to hidden files may be different: check /data/user_de/0/com.miui.gallery/files/Private/.

๐Ÿ’ก

Using root methods can disrupt the stability of the system. Before making changes, back up via TWRP or Mi Flash.

Frequent problems and their solutions

When searching for hidden photos, users often encounter common mistakes, and here's how to solve them:

  • ๐Ÿ”ด.hide folder is empty: Check if you have changed the location of hidden files in the gallery settings. Make sure the photos have been hidden through the standard Xiaomi gallery, not third-party apps.
  • ๐Ÿ”ด ADB Finds no folder: Try an alternative path: /sdcard/.hide or /storage/self/primary/.hide. Update platform-tools to the latest version.
  • ๐Ÿ”ด File Manager does not show hidden folders: Check the display settings in the application itself (sometimes the option is hidden in View) โ†’ Hidden elements: Reinstall the file manager.

If none of the methods worked, it is possible that the photos were deleted or moved to another location, in which case try data recovery software such as DiskDigger or Recuva (you will need to connect your phone to your PC in Mass Storage mode).

Can I see hidden photos on Xiaomi without a password?
Not if the photos were hidden through the standard Xiaomi gallery with password protection. You can't get around this lock without resetting the settings. However, you can try: Restore password through your Mi Account (if email/phone is attached). Use ADB to copy files to your PC (password is only required for viewing, not copying).
Where do the hidden photos go after resetting?
When soft reset (via Settings โ†’ Reset), the hidden photos remain in the.hide folder, but access to them can be lost. When hard reset (via Recovery), the folder is deleted, and it can only be restored through specialized utilities (for example, EaseUS MobiSaver) during the first days after the reset.
Why isn't my.hide photo in the folder?
Possible reasons: Photos were hidden through another app (e.g. Google Photos or Vaulty) You used the Block Album feature in Mi Gallery (in which case the photos remain in place but require a password to view) The folder was renamed or moved manually. Try searching by extensions: in the file manager, type in.jpg or.png.
How do you hide the photos so they canโ€™t be found?
For maximum protection: Move your photo to an encrypted container (e.g., via Cryptomator or VeraCrypt). Use two-factor authentication apps like KeepSafe. Turn off sync with Mi Cloud for hidden albums. Keep backups on an external drive (dash drive or drive) SD-map) with hardware encryption.
Do these methods work on the Pocophone F1 or the old Redmi?
Yes, but with reservations: On Pocophone F1 (MIUI 10-12), hidden photos are stored in /storage/emulated/0/MIUI/Extra/Private/. Older Redmi (e.g. Redmi 4X) may not have a.hide folder โ€“ instead, look for.nomedia in the root directory. Android 6-8 devices require you to enable manual USB debugging via Settings โ†’ Developers.