Everywhere All articles Download

Spotlight problems

Why Spotlight feels slow

Updated 2026-07-31 · 5 min read

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.

What Spotlight does on every keystroke

  1. Matches filenames
  2. Matches file contents, via per-format importer plugins
  3. Consults Siri Suggestions, which may involve the network
  4. Searches Mail, Messages, Calendar and Contacts
  5. Ranks all of it together into one blended list

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.

Turn off the parts you do not use

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.

Rule out re-indexing

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.

Rule out a corrupted index

An index that is damaged rather than stale can cause repeated re-scanning. Rebuilding is the fix:

sudo mdutil -E /

The structural reason it will never be instant

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.

Common questions

Will turning off Siri Suggestions break anything?

No. It removes suggested websites and Siri results from Spotlight. Local file search is unaffected and usually feels faster.

Why do Spotlight results jump around while I type?

Different sources return at different speeds and the combined list is re-ranked as each arrives.

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