I’ve had SD cards go sideways at the worst time, right after a long shoot, right before a file handoff, once in a hotel lobby with a deadline breathing down my neck. It feels bad fast. Still, the first thing I do is stop touching the card. No retry loop. No plugging it back into the camera to “see if it shows up now.” If you keep writing to it, you risk wiping the stuff you want back.
What usually breaks first is the file system, not the raw data itself. So my rule is simple. Recover first. Repair later. A lot of people skip straight to Windows fixes, formatting, or random commands from old forum posts. I did that years ago and made one card worse. Since then I pull files off first, then I mess with repairs.
If the files matter, I’d start with recovery software instead of repair tools. I’ve had decent results with Disk Drill, mostly because it doesn’t bury the useful stuff. The big feature for damaged cards is the byte-to-byte backup.
This part matters more than people think. When a card starts failing, every read adds more strain. With Disk Drill, you can clone the whole card into an image file, sector by sector. Then you work from the copy on your computer instead of hammering the original card over and over. I’ve had one card die halfway through testing, so yeah, I’d do the image first if the data has any value.
What I usually do after recovery
Once the files are safe, or once you’ve decided the card is disposable, then move on to fixing it.
1. Check the boring stuff first
Sounds dumb. Still worth doing. Try another USB port. Try another reader. Those tiny adapters bundled with microSD cards fail all the time. I keep one cheap reader around as a spare, and it has caused more false alarms than the cards themselves. If your laptop has a built-in slot, test with a separate USB reader too. A flaky connection looks a lot like corruption.
2. Look in Disk Management
On Windows, open Disk Management from the Start button menu. If the SD card shows up there but has no drive letter, Windows might not know how to mount it in File Explorer. Right-click the card, pick “Change Drive Letter and Paths,” then assign a free letter. I’ve seen cards come back online from this alone. Weird, but it happens.
3. Run the built-in repair check
If the card appears in File Explorer, right-click it, open Properties, go to the Tools tab, then hit Check. This is the safer first pass. It looks for file system damage and tries to patch it. I treat it like a low-risk cleanup step, not a miracle fix.
4. Use CHKDSK if the simple repair does nothing
Open Command Prompt or Terminal as Administrator and run chkdsk X: /r, swapping X for the card’s drive letter. The /r switch tells Windows to scan for bad sectors and try to recover readable data. On bigger cards this drags. I’ve had it run long enough for me to forget I even started it. Also, I don’t run this before recovery if the files matter. Learned that one the annoying way.
5. Try TestDisk if the partition vanished
If the card shows as unallocated, empty, or missing its partition, TestDisk is worth a look. It’s open source and ugly in the old-school utility way, but it’s legit. Better for people who don’t mind text menus and reading carefully before pressing Enter. If your card looks blank even though you know it isn’t, this tool has saved a lot of people.
6. Format it if you’ve given up on repair-by-repair fixes
If none of the above helps, formatting resets the file system. If a normal format fails, a low-level format tool is the next thing I try. Afterward, I usually pick exFAT for SD cards because it works across most devices and doesn’t choke on large video files.
One thing I stopped doing
If a card corrupts once, I stop trusting it for important work. Maybe it was a bad eject. Maybe the flash memory is wearing out. Doesn’t matter much when you’re staring at missing files. I’ll reuse those cards for throwaway transfers or testing, but not for photos I’d care about. For anything serious, I replace it with a fresh card from a decent brand like SanDisk or Kingston.
Also, yeah, use Eject. Every time. I skipped it plenty of times when I was rushed, and a few of those cards bit back later. Small habit, less pain.

