Enterprise SSD Endurance: Read Intensive vs Mixed Use vs Write Intensive (DWPD Explained)
The specification buyers get wrong most often is not capacity, it is endurance. What DWPD actually measures, how Intel, Samsung, Micron, Dell and HPE name the same three tiers differently, and how to measure your real write rate before you choose.
The number that decides whether a drive survives its warranty
Capacity is the specification everyone checks. Endurance is the one that decides whether the drive is still healthy in three years, and it is the one most often skipped — usually because every vendor labels it differently.
An SSD does not fail like a hard drive. NAND cells wear out after a finite number of program/erase cycles, so an SSD has a budget of writes rather than a budget of hours. Endurance ratings tell you how large that budget is.
What DWPD actually means
DWPD is drive writes per day: how many times the drive's entire capacity can be overwritten, every day, for the whole warranty term, before the manufacturer stops standing behind it.
A 1 DWPD 800GB drive on a five-year warranty is warranted for 800GB of writes per day for five years. A 3 DWPD drive of the same size is warranted for 2.4TB per day.
The arithmetic that matters:
Total writes = capacity x DWPD x 365 x warranty years
That 800GB drive at 1 DWPD is roughly 1.46 petabytes written across five years. Some vendors publish that figure directly as TBW (terabytes written) instead of DWPD. They are the same measurement expressed differently — TBW is absolute, DWPD is normalised to capacity, which is why DWPD is easier to compare across sizes.
One consequence people miss: a larger drive at the same DWPD absorbs more writes. If a workload writes 1TB a day, a 2TB drive at 1 DWPD covers it; a 500GB drive would need 2 DWPD to do the same job. Buying larger is sometimes cheaper than buying higher-endurance.
The three tiers
Every enterprise vendor sells the same three broad classes. Only the naming changes.
Read Intensive — around 1 DWPD
Built for workloads that mostly read: content libraries, media, boot volumes, analytics over data that is written once, read-mostly databases. Lowest cost per gigabyte, and the largest capacities usually appear here first.
Mixed Use — around 3 DWPD
The general-purpose tier. Virtualisation, transactional databases, general server workloads where writes are steady but not the dominant activity. This is the safe default when the write profile is genuinely unknown.
Write Intensive — 10 DWPD and above
Logging, caching tiers, write-heavy OLTP, metadata and journal devices. Expensive per gigabyte and usually offered in smaller capacities, because the endurance comes partly from holding back spare NAND.
The same three tiers, five vendor vocabularies
| Vendor | Read intensive | Mixed use | Write intensive |
|---|---|---|---|
| Intel DC | S3500, P4500 series | S3610, P4600 series | S3700, P3700 series |
| Samsung | PM893, PM9A3 | SM883 | higher-DWPD SM and Z-NAND parts |
| Micron | 5400 PRO, 7450 PRO | 5400 MAX, 7450 MAX | 9400 MAX |
| Dell | "Read Intensive", 1 DWPD | "Mixed Use", 3 DWPD | "Write Intensive" |
| HPE | Read Intensive (RI) | Mixed Use (MU) | Write Intensive (WI) |
Intel's naming is the most systematic: within the DC S-series the last digits move with endurance — 3500 read intensive, 3610 mixed use, 3700 write intensive. Micron uses PRO for read intensive and MAX for mixed or write intensive. Dell and HPE simply print the class on the label, which is the least ambiguous approach of the three.
Measure before you choose
Guessing the tier is how money gets wasted in both directions. Measure the actual write rate first.
On Linux, read the sectors-written counter and convert. Each sector is 512 bytes:
cat /sys/block/sda/stat
Field 7 is sectors written since boot. Sample it twice, an hour apart, and multiply the difference by 512 to get bytes per hour. Or use iostat and read the kB_wrtn column over a representative period.
On any drive that reports SMART, the drive itself has been counting for you:
smartctl -a /dev/sda
Look for Total_LBAs_Written, Host_Writes_32MiB or, on NVMe, Data Units Written. NVMe reports data units of 1000 x 512 bytes. Divide the total by the drive's power-on hours to get a real long-run daily average — this is far better evidence than a week of sampling, because it covers backups, reindexes and month-end jobs.
Sample for at least a full business cycle. A week of daytime measurement can miss the nightly backup that writes more than the rest of the day combined.
Then convert to DWPD:
Required DWPD = daily bytes written / drive capacity
Add headroom. If measurement says 0.8 DWPD, do not buy a 1 DWPD drive — workloads grow, and the warranty runs for years.
What the rating does not tell you
Endurance is not performance. A write-intensive drive is not automatically faster at reads. Sustained write throughput often is better, because higher-endurance drives carry more over-provisioning, but a read-heavy benchmark may show no difference at all.
Endurance is not reliability. DWPD describes wear, not failure. A drive can fail electrically on day one regardless of tier. Endurance ratings are no substitute for RAID and backups.
Over-provisioning is where the endurance comes from. A 960GB and an 800GB drive are frequently the same physical NAND, with the 800GB version holding back more spare area for wear levelling and garbage collection. That is why the smaller drive can carry the higher rating and the higher price.
Power-loss protection is a separate feature. Enterprise drives carry capacitors that flush in-flight writes on power failure. Client SSDs generally do not, which is the main reason a client drive should not be substituted into a server on the basis of matching capacity and a better price.
How to choose, briefly
- Measure actual daily writes with SMART on the drive already in service.
- Divide by the capacity you intend to buy to get required DWPD.
- Add headroom for growth, then pick the tier above the result.
- Check whether a larger drive at a lower tier is cheaper than a smaller drive at a higher one — it often is.
- Confirm the interface the chassis actually supports before ordering. A U.2 NVMe drive will not be detected in a backplane wired only for SAS and SATA, whatever the endurance rating says.
Where to buy the tiers
We stock all three classes across the major vendors: Intel data center SSDs in the DC S and DC P families, Samsung enterprise SSDs, Micron enterprise SSDs, plus vendor-coded drives under Dell SSD and HP SSD for machines that expect their own part numbers.
If you would rather not work the arithmetic, send us the output of smartctl for the drive you are replacing and the server model, and we will come back with the tier and the capacity that actually fits the workload.