How it works
A DRAM-less SSD has no dedicated DRAM chip for the mapping table that tracks which logical blocks live where on NAND. Controllers with onboard DRAM keep that L2P (logical-to-physical) table in fast local memory so random I/O and garbage collection stay snappy. Budget and many midrange designs drop the DRAM package to cut cost and PCB size. Instead they park a working copy of the map in system RAM through Host Memory Buffer (HMB) on NVMe, or they keep more of the map on NAND and cache only hot fragments. HMB is a PCIe/NVMe feature: the drive asks the OS for a small slice of host DRAM (often tens of megabytes) and uses it like a borrowed cache. SATA DRAM-less drives generally cannot use HMB the same way, so they lean harder on firmware and on-NAND metadata.
Peak sequential numbers on the box still come from a fast SLC-style write cache sitting on the same TLC or QLC NAND. Short bursts (OS installs, game downloads, everyday saves) hit that cache and look fine. When a long copy or video dump fills the cache, the controller must program native TLC/QLC cells and update the map without a full DRAM buffer. That is when write speed drops and the drive can stutter under heavy sustained load.
When it matters
It matters when you are buying a cheap SATA upgrade, a value Gen4 stick, or any SKU that never lists "DRAM cache" on the datasheet. Light desktop use, boot drives with plenty of free space, and media libraries you mostly read are usually fine on DRAM-less hardware. Long 4K video dumps, constant scratch-disk writes, and nearly full drives expose the gap sooner: after the SLC cache fills, throughput falls and latency spikes. Keeping free space and working TRIM helps any SSD; DRAM-less models feel the lack of free blocks earlier under sustained writes.
Shopping traps: marketing that only quotes peak MB/s, assuming every M.2 stick has DRAM, and pairing a DRAM-less SATA SSD with workloads that stream multi-gigabyte writes for minutes. Prefer a DRAM-equipped TLC drive when the PC is a workstation scratch disk. For a SATA bay revive or a budget NVMe game/OS drive, DRAM-less plus HMB is a normal, documented tradeoff if the TBW and warranty still cover how you write.
Related products
A classic DRAM-less SATA budget SSD, a mainstream DRAM-less (HMB) TLC NVMe stick, and another DRAM-less Gen4 NVMe capacity pick.
The Crucial BX500 1TB is a 2.5-inch SATA III DRAM-less SSD (up to about 540 MB/s read) that reviewers often pick to replace a spinning HDD in older desktops and laptops.
The Samsung 990 EVO Plus 1TB is a PCIe Gen4 x4 / Gen5 x2 M.2 NVMe SSD with Samsung 236-layer TLC V-NAND that uses HMB instead of onboard DRAM (up to about 7,150 MB/s read, 600 TBW).
The Crucial P3 Plus 1TB is a Gen4 DRAM-less NVMe stick on Micron QLC (about 5,000 MB/s read, 220 TBW) where sustained writes after the cache fill trail typical TLC.