Spotlight problems
A beachball on search is one of three things, and force-quitting Finder is rarely the right first move.
Searching This Mac includes every mounted volume. A slow network share or a failing external drive drags the whole search to a crawl or a hang.
Test: search the local folder only (start in a home subfolder, keep scope local) versus This Mac. If local is instant and This Mac hangs, an attached volume is the problem — eject the network share or the flaky drive.
mdutil -s /
Plus mds_stores high in Activity Monitor means Spotlight is mid-rebuild and every search competes with it. It will settle; searching is unreliable until it does.
sudo killall mds mds_stores
They relaunch automatically. This clears a hung metadata server without touching the index. If searches were hanging specifically in Spotlight (⌘Space), this is the targeted fix.
If the beachball is in a Finder window specifically:
killall Finder
Finder relaunches; you lose nothing but open window positions.
A drive on its way out makes every operation touching it hang. Console will show I/O errors; Disk Utility First Aid confirms. Eject it and search returns to normal — then deal with the drive.
intermittent hangs that look like hardware
This Mac includes every mounted volume. A slow network share or failing drive hangs the whole search; eject it.
sudo killall mds mds_stores — they relaunch and clear a wedged daemon without erasing the index.
Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.
Download for Mac