How to Use macOS Activity Monitor to Analyze Memory Pressure

When a Mac begins to slow down, lag while typing, or aggressively spin the beachball, the immediate assumption is often that the CPU is overwhelmed. However, more often than not, the culprit is a lack of available Random Access Memory (RAM). When macOS runs out of physical RAM, it relies on “swap” space on your hard drive, which is drastically slower. The built-in Activity Monitor provides a critical metric called “Memory Pressure” to help you diagnose exactly what is choking your system.

Step 1: Open Activity Monitor

You can find Activity Monitor in the Utilities folder, but the fastest way to open it is via Spotlight.

  1. Press Cmd + Space to open Spotlight.
  2. Type Activity Monitor and press Enter.

Step 2: Understand the Memory Tab

Click on the Memory tab at the top of the Activity Monitor window. You will see a list of every active process (app or background service), sorted by how much memory it is currently using.

While looking at individual apps (like a bloated Chrome tab using 2GB of RAM) is helpful, the most important information is located at the bottom of the window in the Memory Pressure graph.

Step 3: Interpreting the Memory Pressure Graph

Historically, users looked at “Free Memory” to determine system health. This is no longer accurate; macOS intentionally tries to use all available RAM to cache files and improve performance (unused RAM is wasted RAM). Instead, look at the color of the Memory Pressure graph.

  • Green: Your Mac is operating efficiently. Even if it says you only have 100MB of “Free” memory, the system is managing its resources perfectly. No action is required.
  • Yellow: Your Mac is beginning to struggle. It is compressing memory data in the background to avoid using the slow hard drive swap space. You might notice occasional stuttering. Closing a few heavy applications (like Adobe Premiere or dozens of browser tabs) is recommended.
  • Red: Your Mac is starved for memory. It is aggressively swapping data to your SSD or hard drive. The system will feel incredibly sluggish and unresponsive. You must close applications immediately or restart the computer.

Step 4: Decoding the Numbers

Next to the graph, you will see several specific data points:

  • Physical Memory: The actual hardware installed in your Mac (e.g., 8 GB or 16 GB).
  • Memory Used: The total amount of RAM currently holding data. This is comprised of:
    • App Memory: RAM being used by your active applications.
    • Wired Memory: Crucial data that the operating system absolutely cannot move to the hard drive. (If this number is unusually high, a kernel extension or driver might have a memory leak).
    • Compressed: Data the OS has actively squashed to make room in RAM, avoiding the need to use the slow swap file.
  • Cached Files: Data the system kept in memory “just in case” you open that app again soon. If an active application suddenly needs more RAM, the OS will instantly flush these cached files.
  • Swap Used: The amount of data forced onto your hard drive because RAM was completely full. A small amount of swap (a few megabytes) is normal. If this number climbs into the gigabytes, your Mac does not have enough physical RAM for your workflow.

Step 5: Take Action

If your Memory Pressure graph is frequently red or yellow, sort the main list of processes by the “Memory” column (click the header to sort descending). Identify the worst offenders. You can force-quit a stuck or leaking application directly from this window by highlighting it and clicking the X icon at the top of the Activity Monitor toolbar.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.