SD Card Errors
β Every Fix Explained
Card not detected, write protected, corrupted, or showing wrong capacity? Full step-by-step fixes for every SD card error in cameras and computers.
β‘ Jump to Your Problem
SD card errors are among the most frustrating problems a photographer can face β especially mid-shoot. The good news is that most SD card errors are fixable in under 10 minutes without any special tools. This guide covers every common SD card error and the exact steps to resolve each one, from simple card reseats to command-line disk repairs.
SD Card Not Detected / “No Card” Easy Fix
The camera shows “No Memory Card”, “Card Not Inserted”, or the card simply doesn’t appear on a computer. This is the most common SD card error β and the easiest to fix.
β Common Causes
- Card not fully inserted
- Dirty or oxidised card contacts
- Card incompatible with the camera
- Damaged card reader on the camera
- Faulty USB card reader
β How to Fix
- Remove and firmly reinsert the card
- Clean contacts with a dry eraser or soft cloth
- Try the card in a different device
- Try a different SD card in the same slot
- Test with an external USB card reader
- Power off the camera fully. Remove the SD card and inspect for bent pins or physical damage.
- Gently rub the gold contacts on the card using a clean pencil eraser, then blow off the dust.
- Reinsert the card firmly until you feel or hear a click.
- Power on the camera and check if the card is detected.
- If still not detected, insert the card into a computer via a USB reader to see if the fault is with the card or the camera slot.
Write Protected Error Easy Fix
The camera shows “Card is Write Protected” or “Cannot Write to Card”. You cannot take photos, format, or delete files. Almost always a one-second fix.
β Common Causes
- Physical lock switch on the SD card is slid down
- Lock switch is broken or stuck
- Write protection set via software (Windows/Mac)
- Card is full β some cameras show this error
β How to Fix
- Slide the small lock switch UP on the side of the SD card
- If switch is broken: use clear tape over the switch notch
- On Windows: use Diskpart to remove write protection
- On Mac: use Disk Utility to unlock
list disk
select disk # (replace # with your SD card number)
attributes disk clear readonly
exit
Corrupted / Unreadable Card Medium Fix
The camera shows “Card Error”, “Memory Card Error”, or the card appears as RAW format on a computer. Files are missing or unreadable. This is serious β but recoverable in most cases.
β Common Causes
- Camera powered off during a write
- Battery died while saving photos
- Card removed without safely ejecting
- Virus or malware on Windows
- Old card nearing end of write cycles
β How to Fix
- Do not format yet β try repair first
- Run CHKDSK on Windows to repair file system
- Use camera’s built-in format option
- Try Recuva or PhotoRec to recover files first
- Connect the SD card to a computer via a card reader. Do NOT format yet.
- On Windows: open Command Prompt as Administrator and run the CHKDSK command below.
- Wait for CHKDSK to finish β it will repair file system errors automatically.
- If CHKDSK cannot fix it, use PhotoRec (free) to recover photos before formatting.
- After recovering files, format the card in-camera (not on PC) for best compatibility.
Card Shows Full But Looks Empty Easy Fix
The camera says “Memory Full” but when you browse the card on a computer, you see no files. This is caused by hidden files or a corrupted file allocation table.
β Common Causes
- Hidden system files consuming space
- Corrupted file table (space marked used but no files visible)
- Deleted files not properly cleared
- Trash/Recycle Bin on the card
β How to Fix
- On Windows: enable “Show hidden files” and delete any .Trash or .Spotlight folders
- On Mac: empty Trash from SD card via Terminal
- Use SD Card Formatter (official tool by SD Association)
- Format in-camera as a last resort
Slow Write Speed / Buffer Filling Up Easy Fix
The camera slows down during burst shooting, video freezes mid-recording, or the buffer fills up and the camera stops shooting. This is almost always a wrong SD card speed class β not a fault.
| Speed Class | Minimum Write Speed | Best For |
|---|---|---|
| Class 10 / C10 | 10 MB/s | Full HD video, casual shooting |
| UHS-I / U1 | 10 MB/s | 1080p video, JPEG burst |
| UHS-I / U3 | 30 MB/s | 4K video, RAW burst shooting |
| V30 | 30 MB/s | 4K / 6K video, mirrorless cameras |
| V60 / V90 | 60β90 MB/s | 8K video, high-speed burst RAW |
Card Shows Wrong Capacity Medium Fix
A 64GB card shows only 4GB or 32GB. This can happen after a corrupt format, a failed format attempt, or when buying counterfeit cards online.
β Common Causes
- Counterfeit / fake SD card
- Incorrect partition table after failed format
- Wrong file system (e.g., FAT16 instead of exFAT)
- Hidden recovery partition taking space
β How to Fix
- Use SD Memory Card Formatter (full overwrite option)
- Use Windows Diskpart to clean all partitions
- Check with H2testw (free) to detect fake cards
- Counterfeit cards: discard β they cannot be fixed
list disk
select disk # (your SD card number)
clean
create partition primary
format fs=exfat quick
assign
exit
clean.Cannot Format SD Card Medium Fix
Windows shows “Windows was unable to complete the format” or the camera says “Cannot Format”. The card appears in the device list but the format fails every time.
- Ensure the physical write-protect lock switch on the card is in the UP position.
- Try formatting using SD Memory Card Formatter (free from sdcard.org) instead of Windows Explorer.
- Try a full format (not quick format) β this takes longer but rewrites every sector.
- If the card shows in Disk Management but can’t be formatted, use Diskpart with the
cleancommand (see above), then format fresh. - If none of these work, the card’s controller chip has failed β the card is dead and must be replaced.
Recover Deleted / Lost Photos Medium Fix
You accidentally deleted photos, or formatted the card and want to get the images back. Photo recovery is possible as long as you haven’t written new data to the card after deletion.
β Why Photos Get Lost
- Accidental in-camera deletion
- Card formatted by mistake
- Corruption during transfer
- Card pulled out mid-write
β Free Recovery Tools
- Recuva β Windows, easy UI, free
- PhotoRec β Windows/Mac/Linux, very powerful
- Disk Drill β Mac & Windows, good UI
- TestDisk β advanced partition recovery
- Stop using the card immediately. Do not take any more photos. Every new write overwrites deleted data.
- Remove the card from the camera and connect it to a computer via card reader.
- Download and install Recuva (Windows) or PhotoRec (Mac/Windows/Linux) β both are free.
- Run the software and point it at your SD card drive letter. Select “Pictures” as the file type.
- Save recovered files to your computer’s hard drive β not back to the SD card.
π Quick Reference β All SD Card Errors
| Error | Likely Cause | First Fix | Difficulty |
|---|---|---|---|
| Card Not Detected | Dirty contacts, bad insert | Remove, clean, reinsert | Easy |
| Write Protected | Lock switch slid down | Slide lock switch UP | Easy |
| Corrupted / Card Error | Power off during write | CHKDSK repair on PC | Medium |
| Full But Empty | Hidden files, bad FAT | SD Formatter (full overwrite) | Easy |
| Slow / Buffer Full | Wrong speed class card | Use U3 / V30 card minimum | Easy |
| Wrong Capacity | Fake card / bad partitions | Diskpart clean + format | Medium |
| Cannot Format | Lock switch / dead sectors | SD Formatter full overwrite | Medium |
| Deleted Photos | Accidental delete / format | Recuva / PhotoRec | Medium |
Leave a Reply