Recover deleted photos on Xiaomi Redmi 7: from the cart to deep scan

Did you accidentally delete your Xiaomi Redmi 7 memory photos or did they disappear after resetting? Don't panic: you have at least 5 ways to get your lost photos back, even if they were deleted months ago. The key is to act quickly and not write new files to your phone so you don't erase old data.

Redmi 7

MIUI

Mi Gallery

basket

30 days

Google Photo

Mi Cloud

ADB

⚠️ Warning: If you've tried to recover photos through third-party software and they haven't found anything, don't despair. You may have searched in the wrong memory partition. 7 The photos can be stored in three places: /storage/emulated/0/DCIM/, /storage/emulated/0/Pictures/ and /storage/emulated/0/Miui/Gallery/cloud/ (synchronized).

Before you start, check:

  • πŸ“ Is there any free space on your phone (less than 10% of memory increases the risk of overwriting deleted files).
  • πŸ”„ Whether sync with Mi Cloud or Google Photos was enabled (see account settings).
  • πŸ› οΈ Have you updated your firmware after deleting the photo (this can erase the data irrevocably).
πŸ“Š Where do you usually store photos on your smartphone?
Only in the memory of the phone.
Google Photos
In Mi Cloud
On the memory card.
Another option

The first thing you need to do is to look into the hidden shopping cart of the Mi Gallery app, where in MIUI 10-14, deleted photos don't disappear immediately, but are sent to temporary storage for 30 days.

Open the Gallery app (flower icon) β†’ tap three dots in the top right corner β†’ select the Recycle Bin. If not, update the gallery via Play Market or check the display settings: Gallery settings β†’ Show hidden folders.

In the Recycle Bin, you'll see all the deleted files with date and time to recover:

  • πŸ“Œ Select the desired photos with a long tap.
  • πŸ”„ Click Restore (Icon with a down arrow).
  • πŸ“‚ Files will be back in the folder. DCIM/Camera or from which they were removed.

⚠️ Warning: If the cart is empty but you are sure that the photo was deleted recently, try restarting your phone. MIUI It doesn't update the contents of the cart without restarting. Also check if the files are hidden: in the gallery, click three dots. β†’ Settings β†’ Show hidden files.

πŸ’‘

On Redmi 7, the shopping cart may not show if the photos were deleted through a file manager (e.g. Files by Google).

2. Restore via Google Photos (if synchronized)

If your Redmi 7 has Google Photos installed and autosynchronization enabled, all deleted photos can be returned within 60 days. Even if you manually cleaned the shopping cart in the gallery, Google Photos stores backups separately.

Instructions:

  1. Go to Google Photos (if not, download from Play Market).
  2. Slip on the profile avatar in the upper right corner β†’ Cart.
  3. Select the necessary photos β†’ click Restore.
  4. If the basket is empty, check the Archive (there may be hidden pictures).

If you don’t find a photo, try searching by date or place:

  • πŸ“… In the search bar, enter a date (for example, May 2023).
  • πŸ“ The name of the place where the photo was taken (if the geotag was included).
  • πŸ” Use keywords like beach, birthday.

⚠️ Note: If you deleted photos from Google Photos more than 60 days ago, they may have been permanently erased from servers, in which case you move on to recovery methods from your phone’s memory (sections 4-5).

Go to Google Photos β†’ Settings β†’ Backup and synchronization|Check if β€œBackup” is enabled"|Make sure you have the right Google account|See synchronization statuses over the past few days-->

3. Search in Mi Cloud (Xiaomi Cloud)

Mi Cloud is a cloud storage from Xiaomi that automatically saves photos if the gallery Sync feature is enabled. On Redmi 7, it can be activated by default when you first set up your phone.

To check:

  1. Open the Settings. β†’ Accounts. β†’ Mi Account.
  2. Scroll down to the Mi Cloud β†’ Gallery section.
  3. If synchronization is enabled, tap Data Management β†’ Recycle Bin.
  4. Restore the necessary photos (storage period is 30 days).

If the sync is disabled, but you remember that it used to work:

  • 🌐 Go to i.mi.com from PC.
  • πŸ”‘ Sign in with the same Mi Account as on your phone.
  • πŸ“· Go to the Gallery section β†’ Basket.

⚠️ Warning: Mi Cloud only gives 5GB of free space. If memory is full, new photos don't sync, and old ones can be automatically deleted. β†’ Mi Account β†’ Mi Cloud β†’ Warehouse.

Recovery methodStorage periodInternet is requiredIt works without root.
MIUI basket30 daysNo.Yes.
Google Photo60 daysYes.Yes.
Mi Cloud30 daysYes.Yes.
Programmes for PCsBefore the re-recordingNo.Yes (partially)
ADB-teamBefore the re-recordingNo.No (root needed)

4. Recovery with PC and specialized programs

If you can't find the photos in the clouds and the cart, you'll need to connect Redmi 7 to your computer, and you'll need a USB cable (preferably original) and one of the recovery software.

  • πŸ› οΈ DiskDigger (there is a free version for Android).
  • πŸ’» Recuva (to work with a memory card).
  • πŸ” EaseUS MobiSaver (paid, but with trial period).

Step-by-step instructions for DiskDigger:

  1. Download the program from the Play Market.
  2. Connect Redmi 7 to your PC in File Transfer (MTP) mode.
  3. Run DiskDigger on your phone β†’ select Full Scan (requires root).
  4. Wait until the analysis is completed (it can take up to an hour).
  5. Tag the desired photos β†’ click Restore β†’ save on PC.

⚠️ Note: DiskDigger will only show thumbnails of photos without root rights. Full recovery requires root (see section 5) or Recuva to scan a memory card.

If the photo is stored on SD-map:

  • πŸ“± Remove the card from your phone.
  • πŸ’Ύ Connect it to the PC via the card reader.
  • πŸ”„ Launch Recuva β†’ Select a memory card β†’ start scanning.
What if the program doesn’t see the phone?
If DiskDigger or Recuva do not detect the device: Check if Debugging is enabled USB (Settings β†’ The phone. β†’ Version. MIUI β†’ 7 times tap the version β†’ Go back to Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB). Install Xiaomi drivers from the official website. try another one USB-cable or port. Reboot your phone and PC.

5. Advanced methods: ADB and root access

If the standard methods don't work, you can still scan the memory deep through ADB or root rights, which are more complicated, but you can get a photo even after you reset.

βœ… Method 1: ADB-teams (without root)

Connect Redmi 7 to your PC, enable USB Debugging (see spoiler above) and execute in Command Prompt:

adb shell


su




cd /data/media/0/DCIM/




ls -la

If you see files with the.thumb or.nomedia extension, you can copy them to your PC:

adb pull /data/media/0/DCIM/.thumbnails/ C:\Redmi7_Recovery

βœ… Method 2: Root + specialized utilities

With root rights, you'll have access to all memory areas, including system memory.

  • πŸ“± Install Magisk to get root (instructions for Redmi 7 are available on the Internet) XDA Developers).
  • πŸ› οΈ Download Root Browser or Undeleter Recover Files & Data.
  • πŸ” In the program, select a section /data or /sdcard β†’ run a deep scan.

⚠️ Attention: Getting root rights to Redmi 7 will unlock the bootloader, which can lead to loss of warranty and problems with the bootloader. OTA-And the wrong actions with the wrong ones. ADB If you're not sure, you can see a specialist.

πŸ’‘

Root access gives you the best chance of recovery, but it requires technical skills. Without root, most programs see only surface data, and deep scanning is not available.

6.If nothing has worked: professional assistance

When all methods are exhausted and photos are critical (for example, these are the only pictures from an important event), it is worth contacting the data recovery laboratory.

What service centers offer:

  • πŸ”¬ Chip-off recovery (removing memory chips and reading data directly).
  • πŸ’Ύ JTAG-method (for phones with damaged firmware).
  • πŸ“‘ Backup analysis (if the phone has previously connected to the PC).

The cost of services starts from 3 000 rubles, but can reach up to 20 000 + depending on the complexity.

  • πŸ“Œ Do they have experience with Xiaomi Redmi 7 (different models have different memory architectures).
  • πŸ”’ Privacy is guaranteed (your photos should not fall into third hands).
  • ⏳ Timeframe for completion (usually 1 to 5 days).

⚠️ Warning: Avoid questionable services that promise "100% recovery in 5 minutes." High-quality data extraction is a time-consuming process, and no program will guarantee, especially if the phone's memory has been overwritten.

How to avoid losing photos in the future

To avoid the problem of remote photos, set up automatic backup on Redmi 7:

  • πŸŒ₯️ Enable sync with Google Photos (Settings) β†’ Accounts. β†’ Google β†’ Synchronization).
  • ☁️ Activate Mi Cloud (Settings) β†’ Mi Account β†’ Mi Cloud β†’ gallery).
  • πŸ’Ύ Regularly copy the photo to a PC or external drive.
  • πŸ“ Use a file manager (such as Solid Explorer) to manually backup a folder on the memory card.

Also useful:

  • 🚫 Do not store your photo in one place (rule) 3-2-1: 3 copy 2 carrier, 1 cloudy).
  • πŸ”„ Before resetting your settings or firmware phone be sure to transfer the photo to another disk.
  • πŸ“΅ Avoid β€œcleaner” applications (such as Clean Master) that can delete β€œunnecessary” files, including backups.

πŸ’‘

The most reliable way to protect your photo is to combine cloud storage (Google Photos or Mi Cloud) with local backup on your PC, and even if your phone breaks, you won’t lose data.

FAQ: Frequent questions about photo recovery on Redmi 7

Can I recover photos that were deleted a year ago?
Theoretically yes, but only if: πŸ“ They were stored on a memory card that was not used after deletion. ☁️ Have been synced with Google Photos or Mi Cloud (check archives). πŸ’» You've been backing up on a PC, and in a year's time, the odds are close to zero, and the data is overwritten many times.
Why do programs like DiskDigger find photos but don’t open them?
It means that the files are partially overwritten, and the software sees the scraps of data, but it can't be completely restored: πŸ›‘ Do not write new files to your phone after deleting the photo. πŸ”„ Use programs with deep scanning (requires root).
Can I recover the photo after resetting to factory settings?
Yes, but with reservations: ☁️ If the photos were in Google Photos or Mi Cloud, they will recover after re-syncing. πŸ’Ύ If the reset was made without formatting the memory card, scan it through Recuva. 🚫 If the reset involved cleaning the internal memory, the chances are minimal (a chip-off is needed in a service center).
How to recover a photo from a damaged Redmi 7 (not turned on, broken screen)?
Options for solutions: πŸ”Œ Connect your phone to your PC in Fastboot mode (clip the power supply) + Reduce the volume and try to extract the data through ADB. πŸ’½ If the screen is broken, but the phone is working, use it. OTG-cable + mouse. πŸ› οΈ Contact the service to retrieve the memory chip (expensive but effective).
Did the photos disappear after the MIUI update?
Yes, it happens when: πŸ“± Update interrupted (file system may have been damaged). πŸ”„ There was a reset without warning (rarely, but happens on custom firmware). πŸ“‚ folder DCIM It has become hidden (check in the file manager for display settings). Solution: scan the memory through DiskDigger or check cloud backups.