user@s3-3:~/s3-3/tools/how-to-use-macos-activity-monitor $ cat index.md
S3-3 Tech Guides & Tools
~/tools/how-to-use-macos-activity-monitor
Mac Tips · Jul 2026

How to Use macOS Activity Monitor to Diagnose a Slow Mac

Activity Monitor is macOS's built-in equivalent of Task Manager, and it answers the same question Windows users ask constantly: what is actually making this thing slow right now? It's in Applications → Utilities, or found instantly through Spotlight, and it's more informative than most people give it credit for once you know which tab actually answers your question.

The Five Tabs and What Each One Tells You

  • CPU: shows percentage of processor time each process is using. Sort by the "% CPU" column (click the column header) to put the heaviest process at the top. A single process pinned near 100% for an extended period, rather than briefly spiking, is usually the actual cause of a Mac feeling sluggish.
  • Memory: shows how much RAM each process holds, plus a "Memory Pressure" graph at the bottom of the window — this graph matters more than the raw free memory number. Green means fine even if free memory looks low; yellow or red means the system is actually struggling and swapping to disk.
  • Energy: useful specifically on a laptop running on battery — shows which apps are draining power fastest, including an "Energy Impact" score and which apps have used significant energy over the past 8 hours.
  • Disk: shows read/write activity per process, useful for catching a process that's hammering the drive rather than the CPU — a common but easy-to-miss cause of a Mac that feels slow despite low CPU usage.
  • Network: shows data sent and received per process, helpful for identifying an app quietly uploading or downloading in the background.

Reading Memory Pressure Correctly

Unlike Windows, macOS is designed to use nearly all available RAM for caching, so a high "Memory Used" number by itself isn't a problem — that's normal, expected behavior, not something to fix. The actual signal to watch is the Memory Pressure graph color and the "Swap Used" figure beneath it. Swap being used isn't automatically bad either (a small amount is normal), but a Swap Used figure that keeps climbing steadily alongside yellow or red memory pressure indicates the system genuinely doesn't have enough RAM for its current workload.

What's Safe to Quit vs What to Leave Alone

Activity Monitor lists both apps you opened and background system processes with cryptic names, and treating them the same way causes more problems than it solves.

  1. Quit apps you recognize that are using disproportionate CPU or memory relative to what you're actually doing with them — a browser with dozens of tabs open, or a design app that's been running for days without a restart, are common culprits.
  2. Be cautious with unfamiliar system processes (names starting with things like com.apple. or all-lowercase daemon names). Many are legitimately doing background maintenance — like Spotlight indexing (mds_stores) after a large file operation, or Time Machine preparing a backup — and will settle down on their own once the task finishes.
  3. Force-quitting is a last resort, not a first move — for an app that's genuinely frozen and unresponsive, not for a process you simply don't recognize.
Spotting a real problem: if the same unfamiliar process reappears at the top of CPU usage every time you check, across multiple days, rather than settling down after a few minutes, that's a better signal of an actual issue than a single high reading — one-off spikes from indexing or backups are normal and temporary.

Windows to macOS: What's Different

If you're coming from Windows Task Manager, a few things work differently in Activity Monitor: there's no direct equivalent of Windows' "Startup" tab inside Activity Monitor itself — login items and background services live in System Settings instead, which is worth checking separately if your Mac feels slow specifically right after starting up. There's also no single "disk usage" percentage bar the way Windows shows drive activity; macOS splits that information across the Disk tab's read/write rates instead.

When the Problem Isn't CPU or Memory at All

If Activity Monitor shows nothing unusual across every tab but the Mac still feels slow, the cause is sometimes storage running low rather than active resource use — macOS needs meaningful free disk space for virtual memory swapping and system caches, and a drive that's nearly full can cause slowdowns that don't show up as a specific process using excessive CPU or RAM. Checking available storage under About This Mac → Storage is worth doing alongside, not instead of, Activity Monitor.

Activity Monitor won't fix a slow Mac by itself, but it turns a vague complaint into a specific, checkable cause — and most of the time, that specific cause turns out to be one browser window with far too many tabs open.