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.
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:
- Memory pressure is yellow or red
- App switching has stutters or beachballs
- Disk activity is high but no obvious app is doing I/O
- Swap is climbing visibly while you watch
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
- Open Activity Monitor, Memory tab. Note "Swap Used" at the bottom.
- Run
vm_stat 1in Terminal. Watch the "Pageouts" column. Climbing pageouts mean macOS is actively writing to swap right now. - Check pressure. Yellow or red pressure plus growing swap means you're memory-constrained.
- 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:
- Quit (don’t just close) memory-heavy apps
- Close browser tabs you’ve forgotten about
- Restart Electron apps that have been running for days
- Stop background indexers if they’re still finishing
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.
More Beacon tips
-
Better alternatives to Activity Monitor on Mac
Activity Monitor is fine for a one-off check, but it's a window you have to keep finding. Here are faster, ambient ways to see what your Mac is doing.
-
Is your Apple Silicon Mac thermal-throttling?
Apple Silicon throttles less than Intel, but it still throttles. Here's how to tell — and what it costs you when it happens.
-
Comparing Mac system monitors (iStat, MenuMeters, Beacon, etc.)
An honest look at the main menubar system monitors for macOS in 2026 — what each does well, what's frustrating, and how to pick.
-
See CPU usage in your Mac menubar
How to keep an always-visible CPU readout in your menu bar, without leaving Activity Monitor open in the corner of every Space.