SD Card Won’t Mount | Fast Fix Guide

An SD card that won’t mount often has file errors, dirty contacts, or a bad reader; clean contacts, try another reader, then run disk repair.

If your camera, phone, or computer stops recognizing removable storage, don’t panic. Most mount failures trace to simple causes: a loose or dusty connection, a format mismatch, minor file-system damage, or a flaky adapter. This guide gives you fast checks first, then safe repair steps on Windows, macOS, Android, and cameras. You’ll find quick tables, plain commands, and recovery paths that keep your data safe.

Quick Wins Before Any Repair

Start with the easy stuff. Many cards spring back to life after a clean reseat or a different adapter. Work through these checks top to bottom; each takes seconds.

Step What To Check Time
1) Power & Reboot Restart phone/camera/computer; clear a hung driver or cache. 1–2 min
2) Reseat The Card Eject fully; reinsert until it clicks. For microSD, test a second adapter. 30 sec
3) Clean Contacts Wipe gold pads with isopropyl alcohol and a lint-free swab; let dry. 1–2 min
4) Try Another Reader Swap USB reader, hub, or card slot; plug direct into the machine. 1–3 min
5) Toggle The Lock On full-size SD, move the tiny side switch up/down, end at “unlocked.” 15 sec
6) Test On Another Device Mount on a second PC, camera, or phone to rule out host issues. 2–5 min
7) Check Capacity Type Over 32 GB cards are usually SDXC (exFAT). Older readers may fail. 30 sec
8) Back Up If It Mounts If it appears even once, copy photos first before any repairs. As needed

Why Mount Failures Happen

Mounting is the handshake between the card’s file system and the host. When the host can’t read the partition table or the directory, it won’t assign a drive letter or volume. Typical triggers include:

  • File-system errors: Unplugging mid-write or a dying battery can corrupt metadata.
  • Format mismatch: A device that expects FAT32 may not read exFAT or NTFS.
  • Old or weak reader: Some built-ins only support SD or SDHC, not SDXC.
  • Dust or bent pins: Poor contact blocks enumeration.
  • Write protection: The lock tab or an OS policy can block changes and confuse the mount.
  • Counterfeit or failing media: Cards with spoofed capacity often corrupt at higher fills.

Fix An SD Card Not Mounting On Windows And Mac

Work non-destructively first. If the card appears in a disk tool, you can often repair the file system without formatting.

Windows: Check The Volume, Then Repair

  1. Insert the card. Open Disk Management (Win+XDisk Management). Look for the card’s capacity and a healthy partition. If you see “No media” or “Unallocated,” skip to the reformat section.
  2. If the card has a drive letter, run a scan. Open Command Prompt as admin and use:
    chkdsk E: /f

    Replace E: with your card’s letter. The /f flag fixes detected errors. Learn what the tool does in the chkdsk command reference.

  3. If the letter is missing, right-click the volume in Disk Management → Change Drive Letter and PathsAdd. A letter often restores access.
  4. If Windows prompts to scan and fix, say yes. Let it finish before removing the card.

macOS: Run First Aid In Disk Utility

  1. Insert the card. Open Disk Utility. If the volume is hidden, choose ViewShow All Devices.
  2. Select the card’s top-level device, then the volume under it. Click First Aid. Apple’s guide explains what First Aid checks and repairs: Disk Utility First Aid.
  3. If First Aid succeeds but the card still fails to mount after eject/reinsert, power cycle the Mac and try a different reader.

Linux: fsck And dmesg Clues

  1. Run dmesg | tail right after insert to see device path (often /dev/sdb or /dev/mmcblk0).
  2. List partitions with lsblk. Then repair a FAT/exFAT volume:
    sudo fsck.vfat -a /dev/sdb1
    sudo fsck.exfat -a /dev/sdb1
  3. If no partition appears, create one after backing up any raw data you can salvage.

Format Mismatch And Capacity Types

Capacity classes tie to default file systems. SD (up to 2 GB) uses FAT12/16. SDHC (over 2 GB to 32 GB) ships with FAT32. SDXC (over 32 GB to 2 TB) and SDUC use exFAT. A host that lacks exFAT support won’t mount SDXC media, which looks like a dead card to the user. Many older readers fall into this trap. A modern USB reader and current OS handle exFAT cleanly, so test with those before deeper surgery.

When You Should Reformat

Reformat only after you’ve copied what you can. Use the file system your device expects: cameras usually prefer exFAT for 64 GB and up, drones and recorders often list a speed class and a format in their manuals. Formatting inside the camera is safest after you’ve confirmed a clean backup.

