I permanently deleted important files on my Mac and then realized I don’t have a Time Machine or iCloud backup. I’ve already emptied the Trash, and these documents are really important for work, so I need help figuring out if there’s any way to recover deleted files on Mac without a backup before they’re gone for good.
I’ve done this more than once, and yeah, the second you realize you emptied Trash with something important inside it, your stomach drops. First thing, stop using the Mac right now. Don’t keep browsing, don’t install stuff, don’t leave it busy longer than needed. Deleted space stays recoverable only until new data lands on top of it. Once that happens, you’re done.
This is the order I’d go in, starting with the easy stuff and ending with the messy options.
1. Start with the obvious stuff
If you emptied Trash a minute ago, try Command+Z. I’ve seen Finder undo a move to Trash if nothing else happened after it. It feels dumb to try, but it takes two seconds.
Also check Trash again. Slowly. If the file came from an SD card or external drive, keep in mind those devices keep their own hidden trash folders. Those only show when the drive is connected. If the file is sitting there, right-click it and choose Put Back.
2. Check backups before touching recovery apps
If Time Machine is on, you’re in decent shape. Open the folder where the file used to live, hit the Time Machine icon in the menu bar, then choose to browse backups. Go back to a point before the deletion and hit Restore.
No Time Machine. Then look at iCloud.com. If Desktop and Documents sync was enabled, there’s a Recently Deleted area which keeps files for 30 days. I found old PDFs there once after thinking they were gone for good, so it’s worth checking before you do anything more invasive.
3. Recovery software, if backups fail
If there’s no backup, this is usually where things end up. For most Mac users in 2026, Disk Drill is the one I’d try first. My reason is simple. It keeps up with recent macOS versions, including Tahoe, and it runs properly on Apple Silicon systems from M1 onward.
Newer Macs are a pain here. Between the T2 side of things on older Intel models and the built-in encryption on Apple Silicon machines, a lot of old recovery apps fall apart. This one does a better job talking to the drive through its own extension. Setup is simple enough. Pick the drive, run the scan, wait, then check the preview. The preview matters because you get to see whether your file is there before spending money or wasting more time.
If you like open-source tools and don’t mind ugly interfaces, there’s PhotoRec. It’s free. It also feels like software from another century. I’ve used it, and it works, but the output is rough. You usually lose original filenames, so you end up sorting a pile of files named things like f12345.jpg by hand. Fine for some people, awful for most.
4. Look for APFS snapshots
This one gets missed a lot. Even without a full Time Machine setup, macOS sometimes keeps local APFS snapshots, especially around updates. Open Disk Utility, select your Data volume, then look for the option to show APFS snapshots. If one exists from before the deletion, you might be able to mount it and pull the file out.
This matters more on SSD-based Macs because of TRIM. SSDs clear deleted blocks much faster than old hard drives did. On an old spinning disk, I used to have more breathing room. On a current MacBook SSD, the recovery window feels way shorter. Wait too long and the file area gets cleaned up fast.
If I were in your spot, I’d check iCloud and Time Machine first. If both come up empty, I’d move to a recovery app right away, and I’d run it from an external drive if possible so I’m not writing more data onto the same internal disk.
Hope you pull it back.
Stop using the Mac. That part from @mikeappsreviewer is dead on. Every write to the internal SSD lowers your odds.
One thing I’d add, check app-specific recovery before you chase disk recovery. If the lost docs were from Word, Pages, Excel, Google Drive, Adobe, Notion, Scrivener, stuff like that, open the app and look for AutoRecovery, temp files, version history, or cloud-side trash. I’ve seen people recover a “deleted” contract from Word’s autorecovery folder after Finder recovery found nothing.
Also check these folders from another Mac, or in Recovery Mode if you know Terminal:
~/Library/Autosave Information
~/Library/Containers
/private/var/folders
Search by file extension and date modified. It’s ugly, but it works more often than people think.
I disagree a bit on APFS snapshots as a main path. Nice when present, but on a lot of systems they’re hit or miss unless backups were set up before. I’d treat snapshots as bonus loot, not Plan A.
If the files are work-critical, skip experimenting for hours. Use Disk Drill from an external drive, recover to another external drive, not back to the Mac. If Disk Drill previews the files cleanly, that’s a decent sign. If it finds fragments only, stop and consider a pro lab before more writes happen.
If you want a step-by-step video, this helps:
Mac data recovery tutorial for deleted files on macOS
Short version. Check app recovery folders first. Then scan with Disk Drill. Save recovered files somewhere else. Move fast, becuase SSD trim is brutal.
One extra angle besides what @mikeappsreviewer and @nachtdromer covered: check whether the files were ever emailed, shared, or exported by another app. Sounds obvious, but I’ve recovered “deleted” work docs from Mail attachments, Slack downloads, Teams caches, and even the app’s recent items list when disk recovery was a bust. Same for Preview, Pages, and Office temp copies.
Also, if your Mac has FileVault on and you already restarted a few times after deletion, I’d temper expectations a bit. On modern SSD Macs, permanent delete + TRIM + encryption is a nasty combo. Not impossible, just way less forgiving than old HDD recovery.
What I would do, in order:
-
Check app-level “Open Recent” and duplicate caches in Mail, Slack, Teams, OneDrive, Dropbox.
-
Search Spotlight for the filename and also partial name, file type, and text content if you remember any unique phrase.
-
Use Terminal to inspect recent file activity:
mdfind 'kMDItemFSName == '*partoffilename*'' -
If nothing, stop booting normally and scan from external media.
-
Recover to a different drive only.
I slightly disagree with treating snapshots as likely. Nice if present, sure, but on a lot of Macs they’re basically a lottery ticket.
For actual undelete on Mac without backup, Disk Drill is still the practical first shot because previewing recoverable files saves time. If it shows valid previews, you may still have a real chance. If previews are corrupt, don’t keep poking the disk for hours.
Also, this thread is worth a read for Mac data recovery software tips and deleted file recovery discussion. It’s pretty relevant to what you’re dealing with right now.
If the documents are worth real money, a pro lab may be cheaper than missing the deadline, tbh.

