# How to Stop mds_stores from Overloading CPU and Memory on macOS

**Published:** 2026-05-29T22:51:44.000Z  
**Topic:** Apple News  
**Sentiment:** neutral  
**Publisher:** TrendWatcher — https://www.trendwatcher.in/article/27ab45ad-fdc0-46dc-aaab-563039925035

Learn why the Spotlight mds_stores process can spike CPU and RAM, and follow step‑by‑step fixes—including disabling indexing, re‑indexing, and restarting—to

The macOS Spotlight background daemon mds_stores can unexpectedly consume excessive CPU and memory, slowing the system and causing fans to run loudly [1]. This resource drain often appears without a clear trigger, prompting users to seek practical ways to curb the process and restore normal performance [2].

**Key takeaways**  
- mds_stores is the core Spotlight indexing daemon that updates the search database continuously [1].  
- High CPU usage can exceed 100 % and memory usage may reach several gigabytes, leading to swapping and overheating [2].  
- Disabling Spotlight temporarily with `sudo mdutil -a -i off` lets you verify whether mds_stores is the culprit [1].  
- Excluding large folders or drives from indexing via System Preferences → Spotlight → Privacy can reduce the load [1].  
- A full system restart often clears the issue, and applying macOS updates may address underlying bugs [2].

## Spotlight indexing and the mds_stores spike  

Spotlight relies on mds_stores to scan the file system, cataloging files, apps, metadata, and media so that search results appear instantly [2]. Under normal conditions the daemon runs quietly in the background, but when it encounters continuous changes—such as an app repeatedly modifying a folder—or when it attempts to index massive directories (including external drives or large Time Machine backups), CPU usage can climb past the 100 % threshold [1]. Users have also reported that certain browser extensions, like a Pinterest add‑on for Firefox, can trigger the problem [1]. When mds_stores monopolizes a processor core, the Mac’s fan may spin at high speed, and other processes (e.g., mdworker_shared, triald, installd) can also show elevated resource consumption, indicating a systemic indexing overload [1].

## Step‑by‑step fixes  

The simplest remedy is to restart the Mac, which gracefully terminates the errant daemon and clears caches before Spotlight resumes indexing [2]. If a restart is inconvenient, you can manually stop the process by disabling Spotlight: open Terminal and run `sudo mdutil -a -i off`; then check Activity Monitor to confirm the CPU drop [1]. To re‑enable indexing, use `sudo mdutil -a -i on`, though the high‑CPU behavior may return if the underlying cause remains [1]. A more targeted approach involves limiting what Spotlight indexes. In System Preferences → Spotlight → Privacy, add large folders or external disks to the exclusion list; removing an item forces a fresh re‑index of that location, which can correct database inconsistencies [1]. For persistent issues, a full re‑index can be forced by deleting the Spotlight database with `sudo rm –rf /.Spotlight-V100/*`, though this operation may take hours to complete [1].

## Why it matters  

When mds_stores monopolizes CPU and RAM, the Mac becomes sluggish, overheats, and may experience excessive swapping, directly affecting productivity and hardware longevity. Understanding that the daemon’s behavior is tied to Spotlight’s indexing workload helps users isolate the problem and apply precise fixes—whether by restarting, temporarily disabling indexing, or narrowing the indexed scope. Keeping macOS up to date further reduces the risk of known Spotlight bugs resurfacing [2]. By following these steps, users can restore normal system performance without permanently disabling the valuable search functionality.

## Sources
1. Macsecurity — [How to fix mds_stores high CPU Mac process issue](https://macsecurity.net/view/538-mds-stores-high-cpu-mac)
2. Osxdaily — [Fix mds_stores on Mac Using Excess Memory & CPU - OS X Daily](https://osxdaily.com/2026/05/29/fix-mds_stores-on-mac-using-excess-memory-cpu/)

---
Cite as: TrendWatcher, "How to Stop mds_stores from Overloading CPU and Memory on macOS", https://www.trendwatcher.in/article/27ab45ad-fdc0-46dc-aaab-563039925035
