Skip to content
1
Menu
  • Italiano
  • English
Menu
Mobileos editorial 1160x720

How to Restore Deleted Photos on Android: 2026 Guide

Posted on

Search Intent: How-to (the user wants a practical, step-by-step guide on the process of recovering deleted photos on an Android device in the current year).


Menu

  • How to Restore Deleted Photos on Android: 2026 Guide
    • 1. Check the Google Photos Trash (Android Native Backup)
    • 2. Recover from the Device’s Internal Trash (Android 15 & 16)
    • 3. Use the Samsung Gallery Recycle Bin (For Samsung Devices)
    • 4. Recover from Hidden Partitions (Root Access or ADB)
    • 5. Immediate Action: Stop Writing Data
    • 6. When to Use a PC-Based Recovery Tool (2026 Update)
  • Conclusion
  • FAQ

How to Restore Deleted Photos on Android: 2026 Guide

The moment you hit “delete” on a photo in 2026, it does not instantly vanish from your device. Modern Android storage architecture (Android 15 and 16) uses a two-stage deletion process combined with file-level encryption. You typically have between 15 and 60 days to recover a deleted photo, depending on which service or storage partition held it. This guide covers the exact steps to recover deleted photos using the built-in tools in 2026, without relying on third-party apps that often violate Google’s Play Store policies or your privacy.

1. Check the Google Photos Trash (Android Native Backup)

If you have Google Photos backup enabled—which is the default on Pixel 9, Samsung Galaxy S26, and OnePlus 13—this is the fastest method.

  1. Open the Google Photos app. (Version 6.6+ in 2026 handles RAW and HEIC files seamlessly).
  2. Tap the Library tab at the bottom right.
  3. Select Trash (the bin icon). You will see a message: “Photos and videos will be permanently deleted after 60 days.”
  4. Tap and hold a photo to select it. You can select multiple photos by tapping each one.
  5. Tap Restore at the bottom. The photo immediately returns to your main photo stream and the original folder location.

Why this works: Since 2024, Google Photos syncs deletion changes across devices. If you deleted a photo on your tablet or PC, it also lands in the phone’s Trash folder. The 60-day retention window (up from 30 days in 2023) applies to all “backed up” photos. For photos stored only on device (never backed up), see the next section.

2. Recover from the Device’s Internal Trash (Android 15 & 16)

Starting with Android 14, Google introduced a system-level Files by Google trash bin. In Android 15 and 16 (2025–2026), this trash now includes photos that were never backed up to the cloud.

  1. Open Files by Google (pre-installed on most devices; if removed, download from Play Store—it’s 3MB).
  2. Tap the menu (three lines) at the top left.
  3. Select Trash.
  4. You will see files deleted in the last 30 days. Tap the Photos or Images filter at the top.
  5. Select the photos you need. Tap Restore.

Critical detail for 2026: The Files by Google trash on Android 16 now supports “smart retention.” If your storage is low (under 5% free), the system automatically shortens the trash retention to 7 days. If you are trying to recover an older photo and the trash is empty, the system has already permanently purged it at the storage layer.

3. Use the Samsung Gallery Recycle Bin (For Samsung Devices)

Samsung phones (Galaxy S26, Z Fold 7) use a separate recycle bin within the Samsung Gallery app, independent of Google Photos.

  1. Open Samsung Gallery.
  2. Tap the three-dot menu (top right).
  3. Select Settings > Recycle Bin.
  4. Toggle Recycle Bin to “On” if it is off. (In 2026, Samsung defaults this to 15-day retention, extendable to 30 days in settings.)
  5. Return to the main Gallery screen. Tap the hamburger menu (top left).
  6. Select Recycle Bin. Photos older than 15 days will show a warning: “Will be permanently deleted in X days.”
  7. Long-press a photo, tap Restore.
  8. If the photo you need is not there, check the Recently Deleted album in the “Albums” tab. Some Samsung One UI 7 builds (2026) store a secondary copy for 7 days.

4. Recover from Hidden Partitions (Root Access or ADB)

This method is for advanced users who have USB debugging enabled or a rooted device. It does not require a third-party app.

  1. Enable USB Debugging: Go to Settings > About Phone > Tap “Build Number” 7 times. Go back to System > Developer Options > Enable USB Debugging.

  2. Connect to PC. Install ADB (Android Debug Bridge) tools on your computer.

  3. Run the following commands to query the .thumbnails and DCIM partitions:

    adb shell su cd /data/media/0/DCIM/.thumbnails ls -la

  4. Look for .db files (e.g., thumbdata4--1967290299). These databases often contain cached thumbnails of deleted photos. Copy them to your PC:

    adb pull /data/media/0/DCIM/.thumbnails/thumbdata4–1967290299 C:\recovery

  5. Use a SQLite browser (free, open source) to open the .db file. You will see a table named thumbnails with a data column containing the raw image bytes. Export the entries as .jpg files.

Important: On Android 16, the .thumbnails folder is encrypted by default. This method only works on devices that have been rooted or have the “Disable Scoped Storage” flag set via ADB. Most locked devices will return “Permission denied” unless you have a custom recovery like TWRP.

5. Immediate Action: Stop Writing Data

