Xiaomiβs MIUI-based smartphones offer users a photo hiding feature, a handy tool to protect sensitive images. However, not everyone knows that even βdeletedβ or hidden files can remain in the deviceβs memory and access to them requires special actions. This article will reveal all the current methods for finding hidden images on Redmi, POCO and other Xiaomi models, including little-known system tricks and commands for power users.
It is important to understand that hidden photos fall into two categories: the first are those that you deliberately hid through standard MIUI functions (for example, in the Locked Folder), the second are files that the system has marked as hidden automatically (cache, thumbnails, backups), we will discuss both options, and also tell you how to recover images that you thought were irretrievably deleted. All instructions are relevant for MIUI 12, 13 and 14 (including global and Chinese versions).
1. Standard Ways: Where Xiaomi Hides Photos by Default
To start with the obvious, MIUI has built-in tools to hide content, and if you haven't changed your settings, check those locations first.
- π Locked folder is the main storage for hidden files.Access: Gallery β Albums. β Locked folder (requires a password or fingerprint).
- π.nomedia folder -- any folder with that prefix doesn't show up in the gallery. β Internal storage.
- π Recycle bin - deleted photos are stored here for 30 days. β Basket.
- βοΈ Mi Cloud β If sync is enabled, check Settings β Xiaomi account β Mi Cloud β gallery.
Pay special attention to the locked folder. MIUI 14 it can be hidden from the gallery menu: for this go to the settings of the gallery β Hidden albums and disable the display. To get access back, you'll need to enter PIN-the code or pattern lock you specified when you first used the function.
β οΈ Note: If you forget the password from the Locked folder, you can restore it only by resetting all settings (Settings) β The phone. β Reset settings. This will delete all the data on the device!
2. Search for hidden folders through the file manager
MIUI creates hidden directories for office files, thumbnails and gallery cache, and to see them, you need to enable the display of hidden elements in the file manager:
- Open the Files app (or File Manager on global firmware).
- Slip on three dots in the upper right corner β Settings.
- Activate the option to show hidden files.
- Go to the internal storage. β DCIM.
Here you are interested in the following folders:
| folder | Contents | Can I remove it? |
|---|---|---|
| .thumbnails | Miniatures to speed up gallery loading | Yes (restore automatically) |
| .pic | Backup copies of edited photos | No (sourcers may get lost) |
| .cache | Temporary application files | Yeah (makes room) |
| Camera (hidden) | Photos taken in incognito mode | No. |
The DCIM/.thumbnails folder often stores thumbnails of deleted photos in low resolution, which can be opened through any image viewer.
βοΈ Search for hidden files in MIUI
3. ADB-Teams for experienced users
If standard methods didnβt work, you can use Android Debug Bridge (ADB), a tool for low-level file system access, which requires connecting your phone to your PC and enabling USB Debugging.
Instructions:
- Activate Developer Mode: Settings β About Phone β MIUI version (tap 7 times).
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect your phone to your PC and install ADB Tools.
- Enter in the command line: adb shell ls /storage/emulated/0/DCIM/
To find all hidden files on your device, use the command:
adb shell find /storage/emulated/0 -name ".*" -type fThis will display a list of all files whose names start with a dot (hidden) to copy the photos found on a PC:
adb pull /storage/emulated/0/DCIM/.thumbnails/ C:\XiaomiHiddenPhotos\β οΈ Note: Do not delete files in folders /system or /data through ADB β it could cause a failure. MIUI and require a reflash!
What if the ADB canβt see the device?
4. Recover deleted photos through applications
If the photos were deleted from the Recycle Bin or the memory card is formatted, software recovery will help.
- π± DiskDigger β Searches for files by signatures (free version shows thumbnails).
- πΎ Recuva (for PC) scans internal memory through ADB.
- π EaseUS MobiSaver β Supports MIUI And it even finds fragmented files.
- βοΈ Google Photos β Check the Recycle Bin and Archives in the web version.
The recovery algorithm through DiskDigger:
- Install the app from Google Play.
- Select Full Scan (requires root rights for maximum efficiency).
- Mark the file types: JPG, PNG, HEIC.
- Wait until the scan is completed (may take 1-2 hours).
- Save the photos to a memory card or cloud.
Important: The less you use your phone after you delete a photo, the better the chances of recovery. Each new memory record (photo, video, updates) overwrites the deleted data.
π‘
Before you restore, turn off automatic sync with Mi Cloud and Google Photos β this will prevent overwriting temporary files.
5. MIUI system folders: where else can the photos hide
MIUI firmware creates service folders that most users don't know about.
- πΈ /Android/data/com.miui.gallery/cache/ β cache gallery (sometimes stores full-size copies).
- π /MIUI/Backup/AllBackup/ β Application backups (may contain photos from chat rooms).
- π± /Android/obb/ β Here some applications (for example, Viber or Telegram) store media files.
- π¬ /Android/data/com.tencent.mm/MicroMsg/ β WeChat folder with uploaded images.
To access these folders:
- Use Total Commander or FX File Explorer (they show rootless system directories).
- In the file manager settings, enable Show Hidden Files and Show System Files.
- Look for files with extensions.jpg,.png,.heic,.webp.
Note the /MIUI/Backup/ folder, where MIUI automatically backs up when you reset. If you recently reset, you may find old photos in the.mbk file extension (you can open them via Mi Backup).
6. Alternative methods: clouds and instant messengers
Users often forget that photos can be duplicated in other services.
- βοΈ Google Photos: photos.google.com β Basket β Archives.
- π¬ Telegram: Settings β Data and memory β Warehouse β Photo Photo.
- π± Viber/WhatsApp: folder /Android/media/com.viber.voip/ and /Android/media/com.whatsapp/.
- π Social Media: Check the uploads on Facebook, VK, Instagram (Archived section).
There's a hidden feature in Google Photos: if you've turned on Backup, all your photos are stored in the cloud even after they're deleted from your phone.
- Open photos.google.com on PC.
- In the left menu, select the basket (photos are stored for 60 days).
- Check the archives, there may be hidden pictures.
- Use a search by date or place (if geotags are included).
In messengers, photos are often stored in hidden folders, for example, in Telegram, the path to media files: /Android/media/org.telegram.messenger/Telegram Images/. This is where all uploaded images are stored, even if you deleted them in a chat room.
π‘
Before you delete your messenger or reset your phone, copy your media folders to your PC β they donβt sync to the cloud automatically!
7. What should I do if nothing has worked?
If you have tried all the methods, but the photo was not found, there are radical measures:
- π§ Reset to factory settings (sometimes returns hidden system files).
- π οΈ Fastboot Firmware (for experienced users only).
- π½ Memory dump analysis (requires special software like Autopsy or FTK Imager).
- π Contact the service center (if the photos are critically important).
Before resetting your settings, try creating a full backup via the Mi PC Suite:
- Connect your phone to a PC with the Mi PC Suite installed.
- Select Backup β Full Backup.
- Once completed, scan the backup on your PC with 7-Zip or WinRAR β sometimes photos are stored there in an unindexed form.
If you are dealing with physically damaged memory (phone is not turned on, memory card is not readable), do not try to recover data yourself.
β οΈ Note: Use of programs for low-level memory scanning (such as: DD TestDisk on a working phone can cause loss of warranty and damage to the file system, and these methods should be used only if other options are exhausted.