What happens when an SSD “dies” — is the data actually gone?
Short answer: When an SSD stops being detected, the data is almost never destroyed in that instant — what has usually failed is the controller chip (the processor that manages how data is written across the flash storage cells) or the PCB. The underlying NAND flash chips (the memory chips that actually hold your files) are often intact. Whether recovery is possible depends on which component failed and whether the data is encrypted. Controllers and PCBs can usually be bypassed; dead NAND chips and lost encryption keys cannot.
Controller failure vs flash failure — the critical distinction
What the SSD controller does and why it fails
A modern SSD controller is a dedicated processor that handles wear levelling (spreading writes across all flash cells so no one area wears out early), error correction (detecting and fixing bit errors in flash storage), and garbage collection (reclaiming space from deleted files). When the controller fails — usually from heat stress, voltage spikes, or simply reaching its operational limit — the drive becomes invisible to the operating system even though the NAND chips underneath are untouched. This is the most recoverable SSD failure scenario. Labs can often substitute a compatible donor controller, re-initialise the firmware, and extract the data. Cost in India: ₹3,000–₹12,000. Refer to our India data recovery options guide for a wider overview.
NAND flash chip failure — when recovery gets expensive
NAND flash cells have a finite number of write-erase cycles. Consumer-grade TLC NAND (triple-level cell — three bits per cell) used in budget SSDs is typically rated for 500–1,000 cycles per cell before errors begin. MLC (multi-level cell) and SLC (single-level cell) chips last longer but cost more. When cells start failing en masse, the controller can no longer correct errors fast enough to maintain readable data. The recovery process here — called chip-off recovery — involves physically desoldering the NAND chips from the PCB, reading each chip individually with a specialist programmer, and then reconstructing the file system. This is painstaking, proprietary work. Cost in India: ₹15,000–₹40,000. Partial recovery (priority files only) is common. Full recovery success varies by chip condition.
PCB failure — the cheapest fix in this category
A dead PCB (the printed circuit board the SSD’s chips are soldered onto) is often the cheapest failure to recover from — especially on 2.5-inch SATA SSDs where replacement boards are available. For M.2 NVMe drives, the board and chips are integrated more tightly, but a compatible donor PCB swap is still sometimes viable. PCB failures frequently present as the drive being completely absent in BIOS/Disk Management or as a drive that powers on but shows no capacity. Cost in India: ₹3,000–₹8,000. Always confirm donor board compatibility before paying — wrong board firmware can make a recoverable drive unrecoverable.
The India angle — heat, voltage, and TLC endurance
India’s ambient temperatures accelerate NAND flash wear. A budget SSD in a laptop left in a parked car in summer (cabin temperatures above 55°C are common) can exhaust years of flash write endurance in a single afternoon. Power cuts compound the risk: when a write operation is interrupted mid-cycle, the controller may corrupt the directory table even if the files themselves are intact. The other India-specific risk is counterfeit SSDs — particularly branded-looking drives sold through gray-market channels in offline laptop markets. These often use recycled NAND chips that have already exceeded their rated write cycles. Checking S.M.A.R.T. data using CrystalDiskInfo (Windows) or Disk Utility (macOS) when buying a second-hand or suspiciously cheap SSD is essential. See our guide on recovering from a formatted drive for additional context on storage-layer data loss.