← All posts

SD Card Not Readable? A Practical Photo Recovery Guide

July 7, 2026 · DiskRescue Blog

You pop the SD card into your laptop after a weekend of shooting, and nothing happens. Or the camera that filled the card yesterday now insists there's nothing on it. Pause before you click anything — much of the damage in these situations happens after the failure, when people start pressing buttons in a hurry.

Quick answer: Stop using the card immediately. Don't format it, even if your camera or Windows offers to. Test a different reader and port first. If the card is detected but unreadable, signature-based recovery software can usually pull photos and videos straight from the raw data. If no device detects the card at all, that's a hardware problem software can't fix.

Why did my SD card suddenly become unreadable?

SD cards rarely fail for mysterious reasons. The same handful of causes come up again and again:

Pulling the card without ejecting. Yank a card out while it's still writing and the file system tables can be left half-updated. The photos may be intact on the flash chips, but the "table of contents" telling the operating system where each file lives is now inconsistent. The card mounts as unreadable, or asks to be formatted.

Battery dying mid-write. Same mechanism, different trigger. A camera or drone that loses power while saving a file — especially a large video — can corrupt the file system. Drones are notorious for this, since a hard landing or dead battery cuts power without warning.

Counterfeit capacity cards. Some cheap cards report a larger capacity than the flash inside actually has. They work fine until you write past the real capacity, at which point new data silently overwrites old data or vanishes — and the overwritten data is genuinely gone.

Controller failure. Every SD card has a small controller chip managing the flash memory. When it dies, the card stops responding entirely: no drive letter, nothing in Disk Management. This is the one failure mode where recovery software has nothing to work with.

Plain file system corruption. FAT32 and exFAT, the formats most cards use, are simple and fast but not resilient. Age, heavy reuse, or an interruption at the wrong moment can leave the file system in a state the OS refuses to mount.

Start with the reader and the port, not the card

Before blaming the card, rule out everything around it. Card readers are cheap components and fail more often than cards do.

  • Try a different card reader. Built-in laptop slots and old USB readers are frequent culprits.
  • Try a different USB port, ideally directly on the computer rather than through a hub.
  • Try a different computer if one is available.
  • If the card came from a camera or drone, try reading it in the original device once — sometimes the device that wrote the files can still see them when a computer can't.

While you're at it, check the small write-protect switch on the side of full-size SD cards. If it has slid to LOCK, some devices throw confusing errors instead of simply saying the card is read-only. For recovery work, though, a locked card is no bad thing — it prevents accidental writes.

Why you should never tap "Yes" when your camera asks to format

When a camera can't parse a card's file system, most models show something like "Card cannot be used. Format?" It looks like a fix. It isn't — it's a reset.

Formatting writes fresh, empty file system structures over the card. A quick format usually leaves most of the underlying photo data physically in place, which is why recovery is sometimes still possible afterward. But it destroys the file tables, adds new writes to exactly the device you're trying to preserve, and some cameras format more deeply than others. You gain nothing by formatting before recovery, and you risk plenty. Decline the prompt, power the camera off, and remove the card.

The same applies on Windows: if a dialog says "You need to format the disk in drive E: before you can use it", close it. That message only means Windows couldn't mount the file system — it says nothing about whether your photos are still there.

Why do photos recover so well from SD cards?

Here's the good news in all of this. Photos and videos on memory cards are unusually strong candidates for recovery, and the reason is how cameras write data.

A camera typically starts with a freshly formatted card and appends files one after another: IMG_0001, IMG_0002, and so on. No other program competes for space — so each photo tends to occupy one continuous run of storage, with very little fragmentation.