Whether you deleted the photo 10 seconds ago or 10 days ago, the most critical step is to stop using the phone immediately. Android 16 uses a F2FS (Flash Friendly File System) that performs aggressive garbage collection. Every time you take a new photo, install an app, or receive a WhatsApp image, the system may overwrite the blocks where your deleted photo resides.

Do not:

  • Take new photos or videos.
  • Download large apps or updates.
  • Connect to Wi-Fi (cloud sync can delete remote copies).

Do:

  • Put the phone in Airplane Mode.
  • Proceed directly to the steps above.

6. When to Use a PC-Based Recovery Tool (2026 Update)

If the photo is not in Google Photos trash, Files by Google trash, or Samsung recycle bin, you need a file carving tool that works at the raw block level. In 2026, the two most effective tools are:

  • DiskDigger (Rooted devices only on Android 16+; non-root version can only recover thumbnails).
  • PhotoRec (Open source, works via ADB, supports Android 15/16 partition table).

Single most effective tool for 2026: R-Tools R-Studio for Linux run on a booted recovery environment. This bypasses Android’s file system driver and scans the userdata partition directly. This can recover photos deleted up to 60 days prior.

Step-by-step with PhotoRec (non-root, ADB method):

  1. Connect phone to PC. Enable USB Debugging.
  2. Install ADB and parted (partition management tool).
  3. Run: adb shell "su -c 'cat /proc/partitions'" to find the userdata block device (e.g., /dev/block/mmcblk0p59).
  4. Run on PC: photorec /dev/block/mmcblk0p59 /d C:\recovered_photos
  5. Select “Whole file system” and “Other” (not FAT32/NTFS). PhotoRec will scan for JPEG, HEIC, and RAW file signatures.

This process can take 2–4 hours and requires the PC to have 20+ GB of free space. It is the only method that works on Android 16 encrypted userdata partitions without rooting.


Conclusion

Recovering deleted photos on Android in 2026 is a race against time and system garbage collection. Your first and best option is always the Google Photos Trash (60-day window). If that fails, the Files by Google Trash (30-day window) or Samsung Recycle Bin (15-day window) are your safety nets. For photos deleted more than 60 days ago, or those that never left the device, a PC-based file carving tool like PhotoRec is the only viable route—but it requires ADB access and technical know-how. Never rely on third-party “photo recovery” apps from the Play Store; they either fail on Android 16’s scoped storage or exfiltrate your data. Act immediately, stop writing new data, and follow the system-native recovery paths first.


FAQ

1. Can I recover photos deleted from the Google Photos Trash after 60 days? No. Google permanently deletes them from its servers after 60 days. Your only hope is a local file carving tool (PhotoRec) scanning the device’s internal storage. If the phone had cloud sync on, the photos were never stored as raw files on the device long-term, making local recovery nearly impossible.

2. Do third-party recovery apps work on Android 16? Most do not. Android 16’s scoped storage prevents apps from reading deleted files from other apps’ directories. Apps that claim to recover “without root” are usually reading thumbnails or showing ads. Only DiskDigger (with root) and PhotoRec (via ADB) are effective.

3. How long does the “Trash” or “Recycle Bin” hold deleted photos on Android? It varies by manufacturer and Android version. Standard Android 16 via Files by Google: 30 days. Google Photos (backed up): 60 days. Samsung One UI 7: 15 days (extendable to 30). Huawei EMUI 15: 30 days. Xiaomi HyperOS 2: 7 days.

4. Will factory reset delete photos permanently? Not necessarily. A factory reset only marks the userdata partition as “free.” The data remains until overwritten. If you perform a factory reset and then immediately stop using the phone, you can still recover photos via PhotoRec in a custom recovery environment. Do not re-setup the phone.

5. How can I prevent accidental photo deletion in the future? Enable Google Photos backup with “Back up & sync” turned on. Then, enable Locked Folder (Android 16) for sensitive photos. Also, set Samsung’s Recycle Bin retention to 30 days (Settings > Recycle Bin > Retention period). Do not use “Free up space” tools that automatically delete backed-up photos.

6. Can I recover photos if my phone’s screen is broken? Yes, but only if USB Debugging was enabled before the screen broke. Connect via USB to a PC and use ADB to pull the DCIM and Trash folders. If USB Debugging was off, you need a third-party data recovery service that can read the NAND flash chip directly—a costly and rare procedure in 2026.

  • Author
  • Recent Posts
Redazione
Redazione
Writer and Explorer at GloboSoft
Technology enthusiast with extensive experience in the digital world. With a degree in engineering and years of experience in the tech industry, I'm dedicated to exploring the constantly evolving digital world and translating technological advances into a language accessible to everyone.
Redazione
Latest posts by Redazione (see all)
  • How to Connect iPhone to Mac in 2026
  • How to Connect Your Smartphone to Windows PC in 2026
  • How to Mirror Your Phone to TV in 2026
Post Views: 9

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • How to Connect iPhone to Mac in 2026
  • How to Connect Your Smartphone to Windows PC in 2026
  • How to Mirror Your Phone to TV in 2026
  • How to Transfer WhatsApp to a New Phone in 2026
  • How to Recover WhatsApp Messages on Android in 2026
©2026 | Privacy Policy | Contattaci