Deleted Important Files By Accident, How To Recover Deleted Files On Mac?

I accidentally deleted some important files on my Mac and didn’t realize it until later, so they may not be in the Trash anymore. They include personal documents and work files I really need to get back. What’s the best way to recover deleted files on a Mac without causing more data loss?

I’d treat this like a hurry-up problem, not a lost-cause problem. Once you empty Trash, the easy restore button is gone. The file data still might be sitting there until macOS writes over it, or the SSD clears blocks through TRIM.

First thing I’d do, stop using the Mac. No app installs. No big downloads. No moving folders around. No system update. Every write to the same drive makes recovery worse.

1. Confirm it is missing

I’ve seen files show up in dumb places after a drag mistake or sync weirdness. So I’d check Finder search again, open Trash again, and show hidden files with Command + Shift + .

Sometimes the file is not deleted at all. It got renamed, moved, hidden, or shoved into some synced folder you forgot about.

2. Check Time Machine and iCloud first

If Time Machine was on, I’d go straight to the original folder, enter Time Machine, jump to a point from before deletion, and restore from there.

Then I’d check iCloud too. If you had Desktop, Documents, Photos, or iCloud Drive syncing, look on https://www.icloud.com, especially the Recently Deleted area. I’ve seen stuff survive there when the Mac looked clean.

3. Look for APFS snapshots

This part gets skipped a lot. Open Disk Utility, pick your main APFS Data volume, and look for snapshots from before the file disappeared.

If one is there, mount it, browse it, and copy the missing file out to a different location. Not back onto the same drive if you can avoid it.

4. Try recovery software

If backup and snapshots don’t help, I’d move to scanning software. Disk Drill is usually the first one I point people to on Mac because the interface is easier to deal with, it works with newer macOS versions, and file preview saves time. Preview matters. If the file opens in preview, you know you are not paying for junk results.

What I’d do with it:

  1. Install Disk Drill to an external drive if you have one.

  2. Launch it, pick the drive where the file was deleted, then start the lost data scan.

  3. If it asks for a recovery mode, pick the one closest to your situation and let the scan finish. This part drags sometimes.

  4. Use search or filters by name, file type, or folder path.

  5. Preview the file before recovering anything.

  6. Select what you need.

  7. Restore the recovered files to another drive, never the original Mac drive.

If you want other options, R-Studio and Data Rescue are worth a look. They work, but I found them less hand-holdy. Same rule either way, scan the affected drive, save results somewhere else.

5. Know when to stop and send it out

I’d skip DIY and go to a recovery lab if the drive has hardware trouble, the Mac took liquid damage, the SSD is not showing up right, the recovery app locks up, or the files matter enough where one bad move is too much risk.

Labs cost more. Still, if the storage itself is failing, they are the safer route.

The big issue is time. There’s no clean deadline where recovery is possible before 3 PM and impossible after dinner. On SSD-based Macs, TRIM and normal background writes chip away at your chances fast. I’d check backups first, then snapshots, then start a scan right away.

2 Likes

If the files are gone from Trash, I’d check app-specific history before doing a full recovery pass. @mikeappsreviewer covered the main rescue path well, but I think people skip the obvious source too often.

Look at where the files were made first.

Pages, Numbers, Keynote often keep prior versions.
Word and Excel keep AutoRecovery files.
Adobe apps stash temp saves.
Photos, Notes, Mail, and Preview all have their own deletion behavior.

For Office, check:
~/Library/Containers
and
~/Library/Group Containers

For unsaved docs, use Finder, search by file extension and sort by Date Modified. I’ve recovered stuff this way more than once. It feels dumb, but it works.

Also check cloud service trash folders besides iCloud. Dropbox keeps deleted files for 30 days on many plans. OneDrive and Google Drive do too. If your work files lived in a synced folder, start there.

If none of that hits, use Disk Drill on an external drive and recover to a different disk. For deleted files on Mac, it’s one of the easier tools to sort through, esp if you know the file type or name.

This short video on Mac file recovery steps after accidental deletion is a decent quick refresher.

One more thing people miss. Check email attachments and chat apps. Slack, Teams, even old Gmail threads save your own docs in plain sight. Saved my butt once.

One thing I’d add to what @mikeappsreviewer and @jeff said: check whether the files were ever actually local on your Mac.

A lot of people using iCloud Drive, Dropbox, OneDrive, or Google Drive have “online-only” files. If you deleted a placeholder, sometimes the web version still exists, or the file history/version history is there even when “Recently Deleted” is empty. That’s diff than normal file recovery and way less risky.

Also, if these are work docs, ask IT before you do too much. Seriously. Managed Macs often have backups you don’t know about, or retention on SharePoint / OneDrive. I’ve seen people waste hours scanning an SSD for a file that was sitting in a company restore portal the whole time. Kinda painful lol.

One small disagreement with the usual “install nothing” advice: if the Mac is your only machine, don’t panic so hard that you do nothing useful. Just be smart. Minimize writes, yes, but spend 10 mins checking cloud history, app web portals, and shared folders first.

If none of that works, then yeah, use Disk Drill and recover to an external drive only. That part matters a lot. And if FileVault was on and the Mac has been heavily used since deletion, odds can drop pretty fast on newer SSD Macs.

Also useful reading: best community advice for recovering deleted files on Mac.

Short version:

  1. Check cloud web portals and version history
  2. Ask work IT if applicable
  3. Check shared/team folders
  4. Then run Disk Drill
  5. Save recovered files somewhere else

Do that before poking around too much and making it worse.

One angle I’d add beyond what @jeff, @ombrasilente, and @mikeappsreviewer already covered: check local file versioning metadata from Finder itself.

Select the folder where the file used to live, then use File > Revert To in the app that created it, or right click the parent folder and inspect Get Info timestamps. Sometimes the file is gone, but a newer replacement or duplicate survived with a slightly different name. I disagree a bit with the “stop everything instantly” advice if you are still in the app that created the document. In some cases, quitting that app kills the only temp copy left.

Also worth checking:

  • Terminal recent activity if you know the filename:
    mdfind 'filename'
    or by type:
    mdfind 'kMDItemFSName == '*.docx''
  • Temporary folders:
    /private/var/folders
  • Print queues / exported copies if you ever printed to PDF
  • External monitor / USB drive habits. A lot of “deleted” files were actually saved to another volume.

If recovery software becomes necessary, Disk Drill is a solid Mac pick.

Pros

  • Easy preview before recovery
  • Good filtering by type/name
  • Friendly UI
  • Handles APFS reasonably well

Cons

  • Deep scans can return lots of junk
  • Best recovery results still depend on how much the SSD was used after deletion
  • Paid recovery for full use
  • Not as forensic-feeling as some pro tools

Competitors like R-Studio and Data Rescue can be stronger for advanced cases, but less approachable. My order would be: verify app temp/version history, check temp/system search, then run Disk Drill and recover to another drive only.