Why cheap SSDs suck

On paper, many of the no-name or “white-label” SSDs claim similar interface speeds (e.g., SATA 6 Gb/s or NVMe PCIe 3.0 x4), but in practice they can feel much slower than Samsung, Crucial, WD, etc. That comes down to what’s inside the drive—not just the interface spec. Here are the main reasons:

1. NAND Quality & Type

  • Big brands (Samsung, Crucial/Micron, WD/SanDisk) use high-grade NAND that’s binned, tested, and has predictable performance and endurance.
  • Cheap drives often use:
    • Lower-grade NAND rejected by major vendors.
    • QLC (Quad-Level Cell) or even “mystery” flash that wears out faster and slows down sooner.
    • Small-die NAND with lower parallelism → fewer channels = lower throughput.

2. Controller Differences

  • Good controllers (Phison, Silicon Motion, Samsung’s in-house, etc.) handle wear leveling, garbage collection, TRIM, and caching efficiently.
  • Cheap controllers may be cut-down, with fewer channels, less DRAM, weaker firmware, or even just “barebones” designs. That means:
    • Poor multitasking performance.
    • Inconsistent latency (you feel it as sluggishness).
    • No hardware encryption, weak error correction.

3. DRAM vs. DRAM-less

  • SSDs need a mapping table (FTL: flash translation layer) to know where data lives.
  • With DRAM: fast lookups, smooth random reads/writes.
  • Without DRAM: they use “Host Memory Buffer” (if NVMe) or slow flash itself, so performance tanks—especially with lots of small random writes (like OS tasks).
  • Many cheap drives save a few dollars by going DRAM-less.

4. SLC Caching Tricks

  • Most consumer SSDs use a small portion of NAND as an SLC cache for speed.
  • Quality drives manage this well and fall back gracefully when cache fills.
  • Cheap drives often have tiny caches or none at all, so as soon as you copy a big file, speed plummets (sometimes from 500 MB/s down to ~50 MB/s, i.e., slower than a hard drive).

5. Firmware Quality

  • Big brands invest heavily in firmware tuning, error correction, and consistency.
  • No-name brands often use off-the-shelf firmware with little optimization, leading to stutters, freezes, or inconsistent speeds.

6. Longevity and Throttling

  • Cheap SSDs can lack decent thermal management → they overheat and throttle hard.
  • Endurance (TBW rating) is usually lower, but sometimes not even specified.
  • Firmware bugs can cause premature wear or sudden death.

Bottom line:
The “headline” spec (like SATA 6 Gb/s, 550 MB/s) only shows the maximum possible speed under ideal conditions. Brand drives deliver performance consistently, while cheap ones collapse under real workloads—so they feel slower in day-to-day use despite similar claimed specs.

Leave a Comment

Licensed under CC BY-NC 4.0

DevOps viewpoints are those of its owner. You may share and adapt this article for non-commercial purposes, provided proper attribution is given. Attribution should include:

Title: Why cheap SSDs suck
Author: peter arthur martin
Original URL: https://www.woodcentral.com/-/peter/why-cheap-ssds-suck/
License: CC BY-NC 4.0

Site Index

👍 This page answered my questions

Your vote helps other woodworkers quickly find the answers and techniques that actually work in the shop.