Recovery of deleted photos on Xiaomi Redmi 9C: a complete guide with proven methods

Delete important photos from Xiaomi Redmi 9C and don't know how to get them back? Don't panic - 80 percent of the time, files can be recovered even if you've cleaned your cart or formatted your memory card. In this article, we'll look at all the current ways, from standard MIUI features to professional tools that work even after resetting.

The rule is, the faster you start, the better the chances of success. When you delete files, they don't physically disappear -- the system just labels them as "free space." Until those sectors are overwritten with new data, recovery is possible, but every new image, app installed, or system update reduces those chances.

We tested all methods on Redmi 9C with MIUI 12-14 firmware (including global and Chinese versions), focusing on the nuances associated with internal memory and microSD – they recover differently, and at the end of this article you will find answers to the frequent questions that users have after unsuccessful attempts to return files.

The easiest way is to use the built-in Recycle Bin function in the standard Gallery app. MIUI The deleted photos are stored there for 30 days (by default), and then automatically cleared. If less than a month has passed, your pictures are likely still there.

How to check:

  • πŸ“± Open the Gallery app on Redmi 9C.
  • πŸ—‘οΈ Slip on three dots in the upper right corner β†’ pick the basket.
  • πŸ” Scroll through the list or search by date.
  • πŸ–ΌοΈ Select the right photos β†’ Press Restore (down arrow icon).

If the cart is empty or you have manually cleaned it, go to the following method. Note: some versions of MIUI (for example, for the European region) may not save files in the cart when you delete from the microSD - this is a limitation of the system.

⚠️ After recovery from the basket, the photos are returned to the folder DCIM/Camera If you already have files with the same names, they can be overwritten.

πŸ“Š You regularly clean the basket in the gallery?
Yeah, once a week.
Only when memory ends
Never cleaned.
I didn't know there was anything in there.

2. Recovery via Mi Cloud (Xiaomi Cloud)

If your Redmi 9C was enabled to sync with Mi Cloud, the deleted photos could be saved to the cloud, which works even after you reset your phone to factory settings, as long as you use the same Mi Account.

Instructions:

  1. 🌐 Go to i.mi.com and log in.
  2. πŸ“ In the Gallery section, select the Cart (or Recently Deleted).
  3. πŸ”„ Select the right photos β†’ press Restore.
  4. πŸ“± On the phone, open Settings. β†’ Mi Account β†’ Mi Cloud β†’ Gallery and turn on sync if it is disabled.

In Mi Cloud, photos are stored for 60 days (as opposed to 30 days in the local cart). However, the free tariff provides only 5 GB, so old files can be automatically deleted if you don't find the right pictures, check the Autoload folder - sometimes screenshots and photos from messengers get there.

ParameterLocal basketMi Cloud
Storage period30 days60 days
Works after discharge❌ No.βœ… Yes.
Recovery with microSD⚠️ Partially.βœ… Yes (if there was a synchronization)
Limitation on volumeDepends on the phone's memory.5GB (free)

If sync has been disabled, try turning it on now β€” sometimes the system can download file metadata even if the photos themselves have not yet been sent to the cloud. Go to Settings β†’ Mi β†’ Mi Cloud Account β†’ Gallery and activate the option.

πŸ’‘

Before you recover from the cloud, check if there is enough space on your phone. If the internal memory is full, the files will not load, and the process will have to be repeated.

3. Use of third-party programs (without root)

If previous methods have not worked, it is time to connect specialized utilities. For Xiaomi Redmi 9C, programs that scan memory at the file system level and recover data from signatures (for example, from JPEG or PNG headers) are suitable. We tested 5 popular tools and selected the best ones:

  • πŸ› οΈ DiskDigger – Free version finds photos even after formatting, but requires manual confirmation for each file.
  • πŸ” Recuva (for PC) – scans the connected phone as an external drive, supports deep scanning.
  • πŸ“± Dumpster – an alternative shopping cart for Android, which intercepts deleted files (you need to install INSTRUCTIONS).
  • πŸ’Ύ EaseUS MobiSaver – paid, but with a high recovery rate (supports) HEIC and RAW).

