RAM (Random Access Memory) is the temporary workspace your Mac uses to hold everything that's currently running. Think of it as your desk: the bigger it is, the more you can have open and within reach at once. Your hard drive or SSD is different, that's long-term storage, like a filing cabinet. When your Mac runs low on desk space, it starts shuffling papers into the cabinet and back, which is what causes slowness.
Checking how much RAM is in use takes about thirty seconds. Here's exactly how.
Where do you check RAM usage on Mac?
The tool is called Activity Monitor. It's built into every Mac, free, and requires no download.
- Press Command-Space to open Spotlight (the search bar that appears in the middle of your screen).
- Type Activity Monitor.
- Press Return.
- Click the Memory tab at the top of the window.
You can also open it through Finder: Applications, then the Utilities folder, then Activity Monitor. But Spotlight is faster.
For a full walkthrough of every tab Activity Monitor has, see how to use Activity Monitor on Mac.
What the numbers actually mean
Once you're on the Memory tab, look at the bottom of the window. You'll see several figures. Here's what each one means in plain English.
Physical Memory is the total RAM your Mac came with. Common amounts are 8 GB, 16 GB, or 24 GB on modern Macs. This number never changes.
Memory Used is how much RAM is currently occupied. This includes everything: your apps, macOS itself, and cached files it's holding in case you need them again.
App Memory is the portion used by apps you've opened.
Wired Memory is RAM that the system has reserved and cannot be freed. It's always in use regardless of what you do.
Compressed is RAM that macOS has squeezed down to fit more in. When your Mac starts compressing, it's a sign it's getting tight on space.
Cached Files is RAM holding files macOS thinks you might want again soon. This is intentionally filled by the system and can be freed instantly if an app needs the space.
Swap Used is how much your Mac has written to the drive because it ran out of RAM. Any Swap Used at all means your Mac is working harder than it should be.
Per-app memory: which app is using the most?
The process list in the centre of the window shows every app and system process currently running, with its memory figure in the Memory column.
To find your biggest RAM user, click the Memory column header. This sorts the list biggest-first. Whatever appears at the top is using the most RAM right now.
Common culprits are web browsers (especially with many tabs open), communication apps like Slack, Microsoft Teams, or Zoom, and creative software like Photoshop, Lightroom, or Final Cut Pro.
If you want to free up that memory, click the app once to select it, then click the small stop-sign button in the Activity Monitor toolbar and choose Force Quit. This is the same as quitting the app normally; you just lose any unsaved work. Leave alone anything with names you don't recognise: system processes like kernel_task, WindowServer, and mds are parts of macOS itself.
Should you worry about high RAM usage?
Almost certainly not, if the number is high but Memory Pressure is green.
macOS is designed to fill available RAM. Unused RAM is wasted RAM from the system's perspective, so it proactively loads caches, recent documents, and app state to make things reopen faster. Seeing 95% memory used on a well-running Mac is completely normal and intentional.
The Memory Pressure graph in the bottom-right corner is the honest indicator. It shows in real time whether your Mac is comfortable or struggling.
- Green: your Mac has enough RAM. If it feels slow, the cause is something else, possibly CPU, disk activity, or a misbehaving app.
- Yellow: your Mac is working harder, compressing pages and starting to consider using the drive. Noticeable slowness may come and go.
- Red: your Mac is genuinely struggling. Swap is likely in use and performance is degraded. Quitting heavy apps will help immediately.
Sustained red pressure over weeks of normal use (not just during an unusually heavy session) can indicate you've outgrown your RAM and may benefit from a Mac with more. Apple covers this in their own guide: Check if your Mac needs more RAM.
For a deeper explanation of the pressure graph, see what memory pressure on Mac actually means.
And if pressure is consistently yellow or red, see how to free up RAM on Mac for practical steps.