Spotlight Search Not Working on Mac? Here’s the Fix | TechWebN

You hit Command + Space, the way you have a thousand times before, and nothing happens. Or Spotlight opens fine, but searching for a file you know exists turns up empty. Either way, it’s disorienting, since Spotlight is one of those features you rely on without thinking about it, until it stops working.

Spotlight search not working on Mac almost always comes down to one of two things: a broken index, or in a specific case on macOS Tahoe, an unrelated system tweak that quietly broke it. This is a similar pattern to what we found when Wi-Fi kept disconnecting on Mac — a specific setting most people never think to check. This guide covers both, plus every other real fix, in the order that actually works.

Check This First If You’re on macOS Tahoe

If you’re running macOS Tahoe and previously used a Terminal command to bring back the old-style Launchpad, that’s worth checking before anything else. The tweak can interfere with Spotlight’s interface files. It sometimes stops Spotlight from opening at all — the same kind of quiet software conflict we saw when troubleshooting a slow Mac in general.

How to fix: Open Terminal and run this command to revert the change:

sudo rm /Library/Preferences/FeatureFlags/Domain/SpotlightUI.plist

Restart your Mac afterward. If this wasn’t something you did, skip ahead to the general fixes below.

Why Spotlight Actually Stops Working

Beyond that specific Tahoe scenario, a handful of common causes explain most cases of spotlight search not working on Mac:

  • A corrupted or incomplete index — Spotlight doesn’t search your files directly, it searches an index, and that index can get stale or broken after an update, crash, or forced shutdown, as Apple’s own support documentation explains
  • Folders excluded from indexing — an old setting, sometimes changed by accident, can quietly stop Spotlight from searching specific drives or folders
  • A stuck system process — the background service that powers Spotlight’s menu bar interface can occasionally freeze
  • Files without readable text — scanned PDFs or image-only documents won’t show up in content searches, since there’s no text for Spotlight to index

Fix 1: Restart Spotlight’s System Process

This is the fastest fix for spotlight search not working on Mac, and it resolves cases where Spotlight’s interface has simply frozen without anything being broken underneath.

How: Open Activity Monitor, search for SystemUIServer, select it, and click the X button to force it to restart. Alternatively, simply restarting your Mac achieves the same result.

Fix 2: Rebuild the Spotlight Index

If Spotlight opens but searches return nothing or incomplete results, the index itself is the likely reason spotlight search not working on Mac persists.

How:

  1. Open Terminal
  2. Run sudo mdutil -E / and enter your password when prompted
  3. This erases and rebuilds the index from scratch. It can take anywhere from a few minutes to a couple of hours depending on how much data is on your Mac

You can check progress at any time by running mdutil -s / in Terminal.

Fix 3: Check Spotlight Privacy Settings

If only certain files or folders are missing from search results, rather than everything, an exclusion setting is the likely cause of spotlight search not working on Mac for those specific items.

How:

  1. Go to System Settings > Siri & Spotlight
  2. Scroll down to the Spotlight Privacy section
  3. Check whether the folder or drive you’re searching for is listed
  4. Select it and click the minus button to remove it from the exclusion list, then wait for re-indexing to complete

Fix 4: Confirm the Right Content Categories Are Enabled

Sometimes Spotlight is working correctly, but it’s simply not configured to search the type of content you’re looking for.

How: Go to System Settings > Siri & Spotlight, and confirm categories like Applications, Documents, and Folders are checked. If a category you need is unchecked, that content type won’t appear in results regardless of indexing status.

Fix 5: Update macOS

Apple has shipped Spotlight-related fixes through system updates before, including issues specific to early builds of a new macOS version.

How: Go to Apple menu > System Settings > General > Software Update, and install anything pending.

Frequently Asked Questions

Will rebuilding the index delete any of my files? No. Rebuilding the index only affects Spotlight’s internal search database. It doesn’t touch your actual files, documents, or apps.

How long does a full index rebuild take? It depends on how much data is on your drive. This can range from a few minutes for a lightly used Mac to a couple of hours for one with a large amount of stored data.

Why can’t Spotlight find a document I know exists? If the document is a scanned image or photo without embedded text, Spotlight’s content search won’t match it, since there’s no readable text to index. The file will still show up if you search its exact filename, though.

Is the Terminal command for the Tahoe issue safe to run? Yes, it only removes a preference file related to Spotlight’s interface, and macOS regenerates a fresh one automatically. This is one of the more reliable fixes for spotlight search not working on Mac after that specific Tahoe conflict.

The Bottom Line

Spotlight search not working on Mac is almost always fixable without any data loss. Check the Tahoe-specific Launchpad conflict first if that applies to you. Then work through restarting SystemUIServer, rebuilding the index, and checking your privacy and category settings. Most cases resolve within the first two steps, and a full index rebuild covers nearly everything else.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *