How to view deleted photos on Xiaomi phone: the full guide 2026

Removing photos from your smartphone is one of the most common problems faced by users of Xiaomi, Redmi and POCO. Whether you accidentally clicked β€œDelete”, formatted a memory card or lost pictures after resetting your settings, there are almost always chances of recovery. In this article, we will discuss all the current ways to return deleted photos, including hidden MIUI functions, cloud services and third-party utilities.

It's important to understand that success depends on how long it's been since you deleted it and whether you've used your phone since then. New data written on top of old data can permanently destroy lost files. So you have to act quickly -- and start with the simplest methods.

We tested all of the methods described below on Xiaomi 13 Pro, Redmi Note 12 and POCO X5 models with the latest MIUI (14-15) instructions are universal and will be suitable for most of the brand’s devices released after 2018. If your model is older, check out the manual recovery section via PC.

Modern versions of MIUI (starting with 12) automatically send deleted photos to an internal cart, where they are stored for up to 30 days, the first and easiest way to return photos without additional software.

To find the basket:

  • πŸ“± Open the standard Gallery app (flower icon).
  • πŸ—‘οΈ Slip on three dots in the upper right corner and select the basket.
  • βœ… Select the desired photos with a long tap and click Restore.

If the cart is empty or not on the menu, it means:

  • πŸ”Ή Photos were deleted more than a month ago (autocleaning worked).
  • πŸ”Ή You have used the function Clean the basket manually.
  • πŸ”Ή Photos were deleted through Explorer or third-party apps (e.g. Google Photos).

⚠️ Note: In some of the scoring for POCO The cart is disabled by default. To activate it, go to Gallery Settings. β†’ Basket β†’ Turn it on.

πŸ“Š How often do you clean the gallery basket?
Every week.
Once a month
Only when memory ends
Never clean.

2.Restore via Google Photos

If your Xiaomi has Google Photos enabled, the deleted photos could be saved to the cloud, which works even if you deleted the photos years earlier, provided that the backup was activated.

Instructions:

  1. Open the Google Photos app (if not, install it from the Play Market).
  2. Slip on the profile avatar in the upper right corner β†’ Cart.
  3. Select a photo and click Restore. They'll be back in the main gallery.

If the Google Photos are empty:

  • πŸ” Check the Archive folder – sometimes photos are moved there instead of deleted.
  • πŸ“… Use the Search function by date or location of the shooting.
  • πŸ’Ύ Photos.google.com may have more recovery options in the web version.

⚠️ Google Photos Stores Deleted Files in the Recycle Bin for 60 Days (as opposed to 30 Days in a Recycle Bin) MIUI). Then they will be removed irrevocably.

πŸ’‘

To avoid future losses, enable automatic sync in Google Photos: Settings β†’ Backup and Sync β†’ Enable. Select High (unlimited) quality to avoid wasting space in the cloud.

3.Using Mi Cloud (Xiaomi Cloud)

Mi Cloud is Xiaomi’s proprietary cloud storage that automatically backs up photos if the feature is activated. Unlike Google Photos, it can recover not only images, but also other data (contacts, notes).

How to check:

  1. Go to Settings β†’ Mi Account β†’ Mi Cloud.
  2. Sign in if you are not automatically logged in.
  3. Select the Gallery and check for backups.
  4. To recover, tap on Download next to the desired album.

The limitations of Mi Cloud:

ParameterFree farePaid fare
Storage volume5GB200 GB.
Retention period of deleted files30 days180 days
Max. One file size20MB1GB
Automatic reservationsOnly on Wi-Fi.By Wi-Fi/mobile data

If Mi Cloud doesn’t have the right photos, but you’re sure that backup was enabled, try:

  • πŸ”„ Update the cloud page (sometimes the data is loaded with a delay).
  • πŸ“§ Check the Hidden folder – some photos can move there.
  • πŸ–₯️ Sign in to Mi Cloud via your browser on PC: i.mi.com – there are more recovery tools.

4. PC recovery: programs for deep scanning

If previous methods didn't work, you'd have to connect your phone to your computer and use specialized tools that scan your internal memory and microSD card at the file system level, recovering even long-deleted data.

Top.-3 Photo recovery software with Xiaomi:

ProgrammeXiaomi supportScan depthPrice.
Disk DrillYes (including MIUI 14/15)Deep (restores fragments)Free up to 500MB
EaseUS MobiSaverYeah (requires USB debugging)Medium (fast/deep)From $39.95.
Tenorshare UltDataYes (supports all models)Maximum (restores after resetting)From $49.95.

Step-by-step instructions for Disk Drill (recommended for beginners):

Enable USB debugging (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap β†’ Back to Additional β†’ For Developers β†’ Debugging by USB)

Connect Xiaomi to your PC via the original cable

Install ADB drivers (download here)

Run Disk Drill and select Recovery from Android

Follow the Connection Wizard (allow access on your phone)

-->

Once scanned, it will show all the photos you find, including the deleted ones. Mark them and click Restore. Save them on your PC -- not your phone -- to avoid overwriting them!

⚠️ Note: If Xiaomi is not defined by the program, try it: πŸ”Œ Use the other USB-cable (preferably original). πŸ”„ Restart your phone and PC. πŸ› οΈ Install drivers manually through Xiaomi PC Suite.

