← All SSD guides

SSD endurance: TBW and DWPD explained

Consumer SSDs outlast most workloads many times over — but if you write heavily every day, TBW becomes a real planning factor.

1. What TBW means

Terabytes Written (TBW) is the total data the drive is warranted to write before the manufacturer no longer covers failures. It is derived from the NAND flash endurance rating (Program/Erase cycles per cell) and the drive's overprovisioning. A 1 TB consumer NVMe rated 600 TBW means the manufacturer guarantees the drive up to 600 TB of writes — after which the warranty is void, though the drive may continue functioning.

2. DWPD: the enterprise metric

Drive Writes Per Day (DWPD) is TBW divided by (capacity × warranty days). A 1 TB drive with 600 TBW on a 5-year warranty: 600 ÷ (1 × 1,825 days) ≈ 0.33 DWPD. Enterprise mixed-use drives target 1–3 DWPD; write-intensive models 3–10 DWPD. A consumer 0.3 DWPD drive is fine for an OS or gaming volume; it is not appropriate for a database write log.

3. Calculating your actual write workload

Casual PC use (gaming, browsing, documents): 5–15 GB/day written. That is 1.8–5.5 TB/year. At 600 TBW, you would exhaust the warranty writes in 110–330 years. A video editor writing 200 GB/day (73 TB/year) would hit 600 TBW in about 8 years — meaningful, but still beyond most realistic upgrade cycles. Only write-intensive server and database workloads hit consumer TBW ceilings in a short time frame.

4. How NAND type affects TBW

SLC (1 bit/cell) has the highest endurance (~100,000 P/E cycles) but lowest density. MLC (2 bit/cell) is ~10,000 P/E cycles. TLC (3 bit/cell) ~1,000–3,000 P/E cycles — used in nearly all consumer drives. QLC (4 bit/cell) ~100–1,000 P/E cycles — used in high-capacity value drives and some enterprise read- intensive models. Most drives use pseudo-SLC write caching (writing to TLC cells as SLC temporarily), which boosts burst write but reduces cache life under sustained pressure.

5. Monitoring with SMART data

Every NVMe drive exposes SMART attributes including Media Wear Indicator and Percentage Lifetime Used. Tools like CrystalDiskInfo (Windows), smartmontools (Linux), or Disk Utility (macOS) read these values. If a drive is over 80% life used, plan a replacement — data loss warnings rarely come before sudden failure. Back up before the warning, not after.

Bottom line

For gaming and general use: TBW is not a concern — any current consumer NVMe outlasts the build. For content creation: check TBW at purchase; aim for 1,200 TBW+ on a 1 TB drive. For servers and databases: use enterprise drives with DWPD ratings. Always monitor SMART; back up regardless of TBW.