You lost access to personal photos on Xiaomi Redmi 9T and donโt know where to look for hidden albums? This problem is familiar to many smartphone users on MIUI โ Xiaomiโs proprietary shell often hides media files in non-obvious folders or automatically archives them. In this article, we will analyze all possible storage locations for personal albums, including system directories, cloud backups and hidden memory partitions.
The Redmi 9T (M2010J19SG) is based on Android 10/11 with MIUI 12-14, where the logic of storing photos is different from โpureโ Android. For example, the Gallery app may not show files from folders like DCIM/.thumbnails or Pictures/Screenshots, although they are physically present in memory, we will tell you how to find these folders, why they are hidden, and what to do if the albums disappear after updating or resetting.
1. Standard Album Storage Sites on Redmi 9T
The first thing to check is the standard folders where MIUI stores media files by default. Open any file manager (like embedded Files or Mi File Explorer) and follow the following paths:
- ๐ /storage/emulated/0/DCIM/Camera โ main folder for photos taken on camera.
- ๐ /storage/emulated/0/Pictures/Screenshots โ Screenshots and saved images from the browser.
- ๐ /storage/emulated/0/Download โ files downloaded from the Internet (including photos).
- ๐ /storage/emulated/0/Movies โ videotape.
If you can't see these folders, turn on the hidden files in the file manager settings (usually called the "Show Hidden Files" option). Redmi 9T can also have a "Secure Folders" feature that hides selected albums from prying eyes to check it out:
- Open Settings โ Privacy โ Protected folders.
- Enter a password or pattern lock (if installed).
- Check to see if there are any โlostโ photos.
2 Hidden System Folders: Where MIUI Hidden Albums
MIUI creates several hidden directories that automatically move or duplicate media files, which are not displayed in the standard Gallery, but can be found through a root file manager or special applications like FX File Explorer.
Here are the key hidden paths on Redmi 9T:
| folder | Contents | How to get access |
|---|---|---|
| /DCIM/.thumbnails | Photos (reduced copies) | Enable the display of hidden files in the file manager |
| /Pictures/.nomedia | Photos excluded from the Gallery scan | Delete the.nomedia file or rename the folder |
| /MIUI/Extra | Backups and temporary files | Root or need to be rooted ADB-team |
| /Android/data/com.miui.gallery | Cash and Gallery metadata | Through Settings โ Applications โ Gallery โ Memory |
Important: The /MIUI/Extra folder may contain backups of albums created by the system before the MIUI update. If you recently updated the firmware, check it first.
โ ๏ธ Note: Do not delete files with the.nomedia extension in folders unless you are sure of their purpose. They are used to hide certain media from being scanned by the Gallery (for example, downloaded stickers or messenger cache).
3. Search through the Gallery app: filters and archives
The built-in Gallery on Redmi 9T has several hidden sections that are not visible on the home screen.
- Launch the Gallery app.
- Tap it on three points (โฎ) in the upper right corner and select Albums.
- Scroll down and find the sections: ๐๏ธ Archives โ automatically hidden photos (e.g. screenshots or duplicates). ๐ Secured โ albums blocked by password. โ๏ธ Mi Cloud โ photos synchronized with the Xiaomi cloud. ๐ By date โ all media sorted by time of creation.
If your photos are in the Archive, they can be returned to the main Gallery: highlight the files. โ Press Restore. Secure folders require you to enter a password (by default, this may be the default). PIN-lock-screen).
Open the Albums section | Check the Archive folder | View the Secured Files | Synchronize Mi Cloud | Filter by date-->
4.Recovery of deleted albums: programs and services
If the albums are missing after resetting or accidentally deleting, you can try to restore them. Redmi 9T will do this:
- ๐ DiskDigger scans internal memory for the remnants of deleted files (works without root, but with limitations).
- ๐ฑ Recuva (via PC) โ if you connect your phone to your computer in file transfer mode (MTP).
- โ๏ธ Google Photos โ Check the Recycle Bin (files are stored there for 60 days).
- ๐ Mi Cloud โ if sync was enabled, photos could be saved in the cloud Xiaomi.
To recover via DiskDigger:
- Install the app from Google Play.
- Select Full Scan (Takes more time, but more efficiently).
- Mark the file types: JPG, PNG, HEIC.
- Wait for the scan to finish and save the photos to a new folder.
โ ๏ธ Warning: Don't save recovered files to the same memory they were deleted from! Use a memory card or cloud to avoid overwriting data.
What to do if recovery has not helped?
5.Displaying Albums: Why the Gallery Can't See Photos
Often, photos are physically present in memory, but not displayed in the Gallery.
| Problem. | Reason. | Decision |
|---|---|---|
| The photo is in the memory, but not in the gallery. | .nomedia file in folder | Remove it through the file manager |
| Albums Disappeared After MIUI Update | Gallery cache reset | Go to Settings โ Applications โ Gallery โ Memory โ Clear the cache |
| Photos are displayed as gray miniatures | Miniature cache damaged | Delete /DCIM/.thumbnails folder and restart your phone |
| Gallery doesn't update albums | Media scanning error | Go to Settings โ Applications โ Gallery โ Rights โ Allow access to memory |
If the problem is not solved, try resetting the Gallery settings:
- Open Settings โ Applications โ Gallery โ Storage.
- Click Clear Data (this will remove the app settings, but not the photos themselves).
- Restart your phone and wait for the media to be scanned again.
๐ก
If the Gallery scans files for a long time after reset, connect the phone to the charger and leave it for 10-15 minutes.
6. Search for albums on a memory card (microSD)
If you use a memory card on Redmi 9T, the albums can be stored in folders:
- /storage/XXXX-XXXX/DCIM (where XXXX-XXXX โ card).
- /storage/XXXX-XXXX/Pictures.
- /storage/XXXX-XXXX/Download.
To check the map:
- Open Files โ Devices โ Memory Map.
- Search for folders with photos manually or use search by extensions (.jpg,.png).
- If the card is not identified, remove it and paste it back (sometimes rebooting the phone helps).
โ ๏ธ Note: If the memory card is formatted as internal memory (Adoptable Storage), access to its files may be limited. In this case, connect the phone to the PC and check the card through Windows Explorer.
7. Alternative methods: ADB and root access
If standard methods didnโt work, you can use ADB (Android Debug Bridge) to search for files, which requires connecting your phone to your computer and enabling USB Debugging:
- Activate Developer Mode: Settings โ About Phone โ MIUI version (tap 7 times).
- Return to Settings โ Additional โ For developers and enable USB debugging.
- Connect Redmi 9T to your PC and execute the command in the terminal: adb shell ls /storage/emulated/0/DCIM This will show the contents of the DCIM folder.
- To find everything. JPG-Files on the device, use: adb shell find /storage/emulated/0 -name "*.jpg"
Deeper tools like Root Explorer or Mixplorer are available for root-right users, allowing them to view system partitions where MIUI can move backups of albums (e.g. /data/media/0/MIUI/Backup).
๐ก
Use ADB only if you are confident in your actions. Incorrect commands can cause the system to crash.