Hi,
The High CPU usage and lag from Corespotlightd or mds_stores are often caused by a corrupted index or conflicts with cloud services. On modern Apple Silicon MacBooks, the indexing process can become single-threaded and stuck in a compaction loop, causing system-wide freezes and excessive fan noise.
To resolve this, rebuild the Spotlight index using one of the following methods:
- GUI Method (Recommended): Go to System Settings > Siri & Spotlight > Search Privacy. Add your main drive (e.g., Macintosh HD) to the list, wait a few minutes, and then remove it. This forces macOS to delete the old index and rebuild it from scratch.
- Terminal Method: Open Terminal and run sudo mdutil -E / to force an immediate reindex of the startup disk. If the index is severely corrupted, you may need to delete the metadata folder manually by booting into Recovery Mode and running sudo rm -rf /System/Volumes/Data/.Spotlight-V100, then rebooting.
If the lag persists after reindexing, exclude external or cloud-synced drives from Spotlight indexing by adding them to the Search Privacy list.
Conflicts between fileproviderd (iCloud/Cloud Drive) and Spotlight indexing are a common root cause of high CPU usage and unresponsive file dialogs. Ensure your macOS is updated to the latest version, as recent beta versions have known architectural issues with multi-core index compaction.