Step-by-step instructions for DiskDigger (on the phone):

  1. πŸ“₯ Install the app from Google Play.
  2. πŸ”Ž Select Full Scan (Takes more time but finds more files).
  3. πŸ“‚ Specify the folder for the search: /storage/emulated/0/DCIM (internal memory; or /storage/XXXX-XXXX (memory-card).
  4. πŸ–ΌοΈ Check the boxes for the photos found. β†’ press Restore.
  5. πŸ“€ Save files to another medium (such as the cloud or PC) to avoid overwriting.

To scan from PC via Recuva:

  1. πŸ–₯️ Get Redmi on board. 9C to the computer in the mode File transfer (MTP).
  2. πŸ”§ Start Recuva, select the Image file type.
  3. πŸ“ Specify location: If you scan internal memory, select the phone drive (usually this device) β†’ Internal storage).
  4. βš™οΈ Enable Deep Analysis (a 1-3 hour class, but increases the odds).

⚠️ Warning: Do not save recovered files back to the phone or memory card from which the scan is being conducted! Use an external drive, cloud or other phone. Otherwise, new data can overwrite the still unrecovered photos.

Disable synchronization of Mi Cloud|Charge the phone to 50%+|Use the original USB-cable|Do not connect your phone to other devices during scanning-->

4. Recovery with ADB (for power users)

If the photos were recently deleted and the phone didn’t reboot, you can try to extract them via Android Debug Bridge (ADB), which does not require root rights, but only works if two conditions are met:

  1. πŸ“± The phone's on debugging. USB (Settings β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap β†’ Additionally. β†’ For developers).
  2. πŸ—ƒοΈ Files have not yet been overwritten (for example, after installing updates or new apps).

Instructions:

  1. πŸ–₯️ Install. ADB Tools on PC.
  2. πŸ“± Get Redmi on board. 9C to the computer and confirm the debugging permission.
  3. 🐍 Open the command line (Windows) or the terminal (macOS/Linux) enter:
adb shell


su -c "find /storage/emulated/0/DCIM -type f -name '.jpg' -o -name '.png' -o -name '*.jpeg' > /sdcard/recover_list.txt"




exit




adb pull /sdcard/recover_list.txt C:\recovery\

This team will create a list of all the images found in the file. recover_list.txt. If you see the right photos in the list, copy them to PC:

adb pull /storage/emulated/0/DCIM/file name.jpg C:\recovery\

The method works unstable on newer versions of MIUI due to security limitations, but sometimes helps to return files that other programs can not see. If the adb shell gives an error permission denied, try using Magisk for temporary root rights (more about this in the next section).

What if the ADB can’t see the phone?
1. Check if Xiaomi drivers are installed USB Drivers (download from the official website). 2. Try another one. USB-cable (preferably original). 3. Include in the developer settings the option Debugging by USB (security parameters) and Unlocking OEM. 4. Restart your phone and PC. 5. If you are using Windows, disable driver signatures (Execute) β†’ bcdedit /set nointegritychecks on).

5. Deep scan with root rights (last chance)

If all previous methods have failed, the last option is to get root rights and scan memory at a low level, which is risky (may lead to loss of warranty or locking the phone), but sometimes it helps to recover lost data.

For Redmi 9C, the following method is suitable:

  1. πŸ”“ Unlock the bootloader via Mi Unlock Tool (requires a Mi Account and waits 7-15 days).
  2. πŸ“² Install custom recovery (TWRP) For your model (see the Angelica version) 9C).
  3. πŸ› οΈ Get Magisk through Recovery.
  4. πŸ” Install Root Explorer or DiskDigger with root access and scan partitions /data and /sdcard.

On the Redmi 9C with MIUI 13+ firmware, after obtaining root rights, Anti-Rollback protection can work, which will lock the phone. Before the procedure, check the firmware version in Settings β†’ About Phone β†’ MIUI version and make sure that it is not newer than V12.5.1.0.RCRMIXM (for the global version).

If you are not sure about your skills, you should contact a service center, and the alternative is to use chip-off recovery (reading data directly from the memory chip), but it is expensive and requires special equipment.

πŸ’‘

Root rights are a last resort: save all important data (contacts, SMS, applications) before obtaining them and be prepared for the possible loss of warranty.

6.Prevention: How to avoid loss of photos in the future

