How to Fix Spotlight Not Finding Files on Mac

Spotlight search on your Mac showing only old files or nothing at all? Here's how to check privacy settings and rebuild the search index step by step.

Hello folks! You hit Command+Space, type the exact name of a file you know is sitting right there on your desktop, and Spotlight comes back empty. Or it finds a file from two years ago but ignores the one you saved this morning. I hit this on my own Mac after a recent update, and it’s more common than you’d think. If Spotlight has stopped finding your files, here’s how to actually get it working again.

Quick answer: Spotlight only shows what it has indexed, and that index can fall out of sync after a macOS update, a low-disk-space moment, or a folder accidentally added to your privacy exclusions. Check System Settings > Spotlight (or Siri & Spotlight) > Search Privacy first for anything excluded by mistake, then force a full reindex with a Terminal command. Most people are back to normal search within a few minutes to an hour, depending on how much needs to be re-scanned.

Why Spotlight Stops Finding Files

Spotlight doesn’t scan your whole drive every time you search. It keeps a background index, like a card catalog, updated as files change. That index can get stuck: a software update interrupts it mid-scan, a drive gets excluded from search without you noticing, or storage got too full for indexing to keep up. None of that means your files are missing. Spotlight just can’t see them right now. I’ve noticed it happens most right after installing a big macOS update, since the indexer often has to re-scan large parts of the drive in the background, and if that process gets interrupted (a forced restart, a sleep at the wrong moment) it can leave the index in a half-finished state.

How to Fix Spotlight Not Finding Files on Mac

1. Check Spotlight Privacy Settings First

This is the most common cause and the easiest to miss. Open System Settings > Spotlight (it may show as Siri & Spotlight on your Mac), then click Search Privacy at the bottom. If your Mac’s hard drive or the folder you’re searching in is listed here, Spotlight is deliberately ignoring it. Select it and click the minus (–) button to remove it, then give indexing a few minutes to catch up.

2. Restart the Spotlight Process

Sometimes Spotlight’s background process just hangs rather than the index actually being broken. Open Activity Monitor (Applications > Utilities), type “spotlight” in the search box, select the processes that show up, and click the X to force quit them. macOS relaunches them automatically within a few seconds. Try your search again once it does.

3. Force a Full Reindex with Terminal

If the quick restart doesn’t help, a full reindex usually does. Open Terminal (Applications > Utilities > Terminal) and run:

sudo mdutil -E /System/Volumes/Data

Enter your Mac’s password when asked. This erases the current index and forces Spotlight to rebuild it from scratch. On an older Mac or one with a lot of files, this can take a while, so don’t panic if search feels incomplete for the first hour or so. You can check progress by opening Spotlight and typing anything; if it still says “Indexing” near the top, it’s working, just not finished.

4. Check Your Free Disk Space

Spotlight indexing quietly slows down or stalls when storage gets tight. Click the Apple menu > About This Mac > Storage to see how much space is left. If you’re under 10-15GB free, clear out some space (old downloads and duplicate photos are usually the easiest wins) and let indexing resume on its own.

MacBook Pro showing macOS desktop and menu bar
A near-full drive is one of the quieter reasons Spotlight indexing stalls.

5. Restart Your Mac

Basic, but it resolves more of these glitches than it should. A full restart clears any stuck background processes tied to indexing, not just Spotlight’s. Apple menu > Restart, then test your search again once it’s back up.

6. Update macOS

Indexing bugs tend to show up after a big macOS release and get patched over the following weeks. Go to System Settings > General > Software Update and install anything available. It’s the step people skip, but it fixes real bugs, not just security holes.

Tips to Keep Spotlight Reliable

  • Give a fresh reindex real time to finish. Searching too soon after running mdutil -E will make it look broken when it’s just still working.
  • If you only need to search one folder reliably, consider a lightweight alternative like EasyFind for those moments, while Spotlight catches up in the background.
  • External drives need their own index. If Spotlight won’t find anything on a USB drive, check that it isn’t excluded in Search Privacy too.
  • Avoid excluding your whole startup disk from Spotlight unless you mean to. It also blocks app update notifications, which catches people off guard.
Person typing on a MacBook keyboard
Command+Space is worth testing again after each step, not just at the end.

Frequently Asked Questions

Why does Spotlight only show old files on my Mac?

The index has fallen behind your actual files. Forcing a reindex with sudo mdutil -E /System/Volumes/Data in Terminal is the most reliable way to fix it.

How long does it take to rebuild the Spotlight index?

It depends on how much data is on your Mac. A lightly used laptop might finish in 15-20 minutes. A Mac with hundreds of gigabytes of files can take an hour or more in the background.

Will rebuilding the Spotlight index delete my files?

No. Reindexing only rebuilds the search catalog Spotlight uses to find things quickly. Your actual files are never touched.

Why is a specific folder never showing up in search?

Check System Settings > Spotlight > Search Privacy. Folders and drives listed there are intentionally excluded, and it’s an easy setting to forget you turned on.

Read more: How to Fix iCloud Drive Stuck on Waiting to Upload on Mac and Focus Mode Not Syncing on Mac and iPhone? Try This. For Apple’s own guide on excluding folders from search, see Apple’s Spotlight privacy documentation.

The Terminal reindex has fixed this for me twice now, and both times search was back to normal within about half an hour. Has Spotlight been missing files on your Mac too, and did checking the privacy list turn out to be the culprit?

Leave a Reply

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