Mac maintenance
Mac Performance Optimization: A Realistic Guide
Real Mac performance optimization — what actually helps, what's folklore, and how to read Activity Monitor to find the actual problem.
“Optimizing” a Mac is a phrase that means everything and nothing. Most articles about it list 30 unrelated tasks, half of which date back to OS X 10.6, and assume your problem is the same as everyone else’s. It almost never is.
Real optimization starts by figuring out what’s actually slow. A Mac that boots slowly has a different problem than a Mac that’s slow during heavy work which has a different problem than a Mac that’s slow only when waking from sleep. The fix is different in each case. So before doing anything, identify which problem you have.
Step 1: characterize the slowness
Spend five minutes paying attention to when your Mac feels slow. Categories:
- Slow boot — login takes forever, apps take forever to first-launch after boot
- Slow login — the wallpaper appears but you can’t do anything for 30+ seconds
- Slow during specific work — e.g., Chrome with many tabs hangs, Photoshop drags
- Slow after wake — laptop opens from sleep but takes 20 seconds to be usable
- Slow constantly — even idle, the Mac feels sluggish; cursor stutters, animations jerky
- Slow in one specific app — everything else fine, that one app is broken
The fix path is different for each.
Slow boot, slow login
Almost always: too many login items and background agents. Each one runs at startup. Modern Macs cope, but adding 30 of them adds real time.
System Settings → General → Login Items. Two lists: “Open at Login” and “Allow in the Background.” Walk through both. Disable anything that doesn’t need to launch immediately. Common culprits: cloud sync clients, music players, chat apps, browser update helpers, vendor “support” agents.
Restart and time it. You should see seconds saved per item disabled, especially for heavier apps like Adobe and Microsoft helpers.
If boot is still slow after pruning login items, run Disk Utility First Aid on the boot volume — filesystem issues can slow startup. If First Aid finds and fixes problems, that may be the answer. If it finds nothing and boot is still bad, it might be hardware (SSD aging, less common on Apple Silicon than on older Intel Macs).
Slow during specific work
This is usually about resource contention — something else is competing with your foreground app for CPU, RAM, or disk.
Open Activity Monitor (Applications → Utilities). Sort by CPU. The top processes when you’re “just trying to work” tell the story. Often:
- A browser tab gone wild (especially YouTube, Slack, Notion, anything with persistent connections)
- An update process running in background (App Store updates, Chrome updater, vendor updaters)
- A backup currently running (Time Machine, Backblaze)
- Spotlight indexing after a big change
For the first one, close the tab or kill the helper process. For backups, let them finish; they’re not actually “slowing your Mac” — they’re using resources you reserved for them.
For Spotlight, if it’s running constantly even when nothing’s changed, the index might be corrupted. System Settings → Siri & Spotlight → Spotlight Privacy → drag your boot volume in (this excludes it), wait 30 seconds, drag it out (this re-includes it). Spotlight rebuilds the index. It’ll be heavy for a few hours, then settle.
Slow after wake from sleep
This is annoying because it’s brief but also because you can’t easily debug a transient problem.
Common causes:
- Re-establishing network connections. Mail, calendar sync, cloud drives all reconnect on wake. If you have many, the burst of activity stalls things.
- Defragmenting memory. When the system wakes, it has to settle memory state. Brief.
- A specific app that’s misbehaving on wake. Mail and Outlook are common offenders.
If wake-slowness lasts more than 15–20 seconds consistently, look in Activity Monitor immediately after waking. Whatever’s at top of the CPU list is the culprit. Often you’ll find one of those network-reconnecting apps doing too much.
A pragmatic fix: if Mail is slow on wake, quit Mail before sleeping. Same for any heavy sync apps. Some sleep cycles will be fine; the ones that aren’t tend to be when the offending app has accumulated a backlog.
Slow constantly
This is the worst category — the Mac feels broken in general. Diagnostic steps:
- Check storage. System Settings → General → Storage. If you’re above 90% full, that alone can cause systemic slowness. Free space first.
- Check Activity Monitor → Memory. Look at Memory Pressure at the bottom. If it’s red, you’re swapping heavily. Quit apps until it returns to green.
- Boot to Safe Mode. On Apple Silicon: shut down, hold power until “Loading startup options,” select your disk, hold Shift while clicking “Continue in Safe Mode.” On Intel: hold Shift during boot. Safe Mode loads with no third-party kernel extensions or login items. If the Mac feels normal in Safe Mode, the problem is software you’ve installed. If it’s still slow in Safe Mode, the problem is the system itself or hardware.
- Check for runaway processes. In Activity Monitor, sort by %CPU. Anything pinning at 90%+ when you’re doing nothing is broken.
Most “constantly slow” Macs I see have one or more of: a runaway helper process, full storage, low free RAM with too many open apps, or a Spotlight indexing loop.
Slow in one specific app
This is rarely an OS problem. The app is broken. Order of operations:
- Quit and relaunch.
- Check for an update. App Store or in-app updater.
- Clear that app’s cache. Many apps have a “Clear Cache” option in their settings. Failing that, quit the app and remove
~/Library/Caches/com.[vendor].[app]. - Reset preferences. Move
~/Library/Preferences/com.[vendor].[app].plistto your desktop, relaunch. - Reinstall. Uninstall properly (with leftovers!), reinstall fresh.
If none of that works, the problem might be specific to your account. Create a test user (System Settings → Users & Groups → Add User), log in as that user, run the app. If it works there, it’s a corrupted file in your normal user account. If it’s still broken in the test user, the app itself has an issue — contact the developer.
Memory: how to think about it
Apple Silicon Macs unified memory architecture is more efficient than older Intel Macs, but 8 GB is still tight in 2026 for power users. Signs you need more RAM:
- Memory Pressure regularly red
- Mac feels fine at first, gets slow as the day goes on (memory-intensive workflow)
- Swap (shown in Activity Monitor → Memory) regularly above 5 GB
You can’t add RAM after purchase on Apple Silicon. The fix is either workflow changes (fewer concurrent apps, fewer browser tabs) or a different machine.
Closing apps you’re not using helps. Restarting helps. “Memory cleaning” tools can force a release of inactive RAM, which is fine for an occasional pinch but not a long-term solution.
Storage: the silent killer
I’ll repeat this because it’s the most undercounted issue: a 95%-full SSD makes a Mac feel broken. macOS uses free disk for memory paging and temporary files. With no headroom, both of those struggle.
Get to 80% full. Stay there. The fastest wins:
- Empty Trash. People forget. Several gigs hide here.
- Downloads folder cleanup.
- iOS device backups in
~/Library/Application Support/MobileSync/Backup/ - Clear caches properly (not blindly — per app, with the app closed)
- Photos: enable iCloud Optimize Mac Storage
- Mail attachments: switch to “Recent” download in account settings
If you’re permanently fighting storage, the SSD is too small for your usage. External SSDs are cheap and fast (a 1 TB external Thunderbolt SSD is ~$100–200). Move archives off the boot volume.
Things that won’t help much
To save you time, here’s what doesn’t actually move the needle on Apple Silicon Macs in 2026:
- Resetting NVRAM/PRAM regularly. It used to matter on Intel. On Apple Silicon, the system handles it. Only do it for specific symptoms.
- SMC reset. Apple Silicon doesn’t have a user-resettable SMC in the old sense. A regular shutdown does what you’d want.
- “Verify disk permissions.” Removed by Apple in 2015. Articles still recommending it are out of date.
- Defragmenting an SSD. Don’t.
- Running maintenance scripts manually. macOS runs them on its own schedule.
- Clearing the icon cache. Almost never the issue, and easy to break things.
- Disabling Spotlight entirely. It’s the indexer for the whole system. You don’t want this disabled long-term.
When the answer is Apple Support
Sometimes the Mac is genuinely broken. Signs that no amount of optimization will fix:
- Screen flickering or color artifacts
- Random shutdowns under load (often thermal-related, sometimes hardware)
- Specific keys not working
- Battery swelling (visible bulge in the case — stop using and get service immediately)
- Persistent kernel panics that don’t go away in Safe Mode
For these, Apple Support → Genius Bar appointment. Pay for the diagnostic if needed; it’s worth knowing whether the machine is fixable or end-of-life.
For everything else: characterize the slowness, find the actual cause, fix that specifically. Generic “optimization” rarely produces lasting results because it doesn’t address what’s specifically wrong with your specific Mac.
The Mac that feels fast in year three is the Mac whose owner figured out which thing was slowing it down and fixed that thing. Not the one whose owner ran every “speed-up” routine on the internet.