Speed up your Mac
Why Finder Takes Forever to Open on Your Mac (And How to Fix It)
Finder slow to open on your Mac? Here's why it happens, what to check in Activity Monitor, and the fixes that actually work on Sonoma and Sequoia.
You click the Finder icon in the Dock. The bounce starts. And keeps going. Eight, nine, ten bounces before a window finally appears — and even then, the sidebar’s blank for another second or two while folder badges populate. If that’s you, the issue isn’t your Mac being old. It’s almost always one of a small handful of culprits, and most of them are fixable in under five minutes.
Finder is deceptively complex. It’s not just a file browser — it’s also indexing, previewing, syncing with iCloud Drive, and rendering thumbnails for whatever folder you opened last. When any one of those subsystems chokes, the whole app hangs.
What’s actually happening when Finder is slow to open
Finder doesn’t really “launch” the way other apps do. The Finder process is always running on macOS — that’s why your desktop and menu bar exist. When you click the Dock icon, you’re asking it to open a new window, and that window has to:
- Load the last-viewed folder’s contents
- Generate or pull cached thumbnails for every file in view
- Reconnect to any mounted network drives or external volumes
- Sync the sidebar with iCloud Drive status
- Repopulate Tags, Recents, and AirDrop
If any of those steps stall, the window appears to freeze. The fix depends on which one is the problem.
Quick triage in Activity Monitor
Before you change a single setting, open Activity Monitor (Applications → Utilities, or Spotlight). Click the CPU tab and sort by % CPU. Then click the Memory tab and do the same.
Look for these usual suspects:
- Finder itself eating 80%+ CPU — usually means a folder with thousands of files is being indexed
- mds or mds_stores — Spotlight reindexing, which Finder waits on for search
- bird — iCloud Drive’s sync daemon, often the silent killer
- QuickLookUIService or com.apple.quicklook.ThumbnailsAgent — thumbnail generation gone wild
- fseventsd — file system events stuck on a corrupted folder
Whichever one’s at the top, that’s your starting point.
Fix 1: Clear out the Finder cache and preferences
Finder stores per-folder view settings, sort orders, and window positions in .DS_Store files and a couple of plist files. When those get corrupted — and they do, especially if your Mac crashed or force-quit recently — Finder spends a long time trying to parse them before giving up.
The safe-ish manual approach:
- Quit Finder by holding Option, right-clicking the Dock icon, and choosing Relaunch
- If that doesn’t help, open Terminal and run
killall Finderto force a restart - For deeper fixes, you can move
~/Library/Preferences/com.apple.finder.plistto the Desktop and relaunch Finder — it’ll create a fresh one
That last step will reset your sidebar customizations and view preferences, so weigh whether the cleanup is worth the reset.
Fix 2: Stop iCloud Drive from holding Finder hostage
This one trips up a lot of people. If your iCloud Drive has tens of thousands of files — common if you sync your Desktop and Documents folders — Finder can hang waiting for bird (the sync daemon) to confirm the status of every file in the current view.
Symptoms:
- Finder’s window appears, but file icons stay generic for several seconds
- The sidebar shows iCloud Drive but expanding it does nothing
- The status bar at the bottom of the window keeps spinning
Things you can try, in order of how invasive they are:
- Pause iCloud sync briefly by going to System Settings → Apple ID → iCloud and turning off iCloud Drive temporarily. Don’t leave it off, just see if Finder snaps back.
- Disable Desktop & Documents sync if you don’t really need it. The convenience often isn’t worth the lag.
- Trim what’s in iCloud — old PDFs, screenshots from 2019, voice memos. Sweep can identify large and old files in one scan, which beats clicking through Finder folder by folder.
Fix 3: Kill runaway thumbnail generation
QuickLook’s thumbnail cache lives in /var/folders/ under a long random path, and it grows. A lot. I’ve seen it eat 40+ GB on Macs that haven’t been cleaned in a couple of years. When Finder opens a folder with a few hundred RAW photos or 4K videos, it has to either find or regenerate thumbnails for all of them — and a corrupt cache forces full regeneration.
Manual fix in Terminal:
qlmanage -r cache
That clears the QuickLook cache. Finder will start regenerating thumbnails as you open folders, which means the first time you open a heavy folder afterward will still be slow — but every time after will be faster.
Fix 4: Re-index Spotlight (carefully)
Finder’s search bar uses the same index as Spotlight. If mds_stores is stuck — which happens after a botched OS update or a power loss during indexing — every Finder window opens slowly because Finder politely waits for Spotlight to reply.
To force a clean rebuild:
- Open System Settings → Spotlight → Search Privacy
- Click the + button and add your entire startup disk (Macintosh HD)
- Wait 30 seconds, then remove it from the list
- Spotlight starts a fresh index — this takes anywhere from 10 minutes to a few hours
Don’t do this on a deadline. The index rebuild itself slows things down while it’s running.
Fix 5: Disconnect external drives that aren’t responding
Mounted volumes that have gone offline (sleeping external SSD, a NAS that disconnected, a Time Capsule across the house) are a classic Finder freeze cause. Finder tries to reconnect on every new window, and each timeout is 5–10 seconds.
Check the sidebar. If you see drives listed under Locations that you don’t actively need:
- Eject them properly with the eject button
- Unmount network shares from System Settings → General → Sharing
- Remove them from your sidebar entirely if they’re old and no longer in use
Fix 6: Reset Finder’s “All My Files” or default view
Setting Finder to open with “Recents” by default is convenient, but the Recents view aggregates files from across your entire drive, including iCloud, network volumes, and Time Machine. On older Macs or full drives, that aggregation is brutal.
Switch it:
- Finder → Settings (or press Cmd+,)
- Under General, change “New Finder windows show” to a specific folder like Documents or Home
- Restart Finder with
killall Finderin Terminal
This one fix alone has cut Finder open times from 8 seconds to under 1 on more than a few Macs I’ve helped with.
When the fixes don’t stick: the cleanup angle
Most “Finder is slow” complaints trace back to one root cause: cruft. Cache files that should’ve been cleared months ago, language packs for languages you don’t speak, log files from apps you uninstalled (but didn’t fully — macOS leaves leftovers in ~/Library constantly), and forgotten downloads taking up space that pushes your SSD into thermal throttle territory.
You can hunt all of that down by hand. The paths are:
~/Library/Caches/~/Library/Logs/~/Library/Application Support/(for orphaned app data)/Library/Caches/(system-level)~/Downloads/(the obvious one)
Or you can run a smart scan that surfaces all of it in one pass and shows you exactly what’s about to be deleted before anything happens. Sweep is built for this kind of cleanup specifically — it walks ~/Library for the leftovers macOS forgets, including for apps you uninstalled years ago. It’s notarized by Apple and only does what you approve.
A quick note on what won’t help
A few things people try that rarely move the needle:
- Resetting NVRAM/SMC on Apple Silicon Macs — there’s no SMC anymore, and NVRAM doesn’t store Finder state
- Reinstalling macOS — overkill for a Finder issue, and won’t clear user-level caches anyway
- Cleaning the Desktop — only matters if you have hundreds of files there with thumbnails
- Disabling Stacks — purely cosmetic, doesn’t change load time
When it’s actually a hardware issue
If you’ve tried the above and Finder is still molasses, check your free disk space. Sonoma 14 and Sequoia 15 both behave badly when the startup disk drops below 10–15% free. Apple’s swap and snapshot management needs breathing room. Get below 5% free and even basic UI starts dragging.
Free space matters more than RAM for general responsiveness on modern Macs. If you’re hovering near full, that’s the actual fix.
The 60-second routine that prevents this
For most people, what stops Finder from getting slow in the first place is a quarterly clean. Empty the QuickLook cache, prune Downloads, check ~/Library/Caches/ size, eject unused drives. Five minutes, four times a year. That’s enough to keep a Mac feeling close to factory speed for years.
If even that’s too much hassle, automate it. The whole point of a cleanup tool is so you don’t have to remember to do this on a schedule.