Spotlight problems
You can turn it off completely. More things depend on it than most people expect.
sudo mdutil -i off -a # stop indexing, all volumes
sudo mdutil -E -a # optionally erase existing indexes too
Back on:
sudo mdutil -i on -a
More than the ⌘Space window:
mdfind, obviouslyThird-party tools with independent indexes keep working — their databases are their own.
Battery and CPU during indexing storms, privacy instincts, or a workload (build servers, massive churn) where indexing is pure overhead. All real; total shutdown is still usually the wrong dose.
.metadata_never_index on scratch volumes
perceived cost with none of the breakage
sudo mdutil -i off /Volumes/ScratchFilename lookup falls to find (slow, complete), locate (fast, weekly-stale), or a dedicated index that maintains itself without mds. Content search has no real substitute — that is the part you are genuinely giving up.
Yes — Mail's search uses the same index on modern macOS. Expect app-internal searches to degrade too.
Only during indexing storms. Once an index is built, maintenance is cheap; exclusions target the expensive cases better.
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