Open Activity Monitor on any Mac, click the Memory tab, and you'll see a small graph at the bottom labelled "Memory Pressure". Most people see it and panic when it edges yellow. Most of the time, you shouldn't.
This post explains, in plain English, exactly what that graph means, what the colours actually represent, and why "your Mac is using all its RAM" is genuinely fine. Then we'll cover the small number of moments when memory pressure tells you something real is wrong, and what to do about it.
What does memory pressure actually measure?
Memory pressure is not a measurement of how much RAM is in use. It's a measurement of how busy macOS is juggling RAM. Specifically, it's tracking three signals: how often macOS is compressing pages of memory to fit more in, how often it's having to reach down to swap on disk, and how close it is to running out of room for new allocations.
Apple themselves describe it this way in the Activity Monitor user guide: "the Memory Pressure graph helps you determine how efficiently your Mac is using RAM." The key word is efficiently. Not "much".
This matters because the second-most-cited fact in Mac performance is true and counterintuitive: unused RAM is wasted RAM. macOS deliberately fills memory with cached files and recently-used apps so that when you ask for them again, they come back instantly. If your RAM looks 90% full and pressure is green, your Mac is doing exactly what it was designed to do.
What do green, yellow, and red mean?
The three colours are not arbitrary. They map to specific kernel states macOS uses to decide what to do next.
Yellow: working harder
Red: under pressure
Activity Monitor on a 16 GB MacBook with 14 GB of RAM in use. Pressure is green because the system has plenty of room, even with cached files and compressed pages doing their job.
In short:
- Green: macOS has enough RAM to satisfy every request without breaking a sweat. App switching is instant. Even if "Memory Used" looks high, this is healthy. Most Macs sit here most of the day.
- Yellow: macOS is now actively compressing pages to free space, and starting to consider what to swap to disk. You may feel a tiny lag when launching big apps. Yellow alone isn't a problem; sustained yellow plus active swap usage is.
- Red: macOS is genuinely struggling. Swap is being heavily used, the system is pausing apps to claw back memory, and you may see the spinning beach ball. This is the only colour that means "you should probably do something."
When does memory pressure actually matter?
Three situations:
- You're hitting red regularly. Sustained red pressure is the macOS-internal signal that your Mac doesn't have enough RAM for what you're asking it to do. The fix is either: close some apps, free up RAM with a tool like Shiny or the built-in
sudo purgecommand, or accept that 8 GB on Apple Silicon isn't enough for your workflow. - You see "Your system has run out of application memory." This is macOS's polite way of saying it had to start killing apps (the kernel calls this jetsam). At this point pressure has been red for a while and swap is full. Reboot, then watch what triggers it.
- Yellow with rapidly growing swap. Yellow on its own is fine. Yellow with swap usage climbing every minute is a memory leak, usually from a single app. WindowServer and Mail.app have both shipped leaky updates in recent macOS versions. Activity Monitor sorted by Memory will tell you which app is the culprit.
Outside those three situations, the colour bar is just telling you what your Mac is doing. The instinct to "free up RAM" when pressure is green is the same instinct that makes you wash a clean window. It feels productive. It changes nothing.
What if my Mac has 8 GB of RAM?
Apple Silicon's unified memory and aggressive compression genuinely do let 8 GB feel more like 12 GB on Intel. If your usage is mostly Safari, Mail, Notes, and a chat app, 8 GB will sit in green pressure most days. If you regularly run Chrome with thirty tabs, Slack, Teams, Spotify, and Lightroom together, 8 GB will not be enough, no matter how clever the compression is.
The honest answer to "should I upgrade?" is: watch your pressure graph for a week. If it's green except when you're doing the thing that always makes it red, your Mac is fine and the right fix is closing a few tabs. If it's yellow most of the day and red on demand, you've outgrown the machine.