Can I Recover Permanently Deleted Files on a Mac for Free?

I accidentally permanently deleted important files on my Mac and realized too late that they were not in the Trash and I do not have a recent backup. I am trying to find a free way to recover deleted files on Mac before I lose work and personal documents for good. What recovery options actually work without paying for expensive software?

Don’t write it off yet. Emptying Trash kills the easy restore path, sure, but it does not mean the file bits vanished on the spot. A lot of the time, the data sits there until macOS writes over it. The catch is SSD storage. On newer Macs, deleted blocks tend to get cleared faster than they did on old spinning drives.

If this happened to me, I’d stop using the Mac right away. No app installs. No downloads. No big file copies. I wouldn’t even run updates. Every new write gives the drive one more shot at stomping on the deleted data.

Before messing with recovery tools, I’d go through the stuff macOS already gives you.

1. Check Time Machine

If you had Time Machine running before the deletion, this is usually the cleanest fix.

  1. Open the folder where the file used to be.
  2. Start Time Machine.
  3. Go back to a backup from before you deleted it.
  4. Pick the file and restore it.

I’ve seen this work more cleanly than anything else because you get the original filename, folder path, and metadata back instead of some half-broken recovered copy with a random name.

2. Check APFS snapshots

This one gets overlooked a lot. Even without a dedicated Time Machine drive plugged in, macOS often creates local APFS snapshots before updates and some system tasks. Sometimes your deleted files are still sitting inside one of those.

Open Disk Utility, click your system volume, and see whether snapshots exist. If you spot one from before the deletion, mount it and look around. If the files are there, copy them back manualy.

3. Try recovery software

If backups and snapshots come up empty, I’d move to recovery software next. Disk Drill is usually the one I point people to first. I liked it because it rolls multiple scan types into one pass, works with current macOS versions, and lets you preview files before you recover them. Preview matters. If the preview opens, your odds are better.

A few rules here, and yeah, they matter:

  1. Put the recovery app on a different drive if you have one.
  2. Save recovered files to another drive too.
  3. Look at previews before restoring a pile of junk.

4. Know when to stop and send it out

Most deleted-file cases do not need a recovery lab. I’d only go there if one of these applies:

  1. The files matter enough where you don’t want to risk trial and error.
  2. The drive shows hardware trouble, odd noises, disconnects, read failures, or it vanishes from macOS.
  3. The Mac took liquid damage, power damage, or got hit in some physical way.
  4. Recovery software won’t finish a scan or can’t read the drive at all.

A proper lab has tools home users don’t. They work at the storage level, sometimes directly on damaged hardware. The bad part is the bill. It might be a few hundred bucks. It might get ugly fast.

One part people miss, there is no safe recovery timer where you’ve got a week to think about it. What matters is whether the deleted blocks were overwritten or cleared by TRIM. So the people who do best are usually the ones who stop touching the Mac fast, then check backups or start scanning right away.

If I were doing this in order, I’d go Time Machine first, APFS snapshots next, then a recovery scan. Most successful Mac file recoveries I’ve seen fell into one of those three buckets.

2 Likes

Yes, free recovery on a Mac is still possible, but your odds depend on one thing, how much the drive has been used since deletion.

I agree with @mikeappsreviewer on stopping use fast. I disagree a bit on spending too much time hunting snapshots first if the files are urgent. On many modern Macs with SSDs, time matters more than perfect workflow. TRIM eats deleted blocks fast.

A few free things I’d try before paying for anything:

  1. Check iCloud Drive on the web. Deleted files from Desktop or Documents sometimes sit in Recently Deleted there for up to 30 days.
  2. Check app-specific history. Pages, Numbers, Word, Adobe, and Photos often keep temp versions or autosave data.
  3. Use Terminal to look for local file versions:
    tmutil listlocalsnapshots /
    Not a magic fix, but worth 30 seconds.
  4. If the files were on an external HDD, your chances are better than on an internal SSD.

For free scanning, Disk Drill is still one of the easier Mac file recovery tools to test because you can scan and preview what is left. If previews fail, the file is often toast. Recover to another drive, not your Mac’s internal one.

Also worth skimming this if you want a quick visual rundown of Mac recovery apps:
best Mac file recovery tools overview on YouTube

Short version, stop writing to the Mac, check iCloud and app autosaves, then run a scan. If it’s an SSD and the deletion was hours or days ago with normal use after, odds drop a lot. Sad, but true.

Free? Maybe. Probly. Guaranteed? Nope.

I mostly agree with @mikeappsreviewer and @jeff about stopping use immediately, but I would add one thing people skip all the time: check whether the files were ever duplicated somewhere outside your “backup” workflow. Spotlight, Finder tags, app libraries, and synced services can leave behind copies even when the original is gone.

A few extra places to look that were not really covered:

  • Mail attachments folder, if you opened the file from email
  • Messages attachments, if somebody sent it to you in iMessage
  • Downloads stack sorted by date, in case you deleted the wrong copy
  • Photo/video imports inside Photos library package
  • Cloud app caches like Dropbox, OneDrive, Google Drive version history
  • Temporary export folders from apps like Final Cut, Preview, or Office

Also, if the deleted file was tiny, like a doc or spreadsheet, sometimes searching by content keywords in Spotlight still surfaces related autosave fragments. Not elegant, but I’ve seen wierd recoveries happen that way.

If you do scan, Disk Drill is a reasonable Mac data recovery option because it lets you see what is actually recoverable before you commit. That matters more than fancy marketing. Just do not recover back onto the same internal drive.

One small disagreement with the “scan right away no matter what” mindset: if FileVault was enabled and the Mac has been rebooted several times since deletion, expectations should be lower. At that point free software recovery can get ugly fast.

For more user experiences, this thread is worth a skim:
Reddit discussion on recovering newly deleted files from a MacBook

Short version: yes, you can sometimes recover permanently deleted files on a Mac for free, but only if they have not been overwritten or trimmed yet. Check hidden copies first, then scan with Disk Drill, and save anything recovered to an external drive.

One angle missing from what @jeff, @boswandelaar, and @mikeappsreviewer covered: check the source app’s own package/database, not just autosaves. A “deleted file” is sometimes still embedded inside a library bundle. Right click things like a Photos Library, Logic project, iMovie library, or even some note/database apps and use Show Package Contents. You may find originals, previews, or exports still sitting there.

I’d also check Terminal shell history if you moved or renamed files recently:

history | grep -i 'mv\|cp\|rsync\|rm'

Sometimes the file is not gone, just relocated.

If the Mac has another admin account, log into that too. I’ve seen files “disappear” because they were saved under a different user profile or app sandbox container.

On free recovery, I slightly disagree with the idea that software scanning is always the next move on an internal SSD. If the file is extremely important, creating a full byte-for-byte image of the drive first is safer than repeatedly poking the original disk. Then scan the image.

As for Disk Drill, pros: easy preview, good file-type coverage, friendly Mac workflow. Cons: free use is limited, deep scans can return a ton of junk filenames, and SSD TRIM can make results disappointing no matter how good the app is. Still, it’s a reasonable first check if you want to see whether anything recoverable is left. Recover to external storage only.