By LK Wood IV · 2026-06-17 · ~10 min read · St. Louis County, MO
NVMe SSD choice is simpler than the market noise suggests. The right drive depends on what you’re using it for — a boot drive for a gaming PC has different requirements than a Proxmox VM storage pool, which has different requirements than NAS cache or a ZFS log device.
The categories that matter
Gaming/desktop OS drive: Sequential speed is largely irrelevant beyond Gen4. The bottleneck is random IOPS for game asset loading, not raw sequential throughput. Any quality Gen4 drive with DRAM cache covers this completely.
Proxmox OS drive (boot): Same as gaming/desktop. The OS disk in a Proxmox server boots once and then runs from RAM. A budget Gen4 with DRAM is perfectly adequate.
Proxmox VM storage (active VMs): Random IOPS matters most. Look for drives with high 4K random read/write ratings and DRAM cache. Avoid DRAM-less drives in this role.
NAS cache (ZFS L2ARC or metadata device): Endurance (TBW) matters here because the cache device is written heavily (the SSD endurance calculator turns a TBW rating and your daily writes into a lifespan in years). Optane (discontinued) was ideal; for current NVMe, look at drives with high TBW ratings.
ZFS ZIL/SLOG device: Ultra-low write latency. High endurance. Small capacity (16–64GB is enough for most homelab ZFS pools). Enterprise-grade or high-endurance NVMe is appropriate here.
Gen3 vs Gen4 vs Gen5: the real-world difference
Prices on this page are a June 2026 snapshot and are now low. Every dollar figure below was captured on 2026-06-17, before the NAND and DRAM squeeze. Our own price reporting puts a 2TB NVMe that once sold for $120–150 at $300–480 today, so treat the ladder below as the relative ordering of the tiers — which still holds — and not as what you will pay this week. Re-checked 2026-08-23.
| Generation | Sequential read (peak) | Price per TB (June 2026) | Heat | Best use |
|---|---|---|---|---|
| PCIe 3.0 (Gen3) | ~3,500 MB/s | ~$60–80 | Low | Secondary storage, existing builds |
| PCIe 4.0 (Gen4) | ~7,000 MB/s | ~$70–100 | Moderate | OS drives, VM storage — primary recommendation |
| PCIe 5.0 (Gen5) | ~12,000–14,000 MB/s | ~$120–160 | High (needs heatsink) | Specific high-throughput workloads |
For nearly every homelab and gaming use case, Gen4 is the right choice in 2026. Gen5 costs 50–80% more per GB for throughput gains that don’t materialize in typical workloads.
Drive picks by use case
Gaming PC OS drive (1TB)
Primary pick: Samsung 990 Pro 1TB
- Sequential: 7,450/6,900 MB/s (PCIe 4.0 × 4) — Samsung data sheet
- Random IOPS: 1,200K read / 1,550K write (QD32 T16, rated)
- DRAM: Yes (LPDDR4)
- TBW: 600 TBW
- Warranty: 5 years
- Approx. street, June 2026: ~$85–100 (see the price note above)
The 990 Pro remains the benchmark for consumer Gen4 performance. Consistent random IOPS across queue depths, proven Samsung reliability track record, and the 600 TBW rating puts it beyond any realistic consumer endurance concern. It runs warm under sustained write but within spec.
Value pick: WD Black SN850X 1TB
- Sequential: 7,300/6,300 MB/s — WD/SanDisk product page; the 7,300/6,600 figure that gets quoted everywhere is the 2TB and 4TB spec
- DRAM: Yes
- TBW: 600 TBW
- Approx. street, June 2026: ~$80–95 (see the price note above)
Comparable performance to the 990 Pro, competitive pricing, good thermal management. WD’s Western Digital NVMe controller is mature and reliable. Either the 990 Pro or SN850X is a correct choice.
Budget pick for secondary games drive: Crucial P3 Plus 2TB
- Sequential: 5,000/4,200 MB/s (PCIe 4.0 but with QLC NAND) — Crucial product page
- DRAM: No (DRAM-less — acceptable for a secondary games drive, not for VM storage)
- TBW: 440 TBW
- Approx. street, June 2026: ~$70–90 for 2TB (see the price note above)
DRAM-less drives are acceptable for a secondary drive that stores games and you read more than write. The write cliff under sustained writes isn’t a problem for a drive that mostly does game loading (reads).
Proxmox server: OS drive + VM storage
Boot drive: any reliable mid-range Gen4 — the one server role where DRAM-less is fine
The Proxmox OS disk loads once at boot and then mostly idles, so the DRAM rule below doesn’t apply to it. A 256–500GB drive is plenty for the OS and some log storage. The WD Blue SN580 500GB (~$45) or Crucial P3 Plus 500GB (~$40) — both DRAM-less — are fine here; save the DRAM budget for the VM pool, where it actually matters.
VM storage pool: Samsung 990 Pro or WD Black SN850X (same as gaming picks)
The same high-IOPS Gen4 drives that make excellent gaming OS drives make excellent VM storage. For a homelab running 5–10 VMs, a single 2TB drive covers most storage needs. For a pool with multiple drives, consider ZFS mirror (2× drive) for redundancy.
High-endurance option for write-heavy workloads: Samsung 990 Pro at high capacity
If you’re running databases, logs aggregation, or anything writing continuously, the 990 Pro’s 1,200 TBW (2TB) or 600 TBW (1TB) covers years of heavy writes.
NAS build: L2ARC and data drives
For TrueNAS or a Proxmox ZFS pool serving storage:
L2ARC cache device: A small (512GB–1TB) Gen4 drive with high endurance. The L2ARC is written heavily as it caches reads from slower HDDs. High TBW matters; raw sequential speed matters less because L2ARC access patterns are mixed. The Samsung 990 Pro is appropriate; avoid DRAM-less or QLC drives in this role.
ZIL/SLOG device: The ZFS intent log is written every sync write. If you have sync writes (NFS shares to VMs that use sync writes), a dedicated ZIL/SLOG device dramatically reduces write latency. Use a small, high-endurance NVMe. 32–64GB is plenty for most homelab pools. Some homelab operators use used Optane P1600X (older enterprise drives available cheaply used) for this purpose.
Primary storage: HDDs are still the most cost-effective bulk storage. For a NAS, the Seagate IronWolf or WD Red Pro are the relevant NAS-specific drives (helium-filled, vibration compensation, NAS firmware). NVMe is used for cache; HDDs hold the actual data. Because those spinning drives are the moving parts in your homelab, learn their failure signs — a new clicking or grinding noise is the classic early warning, and SMART monitoring plus a real backup is what turns a dying drive into a non-event.
What I run
My daily rig uses a Samsung 970 EVO Plus 1TB — Gen3, from before Gen4 was the norm. It works fine as a gaming boot drive in 2026 because game load time bottlenecks are rarely sequential throughput. If I were buying new today, I’d buy a Gen4 drive. If I’m upgrading: the 970 EVO Plus stays until it fails.
The DRAM cache decision
Never skip DRAM for a primary drive in a server or VM storage role. The difference:
| With DRAM | Without DRAM (DRAM-less) |
|---|---|
| Consistent 4K IOPS across all queue depths | IOPS drop at high queue depths |
| Gentler post-cache slowdown — the DRAM-held mapping table keeps I/O consistent when the SLC cache fills | Harder write cliff when SLC cache fills; falls to raw NAND speeds with variable latency |
| Lower latency for small random writes | Higher and variable latency under sustained load |
| 10–30% higher cost | 15–25% cheaper |
For a gaming boot drive: DRAM-less is acceptable. For anything in a server role: DRAM cache is not optional.
Gen5 NVMe: when it makes sense
PCIe 5.0 NVMe drives (Samsung 9100 Pro, Crucial T705, WD_BLACK SN8100) deliver 12,000–14,000 MB/s sequential reads. They require:
- A PCIe 5.0 M.2 slot (AM5 boards, 13th/14th gen and newer Intel)
- A heatsink — they generate substantial heat under load
- $120–160+ for 1TB
The use cases where Gen5 matters:
- Database servers with sustained random write I/O
- Video editing with multiple simultaneous 4K/8K streams from the SSD
- Large AI model loading where GB-level transfers are common
For gaming, Gen5 saves approximately 0.1–0.3 seconds on a long game load vs Gen4. Not worth the cost premium for that use case.
Sources
Every capacity, throughput and endurance figure here comes from the manufacturer’s own specification for the exact capacity named. That distinction earns its keep. Two numbers this guide used to carry were the wrong capacity’s spec.
- Samsung — SSD 990 PRO Data Sheet, Rev. 2.0 (PDF). The 1TB column: sequential 7,450 / 6,900 MB/s, random 1,200K read / 1,550K write at QD32 T16, 1GB LPDDR4 cache, 600TB TBW, 5-year limited warranty. The widely repeated 1,400K random read is the 2TB column.
- Western Digital / SanDisk — WD_BLACK SN850X product page, model WDS100T2X0E: 1TB is 7,300 MB/s read and 6,300 MB/s write, 600 TBW, 5-year limited warranty. WD’s own product comparison chart (PDF) states the 7,300 / 6,600 pair applies to “2TB and 4TB models only”.
- Crucial / Micron — P3 Plus 2TB product page, CT2000P3PSSD8: sequential 5,000 / 4,200 MB/s, SSD endurance 440TB.
All four documents were fetched and read on 2026-08-23. Prices are handled separately — see the snapshot note near the top of the page; retailers block the automated re-checks this site runs on specification sources.
For the homelab server foundation, the ZFS on Proxmox guide covers pool configuration and ARC tuning that matters more than drive generation in most storage scenarios. For NVMe in a gaming build context, the Gaming PC Build 2026 lists storage picks alongside the full component selection.
Frequently asked questions
Do I need a Gen5 NVMe SSD in 2026?
Is a DRAM-less NVMe SSD OK for a Proxmox server?
What is TBW and how much do I need?
What’s the difference between SATA SSD and NVMe?
How do I pick between drives for a Proxmox VM storage pool?
Evidence ledger
- Last updated
- Methodology
- See our methodology for research and review standards.
- Update log
- 2026-08-23 — Pre-crisis prices were being presented as current street pricing. The page was written 2026-06-17 and never revised, while this site’s own price reporting (/articles/ram-ssd-price-crisis-2026/, which cites its source) says a 2TB NVMe that sold for $120-150 now lists at $300-480. Every dollar figure is now explicitly dated to June 2026, the per-TB table header says June 2026, and a note at the top of the buying section sends readers to the current-reality page. The tier ORDERING the page teaches is unaffected by the squeeze and still stands. Still owed and not faked: the TBW and sequential-read rows carry no primary source, because Samsung’s 990 PRO page and WD’s SN850X page both render their spec tables in JavaScript and a plain fetch cannot quote them - so no citation was invented for them.
- Corrections
- Spotted an error or a stale number? Email hello@techfuelhq.com. Confirmed corrections are added to the update log above.