The primary difference between volatile and non-volatile memory lies in their ability to retain stored data when power is no longer supplied. Volatile memory requires a continuous power supply to maintain its contents, meaning data is lost upon shutdown. Conversely, non-volatile memory preserves data even after power is removed, ensuring information persists across power cycles.
Dynamic Random-Access Memory (DRAM) is a common type of volatile memory used as a computer's main working memory, holding data for running programs. Examples include DDR5 in computers and LPDDR5X in mobile devices. Each DRAM cell uses a capacitor and transistor, and the capacitor's charge leaks, necessitating constant refreshing to retain data. When power is cut, these refreshes stop, and data disappears.
Static Random-Access Memory (SRAM) is also volatile but differs from DRAM in its data retention mechanism. SRAM uses latching circuitry with multiple transistors per bit, allowing it to retain its state without the periodic refresh cycles required by DRAM, as long as power is available. This design makes SRAM faster than DRAM and suitable for processor caches, where small amounts of frequently accessed data are stored close to the CPU, such as the 144MB combined L2 and L3 cache in the Ryzen 9 9950X3D.
While volatility defines data persistence with power, it does not describe other critical memory characteristics. Volatility does not indicate the speed at which memory operates, its storage capacity, or the specific role it plays within a computing system. These attributes are determined by other design factors and technologies.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Computer memory is categorized as volatile or non-volatile based on whether it retains data when power is removed. Volatile memory, like DRAM and SRAM, requires continuous power to maintain its contents, while non-volatile memory preserves data after power is off. This distinction is fundamental to how different memory types function within computing systems.