SSD endurance

TBW and DWPD describe SSD write endurance from two different angles

TBW is a total write-endurance quantity. DWPD normalizes that endurance by drive capacity and time. The two ratings can be converted when capacity and the rating period are known, but neither one is a countdown clock predicting the exact day an SSD will fail.

Quick answerA 1 TB SSD rated for 600 TBW over five years corresponds to about 329 GB of average host writes per day, or about 0.33 drive writes per day. A 2 TB SSD rated for 1,200 TBW over the same five years has the same normalized 0.33 DWPD endurance even though its TBW number is twice as large.

TBW is the total-write view

SNIA describes SSD endurance as the finite amount of data that can be written before the device wears out and can no longer store data safely. Vendors commonly express that endurance as TBW, terabytes written, or as DWPD, drive writes per day.

TBW is easiest to read as a cumulative write quantity. A 600 TBW rating means the endurance specification is expressed around 600 terabytes of writes under the vendor's stated rating conditions. It is not a storage-capacity number: a 1 TB drive rated at 600 TBW does not somehow hold 600 TB at once. It means the same user-addressable space can be written and rewritten many times across the rating period.

TBW is also not a read limit. SSD endurance ratings are about write wear. Reading files can consume controller time and power, but it does not represent the same NAND program/erase wear mechanism that makes write endurance finite.

DWPD normalizes endurance by capacity and time

Drive Writes Per Day asks a different question: how many times could the drive's user capacity be written, on average, each day across a defined number of years?

DWPD = TBW × 1,000 ÷ (365 × years × capacity in GB)The formula uses matching decimal TB and GB units. It converts the total rated writes into an average daily write quantity, then divides by the drive's user capacity.

Kingston publishes the same relationship in its SSD endurance guidance and notes that DWPD calculations are tied to the workload used to specify TBW. That workload point is important: the formula converts the rating cleanly, but it does not make all real write patterns equally stressful.

Worked example: 600 TBW on a 1 TB drive

Assume a hypothetical 1,000 GB SSD is rated at 600 TBW over five years. First turn the total writes into an average daily quantity:

600 TB × 1,000 GB/TB ÷ (365 × 5) ≈ 328.8 GB/day

Then divide that daily quantity by the 1,000 GB drive capacity:

328.8 GB/day ÷ 1,000 GB ≈ 0.329 DWPD

Read that as roughly one-third of the drive's user capacity written per day, averaged across five years. It does not mean the drive requires exactly 328.8 GB of writes every day, nor that one unusually heavy day consumes some separate daily allowance. DWPD is a normalized endurance rate derived across the full rating period.

Why a bigger TBW number can describe the same endurance class

TBW usually rises with drive capacity because a larger SSD contains more flash capacity over which the controller can distribute writes. That makes raw TBW a poor way to compare endurance across different capacities without context.

Hypothetical driveTBW ratingRating periodAverage writes/dayDerived DWPD
1,000 GB600 TBW5 years≈ 328.8 GB/day≈ 0.329
2,000 GB1,200 TBW5 years≈ 657.5 GB/day≈ 0.329
2,000 GB600 TBW5 years≈ 328.8 GB/day≈ 0.164

The first two rows have different TBW values but the same normalized endurance. The third has the same raw 600 TBW as the 1 TB drive, yet half the DWPD because those writes are spread across twice the user capacity. This is the main reason DWPD is useful when comparing differently sized SSDs.

TBW does not mean the SSD self-destructs at one exact byte

An endurance rating should not be read as a precise failure odometer. SNIA explicitly notes that actual SSD endurance can vary greatly from the vendor specification because workload behavior and available free space affect how the drive manages writes.

Product warranty terms are another separate layer. A manufacturer may combine a time limit, an endurance limit, and other conditions in the warranty for a particular model. The endurance rating and the warranty therefore need to be read together from the actual product documentation. SpecPlain does not infer universal warranty behavior from a TBW number alone.