That matters because of how signature carving works. Instead of relying on the (now broken) file system, carving scans the raw sectors of the card looking for the recognizable byte patterns that mark the start of known file types — a JPG header, a CR2 or NEF header, an MP4 container — and then reads forward until the file ends. If a file is stored contiguously, carving can reconstruct it perfectly even when the file table is destroyed. Recovery tools that support common photo and video signatures can do this; DiskRescue supports JPG, PNG, HEIC, CR2, NEF, MP4, and MOV among others (full disclosure: DiskRescue is our tool — the free trial shows what's recoverable before you pay).

Two honest caveats. First, carving recovers file contents, not file names or folder structure — those lived in the file table that's gone. Photos come back as sequentially numbered files, though the EXIF data inside each JPG or RAW usually survives, preserving shooting dates and camera settings. Second, long videos fragment more often than photos, especially on cards filled and cleared many times, so MP4 and MOV recovery is somewhat less reliable than for stills.

Step-by-step: what to do, in order

One rule governs everything below: no new writes. Every new photo, video clip, or file quietly dropped onto the card can overwrite sectors that still hold your lost images. Deleted data survives only until something else lands on top of it.

  1. Stop using the card. Take it out of the camera, drone, or phone.
  2. Lock it if it's a full-size SD card with a write-protect switch.
  3. Test another reader and port to rule out the cheap parts of the chain.
  4. Check detection. Does the card show up anywhere — a drive letter, Disk Management, another computer? Detected-but-unreadable is a software problem. Not detected anywhere is hardware.
  5. Decline every format prompt from Windows, macOS, or the camera.
  6. Run a signature-based scan with the DiskRescue free trial, reading the card without writing to it — the preview shows every recoverable photo before you pay.
  7. Save recovered files to a different drive, never back to the card.
  8. Verify the results — open a sample of photos and play a few videos before you consider the job done.

Symptoms and what they usually mean

Symptom Likely cause What to do
Card not detected on any reader or computer Controller or hardware failure Software can't help; consider a professional lab if the data justifies it
Drive letter appears, but "You need to format the disk" File system corruption Decline the prompt; run a signature-based recovery scan
Card works, but photos have vanished Accidental deletion or corrupted directory Stop shooting on the card; scan for recoverable files
Card is suddenly read-only Write-protect switch, or the controller locking itself as it fails Check the switch; if it's not that, copy everything off now
New files corrupt after the card is partly full Counterfeit capacity card Recover what you can; data written past the real capacity is gone; replace the card
Camera displays "card error" intermittently Failing card or dirty contacts Copy data off, clean contacts, and watch it closely — intermittent errors tend to get worse

Should you trust the card again after recovery?

It depends on why it failed. If there was a clear one-time cause — you pulled the card during a write, or a battery died at the wrong moment — the card itself may be fine. Do a full format in the camera, shoot a test batch, copy it off, and keep an eye on it for a while.

If the card failed on its own, has failed more than once, or is a suspected counterfeit: retire it. Flash cells and controllers degrade, and a card that has started failing tends to keep failing. Weigh the price of a replacement against the photos you nearly lost, and the decision usually makes itself.

How to avoid the next scare

  • Format the card in the camera, not the computer. The camera lays down exactly the file system it expects.
  • Use several mid-size cards instead of one huge one. A failure then costs one session, not a whole trip.
  • Copy photos off the card soon after shooting, so the card is never the only copy for long.
  • Eject properly every time, even when it feels unnecessary.
  • Don't keep shooting on a blinking battery, especially video.
  • Replace cards after years of heavy use — they're consumables, not heirlooms.

FAQ

Can photos be recovered after the camera formatted the card?

Often, yes — if it was a quick format and you haven't taken new photos since. A quick format replaces the file tables but leaves most photo data physically in place, and signature carving doesn't need the file tables anyway. The more you've shot since formatting, the more of the old data has been overwritten.

Why do my recovered photos have generic names instead of the originals?

Because carving reads file contents directly from raw storage, and the original names lived in file system structures that were destroyed. The good news: EXIF metadata sits inside each photo file, so shooting date, camera model, and exposure settings normally survive, which makes re-sorting manageable.

My card isn't detected by anything. Is there any hope?

Not from software — a card no device can see has a hardware-level problem, usually the controller. Specialized labs can sometimes read the flash chips directly (chip-off recovery), which is expensive and only worth it for truly irreplaceable data. What you shouldn't do is bend, freeze, or repeatedly reinsert the card hoping it wakes up.


An unreadable SD card feels like the photos are gone, but often they're still sitting on the flash behind a broken table of contents. Keep the card unwritten, skip the format prompts, and let a signature scan show you what's actually recoverable before you assume the worst.

How DiskRescue Compares

On a lifetime license, DiskRescue costs about 1/5 what the big-name recovery suites below charge — paid once and used for life, with no auto-renewal.

DiskRescue EaseUS Data Recovery Wizard Pro Disk Drill PRO
Price $29.99 lifetime — launch price $149.95 lifetime, or $99.95/year $149 lifetime, or $89/year
Billing One-time, lifetime — no auto-renewal Monthly / yearly, or lifetime Yearly, or lifetime
What you get free Preview, then restore 20 free (any size, no share, no sign-up) Preview, then recover 500 MB (2 GB after a social-media share) Preview, then recover 100 MB
Damaged-disk recovery
Deleted-file recovery
Secure erase — (not listed)

Prices, features, and free-tier limits checked on each official site (Windows editions) on July 14, 2026 — they may change with sales or updates. The price comparison uses DiskRescue's launch price ($29.99). EaseUS free recovery is 500 MB by default, expanding to 2 GB after a social-media share (kb.easeus.com); Disk Drill's official free limit is 100 MB (cleverfiles.com).