What if the program finds the photo, but they are broken?
If the recovered photos open with artifacts or don't open at all, it means that their data has been partially overwritten. In this case: 1. Try another program (for example, Tenorshare UltData is better at recovering fragmented files). 2. Scan not the entire disk, but only the /DCIM/Camera partition - this will increase the chances of file integrity. 3. Use the RAW recovery format (if there is one in the program) - it stores more metadata.

5. Manual recovery via ADB (for advanced)

If you’re familiar with the command line, you can try extracting photos directly through Android Debug Bridge (ADB), a method that works even if the phone doesn’t turn on (provided you have access to recovery).

What you need:

  • πŸ–₯️ Computer with Windows/Linux/macOS.
  • πŸ”Œ USB-cable-debugging USB (see previous section).
  • πŸ“¦ Established ADB Tools.

Recovery teams:

adb shell


su




cd /sdcard/DCIM/Camera




ls -la | grep ".jpg" # View available files




exit




adb pull /sdcard/DCIM/Camera/ C:\Xiaomi_Photos\ # Copying on PC

If the Camera folder is empty, try searching in:

  • /sdcard/DCIM/.thumbnails - miniatures of photos.
  • /sdcard/Pictures/Screenshots – Screenshots
  • /data/media/0/DCIM is the system partition (requires root).

⚠️ Note: Su commands require root rights. On modern Xiaomi, getting them can lead to a loss of warranty and blocking Bootloader. Without root, you can scan only an external memory card.

6.Recovery after a phone reset or breakage

If the phone was dropped to factory settings, dropped into the water, or stopped turning on, the chances of recovering the photo depend on where they were stored:

Scenario 1: The photos were in the internal memory

  • πŸ”§ If the phone is turned on but reset, use the programs in section 4 (Disk Drill, EaseUS).
  • πŸ’½ If the phone is not turned on, but there is access to recovery – try connecting via ADB (see section 5).
  • πŸ› οΈ Xiaomi service centers can extract data using the help of JTAG Chip-Off, but it's expensive (from 5,000) β‚½).

Scenario 2: Photos were on a memory card (microSD)

  • πŸ” Connect the card to the PC through the card reader and scan the program Recuva (free).
  • 🚫 Do not write new files to a map – this reduces the chances of recovery.
  • πŸ“ If the card is not readable, try scanning it on another device (camera, other phone).

Scenario 3: Phone drowned or physically damaged

  • πŸ’§ Turn off the device immediately and don’t turn on – corrosion can destroy data.
  • 🧊 Place your phone in a silica gel bag (from shoe boxes) for 24 to 48 hours.
  • πŸ“ž Contact the service with equipment for data recovery from damaged chips (for example, Dr.Phone in Moscow / SPb).

πŸ’‘

If your phone doesn't turn on, but you've been syncing your photos regularly with Google Photos or Mi Cloud, you can recover the data even without access to your device, and the main thing is that the accounts are tied to your phone before they break.

FAQ: Frequent questions about photo recovery on Xiaomi

Can I recover photos that were deleted 2 years ago?
Theoretically yes, but only if: πŸ”Ή They were uploaded to Google Photos or Mi Cloud (check archives). πŸ”Ή The phone was not actively used after deletion (new data did not overwrite old data). πŸ”Ή You're willing to use paid software like Tenorshare UltData for deep scanning. The odds are extremely low, but trying won't hurt. Start by checking cloud services.
Why do recovery programs find photos but they don't open?
That means that the files were fragmented, their data scattered across different memory sectors, to increase the odds: πŸ”Ή Use a program with support RAW-Recovery (e.g. R-Studio). πŸ”Ή Scan not the entire disk, but only the folder. /DCIM. πŸ”Ή Try opening a photo in IrfanView – it works better with corrupted files.
How to recover photos after updating MIUI?
Updating your firmware rarely causes you to lose a photo, but if it does: Check the /sdcard/MIUI/backup/AllBackup folder β€” sometimes the system backs up. Use Disk Drill to scan your internal memory. If the update is flawed and the phone doesn't turn on, try rolling back through Fastboot (instructions on xiaomi.eu). In the future, back up via Settings β†’ About Phone β†’ Backup.
Can I recover a photo from a phone that was stolen?
Yes, if: πŸ”Ή You have synced with Google Photos or Mi Cloud enabled. πŸ”Ή You know the data from the account linked to the phone. πŸ”Ή The thief didn't reset the phone to the factory settings.Action: Log in to your account Google/Mi Check the Recycle Bin and Archives in the cloud. If your phone is connected to the Internet, try finding it through Find My Device (Google) or Mi Cloud (Xiaomi). If the photos are not synced, there is no chance β€” you can't recover without physical access to the device.
Which is the best recovery program: Disk Drill or EaseUS?
The choice depends on the situation: Disk Drill EaseUS MobiSaver EaseUS EaseUS ⭐⭐⭐⭐⭐ ⭐⭐⭐⭐ Scan depth Average Deep Support Xiaomi Yes (including) MIUI 15) Yes (requires) ADB) Free functionality of 500 MB of recovery Preview without saving Price From $89 (lifetime) From $39.95 (year) Recommendation: Disk Drill (free and easy to use) for beginners, EaseUS or Tenorshare UltData for complicated cases (after resetting, corrupted files.