Spotlight problems
Spotlight is not slow because your Mac is slow. It is slow because it is doing considerably more work than looking up a filename — and most of that work is not what you asked for.
Only the first is what you usually want. The rest is why the answer takes a moment to settle, and why results reshuffle under your cursor as slower sources report in.
System Settings → Siri & Spotlight. Uncheck categories you never search — Websites, Siri Suggestions, Fonts, Developer, Movies, Music. Fewer sources means less to rank.
Turning off Siri Suggestions in particular removes a network round trip from local file search, which is the single most noticeable change for most people.
A rebuild in progress makes everything sluggish:
mdutil -s /
mds and mds_stores at the top of Activity Monitor for a sustained period means indexing is running. It will settle.
An index that is damaged rather than stale can cause repeated re-scanning. Rebuilding is the fix:
sudo mdutil -E /
Spotlight is a content search engine. Content search means opening files, parsing formats, and maintaining an inverted index of words — orders of magnitude more work than matching a filename.
If what you actually do is type part of a name you already know, a filename-only index is a different class of fast: the whole name list is a few hundred megabytes, it lives in memory, and matching it is a scan rather than a query. That is why Everywhere answers in single-digit milliseconds while doing no content search at all.
No. It removes suggested websites and Siri results from Spotlight. Local file search is unaffected and usually feels faster.
Different sources return at different speeds and the combined list is re-ranked as each arrives.
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