Safe Reformat Paths

  • Windows: File Explorer → right-click the card → Format… → exFAT or FAT32. Uncheck “Quick Format” if you suspect errors.
  • macOS: Disk Utility → select the top device → Erase → exFAT or MS-DOS (FAT). Set Scheme to GUID Partition Map for modern hosts.
  • Camera: Insert the card → menu → Format. This writes the directory structure your camera expects.

Android And Phones: When Storage Won’t Appear

Phones can treat a card as portable storage or fold it into internal storage. A card set as internal lives only with that phone; other devices cannot mount it. If a phone won’t see the card, try a reboot, reinsert, and test the card in a PC. If the phone still refuses to mount a known-good card, the slot or tray may be worn.

Recoverable Cases On Mobile

  • Back up photos and videos to a computer while the card still reads.
  • Move heavy apps back to internal storage if the phone allows it, then switch the card to portable mode and reformat.
  • If the phone offers to set up the card, choose the mode you want, then let the format complete without interruption.

Read-Only Or “Locked” Behavior

A write-protected card can block proper mounting on some hosts. On full-size SD, the tiny lock switch sets read-only on many readers. Slide it toward the gold contacts to unlock. On microSD, there’s no switch; write blocks come from file-system errors or host policies. Clear them with a repair scan or a fresh format after backup.

Deeper Diagnostics When The Card Still Fails

If the card never appears in any tool, the controller or flash may be dead. Before you retire it, run these checks to be sure:

  • Try multiple readers and ports: Direct USB-A or USB-C into the machine beats unpowered hubs.
  • Watch the OS logs: On Windows, open Event Viewer → System after you insert. On macOS, check Console.
  • Check capacity realism: If a “1 TB” card was a bargain, verify with a write/read test on a spare PC. Sudden drops to zero mount are common with counterfeit media.
  • Listen for camera prompts: If a camera offers to format right away, your prior file system likely mismatched the device.

Safe Data Recovery Prep

If files matter, stop writing to the card. Every new write can overwrite fragments of lost photos. Work from a full-disk image on a computer when possible. Tools like dd (Linux/macOS) or third-party imaging apps can create a byte-for-byte copy to a spare drive. Run undelete or carving tools on that image, not on the card.

Speed Class And Host Expectations

Video recorders and drones care about sustained write speed. If the card’s class is below the host’s demand, you’ll see recording errors and surprise unmounts. Match the label on the card to the manual: C10, U1, U3, V30, V60, and V90 are common marks. A faster class won’t fix file-system damage, but it avoids overload during long takes.

When A Fresh Format Is The Right Move

If repair tools report clean status but the card still behaves oddly across devices, a clean format often restores reliable mounting. Keep the format simple: one partition, the file system your host expects, and a quick test write. Name the card so you can track it in logs and imports.

Platform Tool Command / Path
Windows chkdsk repair chkdsk E: /f  (command details)
macOS Disk Utility First Aid on device → volume  (Apple guide)
Linux fsck sudo fsck.vfat -a /dev/sdX1 or sudo fsck.exfat -a /dev/sdX1

Care Tips That Prevent The Next Mount Error

  • Eject every time: Use the system’s eject before pulling the card.
  • Skip cheap readers: A solid USB-C reader with a short cable beats no-name hubs.
  • Format in-device: After a fresh backup, format inside the camera or drone you use most.
  • Watch battery levels: Stop long writes when a camera shows low power.
  • Label and rotate: For pro shoots, rotate cards and keep a simple log.

What To Do If Nothing Works

If the card never appears in any tool and multiple readers fail, the controller may be gone. Retire the card. For irreplaceable photos, a lab can sometimes swap the controller or read flash chips directly. This work is specialized and pricey, so weigh the value of the data before you send it in.

Printable Mini-Checklist

Use this condensed sequence next time a card stays invisible:

  1. Power cycle the host.
  2. Reseat the card; clean contacts.
  3. Try a known-good reader and a direct USB port.
  4. Test on a second device.
  5. If detected, copy files first.
  6. Run repair (Windows chkdsk / macOS First Aid / Linux fsck).
  7. If repairs fail but the device sees the card, reformat with the expected file system.
  8. Replace media that fails across readers or logs I/O errors.

FAQ-Free Notes You Might Need

Speed marks matter for video. Choose the speed class your recorder requires to prevent buffer underruns and surprise stops.

Capacity marks matter for compatibility. Older laptops and cameras often stop at SDHC. A modern reader with exFAT support avoids false “dead card” calls.

Write protection can mimic failure. On full-size SD, that tiny switch can save a shoot or kill it. Check it first.

Backups beat recovery. Set autosync to a second card slot in-camera when available, or back up to a phone or laptop during breaks.