Loading article…

Learn why the Spotlight metadata server (mds_stores) can spike CPU, how to diagnose the issue, and step‑by‑step fixes using Terminal, Disk Utility, and Safe
The macOS Spotlight indexing daemon mds_stores can unexpectedly consume large amounts of CPU and RAM, slowing the system and causing fans to run loudly [1]. This behavior often appears even when no major file changes occur, and it may be linked to oversized directories, external drives, or specific app activity [1].
Key takeaways
Spotlight relies on the Metadata Server (MDS) to keep a searchable database of files, a task performed by the mds_stores process [2]. Under normal conditions the daemon uses minimal CPU, but users have reported spikes that push a single core to 100 % and cause noticeable heat and fan noise [1]. The problem can arise when an application constantly modifies a folder, when very large directories (such as massive Time Machine backups) are indexed, or when external drives are connected, prompting the system to re‑index large volumes [1]. Some reports also mention browser extensions, like a Pinterest add‑on for Firefox, as a trigger [1].
The first line of defense is to verify whether Spotlight is the culprit. Running sudo mdutil -a -i off in Terminal disables indexing; if CPU usage drops, mds_stores is confirmed as the source [1]. Afterward, re‑enable indexing with sudo mdutil -a -i on and consider narrowing the indexed scope via System Preferences → Spotlight → Privacy, adding folders or disks that do not need to be searchable [1]. For a more thorough reset, deleting the Spotlight database (sudo rm –rf /.Spotlight-V100/*) forces a fresh rebuild, though this can take several hours [1].
If disabling Spotlight does not resolve the issue, users can kill the mds_stores process in Activity Monitor; macOS will automatically restart it [2]. Running First Aid in Disk Utility checks for file‑system corruption that might be confusing the index [2]. Booting into Safe Mode disables third‑party extensions and can help isolate the offending component; the process should be killed and First Aid rerun while in Safe Mode [2]. Logging in with a guest account is another diagnostic step, though the source does not detail its outcome [2].
Coverage is mostly measured — 46 of 50 reports stay neutral.
Every Monday — the token unlocks, Fed dates & catalysts set to move crypto and markets this week. So you’re never blindsided.
Free · 3-min read · one-click unsubscribe
AI-assisted synthesis by the TrendWatcher Editorial Desk · sourced from 2 outlets · Jun 3, 2026 · How we report
Support ranges from a single 6K display on base models to triple 6K displays on M5 Pro or Max configurations.
Yes, Thunderbolt 5 is backwards compatible with USB-C, allowing it to function with most older Mac models.
No, the CubeDock relies on its Thunderbolt 5 ports for display output, requiring adapter cables for HDMI or DisplayPort monitors.
Persistent high CPU usage by mds_stores degrades overall Mac performance, increases power consumption, and can lead to system instability. By following the outlined diagnostics—disabling Spotlight, limiting indexed locations, repairing the disk, and using Safe Mode—users can restore normal resource usage and maintain the convenience of Spotlight search. Ongoing monitoring of Activity Monitor and periodic re‑indexing are prudent practices to prevent recurrence.