Speed up your Mac
How to Make Your Mac Feel New Again Without Reinstalling macOS
Your Mac feels old and slow but you don't want to wipe it. Here's how to bring it back to fresh-from-the-box performance — without reinstalling anything.
There’s a popular piece of advice that goes “just do a clean install of macOS, it’s the only way.” Sometimes that’s true. Most of the time, it’s overkill. A clean install solves the symptom (slow, weird Mac) by also burning down everything that wasn’t broken (your apps, settings, files, configurations). It’s like burning down your house because the carpet is dirty.
You can usually get 90% of the way to “feels new” in an afternoon, without reinstalling anything. Here’s the playbook.
Define what “feels new” actually means
Be honest about what’s bugging you. Common complaints:
- Apps take longer to launch than they used to
- Beachballs more often than they used to
- Battery drains faster
- Boot is slower
- Storage is mysteriously full
- Random fan noise
- “Something just feels off”
Different complaints have different fixes. The “everything’s slower” feeling usually has a small number of common causes that compound. We’ll work through them.
Step 1: Reclaim disk space — properly
A new Mac has tons of free space. As you use it, stuff accumulates: Downloads, caches, leftover files from uninstalled apps, old iOS backups, language files for languages you don’t speak. Reclaiming this is the single biggest “feels new again” lever.
Apple menu → System Settings → General → Storage. Aim for 25-30% free.
In rough order of yield:
- Downloads folder — sort by size, delete old installers
- iOS backups —
~/Library/Application Support/MobileSync/Backup/ - Trash and Mail Trash — empty
- Old Time Machine local snapshots — usually clear themselves but worth checking
- App caches — across all apps
- Photos library trash — Photos has its own trash, separate from Finder
- Mail attachments — local cache of every attachment
- Old apps you don’t use — really, when did you last open it?
Step 2: Uninstall apps you’ve forgotten about
Open Applications in Finder. Look at each app. When did you last use it?
For apps you haven’t used in 6+ months and probably won’t use again, uninstall them. But uninstall properly — dragging to Trash leaves behind preferences, caches, and support files.
Properly uninstalling means removing:
- The app itself in
Applications/ ~/Library/Application Support/[app]~/Library/Preferences/[bundle-id].plist~/Library/Caches/[bundle-id]~/Library/Containers/[bundle-id]- Any launch agents in
~/Library/LaunchAgents/ - Any helper apps in
~/Library/Application Support/[app]/Helpers/
This is tedious by hand. Tools like Sweep’s built-in uninstaller automate it — find every leftover file when you remove an app, show you what’s there, and let you approve before deleting.
Step 3: Clean login items aggressively
System Settings → General → Login Items & Extensions. Disable everything you don’t strictly need at login. Even if you re-enable something later, the audit will surface a lot of bloat.
Adobe Creative Cloud, Microsoft AutoUpdate, Dropbox, OneDrive, Zoom, Spotify, Slack, Discord — all common candidates for disabling.
Don’t forget the second tab — “Allow in Background” often has more items than “Open at Login,” and they’re equally responsible for slowdown.
Step 4: Reset launch agents from old apps
Apps that you’ve uninstalled often leave behind launch agents in ~/Library/LaunchAgents/. Each one tries to launch at every login, fails, and adds friction.
Open Finder → Cmd+Shift+G → ~/Library/LaunchAgents/. Look at each .plist file. If you don’t recognize the app or you’ve uninstalled it, that file is dead weight.
To be safe, drag suspicious files to your Desktop, restart, and verify everything works for a day or two. Then trash the desktop copies.
Same exercise for /Library/LaunchAgents/ and /Library/LaunchDaemons/.
Step 5: Force a Spotlight reindex
Spotlight indexes get bloated and dirty over time. Forcing a fresh reindex often improves search and reduces background CPU.
System Settings → Siri & Spotlight → Spotlight Privacy- Click ”+”, add your startup disk
- Wait 30 seconds
- Remove your startup disk
Spotlight rebuilds its index from scratch. The reindex itself takes hours and uses CPU, so do this when you don’t need full performance — overnight is ideal.
Step 6: Reset preferences for misbehaving apps
Some apps slow down because their preference files have accumulated bad state. Common offenders: browsers, mail apps, design apps.
To reset preferences for an app:
- Quit the app
- Find
~/Library/Preferences/[bundle-id].plist - Move it to your Desktop
- Launch the app — it’ll create a fresh preferences file
You’ll lose your customizations for that app. Test that the app works correctly. If yes, trash the desktop copy. If no, restore the desktop copy.
This is a per-app fix. Don’t do it for everything; only for apps that feel slow or weird.
Step 7: Repair the disk
Disk Utility’s First Aid catches filesystem inconsistencies that build up over time. These can cause slow apps, beachballs, and weird errors.
- Open Disk Utility (
Applications → Utilities → Disk Utility) - Select your startup disk
- Click First Aid
- Wait for it to finish
This is non-destructive. It just fixes any errors it finds in the filesystem metadata. On older Macs especially, this often produces noticeable improvement.
Step 8: Audit privacy permissions
Not strictly performance, but it’s part of “feeling new.” Apps accumulate permissions over time, often more than they need. Audit them:
System Settings → Privacy & Security. Go through each category:
- Camera — anything not actively using camera should be revoked
- Microphone — same
- Full Disk Access — should be very few apps; revoke anything you don’t recognize
- Files & Folders — apps with broad folder access
- Accessibility — apps that can control your Mac; revoke generously
- Screen Recording — only the apps you actively want recording your screen
- Location — most apps don’t need this; revoke
Anything you revoke and actually need will ask again. No harm in being aggressive.
Sweep’s Privacy auditing feature shows all of this in one view and lets you revoke with one click — useful if you’d rather not click into each category individually.
Step 9: Update macOS — or stay put deliberately
If you’re on a recent macOS version, you’re fine. If you’re 2+ versions behind, updating often improves things — Apple optimizes new releases for the entire fleet.
Before updating:
- Back up first
- Check that your critical apps support the new version
- Don’t update on the day of dot-zero release; wait for .1 or .2
If you’re on a Mac at the bottom of compatibility for the latest macOS, sometimes staying on the previous version is faster. A 2018 MacBook Air on Sonoma 14 may feel better than the same Mac on Sequoia 15.
Step 10: Restart at the end
After all the cleanup, restart. This clears any in-memory state from the cleanup process itself, lets all the changes you made take effect, and gives you a clean baseline to evaluate from.
Time how long the restart takes. Time how quickly apps launch after restart. Compare to before. The difference is usually striking.
What this won’t fix
- A failing SSD (drive replacement)
- A swollen battery (battery service)
- An undersized hard drive that’s just genuinely too small (storage upgrade or external)
- A chip that’s just too old for current workloads (new Mac eventually)
- A specific app that’s broken (app update or replacement)
Most “old and slow” feelings on Macs are software, though. The hardware on a 4-year-old Apple Silicon Mac, or a 6-year-old Intel Mac, is probably fine. The accumulated software state is the problem, and the steps above address it.
When to actually consider a clean install
If you’ve worked through all of the above and the Mac still feels broken, a clean install is reasonable. Specifically, if:
- Apps still beachball constantly across many different apps
- Boot still takes ages despite empty login items
- Disk Utility reports persistent errors
- Random kernel panics or unexpected restarts
In those cases, something at the system level is corrupted that targeted cleanup can’t fix. Back up to Time Machine, boot to Recovery, erase, reinstall macOS, set up fresh, install apps as you need them.
But honestly, that’s a small minority of cases. Most “I want my Mac to feel new” can be solved in an afternoon with the steps above. Try them first. The clean install option doesn’t expire.