SD Card Recovery On Mac For Deleted Videos, Any Advice?

I accidentally deleted important videos from an SD card while moving files to my Mac, and now I can’t find them anywhere. I need help with SD card video recovery on Mac because these clips are important and I’m worried I might lose them for good. What should I try first?

I’d stop right there and leave the SD card alone. No more photos, no dragging files onto it, no second format. When files get deleted from an SD card, the data often still sits there for a while. The problem starts when new data lands on top of it. Once I learned this the hard way, I got a lot more careful.

On a Mac, the tool I’ve had the smoothest time with is Disk Drill. I used it on camera cards a few times after deletions and one bad format, and it did a decent job pulling stuff back. It reads the SD card formats you usually see, like FAT32 and exFAT. It also lets you preview files before you restore them, which saves time. If you lost video from a camera or drone, its Advanced Camera Recovery scan is worth trying too, since those files get split up more often than photos do.

What I would do first

  1. Plug the SD card into your Mac with a proper card reader
  2. Install Disk Drill
  3. Pick the SD card from the device list
  4. Run a scan, starting with Universal Scan
  5. If missing files are camera videos, run Advanced Camera Recovery too
  6. Open previews for the results before restoring anything
  7. Save recovered files to your Mac’s internal drive or another external drive, never back onto the same SD card

The preview step matters more than people think. If a photo opens fine in preview, or a video starts playing inside the scan results, I usually take that as a good sign. Not perfect, but good. If it won’t preview at all, I’d keep my expectations lower.

Also, check the Mac Trash before doing anything fancy. I’ve seen macOS send deleted files there when the card was mounted, and people miss it because they assume removable media skips Trash every time. It doesn’t always. I’ve seen whole batches of photos sitting there, weirdly enough.

If you don’t want paid software, PhotoRec is still a solid fallback. I used it once when I didn’t want to install anything commercial. It works, but it feels rough. The interface is terminal-like, the sorting is messy, and recovered files often come back without their old names or folder structure. Good tool, annoying process.

Still, accidental deletion is one of the better cases for recovery. If you didn’t keep shooting on the card after the mistake, your odds are usually a lot better than people expect.

1 Like

Stop using the SD card first. Eject it. Put the little lock switch on if your card has one. That matters more than people think.

I agree with @mikeappsreviewer on one part, check Trash and avoid writing anything new. I disagree a bit on starting with previews as your main test. A lot of recovered videos fail to preview in scan results but still play after recovery, especially larger MP4 and MOV files. So don’t rule files out too fast.

What I’d do on Mac:

  1. Check Photos app imports, Finder Downloads, and your home folder with a Spotlight search for .mp4, .mov, .mts.
  2. Open Terminal and run mdfind 'kMDItemFSName == ‘*.mp4’cd’ and repeat for mov if Spotlight missed stuff.
  3. If nothing shows up, recover from the SD card itself.
  4. Save recovered files to your Mac or another drive, not the card.

Disk Drill is a solid pick for SD card recovery on Mac, esp for deleted videos. One reason is it sorts results by existing, deleted, and lost files, which helps when the card directory is damaged. If the card mounts but throws errors, make a byte-for-byte image first, then scan the image instead of the card. Safer, less stress on failing media.

If the SD card is unreadable in Disk Utility, skip software and go to a lab. If it reads fine, your odds are decent. Deleted-file recovery on healthy SD cards often works well if no new footage was recorded.

If you want a visual guide, this Mac SD card video recovery tutorial step by step covers the process pretty cleanly.

One more thing, if you used Command-Delete while copying from the card in Finder, the files might have been removed from the card before the move finished. I’ve seen that happen, and it sucks.

First thing I’d add to what @mikeappsreviewer and @mike34 said: check whether the videos were actually copied into a hidden temp location during the move. Finder transfers can leave stuff in odd places if the copy got interrupted. I’d look in /private/var/folders only if you’re comfortable poking around, or easier, sort recent files in Finder by date and file size on your Mac drive. Big video files tend to stand out fast.

Also, slight disagree with relying too much on Spotlight or scan previews. Spotlight can miss removable-media stuff, and previews for damaged video files are kinda flaky anyway. A file that won’t preview is not always dead.

What I would do is:

  • stop using the SD card entirely
  • make a disk image of the card first if the card is acting weird
  • then scan the image, not the original card
  • recover to a different drive

If you want the least annoying Mac option, Disk Drill is probly the most practical for SD card video recovery on Mac. Not magic, just easier than dealing with command-line tools and it handles video recovery decently. If the card is physically failing though, software won’t save you and a lab is the move.

Also worth reading this Mac file recovery discussion for deleted SD card videos since it covers a few Mac-specific recovery gotchas people run into.

One thing I’d add to what @mike34, @andarilhonoturno, and @mikeappsreviewer said: check whether the videos were ever moved into a macOS app library instead of a normal folder. I’ve seen people think files vanished, but they were inside Photos, iMovie, Final Cut libraries, or even an old Mobile Documents iCloud folder. Right click those library files and choose Show Package Contents if needed.

I also slightly disagree with the idea that recovery software should always be your very next move. Before scanning the SD card, open Terminal and look at the card contents directly with ls -la in case Finder is hiding weird partial filenames or damaged directory entries. Sometimes the files are still there but not showing normally.

If the videos are truly gone from the card, then yeah, Disk Drill is a practical Mac option.

Pros of Disk Drill

  • easy to use on macOS
  • good at sorting deleted vs reconstructed files
  • handles common SD card file systems well
  • decent for video recovery compared with more barebones tools

Cons of Disk Drill

  • not free for full recovery
  • recovered filenames/folders can still be messy
  • big video scans can take a while
  • if the card has physical issues, it won’t fix hardware failure

My order would be:

  1. Stop using the SD card
  2. Check app libraries on the Mac
  3. Use Terminal to inspect hidden contents
  4. If the card is unstable, image it first
  5. Scan with Disk Drill or PhotoRec
  6. Recover somewhere other than the SD card

If the card disconnects randomly, clicks, or won’t mount consistently, skip DIY and go to a recovery lab. That’s the point where more scans can make things worse.