You suspect that your Xiaomi, Redmi or POCO have hidden photos, but you donโt know how to find them?Maybe someone has hidden them through standard MIUI features, used third-party apps, or even moved files to system folders. In this article, weโll go through all possible methods, from simple (via gallery) to advanced (using ADB and root-access file manager).
It's important to understand that some of the ways you do this require technical skills or they can violate privacy. If you're looking for hidden photos on your device, there's no problem. But if you're looking at someone else's smartphone, remember the legal and ethical boundaries. We're not talking about privacy invasions, we're just describing the technical capabilities of MIUI.
This article is relevant for all modern Xiaomi devices based on MIUI 12-14 and HyperOS, including the Redmi Note 12/13, POCO F5/X5, Xiaomi 13/14 and others. If your smartphone runs on pure Android (for example, Xiaomi A3), some methods may not work โ we will warn about this separately.
1.Search through the standard Xiaomi gallery
To start with, MIUI has a built-in photo-hiding feature, and it works through a standard gallery. Here's how to check if there are hidden photos there:
- Open the Gallery app (an icon with a floral logo).
- Slip on three dots in the top right corner (or swipe right to left to open the side menu).
- Select the "Albums" item โ scroll down to the "Hidden" section.
- If the folder exists, you will be asked to enter a password or fingerprint (if they have been installed).
โ ๏ธ Note: If you haven't set a password for hidden albums, but it's requested, it means someone else has activated the function.
Check out the archive albums:
- ๐ In the gallery, go to the Albums. โ Archives: This can store automatically hidden screenshots, memes or duplicates.
- ๐ Use gallery search: type in keywords (e.g., โscreen,โ โvideo,โ date) โ sometimes hidden files are indexed but not displayed in the main folders.
- ๐ Check out "Recently Deleted" (which stores files for up to 30 days), and it's possible that the "hidden" photos were just moved to the cart.
2. Verification of system folders through the file manager
If there is nothing in the gallery, the next step is to manually search through the file manager. In MIUI, hidden photos can be stored in several standard locations:
| folder | Way | What could be there? |
|---|---|---|
| .nomedia | /storage/emulated/0/ (any folder) | Files that are not displayed in the gallery because of the.nomedia file. Delete this file and the photos will become visible. |
| MIUI/Hidden | /storage/emulated/0/MIUI/Hidden/ | Standard storage of hidden photos from the Xiaomi gallery. |
| DCIM/.thumbnails | /storage/emulated/0/DCIM/.thumbnails/ | Photo miniatures, sometimes there are copies of deleted photos. |
| Pictures/Screenshots | /storage/emulated/0/Pictures/Screenshots/ | Screenshots that may have been hidden through third-party apps. |
To see the hidden folders:
- Open Files (standard MIUI manager) or install Solid Explorer/FX File Manager.
- Enable the display of hidden files: in "Filesยป: โฎ โ Settings โ Show hidden files in Solid Explorer: โฐ โ Settings โ Hidden files.
.nomedia
.nomedia
๐ก
๐ก
If the MIUI/Hidden folder is empty, but you're sure the photos were there, try rebooting the phone. Sometimes MIUI caches the content and doesn't show it right away.
3.Use ADB to search for hidden files
If standard methods donโt work, you can use Android Debug Bridge (ADB), a tool for low-level file system access that is suitable for advanced users and requires a smartphone to connect to a PC.
What you need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux.
- ๐ฑ Included debugging by USB on Xiaomi (Settings) โ The phone. โ Version. MIUI โ 7 times tap the version โ Go back to Settings โ Additionally. โ For developers โ Debugging by USB).
- ๐ Installed drivers Xiaomi and ADB-tools (you can download from the official website).
Instructions:
- Connect your smartphone to your PC via USB (select File Transfer mode).
- Open the command prompt (cmd on Windows) and type: adb devices If the device is displayed โ debugging works.
- Run a command to search for files with the.jpg,.png extension: adb shell find /storage/emulated/0 -type f \( -name ".jpg" -o -name ".png" \) -exec ls -l {} \; This will display a list of all images on the device, including hidden ones.
- To copy the found files to the PC: adb pull /storage/emulated/0/path/to/file.jpg C:\folder to pc\
โ ๏ธ Attention: Teams ADB They give you access to the entire file system. Do not delete or modify files in folders. /system or /data โ This can result in data loss or device blinking.
What if the ADB canโt see the device?
4. Search through third-party applications
If you don't want to go through the system folders, you can use specialized applications that scan the memory of the device and find hidden or deleted files.-3 test-driven:
- ๐ DiskDigger โ looks for deleted photos even after cleaning the cart. Works without root, but with root access efficiency is higher. Download from Google Play. Select the full scan (it takes 10-30 minutes.
- ๐ File Commander - file manager with hidden file search function. Open the app โ Menus. โ Settings โ Show hidden files. Use the built-in search for extensions (.jpg,.png,.heic).
- ๐ AppLock (or GalleryVault) โ if photos are hidden through these apps, try resetting or deleting them (the data may remain in the app folder).
โ ๏ธ Note: Apps like DiskDigger can find fragments of deleted files, but they don't guarantee 100% recovery. The more you use your phone after deleting, the lower the odds.
Install the application from the official store
Charge your phone at least 50%
Free 1-2 GB of memory for temporary files
Disable battery optimization for the scanner
Do not interrupt the scanning process-->
5.Reset gallery settings (if hidden albums don't open)
Sometimes hidden albums in the Xiaomi gallery become unavailable due to a configuration failure, in which case the cache and data reset of the Gallery app will help:
- Go to Settings โ Applications โ Application Management.
- Find the Gallery (or Mi Gallery) and tap on it.
- Select Warehouse โ Clear cache and Clear data.
- Reboot the phone.
After that:
- ๐ If the albums were hidden through the standard function MIUI, They may be visible again (but you will need to re-enter the password if it has been set).
- ๐ฅ If the photo is missing, check the folder. MIUI/Hidden File Manager: Sometimes files remain in place after reset, but disappear from the gallery interface.
๐ก
๐ก
The gallery data reset doesn't delete the photos themselves, only the app settings. The files stay in the DCIM and Pictures folders.
6 Advanced methods: root access and data recovery
If all the previous methods failed, radical measures remain, requiring root rights or special hardware, but giving the best chance of finding hidden files.
Method 1: Root + File Manager
- ๐ ๏ธ Get root access through Magisk (instructions for Xiaomi are available on the website) XDA Developers).
- ๐ Install Root Explorer or Mixplorer (with root support).
- ๐ Check the folders: /data/media/0/ โ storage. /data/com.miui.gallery/ โ cache and gallery settings. /data/user_de/0/com.android.providers.media/ โ database.
Method 2: Recovery via PC
If photos were deleted but not overwritten, they can be restored using programs like Recuva (for memory cards) or Dr.Fone (for internal memory).
- Connect Xiaomi to your PC in MTP mode.
- Run the program and select the internal memory scan.
- Wait until it is completed (may take a few hours).
- Look at the files found and restore the ones you need.
โ ๏ธ Note: Recovering data from internal memory without root is often impossible due to Android limitations. SD-card, odds higher.
If you find hidden photos that do not belong to you, remember that viewing or sharing them may violate the law on privacy (Article 137 of the Criminal Code of the Russian Federation).