To avoid the problem of deleted photos, set up Redmi 9C according to these recommendations:

  • ☁️ Automatic sync with Mi Cloud: Enable uploading of photos to the cloud in Settings β†’ Mi Account β†’ Mi Cloud β†’ gallery β†’ Autoboot. Select only over Wi-Fi to avoid wasting mobile traffic.
  • πŸ“ Backup to PC: Once a month, connect your phone to your computer and copy the folder DCIM To automate, use Syncthing or Google Photos.
  • πŸ”„ Duplication to memory card: In camera settings (Storage) β†’ Save folder) select Memory Card, so the photos will be stored in both internal memory and microSD.
  • 🚫 Accidental Deletion Protection: Install the Dumpster app (alternative cart) or enable Deletion Confirmation in the Gallery β†’ Settings β†’ Confirmation of removal.

It's also useful to know:

  • πŸ“Έ Format HEIF/HEIC: Redmi 9C By default, saves the photo in format HEIC (To avoid compatibility issues, switch to JPEG in camera settings (Format) β†’ JPEG).
  • πŸ”‹ Disabling Optimization: In Settings β†’ Battery β†’ Battery optimization add Gallery and Mi Cloud to exceptions so they don’t get closed in the background.

If you take pictures often, consider buying a class A2 microSD (like SanDisk Ultra or Samsung EVO Plus) that records data faster and leads to fewer errors when saving files.

FAQ: Frequent questions about photo recovery on Redmi 9C

Can I recover the photo after resetting to factory settings?
Yes, but the odds depend on whether the Mi Cloud sync was enabled. If yes, the photo can be returned from the cloud (section 2 of the article). If not, try scanning through DiskDigger or Recuva, but success is not guaranteed: when resetting, the internal memory is reformatted and the old data can be overwritten. If reset was done via Fastboot (for example, when firmware), recovery is almost impossible, in which case the data is erased at a low level.
Why can't the software find the deleted photos when they're on the phone?
Probable causes: πŸ”„ Files were overwritten with new data (for example, after a system update or application installation). πŸ“± You are scanning the wrong partition (inner memory instead of microSD or vice versa). πŸ› οΈ The program does not support file formats (for example, HEIC or RAW). πŸ”’ Encryption is enabled on the phone (Settings) β†’ Security β†’ Encryption that blocks access to raw data: Try other software (e.g. EaseUS MobiSaver instead of Recuva) or scan memory through a PC with Deep Analysis enabled.
Can I recover a photo from a damaged memory card?
If the microSD is not readable by the phone, but is determined by the computer: πŸ–₯️ Connect the card to the PC through the card reader. πŸ› οΈ Use TestDisk (Free Utility) to restore the partition: testdisk /list Select your card. β†’ Analyze β†’ Quick Search β†’ Write If the card is not determined even on a PC, try it: πŸ”Œ Connect via another card reader (sometimes a problem in contacts). 🧊 Place the card in a bag of rice on 24 hour (if the cause is moisture). πŸ’Ύ Contact the laboratory (for example, ACE Data Recovery for chip-off recovery. ⚠️ Don’t format the card via phone or PC – it will permanently delete the data!
How to recover photos deleted from Google Photos?
Google Photos has a shopping cart where files are stored for 60 days: 🌐 Go to photos.google.com. πŸ—‘οΈ In the menu on the left, select the basket. πŸ”„ Select the photo β†’ If the basket is empty, check the Archive folder, sometimes files go there instead of being deleted. If it's been more than 60 days, try it: πŸ“§ Check out Gmail emails with the topic β€œYour photos” – there may be backups there. πŸ–₯️ Use Google Takeout (takeout.google.com) to export all account data (including deleted tags).
Will replacing the memory chip help restore the photo?
Theoretically, yes, but in practice, it's extremely difficult and expensive. UFS) redmi 9C It is soldered to the motherboard, and its replacement requires: πŸ”§ Special equipment (sweeping station, microscope). πŸ’° Cost of the chip itself (from 5000) β‚½) + work (from 10 000) β‚½). πŸ“Š exact matching of the chip model (e.g, KLMG2GEND-B041 This method is only valid for critical data (e.g., single photos from an event) and 99% of the time it is cheaper and easier to go to a lab where you read data directly from a chip without replacing it.