Skip to content
Tech News
← Back to articles

What's the difference between volatile and non-volatile memory?

read original get Corsair Vengeance DDR5 32GB Desktop Memory Kit → more articles
Why This Matters

This is an explainer that clarifies a distinction buyers see on every spec sheet: RAM (DRAM/SRAM) is volatile working memory that vanishes when power is cut, while storage persists. Understanding why DRAM needs constant refreshes and why SRAM is reserved for small, fast CPU caches helps consumers interpret specs like DDR5, LPDDR5X, unified memory, and large cache figures.

Key Takeaways
Worth a Look

Corsair Vengeance DDR5 32GB Desktop Memory Kit — If the article's rundown of DRAM has you eyeing an upgrade, a DDR5 DIMM kit is the literal hardware being described — the stick-shaped board lined with memory chips that slots into your motherboard. Corsair's Vengeance line is a popular pick for desktop builds and drops in easily for more headroom when juggling browser tabs, games and creative apps.

See Corsair Vengeance DDR5 32GB Desktop Memory Kit on Amazon → Affiliate link — we may earn a commission on purchases, at no extra cost to you. Product picked by AI based on this article; it is not a tested recommendation.

When a laptop or desktop spec lists 16GB or 32GB of RAM, it's referring to dynamic random-access memory, or DRAM. This is the computer's main working memory, which holds data while programs are running. DDR5 is one current form of DRAM in computers, while phones and other mobile devices commonly use low-power DRAM such as LPDDR5X.

Each DRAM cell stores a bit using a capacitor and a transistor. The electrical charge in the capacitor leaks over time, so DRAM has to refresh its contents repeatedly while the system is running. Once power is removed and those refreshes stop, the stored data disappears.

DRAM can come in forms other than the removable sticks commonly found in desktop PCs. AMD's Ryzen AI Max chips, for example, can work with as much as 128GB of unified memory. The underlying job is still temporary working memory, even when the physical layout looks different from a traditional DIMM (the removable stick-shaped circuit board lined with memory chips that plugs into a motherboard slot).

Static random-access memory, or SRAM, is volatile too. "Static" refers to the fact that SRAM can retain its state without the periodic refresh cycles DRAM needs, provided power is still available. SRAM uses latching circuitry with several transistors per bit, which can provide faster access than DRAM's capacitor-and-transistor cell.

That makes SRAM well-suited to processor caches, where relatively small amounts of frequently needed data can sit close to the CPU. The Ryzen 9 9950X3D (our review) is an unusually cache-heavy example, with 144MB of combined L2 and L3 cache. That's still tiny compared with the gigabytes of DRAM used as main memory, which shows how differently the two volatile technologies are used.