1.2 Random Access Memory (RAM)

RAM (Random Access Memory) is the computer’s “temporary workspace.” It holds the data and program code the CPU (section 1.1) is actively using right now—open apps, browser tabs, and Windows itself all live in RAM while the PC is on. RAM is much faster than a hard drive or SSD, but it is volatile: everything on the workspace disappears when you shut down or lose power, so important files must be saved to permanent storage.

Simplified diagram of RAM memory modules installed on a motherboard
RAM modules provide fast, temporary space for running programs. Double-click the image to enlarge.

What RAM does

RAM vs. storage vs. page file

Type Speed Keeps data after shutdown? Analogy
RAM Very fast No (volatile) Desk you are working on now
SSD / HDD Slower than RAM Yes Filing cabinet / warehouse
Page file (virtual memory) Slow (uses disk) Yes (on disk) Overflow tray when the desk is full

When RAM fills up, Windows moves less-used data to the page file on disk. Heavy paging feels like stuttering—often a sign you need more RAM or fewer open programs.

Volatility—save your work

How much RAM do you need?

Installed RAM Typical use
4 GB Minimum for very light browsing; modern Windows 10/11 feels tight—close apps frequently
8 GB Office, email, video calls, moderate browser use—acceptable for many students and home users
16 GB Comfortable multitasking: many tabs + Office + light photo/video editing
32 GB+ Heavy editing, virtual machines, development, gaming with many background apps

Do not confuse RAM (GB of memory) with storage (GB of disk space) on a sales sticker—“256 GB SSD” is storage, not RAM.

Specs you may see

Signs you may need more RAM

Check RAM in Windows

  1. Settings: Win + I > System > About — see Installed RAM (e.g., 16.0 GB).
  2. Task Manager: Ctrl + Shift + Esc > Performance > Memory — view total, in use, available, and speed; see which apps use the most on the Processes tab (sort by Memory).
  3. Resource Monitor (optional): Task Manager > Performance > Open Resource Monitor for detailed breakdown.

Tips for smoother daily use

Remember: RAM is the desk, the CPU is the brain, storage is the filing cabinet. A bigger desk lets you spread out more projects at once—but always save important files to disk before shutting down.