Mac Spotlight Search Not Working — Reindex and Fix Missing Results
About Mac Spotlight Search Not Working
Fix macOS Spotlight search returning no results, missing files, or showing outdated data by reindexing and troubleshooting Spotlight preferences. This guide covers everything you need to know about this topic, including common causes, step-by-step solutions, and answers to frequently asked questions.
Here are the key things to understand: Spotlight indexes files, apps, emails, contacts, and web suggestions for instant search. The Spotlight index is stored in /.Spotlight-V100 on each volume. Reindexing can take several hours and uses significant CPU and disk resources. Spotlight honors privacy exclusions: folders in the exclusion list are never indexed. mdworker (metadata worker) processes handle the indexing in the background. Understanding these fundamentals will help you diagnose and resolve this issue more effectively.
The most common reasons this occurs include: Corrupted Spotlight index after disk errors, power failure, or macOS update. Folder accidentally added to Spotlight privacy exclusion list. External drive index not rebuilt after connecting to a different Mac. Low disk space preventing index updates. Spotlight privacy settings excluding the folder containing the missing file. Identifying the root cause is the first step toward finding the right solution.
To resolve this, follow these recommended steps: Reindex entire Mac: sudo mdutil -E / in Terminal (takes 1-3 hours). Reindex specific volume: sudo mdutil -E /Volumes/DriveName. Check exclusions: System Settings > Siri & Spotlight > Spotlight Privacy > review excluded locations. Verify Spotlight is enabled: mdutil -s / should show 'Indexing enabled'. For immediate reindex of a folder: drag it to Spotlight Privacy list, wait, then remove it. If mdworker is using excessive CPU: wait for indexing to complete, or check for corrupted files in the indexed folders. If these steps do not resolve the issue, consider consulting additional resources or a qualified professional.
This article is part of our Mac Error Codes collection on Error Codes Wiki. We provide comprehensive, up-to-date information to help you find solutions quickly.
Quick Answer
How long does Spotlight reindexing take?
1-3 hours for a typical Mac with 256-512GB of data. During reindexing, search results may be incomplete and CPU usage will be elevated. Let it complete uninterrupted.
Overview
Fix macOS Spotlight search returning no results, missing files, or showing outdated data by reindexing and troubleshooting Spotlight preferences.
Key Details
- Spotlight indexes files, apps, emails, contacts, and web suggestions for instant search
- The Spotlight index is stored in /.Spotlight-V100 on each volume
- Reindexing can take several hours and uses significant CPU and disk resources
- Spotlight honors privacy exclusions: folders in the exclusion list are never indexed
- mdworker (metadata worker) processes handle the indexing in the background
Common Causes
- Corrupted Spotlight index after disk errors, power failure, or macOS update
- Folder accidentally added to Spotlight privacy exclusion list
- External drive index not rebuilt after connecting to a different Mac
- Low disk space preventing index updates
- Spotlight privacy settings excluding the folder containing the missing file
Steps
- 1Reindex entire Mac: sudo mdutil -E / in Terminal (takes 1-3 hours)
- 2Reindex specific volume: sudo mdutil -E /Volumes/DriveName
- 3Check exclusions: System Settings > Siri & Spotlight > Spotlight Privacy > review excluded locations
- 4Verify Spotlight is enabled: mdutil -s / should show 'Indexing enabled'
- 5For immediate reindex of a folder: drag it to Spotlight Privacy list, wait, then remove it
- 6If mdworker is using excessive CPU: wait for indexing to complete, or check for corrupted files in the indexed folders