Everywhere All articles Download

Spotlight problems

Turning Spotlight off

Updated 2026-07-31 · 4 min read

You can turn it off completely. More things depend on it than most people expect.

The off switch

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

What breaks

More than the ⌘Space window:

Third-party tools with independent indexes keep working — their databases are their own.

Why people consider it

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.

The halfway measures that fit better

.metadata_never_index on scratch volumes

perceived cost with none of the breakage

If you do run without it

Filename 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.

Common questions

Does turning off Spotlight break Mail search?

Yes — Mail's search uses the same index on modern macOS. Expect app-internal searches to degrade too.

Will disabling Spotlight speed up my Mac?

Only during indexing storms. Once an index is built, maintenance is cheap; exclusions target the expensive cases better.

Find any file before you finish typing

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

Related

© 2026 Caretopia Network Private Limited Everywhere for Mac Articles Privacy Support