How to use this calculator
Enter your drive’s capacity and its endurance rating — either as TBW (terabytes written, common on consumer SSDs) or as DWPD (drive writes per day, common on enterprise drives) plus the warranty period. Then set how much you write per day (pick a workload preset or enter your own) and, optionally, a write amplification factor. The calculator returns the estimated lifespan in years, your effective write rate in DWPD, and how much endurance you burn per year.
The defaults model a 1 TB TLC SSD (600 TBW) on a moderate homelab load. For an accurate result, use your drive’s real rated TBW or DWPD from its spec sheet.
TBW vs. DWPD — same rating, two units
Manufacturers express SSD endurance two ways. TBW is the total terabytes you can write over the warranty; DWPD is how many full-capacity overwrites per day the drive tolerates for the warranty period. They’re interchangeable:
TBW = DWPD × capacity (TB) × 365 × warranty years
So a 1 TB drive at 0.3 DWPD over a 5-year warranty is rated for 0.3 × 1 × 365 × 5 ≈ 548 TBW. Consumer drives usually quote TBW; datacenter drives quote DWPD because they’re built for constant rewriting. This tool accepts either and shows both.
Write amplification — the homelab multiplier
Your endurance is consumed by what the NAND flash actually writes, not what your OS reports. Because flash erases in large blocks, a small logical write can force a larger physical one — that ratio is the write amplification factor (WAF). Plain desktop use sits near 1; copy-on-write filesystems (ZFS, Btrfs), databases, and chatty logging push it to 2–10x. A WAF of 3 burns your TBW three times faster, so set it if you run ZFS or VM workloads on Proxmox — it’s the difference between “lasts decades” and “lasts a few years.”
What this pairs with
If your big write load is video, the Frigate NVR storage calculator estimates the GB/day a camera setup writes — plug that number in here to size an endurance-appropriate drive. And if you’re protecting that data, the Proxmox Backup Server 3-2-1 guide covers doing it right.