Sweepfor Mac

Troubleshooting

SD Card Not Mounting on Mac? Here's What to Try

SD card not showing up on your Mac? Walk through the fixes — Disk Utility, file system checks, and reader troubleshooting — to get it mounted.

7 min read

You insert the SD card and… nothing. No icon on the desktop. No new Finder window. No notification. Just silence. Or maybe a “The disk you inserted was not readable by this computer” alert that doesn’t help you understand why.

SD card mounting problems on Mac come from a small handful of specific causes — let’s work through them in the right order.

First, check Disk Utility

Don’t panic if the card doesn’t appear on the desktop. Disk Utility shows you what the Mac sees regardless of whether it can mount.

  1. Open Disk Utility (Applications → Utilities → Disk Utility)
  2. View menu → Show All Devices (this matters)
  3. Look in the left sidebar for the SD card

What you might see:

  • Card appears with a mounted volume: card is fine; problem is desktop visibility
  • Card appears but volume is greyed out: file system issue
  • Card appears but no volume listed: corrupted partition table
  • Card doesn’t appear at all: reader, port, or hardware issue

Each requires a different fix.

If the volume is greyed out

A greyed-out volume means Disk Utility recognizes a partition exists but can’t mount it. Two options:

  1. Click the volume, then click Mount in the toolbar
  2. If that fails, run First Aid on the volume

First Aid checks the file system for errors and attempts repair. For minor corruption it succeeds quickly. For severe corruption it’ll report failure and tell you the disk needs to be erased — which means data loss without recovery tools.

If First Aid fails:

  • Don’t erase the card if you need the data
  • Recovery software (DiskDrill, Stellar Data Recovery) can pull files off cards Disk Utility can’t mount
  • Recovery is more reliable on cards with damage to the file system but intact data sectors

Confirm the file system

SD cards come in several file system formats:

  • FAT32: universal, used on cards up to 32 GB
  • exFAT: required for cards larger than 32 GB; supported on macOS Snow Leopard and later
  • APFS: rare for SD cards but supported
  • HFS+: older Mac format, less common on cards
  • NTFS: Windows-formatted; macOS can read but not write without third-party drivers

For cards formatted with NTFS or some Linux file systems, you’ll see “The disk you inserted was not readable” because macOS can’t natively handle them. Either reformat (data loss) or use a tool like Mounty for NTFS to read it.

For cards formatted in a camera, the format usually matches the card’s class:

  • Cards 32GB and under: FAT32
  • Cards 64GB and over: exFAT (most common) or sometimes a camera-specific extension

If you see your card as “Untitled” with no file system in Disk Utility, the partition table is corrupted but the card itself may be fine.

Reset stale device prefsSweep wipes outdated Bluetooth and USB caches that can cause pairing oddities. Get Sweep free →

Check the reader and slot

If the card doesn’t appear in Disk Utility at all, the issue is the reader, not the card.

For built-in slots:

  • MacBook Pro 14”/16” Apple Silicon: UHS-II SD slot
  • iMac and Mac Studio: SDXC slot
  • Older Intel models: varies

Built-in slots fail less often than external readers but they do happen. Test with a different SD card if you have one — if the second card works, the first is bad. If neither works, the slot’s the issue.

For external readers:

  • Try the reader on a different USB port
  • Try a different reader entirely
  • Plug directly into the Mac, not through a hub

USB-C hubs cause SD card issues frequently. Apple’s M-series Macs are picky about hubs, and many cheap hubs negotiate slow speeds with SD readers — or fail to enumerate the card slot at all.

Tip: If a card mounts on your phone but not on your Mac, the card's fine — the issue is the reader or the file system. Phones use different mount paths than Macs.

Run hardware diagnostics

For built-in SD slots that aren’t recognizing cards, Apple Diagnostics can identify hardware issues.

  • Apple Silicon: Shut down, hold the power button until startup options appear, press Command-D
  • Intel: Restart and immediately hold D

