Before you do anything: stop using the SD card
When you delete files from an SD card, they’re usually not removed immediately—macOS marks the space as available. If you keep using the card (taking new photos, copying files, formatting), you can overwrite the data you’re trying to recover. The most important rule is: stop writing to the card as soon as you notice the loss.
Quick checklist
- Remove the SD card from the camera/phone and don’t take more photos/videos.
- Don’t format the card, even if macOS prompts you.
- If possible, use a USB card reader (often more reliable than built-in slots/adapters).
- Work from a copy (disk image) if the card is unstable or failing.
Step 1: Check the obvious places on Mac
Depending on how the files were deleted, you may be able to restore them without specialized recovery.
1) Look in the Trash (Finder)
- Open Trash in the Dock.
- Search for filenames, or sort by Date Deleted.
- Right-click the file(s) → Put Back.
Note: Many deletions from external media don’t always go to Trash (depending on the app/device).
2) Check Photos / iPhoto imports (if relevant)
If you imported images into the Photos app previously, your best “recovery” may simply be re-exporting them:
- Open Photos → search by date, album, or device import.
- Select items → File → Export.
Step 2: If the SD card won’t mount, try Disk Utility safely
If your SD card doesn’t appear in Finder (or appears but errors), macOS built-in repair tools can sometimes restore access.
1) See whether macOS detects the card
- Go to Applications → Utilities → Disk Utility.
- In Disk Utility, choose View → Show All Devices.
- Look for the SD card device and its volume(s).
2) Run First Aid (repair)
- Select the SD card volume (then the device if needed).
- Click First Aid → Run.
What this does: First Aid checks and attempts to repair filesystem issues. If it succeeds, you may be able to copy your files normally. If it fails, don’t repeatedly retry for hours—move on to imaging/recovery to reduce wear on a failing card.
Step 3: Create a disk image (recommended for unstable cards)
If the card disconnects, makes your Mac slow, or produces read errors, it may be degrading. Working directly on a failing card can worsen the situation. A safer approach is to create a sector-by-sector image and recover from that copy.
Option A: Use Disk Utility (when it can read the card)
- Open Disk Utility → select the SD card device.
- Choose File → New Image → Image from “<device>”.
- Save as a read-only image if available; store it on your Mac’s internal drive (not on the SD card).
Option B: Use Terminal (advanced)
If you’re comfortable with the command line, you can identify the disk and create an image. Be careful: choosing the wrong disk can cause data loss.
diskutil list
Find the SD card identifier (for example, /dev/disk4), then create an image file on your Mac:
sudo dd if=/dev/rdisk4 of=~/Desktop/sdcard-image.dmg bs=4m conv=noerror,sync
Tip: Using rdisk is often faster. If the card is heavily failing, you may need more specialized imaging tools, but this is a reasonable first attempt.
Step 4: Recover deleted files with data recovery software
If files are deleted and not in Trash, and the card is readable (or you have an image), recovery software can scan for recoverable items. The key is to recover to a different drive (your Mac’s SSD or an external drive), not back onto the SD card.
Best practices for recovery scans
- Recover to a separate location (never the source SD card).
- Start with a “quick” scan; if results are incomplete, run a deep scan.
- Prefer recovering from the disk image if the card is flaky.
- Preview files when possible (especially photos/videos) to confirm integrity.
What you can usually recover
- Photos: JPG, RAW (CR2/NEF/ARW), HEIC
- Video: MP4, MOV, AVCHD fragments (results vary)
- Documents: PDF, DOCX, etc.
Important limitation: If new data overwrote the deleted files, recovery may be partial or impossible. Video files can be especially hit-or-miss because they’re often fragmented.
Step 5: If the SD card says “Initialize” or looks formatted
macOS may prompt you to initialize a card it can’t read. If you format/initialize, you can reduce your chances of recovery.
- Click Ignore (or close the prompt).
- Try a different reader/adapter and a different Mac/port.
- Attempt imaging first; then run recovery software on the image.
Step 6: When to consider professional recovery
If the SD card is physically damaged, intermittently disconnects, or cannot be imaged without severe errors, DIY attempts can make things worse. Consider a professional service if:
- The card is not detected at all (no device appears in Disk Utility).
- Imaging repeatedly fails early with I/O errors.
- The data is irreplaceable (paid shoot, legal documents, etc.).
Common mistakes that reduce recovery success
- Continuing to use the SD card after deletion.
- Recovering files back onto the same SD card (overwrites other recoverable data).
- Formatting because macOS suggests it.
- Running repeated repair attempts on a failing card instead of imaging once.
Preventing future SD card data loss (practical habits)
- Adopt a simple backup rule (e.g., copy to Mac + cloud/external drive before erasing cards).
- Use two cards and rotate for important work.
- Eject properly in macOS before removing the card.
- Replace cards that show signs of failure (slow writes, random disconnects, corrupted folders).
- Format cards in the camera/device (after confirming backups), not on the Mac.
Summary
Successful SD card recovery on macOS is mostly about doing the right things in the right order: stop using the card, try easy restores (Trash/Photos), repair mount issues with Disk Utility, create a disk image if the card is unstable, and then run recovery software—always restoring recovered files to a different drive. If the card can’t be detected or imaged reliably and the data matters, professional recovery is the safest next step.