I need help recovering files from an SD card on my Mac after it suddenly stopped showing some photos and videos. The card is detected, but a lot of the files are missing, and these are important personal memories I really need to get back. I’m looking for a simple and safe SD card recovery method for Mac that actually works.
I’ve had this happen more than once, and yeah, it feels bad fast. You finish a shoot, stick the SD card into your Mac, and Finder shows nothing, or macOS throws the unreadable disk warning. I lost a full set of wedding photos years ago from a damaged card, so I know the kind of panic this causes. Still, if the card isn’t physically wrecked, there’s a decent shot your files are still sitting on the flash storage and waiting to be pulled out with the right method.
First thing, stop touching the card. Seriously. Take it out of the camera. If it’s mounted on your Mac, unmount it and leave it alone. When files get deleted, or when a card gets formatted, macOS usually doesn’t erase the raw data right away. It updates the file table so the space looks free. The old data often stays there until something new gets written over it. Once new photos or files land on those same blocks, you’re done. Software won’t fix overwritten data.
Before installing recovery apps, do the boring checks. I’ve seen people spend hours on recovery stuff when the problem was a junk reader or a weird mount issue.
Look at the lock tab on the SD card. If it slipped into the locked position, your Mac might act weird with it or refuse normal access.
Wipe the metal contacts with a dry soft cloth. Dust, fingerprints, or light oxidation sometimes mess with the connection.
Try another USB port. Better yet, try another card reader. Cheap readers fail all the time. I’ve had one work with one card and choke on the next.
Try the hidden trash trick. Open the card in Finder, then press Command + Shift + . Look for a faded folder named .Trashes. I’ve seen deleted files sitting there, and you can drag them back out.
If none of that helps, open Disk Utility from Spotlight. Check the left sidebar for the card. If it appears but looks dimmed out, hit Mount. You can also run First Aid. It fixes small file system issues sometimes. I’d be careful, though. If the card is badly corrupted, repair attempts sometimes shuffle metadata around and make later recovery harder. Not every case goes sideways, but I’ve seen it.
Once the Mac tools stop being useful, recovery software is usually the next move. Those apps ignore the broken directory structure and scan the storage itself for file signatures. On Mac, the one I’ve had the best luck with is Disk Drill.
Why I keep mentioning it, it fits macOS well and runs fine on older Intel machines and newer Apple Silicon systems. The layout isn’t a mess, which matters when you’re already stressed out. What I’d use first is the byte-to-byte backup option. Make an image of the SD card and scan the image, not the card itself. This matters more than people think. SD cards are flimsy little things. A deep scan on a failing card sometimes pushes it over the edge. Working from a clone gives you one stable copy to scan again if the card dies mid-process. I learned this one the hard way, lol.
It also helps if your footage came from action cams or drones. GoPro and drone files are often written in fragments, and some recovery tools bring them back as dead files or black-screen clips. Disk Drill includes Advanced Camera Recovery, which tries to piece those chunks back together into playable video. Last time I checked, you could scan first and preview what’s there before paying, which is useful if you want proof before spending money.
If you’re comfortable in Terminal and don’t mind doing things the ugly way, PhotoRec is worth a look. It’s free and open source. It’s also kind of a pain. No normal graphical interface, lots of command-line work, and recovered files often come back with names like f12345.jpg. So yeah, you get your files, but sorting them afterward is a whole second job. Still, it works often enough to keep it in the toolbox.
If you recover the files, change two habits right away.
Eject the card properly. Pulling it out while macOS is still indexing or writing background data is one of the easier ways to corrupt a card.
Format the card in the camera. After your files are backed up, use the camera’s format option instead of Disk Utility. The device writing to the card should set up the file structure.
For now, leave the card alone and work through the steps in order. If the photos were on it earlier today, I’d still put money on recovery being possible. typos aside, I’ve seen worse cards come back.
If the card still shows up on your Mac, I would skip Finder first and check what files are still there at the file system level.
Open Terminal and run:
diskutil list
Find the SD card identifier, then run:
ls -la /Volumes/YourCardName
Sometimes the files are there, but Finder is hiding part of the directory because the DCIM folder got damaged or renamed. I’ve seen photos vanish in Finder and still copy fine in Terminal. Weird, but it happens.
One small place I disagree with @mikeappsreviewer on, I would avoid First Aid early if these memories matter a lot. Repair tools sometimes “fix” the directory by dropping entries it no longer trusts. That helps the card mount cleanly, but it does not help your missing files.
My order would be:
- Copy anything still visible off the card now.
- Make a disk image of the SD card.
- Scan the image, not the card.
- Try file carving only after that.
For imaging on Mac, this is clean and fast:
sudo dd if=/dev/diskX of=~/Desktop/sdcard.img bs=4m
Use the correct disk number, not a partition number. This takes time, so dont interrupt it.
After you have the image, scan it with Disk Drill. It’s one of the easier Mac recovery tools for SD card photo and video recovery, and the preview helps you check results before wasting more time. If Disk Drill finds files with original names and folders, save those first. Recovered files with generic names should be your second pass.
Also check your camera brand. Some cameras split long videos into clips and store extra index files. If those sidecar files are gone, the raw video might still be there but look broken until recovered by proper software.
If you want more Mac recovery software opinions, this Reddit thread is useful:
best Mac recovery software picks for SD card file recovery
If the card disconnects, mounts read-only, or gets slower during reads, stop there. That points more to failing hardware than simple corruption.
If the card is still detected, I’d add one simple thing that neither @mikeappsreviewer nor @cazadordeestrellas really leaned on much: check whether the files were moved into a different folder structure instead of actually being lost.
A lot of cameras and phones dump stuff outside the usual DCIM path after a write error. In Finder, use the search bar on the SD card itself and search by file type:
- kind:image
- kind:movie
- or file extensions like .JPG, .MP4, .MOV
Also sort by size. Zero KB files usually mean corruption, but normal file sizes that just won’t open can often still be repaired later.
I slightly disagree with the “go straight to Terminal” crowd unless you’re comfy there. One typo in a disk command and you create a bigger mess. For most Mac users, the safer route is:
- Copy any visible files off first
- Do not add anything new to the card
- Make an image if possible
- Scan with Disk Drill
Disk Drill is probly the easiest Mac option if you want photo and video recovery from an SD card without turning it into a whole weekend project. The preview is the main thing I like, because you can see whether your missing memories are actually recoverable before going too far.
If previews show the photos but they won’t export cleanly, that’s usually when the card is degrading, not just “hidden files.”
Also, if you want a quick easy Mac SD card recovery walkthrough, that might help you sanity-check the process before clicking random repair buttons.

