Storage: The Part That Remembers
Here's the plain idea: memory forgets the instant the power dies, so a computer needs somewhere else to keep things for the long haul — your photos, your documents, your apps, the whole operating system. That long-term keeper is called storage.
The pantry behind the counter
If memory is the countertop where the cook works right now, storage is the big pantry along the wall. It holds everything the kitchen owns, whether or not it's being used today. It's much roomier than the counter, and — crucially — it keeps its contents even when the lights go out and everyone goes home.
When you "open" a file, the computer copies it out of the pantry and onto the counter so the CPU can work on it. When you "save," it copies your changes back into the pantry. Open is fetch; save is put away. Storage is where things wait, patiently, between sessions.
Two kinds: spinning disks and solid state
For decades, storage meant a hard drive — a spinning metal platter with a tiny arm reading it, a bit like a record player. It holds a lot for a low price, but it's slow, because something physical has to move to reach your data.
Newer machines use a solid-state drive, or SSD. It has no moving parts at all — just memory chips that, unlike RAM, hold onto their contents with the power off. An SSD finds your data far faster because nothing has to spin or swing into place. This is the single biggest reason a modern laptop boots in seconds while an old one took a slow minute.
Why storage is slower than memory
Even a fast SSD is much slower than RAM. That's a deliberate trade. Storage is built to be huge and to remember forever, and those qualities come at the cost of speed. RAM is built to be lightning-fast and is fine with forgetting, so it can be smaller and pricier per scrap.
So a computer keeps a clever balance: a small, fast, forgetful countertop (memory) and a large, slower, faithful pantry (storage). The CPU works on the counter; the pantry holds the rest until it's needed.
Gigabytes here, gigabytes there
Both storage and memory are measured in the same byte-piles from lesson one, which is why people mix them up. But "512 GB of storage" and "16 GB of memory" describe two very different things: a big pantry that remembers, and a smaller counter that's fast but forgetful. A computer needs both, and they are not interchangeable.
Your turn
Find your device's storage number ("256 GB," "1 TB" — a terabyte is about a thousand gigabytes) and, separately, its memory number. Notice the storage number is far larger. That gap is the difference between "everything you own" and "what you're touching right now."
🔦 We've met the worker, the counter, and the pantry. Next we meet the manager who keeps them all coordinated: the operating system.
Stuck or curious?
Ask Pip about this lesson — tap the porthole bottom-right.