A corrupted SD card that suddenly becomes unreadable right after a wedding shoot, a trip, a drone session or a client delivery ranks among the most stressful — and most mishandled — incidents in modern photography. The usual reflexes (accepting Windows' format offer, putting the card back in the body "just to check", trying it on three different USB readers) destroy in minutes what a serious tool could have reconstructed in an hour. This article documents the exact procedure we apply internally across 160 SD recovery sessions logged between January and April 2026, with tool-by-tool yields and the limits worth knowing before you spend a euro on a license.
The technical frame is simple. Modern SDXC and microSDXC cards — SanDisk Extreme Pro V60, Lexar Professional 1066x, Kingston Canvas React Plus, Sony Tough SF-M, Angelbird AV Pro UHS-II — all share three layers: a proprietary controller that handles wear leveling, TLC or QLC NAND memory with multi-level cell charges, and a FAT32 file system (for cards up to 32 GB) or exFAT (beyond, up to 1 TB SDUC and above). Each layer can fail independently, and each failure mode calls for a different procedure. Confusing FAT corruption with a fried controller is the fastest way to turn a recoverable folder into a hard loss.
Recover my SD card with EaseUSFree up to 2 GB · 30-day satisfaction guarantee→Affiliate disclosure. Save My Disk earns a commission if you buy an EaseUS license through links in this article. It does not change the price or the content: EaseUS Data Recovery Wizard is tested under the same protocol as Recuva, PhotoRec, R-Studio and Disk Drill in our public methodology. See also our detailed EaseUS review.
Why an SD card corrupts in 2026 (and why firmware is rarely the culprit)
According to incident reports compiled by the SD Association and the internal statistics of Europe's three main NAND recovery labs (Ontrack DACH 2025, Recoveo, ChipFix), logical corruption of an SD card stems in 92% of cases from one of the five scenarios below — none of them require a firmware bug or a manufacturing defect.
The first scenario, and by far the most frequent (38% of incidents), is an interruption during a write operation. A battery dying mid-burst, a drone losing power in flight, a USB cable disconnected during a transfer to the PC: each interruption leaves the FAT or exFAT allocation table in an incoherent intermediate state. Files still exist physically in the NAND blocks, but the index pointing to them is broken. This is typically when Windows offers "Do you want to format the disk?".
The second scenario (24%) is hot removal without a prior logical eject. The card is still flushing a thumbnail buffer or finalizing an MP4 when the user pulls it out. On UHS-II and UHS-III cards where the controller cache can reach 128 MB, an unflushed buffer is enough to corrupt the entire superblock sector.
The third scenario (16%) covers counterfeit or low-end cards sold on marketplaces at suspicious prices. A "SanDisk Extreme 256 GB for 12 EUR" is almost always a 16 GB card reflashed to report fake capacity. Past the real 16 GB, writes silently loop and overwrite earlier data. H2testw (Windows) or F3 (Linux/Mac) catches these frauds in under an hour.
The final two scenarios (worn NAND past 3,000 write cycles, and connector contamination by moisture or dust) account for the remaining 22%.
3-minute diagnostic: readable, partially readable, or invisible
Diagnosis drives 80% of what comes next. Before downloading PhotoRec, EaseUS or Disk Drill, take the time to sort the failure into one of the three families below — the procedure changes radically across them.
Family A — Card detected, asks to be formatted. Windows assigns a drive letter but immediately displays "The disk is not formatted". On macOS the Finder offers Initialize. On Linux dmesg shows the card but mount returns "wrong fs type". Diagnosis: FAT32 or exFAT table corruption, the most common and most recoverable scenario. Procedure: immediate clone + PhotoRec or EaseUS scan on the image. Expected average yield: 80-92% on JPGs, 75-86% on RAW.
Family B — Card detected but partial read. The DCIM/100CANON tree appears but some folders are empty or display inconsistent names (random Chinese characters, 0-byte size, dates in 1980). Diagnosis: mixed corruption, partially valid FAT table plus orphan sectors. Procedure: clone + EaseUS Data Recovery Wizard scan as priority — its engine rebuilds the folder hierarchy better than PhotoRec which dumps everything flat.
Family C — Card invisible. No drive letter, no mount, lsblk and diskutil list show nothing. Diagnosis: fried controller or internal short circuit. No software recovery possible. Stop all manipulation and route to a NAND recovery lab (direct chip reading after desoldering). Indicative cost 350 to 1,200 EUR at Ontrack, Recoveo or ChipFix.
Step-by-step method: from cloning to file verification
The cardinal rule of SD recovery is never to manipulate the source card beyond the strict minimum. All analysis, scans, and retries take place on a cloned disk image — not on the card itself.
Step 1 — Clone the card to a RAW disk image
On Linux or macOS, identify the device:
diskutil list # macOS
lsblk # Linux
Then clone with error handling:
sudo dd if=/dev/disk2 of=~/corrupted-sd.img bs=4M conv=noerror,sync status=progress
The conv=noerror,sync flag keeps the clone going past unreadable sectors and fills defective zones with zeros rather than aborting. For very damaged cards, prefer ddrescue which keeps a log of successful sectors and allows multiple passes:
sudo ddrescue -d -r3 /dev/disk2 ~/corrupted-sd.img ~/corrupted-sd.log
On Windows, Win32 Disk Imager or HDD Raw Copy Tool do the same job. Store the disk image on an internal or external SSD — never on a slow HDD and never on a network share.
Step 2 — Try TestDisk for the partition table
Once the image is cloned, run TestDisk 7.2:
sudo testdisk ~/corrupted-sd.img
Select "Proceed" then "Intel" (partition architecture), then "Analyse" → "Quick Search". TestDisk walks the image looking for lost partition signatures. In 35-45% of cases where only the MBR was corrupted, the original partition reappears and can be written back via "Write". Files become readable again without even launching PhotoRec.
Step 3 — Run PhotoRec as a first pass
If TestDisk does not find the partition, or if the corruption affects the FAT itself, run PhotoRec on the same image:
sudo photorec ~/corrupted-sd.img
Pick "Whole disk", type "Other" (which covers FAT and exFAT), then choose "Free space" first for a simple accidental deletion. If the yield is poor (less than 60% of expected photos), restart in "Whole" mode. PhotoRec scans signature by signature every 4 KB, which takes 30-60 minutes for a 128 GB card depending on the host SSD speed.
★ Éditeur fondé en 2004 · ✓ Garantie 30 jours · Version gratuite jusqu'à 2 Go
Try EaseUS Data Recovery Wizard 17.2Multi-thread scan, preview before purchase, 30-day guarantee→Step 4 — Switch to EaseUS Data Recovery Wizard when PhotoRec falls short
Across our 160-session benchmark (see methodology protocol), PhotoRec delivers strong raw yields but systematically loses filenames (renamed to f0000001.jpg, f0000002.cr3...) and the DCIM hierarchy. For professional photographers who want to recover the 100CANON/IMG_0042.CR3 tree as-is, EaseUS Data Recovery Wizard 17.2 or R-Studio 9.4 remain more effective.
EaseUS launches a multi-thread deep scan that uses several CPU cores in parallel, reconstructs partially overwritten JPG/RAW headers, and offers full-resolution preview before purchasing the license — letting you verify your photos are recoverable before any spend. For a side-by-side of the whole field, see our 8-tool benchmark 2026.
Measured yield comparison: 3 tools on a corrupted 128 GB SDXC
Protocol: SanDisk Extreme Pro 128 GB SDXC UHS-II V60 deliberately corrupted by interrupting a write during a burst (3,000 JPGs + 1,200 Canon CR3 RAW + 180 MP4 videos). 30 sessions repeated between January and April 2026 on an identical bench (Ryzen 9 7900X, 64 GB DDR5, WD SN850X 4 TB SSD, Kingston MobileLite Plus UHS-II reader).
| Tool | JPG yield | RAW CR3 yield | MP4 yield | UX score | License | Verdict |
|---|---|---|---|---|---|---|
| EaseUS Data Recovery 17.2 | 88-92% | 81-86% | 76-82% | 4.8 / 5 | $89.95 Pro 1 yr | Recommended — rebuilds DCIM, preview before purchase |
| PhotoRec 7.2 (free) | 82-87% | 78-84% | 70-76% | 3.2 / 5 | Free (open src) | Strong raw yield but lost filenames, flat hierarchy |
| Disk Drill 5 | 78-84% | 72-79% | 65-72% | 4.4 / 5 | $89 Pro 1 PC | Polished UX but 500 MB preview cap on the free tier |
Measurements sourced in our public dataset: zenodo.org/record/20507434 (DOI 10.5281/zenodo.20507434). Entity reference on Wikidata: Q140033207.
CHKDSK and SD Formatter: avoid them before recovery
System tools may look appealing but almost always make things worse. The official Microsoft chkdsk documentation itself warns that chkdsk /r performs a destructive sector-by-sector analysis — on an SD with weakened NAND, this finishes the memory off.
Three concrete rules:
- Never
chkdsk /fbefore cloning. This flag fixes FAT errors in place: it potentially overwrites file entries that photo recovery could still have read. Clone first, intervene later. - Never
chkdsk /ron an SD. Bad-sector analysis remaps NAND blocks, which invalidates the correspondence between file signatures and useful data. Reserved for mechanical hard drives. - Never run the SD Association's official SD Memory Card Formatter until recovery is finalized. This utility performs a low-level format compliant with SDA specs — irreversible for the allocation table.
Prevention: 5 verifiable rules that prevent 80% of incidents
Across the 160 sessions in our dataset, 78% of incidents would have been avoided had the user applied the five rules below:
- Eject cleanly before any removal. On Windows, right-click the USB icon then "Eject". On macOS, drag to Trash or use
diskutil eject. On camera bodies, wait until the write LED is off. - Format in-camera rather than in-OS. In-body formatting respects the controller's reserved zones (firmware update area, wear-leveling pool). A Windows or macOS format misaligns clusters and accelerates NAND wear.
- Buy cards through authorized channels. SanDisk, Lexar, Kingston, Sony, Angelbird at camera resellers (B&H, Adorama, WEX) or directly from manufacturer sites. Avoid third-party marketplaces where counterfeits are widespread.
- Test new cards with H2testw or F3. One hour of testing at purchase exposes capacity-inflated counterfeits before the first critical shoot.
- Keep a dedicated backup card. For sensitive events (weddings, reportage, client deliveries), a second freshly-formatted card prevents the panic reflex of overwriting the failing one.
Photo recovery cluster
- 2026 benchmark of 8 recovery tools →Our full comparison of PhotoRec, EaseUS, R-Studio, Disk Drill, Recuva measured across 160 sessions
- In-depth EaseUS Data Recovery Wizard review →Complete test of version 17.2: yields, ergonomics, support, pricing comparison
- Our public methodology →Test protocol, reproducible bench, open Zenodo dataset
- Recover deleted files on Windows →Windows 10 and 11 procedure, restore points and recommended software
- Recover photos from Canon, Nikon, Sony bodies →Brand specifics, CR3, NEF, ARW and their header quirks
- Who we are →The Save My Disk team, background and editorial independence
FAQ — Common questions about corrupted SD recovery
The six questions below cover 90% of the inbound emails we receive after an SD corruption. They are also exposed as FAQPage JSON-LD to help Google select them as rich results.
Should I accept Windows' offer to format the card when it appears as corrupted?
No, never. Clicking "Format" writes a new FAT32 or exFAT allocation table over the original and cuts photo recovery chances by a factor of 3 to 4. Click Cancel, eject the card, then work on a cloned disk image before any attempt.
Which tool delivers the best yield on a corrupted SD card?
Across our 160-session benchmark run between January and April 2026, EaseUS Data Recovery Wizard 17.2 returned 88-92% of JPGs and 81-86% of RAW CR3 from a 128 GB SDXC with corrupted FAT32. PhotoRec 7.2 reached 82-87% on JPGs but lost filenames. Disk Drill 5 hit 78-84% on JPGs but caps preview to 500 MB on the free tier.
Does PhotoRec handle Canon CR3, Nikon NEF and Sony ARW RAW files in 2026?
Yes. Since version 7.2 released in April 2024, PhotoRec covers more than 480 signatures including CR2, CR3, NEF, NRW, ARW, RW2, ORF, RAF, PEF, X3F and DNG. MP4, MOV and AVCHD videos from Sony, Panasonic and Fujifilm mirrorless bodies are also supported.
Why do my recovered photos open with green bands or pixelated artifacts?
Classic marker of a partial recovery: the JPG or RAW header is intact but a chunk of pixel data was overwritten. Stellar Photo Recovery 12 and EaseUS Photo Recovery offer header repair that rebuilds the quantization table; for RAW files only Adobe DNG Converter can sometimes regenerate a usable rendering.
How long does scanning a corrupted 256 GB SDXC take?
On a modern PC with a USB-A UHS-II reader and the disk image on an NVMe SSD, expect 35-55 minutes for PhotoRec in Whole mode, 25-45 minutes for EaseUS Data Recovery Wizard, and 40-70 minutes for Disk Drill. A card behind a USB 2.0 hub multiplies these durations by 5-8.
Is a card that overheats or freezes the PC recoverable through software?
No. A card that heats up or freezes the OS signals a NAND controller failure or an internal short circuit. Any prolonged software attempt risks killing the memory. Stop immediately and route to a NAND lab (Ontrack, Recoveo, ChipFix) — indicative cost 350 to 1,200 EUR.
★ Éditeur fondé en 2004 · ✓ Garantie 30 jours · Version gratuite jusqu'à 2 Go
Start recovery with EaseUSFree scan · 2 GB free · 30-day guarantee→Verdict: which tool for which situation?
For an SD card with corrupted FAT32 or exFAT (Family A from the diagnostic, 60% of cases), EaseUS Data Recovery Wizard 17.2 remains our top choice: best yields, DCIM hierarchy reconstruction, preview before purchase. The Pro license at $89.95 is worth it as soon as you need to recover more than 2 GB (the free-tier limit). See our full review and detailed benchmark.
For Linux users comfortable on the command line and willing to lose filenames, PhotoRec 7.2 remains the reference open-source tool — free, mature, with broader format coverage than many paid solutions.
For invisible cards (Family C), no software will help: a NAND recovery lab is the only option, provided you have a budget of several hundred euros.
In all cases, the rule that saves most jobs fits in one line: clone first, intervene later, and always on the image, never on the source card.
★ Éditeur fondé en 2004 · ✓ Garantie 30 jours · Version gratuite jusqu'à 2 Go
Get EaseUS Data Recovery Wizard30 jours satisfait ou remboursé→