Beacon guide

Your Mac is using swap — should you worry?

Swap on Mac isn't automatically bad — but persistent high swap is. Here's how to tell the difference and what to do.

4 min read

You checked Activity Monitor’s Memory tab and saw “Swap Used: 4.2 GB.” That number sounds alarming. It usually isn’t — but sometimes it is, and the difference matters.

What swap actually is

When macOS runs out of physical RAM, it writes inactive memory pages to a hidden file on disk so it can free RAM for active work. That file is swap. Reading from swap is hundreds of times slower than reading from RAM, so when an app needs a page that’s been swapped out, you feel it as a delay or a beachball.

The Apple Silicon SSD makes swap dramatically faster than it was on Intel Macs, but it’s still disk, and the cells wear with writes.

When swap is fine

Most Macs accumulate swap over a day or two of use. macOS is opportunistic — it’ll swap out pages from apps you haven’t touched in hours to keep cache available for the ones you have. That’s working as designed. A few GB of swap on a 16GB Mac that’s been awake for three days is normal.

When swap is a problem

Swap becomes a problem when it’s growing fast or being read constantly. Symptoms:

If you’re swapping in (reading from swap) frequently, the system is actively pulling pages back from disk, and that’s the slowness you feel.

How to check

  1. Open Activity Monitor, Memory tab. Note "Swap Used" at the bottom.
  2. Run vm_stat 1 in Terminal. Watch the "Pageouts" column. Climbing pageouts mean macOS is actively writing to swap right now.
  3. Check pressure. Yellow or red pressure plus growing swap means you're memory-constrained.
  4. Identify the consumers. Sort Activity Monitor by "Memory" — the apps at the top are causing the pressure.

Reducing swap

You can’t tell macOS to use less swap — the kernel decides. What you can do is reduce memory pressure, which causes swap to drain naturally as macOS recovers RAM:

Swap won’t disappear instantly — macOS leaves swapped-out pages on disk until they’re needed or the system reboots. That’s fine; what matters is that you’re not actively swapping anymore.

Watching it over time

Memory and swap behave differently across a day — fine in the morning, terrible by evening. A menubar monitor lets you see the trend without keeping Activity Monitor open. Beacon shows memory pressure and swap usage at a glance — $14.99 lifetime. Download Beacon if you’d like the visibility.

SSD wear

Swap writes count toward SSD wear, but modern SSDs handle this fine. A heavily-used MacBook will see swap writes measured in TBs over years, well within the drive’s rated endurance. Don’t lose sleep over swap eating your SSD; do lose sleep over swap making your Mac slow.

← All Beacon tips