The useful interpretation is narrower: TBW and DWPD give you standardized ways to reason about the amount of writing a drive is designed and rated to tolerate under defined conditions.

Why workload changes the real wear

The host may request one amount of data to be written while the SSD internally writes more data to NAND as it performs garbage collection, wear leveling and other flash-management work. The relationship between host writes and physical NAND writes is commonly discussed through write amplification.

SNIA's endurance material says workload details such as random versus sequential writes, large versus small block sizes, and available free space or overprovisioning can materially change endurance. Kingston likewise points to workload-dependent write amplification when explaining why a rated TBW can map differently to real applications.

This means two computers that each report the same amount of host-written data can still impose different internal stress patterns. A database-like random-write workload is not automatically equivalent to copying a few large sequential video files simply because the host write total is the same.

Free space and overprovisioning matter

Flash memory cannot overwrite existing programmed pages as simply as magnetic storage can rewrite a sector. SSD controllers reorganize data and erase larger blocks as part of normal operation. Having spare flash area available gives the controller more room to manage that process.

SNIA specifically calls out free space and overprovisioning as endurance factors. That does not mean a consumer should invent a universal percentage of unused space for every SSD; controller design and vendor provisioning differ. It means that the endurance rating is connected to flash-management behavior, not merely to the number printed on the capacity label.

Consumer and data-center endurance numbers live in different workload contexts

SNIA describes consumer workloads as typically bursty: a user may install an application, move a large file, then leave the drive relatively idle. Data-center and enterprise SSDs are designed for different operating patterns and often carry much higher endurance ratings alongside additional reliability and data-protection features.

That is why a high enterprise DWPD number should not be interpreted as a free performance upgrade for an ordinary PC, and a lower consumer endurance rating should not automatically be treated as inadequate. The useful comparison starts with the amount and type of writing the actual workload produces.

TBW is not a speed rating

An SSD can have high endurance and modest throughput, or high peak throughput and a lower endurance class. Interface generation, controller design, NAND type, cache behavior, thermals and endurance are different specifications.

For physical and protocol compatibility, see M.2 versus NVMe versus SATA. For the interface ceiling behind PCIe SSDs, see PCIe generations and lane counts. If a vendor quotes transfer speed in MB/s, keep that rate separate from the cumulative TBW endurance quantity.

A practical way to compare two SSDs

  1. Match capacities first. Raw TBW is easiest to compare when the drives have similar user capacity.
  2. If capacities differ, derive DWPD. Use the rating period and capacity so the endurance becomes normalized.
  3. Read the warranty separately. Check the exact model's time, endurance and other warranty conditions rather than assuming TBW is the whole warranty.
  4. Consider workload shape. Heavy sustained or random writes can make endurance more important than it is for a lightly written home PC.
  5. Do not trade every other specification for endurance. Compatibility, power, thermals, sustained performance, price and capacity still matter.
  6. Use monitoring as observation, not prophecy. Drive health telemetry can help show accumulated writes and health state, but no single percentage can guarantee the exact remaining calendar life of every SSD.

Reverse calculation: how much TBW corresponds to a target DWPD?

The same formula can be rearranged when a workload target is known:

TBW = DWPD × capacity in GB × 365 × years ÷ 1,000For a 2,000 GB drive expected to sustain 1 full drive write per day for five years, the arithmetic target is 3,650 TBW.

That calculation is useful for screening endurance classes, especially in write-heavy systems. It is still only the arithmetic layer. The final drive should be evaluated against the vendor's stated workload, warranty and operating conditions.

Primary sources

Bottom line

TBW tells you the total write quantity used for an SSD's endurance rating. DWPD divides that endurance by capacity and time so differently sized drives can be compared on a common daily-write basis. Use the arithmetic to normalize the label, then keep the workload and warranty context attached: the endurance number is a specification, not an exact prediction of the moment a drive will fail.