Troubleshooting
Finder Not Responding on Mac? Here's How to Get It Back
Mac Finder frozen, beach-balling, or unresponsive? Here's how to relaunch Finder, fix the underlying cause, and prevent it from happening again.
You click the Desktop and nothing happens. Open a Finder window — beach ball. Try to click the menu bar — beach ball. The Dock still works, other apps still work, but Finder is locked solid. You either wait (it might unstick) or you make it move. Most of the time, you make it move.
Finder is the foreground process for the Desktop, the file system browser, and parts of the menu bar. When it hangs, the whole Mac feels broken even though most apps are fine. Knowing which subsystem is causing the hang shortens recovery from minutes to seconds.
What “Finder not responding” actually means
Finder, like every macOS app, is supposed to handle UI events within a fraction of a second. When something blocks the main thread for too long, the system shows the spinning beach ball cursor and the process gets flagged as “Not Responding” in Activity Monitor and the Force Quit dialog.
Common things that block Finder’s main thread:
- A network volume not responding (SMB share, NAS, iCloud Drive).
- An external drive being slow or hung.
- A Spotlight search hitting a corrupted index.
- A QuickLook plugin crashing.
- A Finder extension misbehaving.
- A folder with tens of thousands of files and Finder trying to thumbnail all of them.
Quickest fixes (in order of effort)
1. Wait 30 seconds
Genuinely. Many “not responding” states resolve as soon as the slow operation completes. Network volumes that timeout return Finder to life within 30–60 seconds.
2. Relaunch Finder
Two ways:
- Hold Option, right-click (or Control-click) the Finder icon in the Dock → choose Relaunch.
- Apple menu → Force Quit (or Cmd+Option+Esc) → select Finder → click Relaunch. (For Finder, the button is “Relaunch,” not “Force Quit.”)
This kills and immediately restarts Finder. The Desktop redraws, your windows reopen, you’re back working.
3. Disconnect external drives and network mounts
If Finder froze while you were browsing a network share or external drive, the storage is the problem. Eject if you can; if you can’t, unplug. Finder usually returns to life within seconds.
4. Restart the Mac
Last-resort but always works for transient hangs.
Identify what’s blocking Finder
If relaunch doesn’t help and Finder hangs again immediately:
- Open Activity Monitor.
- Find Finder in the list (filter by “Finder” if needed).
- Click the small (i) button → Sample Process → click Sample.
The sample shows what Finder’s main thread is doing. Common patterns in the output:
- Calls to NetFS or smbfs — a network share is hung.
- Calls to QuickLook — a QuickLook plugin is misbehaving.
- Calls to mds — Spotlight is the bottleneck.
- Calls to CoreServices — Launch Services is slow.
The non-system frames at the top tell you which subsystem to address.
Fix Finder hangs caused by network shares
Network volumes are the single most common cause. SMB shares to a NAS, AFP mounts, iCloud Drive when iCloud is sluggish.
- Eject all network volumes if Finder lets you. If not, kill them via Terminal:
killall finder
sudo umount -f /Volumes/ShareName
- Adjust SMB timeout to fail faster:
defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1
- For iCloud Drive specifically: System Settings → your name → iCloud → Drive → toggle off, then back on. Ugly but effective.
Fix QuickLook crashes that take down Finder
QuickLook plugins (the things that generate previews when you press space on a file) can hang or crash, freezing Finder while it waits. To see installed plugins:
qlmanage -m plugins
The list shows third-party QuickLook plugins. Remove suspect ones from ~/Library/QuickLook or /Library/QuickLook and relaunch Finder.
A common offender historically: BetterZip Quick Look Generator.qlgenerator and similar archive plugins on certain corrupt archives. Even when they don’t crash, they slow folder browsing dramatically.
Fix Spotlight-induced freezes
If Spotlight indexing is broken, Finder windows that show search results or sort by tags can hang.
sudo mdutil -E /
Erases and rebuilds the Spotlight index. Takes hours to complete on a full disk but resolves stuck-index issues. Re-index per-volume:
sudo mdutil -i off /Volumes/External
sudo mdutil -i on /Volumes/External
Reset Finder preferences
Corrupt Finder preferences cause repeating freezes. To reset:
- Quit Finder via Activity Monitor (or
killall Finder). - Move the prefs:
mv ~/Library/Preferences/com.apple.finder.plist ~/Desktop/
mv ~/Library/Preferences/com.apple.sidebarlists.plist ~/Desktop/
- Restart the Mac.
You’ll lose Finder’s window positions, sidebar customization, and view settings — small price for stable Finder. If preferences weren’t the issue, drop the .plist files back in.
Specific scenarios
Finder beach-balls when clicking the Desktop
Often a Desktop with thousands of files (icon view computes positions for each). Move files into folders. Or set Desktop view to List instead of Icons.
Finder freezes when opening Pictures or Movies
Photo and video apps’ thumbnail generation. If iCloud Photos library is huge, photo thumbnail caching on a slow disk can lock Finder. Wait it out the first time; subsequent opens are faster once thumbnails are cached.
Finder hangs every few minutes for 10–20 seconds
Cloud sync clients reporting status to Finder. Dropbox, OneDrive, Google Drive, Box all do this. The status overlay system in Finder is fragile and one stuck sync client takes everything down. Quit the offending client and see if the freeze stops.
Finder won’t load the sidebar
Corrupt sidebar list. Reset via the sidebarlists.plist mentioned above.
Right-clicking files freezes Finder
Third-party “Services” or context menu items causing the hang. System Settings → Privacy & Security → Extensions → Finder Extensions. Disable third-party extensions one at a time to find the culprit.
When Finder crashes repeatedly
If Finder crashes (not just hangs) and you see a “Finder quit unexpectedly” dialog regularly:
- Open Console.app → Crash Reports → look for Finder entries.
- The Termination Reason and Backtrace tell you what’s crashing.
- Common culprits: third-party Finder extensions, broken QuickLook plugins, corrupt Desktop files.
Boot in Safe Mode (Apple Silicon: hold power, choose Options, hold Shift, click Continue in Safe Mode; Intel: hold Shift at boot). If Finder is stable in Safe Mode, a third-party extension is responsible.
Reset Launch Services
Some Finder slowness comes from a corrupt Launch Services database. Rebuild:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
Restart afterward. Takes a couple minutes; “Open With” menus refresh.
When external drives are the cause
Specific patterns point to drive issues:
- Finder freezes when a specific drive connects.
- Finder freezes during sleep wake (drive bus glitch).
- Finder freezes when opening a folder on the drive.
Test the drive on another Mac. If it freezes that one too, the drive itself is the problem. Check S.M.A.R.T. status, run First Aid. Replace if failing.
Force a Finder restart from Terminal
Sometimes Finder is so hung that even Force Quit can’t relaunch it:
killall Finder
The next process tries to restart Finder automatically. If it doesn’t:
open -a Finder
Prevent Finder freezes
- Don’t keep thousands of items on the Desktop.
- Quit cloud sync clients when not actively syncing.
- Eject network volumes when not using them.
- Avoid third-party Finder extensions you don’t actively need.
- Restart the Mac weekly to clear long-running state.
Finder freezes can feel catastrophic — you can’t open files, you can’t navigate. The relaunch trick fixes nine in ten, and a few minutes investigating which subsystem is to blame fixes the persistent ones.