Need help recovering files deleted from Trash on Mac

I accidentally emptied the Trash on my Mac and deleted important files I still need for work. I’m looking for the best way to recover deleted Trash files on Mac, whether that’s built-in options, backups, or trusted recovery software. I really need quick advice because some of these documents may not be saved anywhere else.

I did this on a MacBook Air and my stomach dropped the second Trash went empty. Mine had work files, family photos, the usual stuff you only notice after it is gone. The part people miss is this, emptying Trash does not always wipe the data on the spot.

What macOS often does first is remove the file references and mark the space as free. The data itself may still sit on the drive for a bit, until new data lands on top of it. So your first move matters a lot. Stop using the Mac.

There is one ugly detail. Most newer Macs use SSDs, and SSDs use TRIM. TRIM tells the drive to clear deleted blocks in the background. Sometimes fast. Sometimes with a delay. I would not gamble on timing, so I stopped all normal use right away.

I ended up using Disk Drill. I had messed with a few other recovery apps before this, and some were clumsy with APFS or got weird about Apple Silicon permissions. This one was the least painful for me.

What I did, step by step:

  1. I quit using the Mac except for recovery.

  2. I plugged in an external USB SSD so recovered files would not go back onto the internal drive.

  3. I downloaded Disk Drill and put it on the external SSD, not the Mac’s internal storage.

  4. After launch, I gave it Full Disk Access.

  5. Path was: System Settings → Privacy & Security → Full Disk Access

  6. Inside the app, I picked the internal SSD and started “Search for lost data.”

  7. On my MacBook Air, the scan ran about an hour. Then I opened “Review found items.”

  8. I used filters hard, because scan results get messy fast. I only cared about documents and photos, so filtering saved me a ton of time.

  9. I checked previews before restoring anything. If a file preview opened fine, recovery odds looked good in my case.

  10. Then I selected the keepers and hit Recover.

  11. I saved everything onto the external SSD.

I got back almost all of my documents and most of the photos. A few temp files came back broken, some cache junk too, but the stuff I cared about was there. Even filenames survived on most of it, which I did not expect tbh.

If you had Time Machine running before this happened, I would try that first. It is cleaner, faster, and you keep the folder structure without doing a deep scan.

  1. Open Time Machine from the menu bar or through Spotlight.

  2. Go to the folder where the files used to live.

  3. Move back to a point before you emptied Trash.

  4. Select the files and press Restore.

That usually puts everything back where it was, with names and folders intact.

Also check the places people forget:

  1. iCloud Drive

  2. Recently Deleted in Photos

  3. Recently Deleted in Notes

  4. Dropbox deleted files

  5. Google Drive trash and version history

  6. External drives with older copies

One more thing. If the files first came from an SD card, camera card, or drone storage, try recovery from the original card too, if you have not reused it. I have seen that work better than people expect.

Also, do not start installing random cleaner apps, optimizer junk, or those “repair your Mac” tools right now. Bad time for experiments. Recovery first.

If recovery software turns up nothing and the files matter enough to lose sleep over, a recovery lab is the last stop. For a normal accidental Trash empty, though, software recovery is usually the route I’d try first becuase it is the most realistic one.

1 Like

Skip the Mac for normal work right now. Every write lowers recovery odds.

I agree with parts of what @mikeappsreviewer said, but I would check backup and sync history before running a deep scan. It is faster, cleaner, and keeps dates, names, and folder paths.

Try this order.

  1. Undo from app history.
    If the files were Office docs, Adobe files, or project files, open the app and check recent files, autosave, temp recovery, and version history. Word, Excel, Pages, Photoshop, and many dev tools keep local recovery copies. People miss this step a lot.

  2. Check cloud web panels, not only Finder.
    iCloud Drive on the web has Recently Deleted.
    Dropbox keeps deleted files for 30 days on many plans.
    Google Drive keeps Trash and file versions.
    OneDrive has recycle bin plus version history.
    If your work files synced before deletion, this is often the best route.

  3. Look for local snapshots.
    If Time Machine was enabled at any point, macOS sometimes keeps APFS snapshots on the internal disk even when your backup drive is not plugged in. Use Terminal:
    tmutil listlocalsnapshots /
    If you see snapshots, you might roll back or restore with Migration Assistant or Time Machine tools. A bit nerdy, but worth a shot.

  4. Search temp folders.
    Finder search misses stuff. Check:
    ~/Library/Containers
    ~/Library/Application Support
    ~/Library/Autosave Information
    /tmp
    /private/var/folders
    Messy, yes. I pulled a lost Keynote deck from Autosave Information once. Dumb luck, but it worked.

  5. If none of that hits, use recovery software.
    Disk Drill is one of the few Mac tools people keep circling back to for APFS recovery. Save recovered files to an external drive, not your Mac. If your Mac has FileVault and TRIM on an internal SSD, results get shaky fast. Ths part sucks.

If the files are worth money, stop now and use a recovery lab. If they are replaceable, software first makes more sense.

Also, this short guide is decent if you want a visual walkthrough:
Mac file recovery tutorial for deleted Trash files

I’d do one thing a little differently than @mikeappsreviewer and @espritlibre. Before going deep into recovery mode, check whether the files were ever emailed, exported, or attached somewhere. Sounds obvious, but work docs often exist in Slack, Mail attachments, client portals, Teams chats, or old ZIP exports. I’ve “recovered” stuff that way faster than with any scan.

A few extra places to check on Mac:

  1. Spotlight with kind/date filters
    Sometimes files were duplicated or moved, not actually lost. Search by file type and last opened date.

  2. Shared folders and collaboration apps
    Notion exports, Figma downloads, Git repos, Adobe Creative Cloud files, even old AirDrop folders.

  3. Terminal history if you’re technical
    If you moved files around with cp, mv, rsync, etc, your shell history might remind you where copies ended up.

  4. Preview’s recent items
    For PDFs/images, File > Open Recent can sometimes point to surviving copies.

If all that fails, then yeah, Disk Drill is one of the more realistic Mac options for deleted Trash file recovery, esp on APFS. Just recover to an external drive, not the internal one. And if the files are business-critical, stop poking at the Mac and consider pro recovery before more writes happen.

Also, if you want a decent video roundup, this is a solid YouTube comparison of the best Mac recovery software.

One harsh truth tho: if it’s a newer SSD Mac and enough time has passed, recovery odds can drop real fast. Not impossible, just way less fun than ppl think.