SD Card
An SD card is a thumbnail-sized flash chip with one of the worst recovery profiles in modern storage. Used in nearly every camera, drone, and handheld game console, almost universally built as a single sealed silicon die, and often the only place irreplaceable photos and footage live before the user thinks to back up.
Kingston · recovery labs
Full-size + microSD
2026 SD Express data
An SD card (Secure Digital card) is a small portable flash memory card used in cameras, drones, smartphones, gaming devices, and other portable electronics. SD cards come in three physical sizes (full-size, miniSD, microSD), four capacity tiers (SDSC, SDHC, SDXC, SDUC), and several speed classes that determine sustained write performance. Almost all modern SD cards use monolithic construction, fusing the controller and NAND flash into a single sealed chip.
How an SD Card Works
The SD card was introduced in 1999 by SanDisk, Toshiba, and Panasonic as a successor to the older MultiMediaCard (MMC) format. The “SD” stands for Secure Digital, originally a reference to the digital rights management features built into the spec for the music industry. Those DRM features were rarely used in practice, but the form factor caught on hard for cameras, then phones, then everything portable that needed removable storage. Today the SD Association manages the specification, and SD cards are the most common removable storage medium in consumer electronics.1
The four core components inside
Every SD card contains the same handful of parts, regardless of capacity or physical size:
- NAND flash memory. Where the data actually lives. Non-volatile (keeps data without power), organized into pages and blocks. Modern cards use TLC (3 bits per cell) or QLC (4 bits per cell) NAND for high capacity at the cost of write endurance.
- Controller chip. The brain. Handles the SD protocol, manages the FTL (flash translation layer) that maps logical addresses to physical NAND cells, performs error correction, and (on better cards) implements wear leveling. When the controller fails, the card disappears or shows wrong capacity.
- External contacts. The metal pads on the back of the card that mate with the host’s card reader. UHS-I cards have one row of 9 contacts. UHS-II and UHS-III have a second row of contacts for the high-speed differential bus.2
- Card body. Plastic housing that protects the silicon and exposes the contacts. A microSD card body is mostly empty space; the actual silicon die is much smaller than the casing.
Monolithic construction is the SD card default
This is the single most important fact about SD cards that consumer-facing pages skip. Almost every modern SD card is built as a monolithic device, meaning the controller and NAND flash share a single piece of silicon, sealed in epoxy with no removable components, no exposed test points, and no published pinout. MicroSD cards are monolithic by physical necessity: the form factor is too small for separate components. Most modern full-size SD cards are also monolithic, with the actual silicon occupying only a fraction of the card body and the rest being empty plastic to fit the standard SD form factor.3
Older full-size SD cards (mostly pre-2015 designs) used PCB-based construction with separate NAND and controller chips. These can still be found in industrial and embedded applications, and they’re significantly easier to recover when they fail because the NAND chip can be desoldered and read directly. New cards in 2026 are almost universally monolithic across all major brands (SanDisk, Samsung, Kingston, Lexar, Sony, ProGrade), regardless of price tier.
The SD protocol and host communication
SD cards communicate with the host device through one of three protocols, depending on the card and host generation:
- SD Mode (SPI / 1-bit / 4-bit). The original SD protocol from 1999. Used by entry-level UHS-I cards and devices like older cameras and microcontrollers. Maximum bus speed 50 MB/s.
- UHS-I Bus. Introduced in 2009. Single row of contacts, half-duplex. Theoretical maximum 104 MB/s. Most consumer SD cards in 2026 still use UHS-I as the dominant interface.
- UHS-II Bus. Introduced in 2011. Adds a second row of contacts for differential signaling. Theoretical maximum 312 MB/s. Used in professional photography and 4K-capable cameras.4
- UHS-III Bus. Announced in 2017. Third row of contacts. Theoretical maximum 624 MB/s. Almost no commercial deployment; superseded by SD Express before achieving wide adoption.
- SD Express. Introduced 2018. Uses PCIe and NVMe over the SD card connector instead of the legacy SD bus. Theoretical maximum 4 GB/s on dual-lane PCIe 4.0. Adoption has been slow until Nintendo announced in 2025 that the Switch 2 would require microSD Express cards.5
Cards are backward-compatible with older buses but only run at the slowest link’s speed. A UHS-II card in a UHS-I camera will work but at UHS-I speeds. An SD Express card in a non-Express host will run at UHS-I speeds (most current cameras) or fail to mount entirely on very old hosts.
Wear leveling: present but limited on most SD cards
NAND cells wear out after a finite number of program/erase cycles: roughly 1,000 to 3,000 cycles for consumer TLC NAND and as few as 300 cycles for budget QLC. SD card controllers implement wear leveling in firmware, but the implementation is often simpler than what SSDs use. Most SD cards use dynamic wear leveling (only spreading writes across blocks that contain dynamic data) rather than the more thorough static wear leveling that SSDs use. The result: heavily-written areas (FAT tables, file directories, frequently-overwritten log files) can wear out years before the rest of the card, making the whole card fail. This is why a 32 GB camera SD card used as a working disk can fail in a year while one used only for vacation photos lasts a decade.
SD Card Capacity Types and Speed Classes
The SD specification has been extended several times since 1999 to support larger capacities and higher speeds. The card type tells you the maximum capacity and default file system; the speed class tells you the minimum sustained write speed the card guarantees. Both matter when choosing a card and when troubleshooting why an old camera won’t read a new card.
SD capacity types: SDSC, SDHC, SDXC, SDUC
| Type | Year | Capacity range | Default file system | Status in 2026 |
|---|---|---|---|---|
| SD (SDSC) | 1999 | 128 MB – 2 GB | FAT12 / FAT16 | Effectively obsolete |
| SDHC | 2006 | 4 GB – 32 GB | FAT32 | Common for budget cards |
| SDXC | 2009 | 64 GB – 2 TB | exFAT | Dominant consumer tier |
| SDUC | 2018 | 2 TB – 128 TB | exFAT | First 4 TB card released 2025 |
Backward compatibility runs in one direction only. A device that supports SDXC will read all four types (SD, SDHC, SDXC), but a device that supports only SDHC cannot read SDXC or SDUC cards even though the slot looks identical. This is the source of most “my camera won’t read my new SD card” complaints: the camera is too old for the card’s capacity tier, not the slot’s physical compatibility.6
Speed classes: C, U, V, E, and Application Performance Class
The SD Association defined four speed class systems for sequential write speed and one for random access. They’ve coexisted on cards because manufacturers like to print as many symbols as possible:
- Speed Class (C2, C4, C6, C10). The original system. Number = MB/s minimum sustained write. C10 means 10 MB/s. Largely superseded but still printed.
- UHS Speed Class (U1, U3). Introduced 2009 with UHS-I. U1 = 10 MB/s minimum, U3 = 30 MB/s minimum. Same speeds as Speed Class but newer marking.
- Video Speed Class (V6, V10, V30, V60, V90). Introduced 2016. Number = MB/s minimum, like the others. V30 supports 4K, V60 supports 8K, V90 supports raw 8K. The most useful current rating because it reflects real video capture requirements.7
- SD Express Speed Class (E150, E300, E450, E600). Introduced for SD Express. Number = MB/s sustained, applicable only to PCIe-NVMe-capable cards.
- Application Performance Class (A1, A2). Different metric. Measures random IOPS for cards used to host applications (Android external storage, dashcam logging). A1 = 1,500 read / 500 write IOPS, A2 = 4,000 read / 2,000 write IOPS. Mostly relevant for cards in Android phones or smart cameras.
You’re fine. The V class always supersedes lower classes: any V30 card meets and exceeds the C10 / U1 / V10 requirements. The only ratings that matter for buying are the highest speed class printed on the card (V60 or V90 for serious video, V30 for 4K, V10 for HD video) and the Application Performance Class if the card will run apps. The other markings are sales padding.
Common SD Card Failure Modes
SD cards fail more often than any other consumer storage device except USB flash drives, and the failure modes are largely the same as USB drive failures with a few SD-specific additions. The recovery path depends almost entirely on whether the controller is alive and whether the card is monolithic (almost always yes) or discrete-component (rare in 2026).8
- Controller failure. The most common SD card failure. ESD damage, accumulated wear, or sudden disconnection during a write corrupts the controller’s firmware or kills the silicon outright. The card disappears from File Explorer / Disk Utility, shows wrong capacity (0 MB, 8 MB, 32 MB), or refuses to mount. On monolithic cards (almost all of them), recovery requires bond-pad probing to bypass the dead controller.
- Damaged or worn external contacts. The metal pads on the back of the card oxidize, scratch, or break from repeated insertion. The card becomes intermittent or undetected. Cleaning with isopropyl alcohol sometimes helps; if the contacts are physically damaged, recovery requires bypassing them entirely.
- Cracked or fractured PCB. The silicon die is small, but the card body is rigid. Bending, dropping, or stepping on a card can fracture the internal traces between the die and the contacts. Card becomes undetected; lab recovery requires opening the casing and bonding directly to the die.
- NAND wear-out. Cells reach their program/erase cycle limit. Symptoms develop gradually: slow writes, unreadable files, then full failure. Modern cards drop into read-only mode as a final safeguard. Copy data off as soon as you notice slow writes.
- Camera ejection during write (RAW partition state). Pulling an SD card while the camera is still writing, or a battery dying mid-write, frequently corrupts the file system tables. The card shows up but appears empty or prompts for formatting. Almost always recoverable with software because the data is still on the NAND chips, just unreachable through the corrupted file system. Critical: do not click “Format” when the OS prompts you.
- Counterfeit / capacity-fake cards. Fraudulent cards programmed to report a higher capacity than they actually have. Writes beyond the real capacity wrap around and overwrite earlier data. The data on the first portion may be recoverable; data written beyond the real capacity is destroyed.9
- Firmware corruption (factory mode lock). Controller firmware tables become unreadable, often after sudden power loss during a write. The card enters a factory test mode and shows up with no usable capacity or with a vendor-specific model string. Mass production tools can sometimes reset the card but destroy all data.
- Logical corruption. Healthy hardware, damaged file system or partition table. The card enumerates and shows correct capacity but files are missing or reported as zero bytes. Software like R-Studio, Disk Drill, or EaseUS Data Recovery Wizard can usually recover, especially because most SD cards don’t run TRIM aggressively.
The most common SD card disaster is the OS prompt asking “You need to format the disk before you can use it” after the file system gets corrupted by improper ejection. The data is still on the card’s NAND, just unreadable through the broken file system. Click “Format” and the recovery becomes much harder. Eject the card properly, image it with ddrescue or HDD Raw Copy Tool, then run recovery software against the image, not the live card.
Warning signs your SD card is failing
SD cards rarely give explicit warnings; the first sign of failure is often complete failure. But a few patterns indicate trouble:
- Slow file writes that used to be fast, especially during continuous video recording or burst photography. Cells are wearing or the controller is retrying multiple times to get clean data.
- Files appearing then disappearing between camera and computer. Often FAT/exFAT corruption from ejection during write.
- “Card error” or “memory card needs to be reformatted” messages in cameras. Either logical corruption (recoverable) or controller issues (lab-only).
- Write protection indicating “card locked” when the physical switch is unlocked. Failing controller or PCB issue. Do not try to force writes.
- Wrong capacity reported (0 MB, 8 MB, 32 MB on a card that should be larger). Firmware corruption.
- Card not recognized in some readers but recognized in others. Worn external contacts or marginal controller. Copy data off through whichever reader still works.
- Camera freezes when writing to the card or takes seconds to save each photo. Bad-block accumulation past the controller’s spare-block reserve.
Stop using the card immediately. Eject it from the camera or device without writing anything else to it. Copy data off via a card reader to a different physical drive, in priority order. Do not run chkdsk, fsck, or any “fix” utility. Do not let the OS format the card. Do not try mass production reset tools. If the data matters and the card is intermittent or shows wrong capacity, the next step is a recovery lab, not another attempt to read the card on your computer.
SD Card Form Factors and Variants
SD cards come in three physical sizes, all carrying the same protocol and similar internals. The physical differences are mostly about fitting into different host devices.
| Form Factor | Dimensions | Typical Devices | Common Capacity | Status in 2026 |
|---|---|---|---|---|
| Full-size SD | 32 × 24 × 2.1 mm | DSLRs, mirrorless cameras, camcorders, dashcams | 32 GB – 1 TB | Dominant in cameras |
| miniSD | 21.5 × 20 × 1.4 mm | Older feature phones (mid-2000s) | 1 GB – 16 GB | Effectively obsolete |
| microSD | 15 × 11 × 1 mm | Smartphones, drones, GoPros, Switch, dashcams | 32 GB – 2 TB | Dominant overall |
The full-size SD card and microSD card use the same electrical specification and the same protocols. A microSD-to-SD adapter is just a passive plastic sleeve with passthrough contacts; the card inside the adapter does all the work. This is why a microSD card in an SD adapter performs identically to that microSD card in a microSD reader. The SD adapter is mechanically a frame and electrically a wire.10
MiniSD existed briefly in the mid-2000s for mobile phones before microSD won. It’s effectively obsolete; you’ll only see one if you’re looking at a 2007-era flip phone. Both miniSD and microSD use SD-compatible electrical signals, just in smaller physical packaging.
Beyond the three main sizes, SD cards have several specialized variants worth knowing about. Eye-Fi cards (discontinued 2016) added Wi-Fi to a full-size SD form factor for wireless photo transfer; FlashAir cards from Toshiba did the same thing. Tough cards (SanDisk Extreme Pro, ProGrade Cobalt) add waterproof, shockproof, and X-ray-resistant casings for professional photographers in difficult environments. Industrial-grade SD cards use SLC NAND with much higher endurance ratings (50,000+ P/E cycles vs 1,000-3,000 for consumer TLC) and are used in dashcams, surveillance systems, and embedded devices.
SD Card Strengths and Trade-offs
SD cards occupy a specific niche: the smallest practical removable storage in consumer electronics, with the worst recovery profile of any common storage medium. Both halves matter.
SD card vs other portable media at a glance
| Property | SD Card | USB Flash Drive | External SSD | CompactFlash / CFexpress |
|---|---|---|---|---|
| Physical size | 15 × 11 mm (microSD) | Pen-shaped, varies | Pocket-sized | ~36 × 43 mm |
| Capacity ceiling | 2 TB consumer / 128 TB SDUC theoretical | 2 TB consumer | 16 TB consumer | 4 TB CFexpress |
| Speed (typical) | 50–300 MB/s (UHS-I/II) | 50–1,000 MB/s | 500–2,000 MB/s | 800–4,000 MB/s (CFexpress) |
| Cost per TB (2026) | $80–$200 | $50–$200 | $80–$150 | $200–$500 |
| Reliability | Low | Low | High | Medium-high |
| Construction | Almost always monolithic | Mixed (monolithic or discrete) | Discrete (PCB-based) | Discrete (PCB-based) |
| Recovery cost | $400–$1,800 (monolithic) | $300–$1,800 | $500–$2,000 (similar to internal SSD) | $500–$2,000 |
| Best for | Cameras, drones, phones | Transit / occasional transfer | Working storage, backups | Professional photo / video |
SD card advantages and drawbacks
Strengths
- Smallest practical removable storage form factor available
- Universal support across cameras, phones, drones, gaming devices
- Standardized protocol means cards work in any compatible host
- Multiple speed tiers let buyers match cost to performance needs
- Widely available everywhere from electronics stores to gas stations
Trade-offs
- Almost universally monolithic, making lab recovery 2 to 3 times more expensive
- Easy to lose physically because of the small form factor
- Counterfeit cards on third-party marketplaces are a real risk
- Speed class confusion: cards print 3 to 5 different ratings of varying relevance
- Older devices won’t read newer capacity tiers despite identical-looking slots
SD cards are the storage device users least expect to fail and most often use as the only copy of irreplaceable data. The combination is brutal: a wedding photographer shoots 600 photos to a 64 GB SDXC card, the card fails on the drive home, and unlike a hard drive failure (recoverable software-side or via lab) or even an internal SSD failure (also lab-recoverable on most drives), the SD card is monolithic. There is no NAND chip to remove. There is no PCB to bypass. The recovery path involves sanding the epoxy package down to expose internal bond pads, soldering microscopic wires to those pads, and reverse-engineering the proprietary pinout used by that specific chip variant. Lab cost runs $400 to $1,800, and only a handful of labs worldwide can do it reliably.3
The architectural reason for the difficulty traces directly to manufacturing economics. Monolithic construction is dramatically cheaper at scale: one silicon die, one packaging step, no PCB, no separate components to source and assemble. The trade-off is outsourced to consumers and recovery labs. Apple’s iPhone, Samsung’s Galaxy, every drone, every action camera, every dashcam: all use cards that are cheaper to manufacture by a few cents and more expensive to recover by a thousand dollars. The cards don’t tell you which construction they use; the only reliable way to know is to assume monolithic on anything sold in the last 5 years.
The single rule that determines success on an SD card: treat it as transit storage, not archival storage, and back up immediately. Photos and footage from cameras should be copied to a hard drive or computer the same day they’re shot, not weeks later when the card is full. The 3-2-1 backup rule applies: three copies, two media types, one off-site. If the card shows any warning sign (slow writes, “card error” prompts, intermittent recognition), stop using it and copy data off to a known-good drive immediately. Do not click “Format” when the OS prompts you. Do not run chkdsk. If the card is not detected at all and the data matters, send it to a recovery lab while it’s still in physically intact condition, before well-meaning attempts make the recovery harder.
SD Card FAQ
These are the four SD capacity tiers, each defining a maximum storage size and default file system. SD (also called SDSC) covers 128 MB to 2 GB and uses FAT12/FAT16. SDHC covers 4 GB to 32 GB on FAT32. SDXC covers 64 GB to 2 TB on exFAT. SDUC covers 2 TB to 128 TB on exFAT, with the first 4 TB SDUC card announced in 2024. Older devices that only support SDHC will not read SDXC or SDUC cards even if the slot looks identical.
The symbols indicate minimum sustained write speed. Class 10 (C10) means at least 10 MB/s. UHS Speed Class U1 also means 10 MB/s; U3 means 30 MB/s. Video Speed Class V30, V60, V90 mean 30, 60, 90 MB/s sustained writes. SD Express E150 through E600 mean 150 to 600 MB/s. Application Performance Class A1 and A2 measure random IOPS, not sequential speed, and matter for cards used to run apps. The most useful single rating for buyers in 2026 is the V class because it reflects real video recording requirements.
Physical size only. MicroSD cards measure 11mm by 15mm; full-size SD cards measure 24mm by 32mm. Both store data identically and run the same SD protocol. A microSD-to-SD adapter is just a passive sleeve with passthrough contacts; the card inside the adapter does all the work. Internally, microSD cards are always monolithic by physical necessity (there isn’t room for separate chips), and most modern full-size SD cards are now also monolithic with a lot of empty space in the casing.
Sometimes, but the recovery path is harder than for most other storage. Almost every modern SD card is monolithic construction, meaning the controller and NAND flash are fused into a single epoxy-sealed package with no removable chips and no published pinouts. When the controller fails, recovery requires sanding the card to expose internal bond pads, soldering microscopic wires, and reverse-engineering the proprietary pinout. Cost runs $400 to $1,800. Logical failures (deleted files, formatted card) on a healthy card can usually be recovered with software.
Almost always file system corruption from improper ejection, loss of power during a write, or the card being removed while the camera or device was still writing. The data is usually still on the NAND chips, but the file allocation tables have been damaged. Software like R-Studio, Disk Drill, or EaseUS Data Recovery Wizard can almost always recover the files. Critically, do not click ‘Format’ when Windows or macOS prompts you to do so; once formatted, recovery becomes much harder. Image the card first, then work from the image.
Yes, especially on third-party marketplaces. Counterfeit cards are typically programmed to report a much higher capacity than they actually have. A fake 1 TB microSD might really be 32 GB; the controller fakes the capacity figure to the operating system, and writes beyond the real capacity wrap around and overwrite earlier data, destroying everything. Tools like H2testw on Windows or F3 on Linux/Mac verify real capacity by writing and reading back known patterns. Always test new cards from unfamiliar sellers before trusting them with important data.
Related glossary entries
- USB Flash Drive: the closest cousin of the SD card with similar failure modes and recovery considerations.
- NAND Flash: the storage medium every SD card uses to hold data.
- SSD Controller: the embedded processor that fails on most SD cards that “die” without warning.
- Wear Leveling: the firmware feature that’s limited or absent on cheap SD cards.
- Chip-Off Recovery: the lab technique that doesn’t work on monolithic SD cards and is replaced by bond-pad probing.
- Firmware Corruption: the failure mode that produces wrong-capacity readings and “factory mode” symptoms.
- Best data recovery software: software roundup for SD cards with intact controllers and logical-only failures.
Sources
- Wikipedia: SD card (accessed April 2026)
- Adafruit Learning System: Understanding microSD and SD cards
- Rossmann Group: MicroSD Card Data Recovery: Monolithic Chip-Off
- SmartSemi: SD Performance Standards
- SD Association: SD Speed Class Standards
- Kingston Technology: A Guide to Speed Classes for SD and microSD Cards
- SanDisk Support: Difference Between Speed Class, UHS, and Video Speed Class
- Gillware: SD Card / MicroSD Card Data Recovery Service
- Recover My Flash Drive: Monolithic Flash Data Recovery
- eProvided: Micro SD Card Data Recovery
About the Authors
Data Recovery Fix earns revenue through affiliate links on some product recommendations. This does not influence our reference content. Glossary entries are written and reviewed independently based on documented research, vendor documentation, independent testing, and recovery-engineer review. If anything on this page looks inaccurate, outdated, or worth revisiting, please reach out at contact@datarecoveryfix.com and we’ll review it promptly.
