Have you accidentally deleted valuable photos from Xiaomi Redmi and now you donβt know how to return them? Donβt panic β most users have the chance to recover photos even if they were deleted a few days ago. In this article, we will analyze all possible storage locations for deleted photos on Redmi devices (including Note 12, Redmi 10, Redmi A2 and others), and also tell you how to proceed if files are not found in standard folders.
Xiaomi smartphones have multiple layers of data protection, including a shopping cart, hidden system folders, and automatic backups in the Mi Cloud. However, not everyone knows where to look. For example, many people overlook the fact that some photos can be saved in the messenger cache or duplicated in cloud services like Google Photos. We structured the information so that you can act Step-by-step, from the simplest ways to the more complex ones.
The important thing is that the faster you start searching, the better the chances of success. When you delete files, the system doesn't erase them instantly, it just marks the space on the drive as free. So don't write new data to your phone (don't take photos, don't install apps) until you've finished recovering.
1.Basket in the standard MIUI gallery
The first place to look for deleted photos is the built-in Recycle Bin in the Gallery app, which works on the principle of βsoft removalβ in MIUI (the Xiaomi shell), where files are not erased immediately, but moved to temporary storage, where they lie for 15 to 30 days (depending on the model and firmware version).
To check the basket:
- π± Open the Gallery app (icon with multicolored photos).
- ποΈ In the upper right corner, click on the three dots (menu) and select the basket.
- π View the file list. Deleted photos will be marked with the date of the move.
- π To restore, click on the photo, then select Restore (the icon with the arrow up).
If the cart is empty or there are no pictures, move on to the next method. Note: the basket in MIUI is automatically cleared when memory is scarce or after storage expires. It can also be turned off in settings - read more about this below.
2. Hidden folders and system directories
Android (and the MIUI shell in particular) creates many hidden folders where photos can be duplicated or temporarily stored, most often users find lost images in the following directories:
| folder | Way | What could be there? |
|---|---|---|
| .thumbnails | /storage/emulated/0/DCIM/.thumbnails | Photos (sometimes full-size copies) |
| Pictures/Screenshots | /storage/emulated/0/Pictures/Screenshots | Screenshots that may have been moved |
| Android/data | /storage/emulated/0/Android/data/ + application packet name | Cache of messengers (WhatsApp, Telegram) and social networks |
| MIUI/Extra | /storage/emulated/0/MIUI/Extra | Backups and temporary system files |
To access hidden folders:
- Connect your phone to your PC via USB (in File Transfer mode).
- Use a file manager (such as Total Commander or FX File Explorer) with the option βShow Hidden Filesβ enabled.
- Manually check the paths from the table above.
β οΈ Note: Do not delete files from folders Android/data or MIUI β If you find the right photos, copy them to a safe place (for example, on a PC), rather than moving them.
βοΈ Searching in hidden folders
3. Cloud backups: Mi Cloud and Google Photos
If your Redmi has been enabled to sync with the cloud, the chances of photo recovery are much higher. Xiaomi offers two main cloud services:
- π₯οΈ Mi Cloud β Xiaomiβs proprietary cloud, where backups of photos, contacts and notes are stored.
To check out Mi Cloud:
- Open Settings β Accounts and Sync β Mi Cloud
- Sign in if you are not logged in to your account.
- Go to the Gallery or Backups section.
- View available albums β deleted photos can be in the folder Remote (analogue of shopping carts).
For Google Photos:
- Open the Google Photos app or go to photos.google.com.
- Select the Recycle Bin from the menu β the photos are stored there for 60 days.
- If the basket is empty, check the Archive folder or search by date.
β οΈ Note: If you donβt remember if sync was enabled, check the settings:
- For Mi Cloud: Settings β Accounts β Mi Cloud β Gallery Synchronization.
- For Google Photos: Settings β Backup and Synchronization.
If the option is disabled, there are no cloud copies.
How to recover photos if the cloud is not synced?
4.Recovery through third-party applications
If standard methods don't work, you can use specialized data recovery software that scans the device's memory at the file system level and finds files marked as deleted. Xiaomi Redmi is good for:
- π§ DiskDigger - free version searches for photos and videos, supports MIUI.
- π± Recuva (for PC) β requires a phone connection USB and root rights for deep scanning.
- π EaseUS MobiSaver β a paid solution with a high recovery rate.
Instructions for DiskDigger:
- Download the app from Google Play (requires Android 5.0+).
- Run and select Full Scan (root rights required) or Basic Scan (no rights required).
- Wait until the process is completed (it can take 10β30 minutes).
- Tag the photos found and click Restore by selecting a folder to save (for example, Download).
β οΈ Attention: Recovery applications do not guarantee 100% results:
- The time after the deletion (the earlier the better)
- Type of memory (inner memory, chances are higher than microSD).
- Device activity (recording new data reduces the odds).
Avoid programs that require payment before the scan results are shown.
π‘
Before using third-party software, check the reviews on Google Play β some apps may contain ads or malicious code. Give preference to solutions with a rating of 4.5+ and the number of downloads from 1 million.
5. Checking the cache of messengers and social networks
Many users forget that photos are often duplicated in the cache of apps, for example, if you sent a picture to WhatsApp, Telegram or VK, a copy of it could be saved in the folders of these services.
| Annex | The way to the cache | What do you do? |
|---|---|---|
| /storage/emulated/0/WhatsApp/Media/WhatsApp Images | Check the Sent and WallPaper folders | |
| Telegram | /storage/emulated/0/Telegram/Telegram Images | Photos are saved by download dates |
| VK | /storage/emulated/0/Android/data/ru.mail.vkontakte/cache | Look for files with the.jpg or.png extension |
To find these folders:
- Use a file manager (e.g. Files by Google or Solid Explorer).
- Enable the display of hidden files in the manager settings.
- Follow these paths and sort the files by date of change.
If the cache was manually cleared or an app (like CCleaner), chances of finding a photo are minimal. Also remember that the cache can take up a lot of space - some messengers (like Telegram) allow you to clean it in their settings (Settings β Data and memory β Clear the cache).
6. PC Recovery (ADB and Specialized Utilities)
For power users, there is a way to recover via ADB (Android Debug Bridge) or programs like Dr.Fone, which requires connecting the phone to a computer and can return files even without root rights, but has limitations.
Instructions for Dr.Fone:
- Download and install Dr.Fone on your PC (official website).
- Connect Redmi via USB by selecting File Transfer mode.
- Start the program and select Android Data Recovery.
- Follow the wizardβs hints β the program will offer to scan the internal memory or SD-map.
- After scanning, mark the desired photos and click Restore.
For recovery through ADB (no root):
adb shell
su
cd /data/data/com.android.providers.media/databases
sqlite3 external-*.db
SELECT * FROM files WHERE _data LIKE '%.jpg' OR _data LIKE '%.png';This command will list all the photos in the Android database, including the deleted ones, but it will require additional manipulation of the file system to extract them.
β οΈ Attention: Methods using ADB or root rights may lead to:
- Violation of warranty (if the device is warranty).
- Data loss due to incorrect actions.
- Locking the device (in rare cases).
If you are not sure about your skills, contact a specialist.
π‘
Third-party recovery software like Dr.Fone or Recuva works better on the phoneβs internal memory than microSD, and if the photos were stored on the card, the chances of success are lower.
7. Contact the Xiaomi Service Center
If all of these methods did not help, and photos are critically important (for example, these are documents or unique photos), you can contact the official Xiaomi service center.
- π§ Hardware Memory Reading (Chip-off).
- π Work with Mi Cloud backups at the server level.
- π Recovery from damaged storage devices.
What you need to know before your visit:
- Service data recovery is a paid service (cost depends on the complexity, from 1,500 to 10,000 rubles).
- Not all centers provide this service β check by phone.
- You may need to provide proof of ownership of the device (checks, box).
β οΈ Warning: Avoid "handicraft" workshops offering low-cost data recovery.Unqualified activities can:
- Damage the memory chip without the possibility of repair.
- Leak personal data (unless the phone is properly cleaned)
Before visiting the service center:
βοΈ Preparation for a visit to the service
8 How to avoid losing photos in the future
To avoid the problem of lost photos, follow the following simple rules:
- βοΈ Turn on automatic sync with Mi Cloud or Google Photos. Even if the phone breaks, the images will remain in the cloud.
- π Regularly copy the photo to a PC or external drive (once every 1-2 months).
- π Use backup through Settings β Additionally. β Backup and reset.
- π« Donβt store a single copy of important photos on your phone β duplicate them in at least one cloud.
It's also useful to know:
- In MIUI, you can set up automatic uploading of photos to the Mi Cloud only over Wi-Fi, so as not to waste mobile traffic.
β οΈ WARNING: If you sell or transfer your Redmi to another person, remember to:
- Log out of all accounts (Mi, Google, social networks).
- Make a reset to factory settings (Settings β About phone β Reset settings).
- Remove the microSD card if it was used to store the photo.
Even after the reset, the data can be recovered using special programs, so use the Clean all data option in the reset menu to clean it completely.