The diagnostic runs and reports any reference codes. SD slot failures are uncommon but show up in diagnostics when they happen.

Check System Information for USB-side details

For external readers, Apple menu → About This Mac → More Info → System Report → USB.

The reader should appear in the device tree. With a card inserted, the reader should report a “USB Mass Storage Device” or similar. Note the negotiated speed:

  • USB 2.0 (480 Mbps): fine for older cards
  • USB 3.x (5+ Gbps): expected for modern UHS readers
  • A reader negotiating USB 1.1 (12 Mbps) has cable or port issues

For deeper inspection:

ioreg -p IOUSB

That shows the live device tree. A reader that’s repeatedly enumerating has unstable connection — usually a cable or worn USB connector.

Test in Terminal directly

If Disk Utility’s been weird, you can list disks and attempt mounts from Terminal:

diskutil list

That shows every disk the system sees, including unmounted ones. SD cards typically appear as /dev/disk2 or higher (where disk0 is your internal drive).

To mount a specific volume:

diskutil mount /dev/disk2s1

Replace with your actual disk identifier. If diskutil reports specific errors (“Volume has wrong file system signature”), you’ve got concrete diagnostic information for next steps.

To unmount and re-mount:

diskutil unmount /dev/disk2s1
diskutil mount /dev/disk2s1

This is sometimes the magic that makes a stubborn card show up.

Skip the manual huntSweep clears the leftover device prefs and caches macOS keeps around. Download Sweep free →

For SD cards from cameras

If the card came directly from a camera and won’t mount on your Mac:

  • Some cameras use a slightly non-standard FAT32 layout — try mounting in your camera and copying files via USB instead
  • Cameras with proprietary extensions (Sony’s mode that uses a different cluster size) sometimes need their own utility
  • Card was ejected mid-write — file system is in an inconsistent state; First Aid usually fixes it

Cameras like older Sony mirrorless models had a habit of leaving cards in a state where macOS couldn’t mount them but the camera could read them fine. Connect the camera as a USB device instead of pulling the card.

Check finder visibility settings

Sometimes the card mounts but doesn’t appear on the desktop because of a Finder setting:

  1. Open Finder
  2. Finder menu → Settings → General tab
  3. Under “Show these items on the desktop,” check External disks

That makes externally mounted volumes show up on the desktop. They’ll always be visible in Finder’s sidebar regardless of this setting.

If they’re not in the sidebar either:

  1. Finder Settings → Sidebar tab
  2. Check External disks under Locations

Card may genuinely be dead

SD cards have a finite write life. Cards that have been used heavily for years can fail without warning. Symptoms of a dying card:

  • Used to mount, suddenly doesn’t
  • Mounts but file copy errors mid-transfer
  • Reports a smaller capacity than its stated size
  • Photos shot in burst mode have corruption
  • The card is unusually warm

Counterfeit SD cards are also a real problem. Cards bought from non-authorized dealers, especially through marketplace listings, are sometimes smaller cards relabeled as larger ones. They appear to work until you fill them past their actual capacity.

To verify a card’s actual capacity, software like F3 (or h2testw on Windows) writes test data and verifies it back. Discrepancies indicate counterfeits.

There’s a faster waySweep does the cleanup in seconds. Try Sweep free →

Quick checklist

When an SD card won’t mount:

  1. Open Disk Utility with “Show All Devices” enabled
  2. Try First Aid on the volume if it appears greyed out
  3. Test with a different reader or built-in slot
  4. Try a different SD card to isolate reader vs card
  5. Check System Information → USB for connection issues
  6. Bypass any USB-C hubs
  7. Run diskutil list for detailed disk state
  8. For cards with the data you need, use recovery software before reformatting

Most SD card issues are file system corruption from improper ejection, or reader/port issues with no card hardware fault at all. Hardware failure happens but is the least common cause for cards under 3 years old.

← Back to all guides