How To Fix Mds_stores Consuming High Cpu Usage On Mac – Mac Mds_Stores CPU Usage Fix

High CPU usage from mds_stores on Mac typically means Spotlight is re-indexing after a large file transfer. If you have noticed your Mac fan spinning loudly or your system feeling sluggish, the mds_stores process is likely the culprit. This guide will show you exactly how to fix mds_stores consuming high cpu usage on mac using simple, step-by-step methods that work.

The mds_stores process is part of macOS Spotlight indexing. It helps you search files quickly, but when it goes rogue, it can eat up your CPU. Don’t worry—most fixes are quick and do not require technical expertise.

What Is Mds_stores And Why Is It Using High CPU?

Mds_stores stands for Metadata Stores. It is the background service that builds and maintains the search index for Spotlight. When you add, move, or delete many files, Spotlight re-indexes, which spikes CPU usage.

Common triggers include:

  • Connecting an external drive with lots of data
  • Updating macOS or installing new software
  • Restoring files from Time Machine or cloud sync
  • Corrupted index files or system glitches

Normally, indexing finishes within a few hours. But sometimes it gets stuck or loops, causing persistent high CPU. The methods below will help you stop the madness.

How To Fix Mds_stores Consuming High Cpu Usage On Mac

This section covers all proven solutions. Start with the easiest ones and move down if needed. Each method is designed to be safe for your data.

Method 1: Wait For Indexing To Complete

Before doing anything drastic, check if indexing is just in progress. Open Activity Monitor (found in Applications > Utilities). Look for mds_stores. If CPU usage is high but fluctuating, it may finish on its own.

Give it up to 2-3 hours. If it does not settle, proceed to the next steps.

Method 2: Restart Your Mac

A simple restart can clear temporary glitches. Click the Apple logo > Restart. After reboot, check Activity Monitor. Often, this resets the indexing process and reduces CPU load.

If the problem returns, try the next method.

Method 3: Add Exclusions To Spotlight

Spotlight indexes everything by default. You can tell it to skip certain folders or drives. This reduces the workload for mds_stores.

  1. Open System Settings > Siri & Spotlight.
  2. Scroll down to “Spotlight Privacy.”
  3. Click the + button and select folders you do not need indexed (e.g., Downloads, external drives).
  4. Click Choose. The folder will be removed from indexing.

This forces Spotlight to rebuild its index without those folders. CPU usage should drop significantly.

Method 4: Rebuild The Spotlight Index

If the index is corrupted, rebuilding it often fixes high CPU. Here is how:

  1. Go to System Settings > Siri & Spotlight.
  2. Click “Spotlight Privacy” again.
  3. Drag your main hard drive (usually “Macintosh HD”) into the list. This tells Spotlight to stop indexing it.
  4. Wait a few minutes, then remove it from the list by selecting it and clicking the – button.
  5. Spotlight will start re-indexing from scratch. This can take several hours, but CPU usage should normalize after.

During re-indexing, CPU may spike again temporarily. That is normal.

Method 5: Disable Spotlight For Specific Drives

If you have external drives causing the issue, disable indexing for them entirely.

  1. Open Terminal (Applications > Utilities).
  2. Type: sudo mdutil -i off /Volumes/DriveName (replace DriveName with your external drive’s name).
  3. Press Enter and enter your admin password.
  4. To re-enable later, use: sudo mdutil -i on /Volumes/DriveName

This stops mds_stores from scanning that drive, saving CPU resources.

Method 6: Reset NVRAM Or PRAM (Intel Macs Only)

For Intel-based Macs, resetting NVRAM can fix indexing issues.

  1. Shut down your Mac.
  2. Turn it on and immediately hold Option + Command + P + R for about 20 seconds.
  3. Release keys after the startup sound plays twice.

This clears system settings that may affect Spotlight.

Method 7: Check For Malware Or Rogue Processes

Sometimes, malware disguises itself as mds_stores. Open Activity Monitor and double-click the mds_stores process. Click “Sample” to see what files it is accessing. If you see suspicious paths, run a malware scan.

Use built-in XProtect or free tools like Malwarebytes. Remove any threats found.

Method 8: Disable Spotlight Completely (Last Resort)

If nothing works, you can turn off Spotlight indexing entirely. This stops mds_stores but also disables search.

  1. Open Terminal.
  2. Type: sudo mdutil -a -i off
  3. Press Enter and authenticate.

To re-enable: sudo mdutil -a -i on

Use this only if you rarely use Spotlight search.

Why Does Mds_stores Keep Coming Back?

Even after fixes, mds_stores may reappear. This usually happens when:

  • You connect new drives frequently
  • Time Machine backups run
  • Cloud sync apps (Dropbox, Google Drive) change files
  • macOS updates trigger re-indexing

To prevent recurrence, keep Spotlight exclusions updated and avoid moving large file sets at once.

Advanced Terminal Commands For Persistent Issues

For advanced users, these commands offer more control. Use them carefully.

Check Indexing Status

mdutil -s / shows whether indexing is enabled for your main drive.

Force Stop Mds_stores Temporarily

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

This stops the process until next reboot. To restart: sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Delete Index Files Manually

sudo rm -rf /.Spotlight-V100 then sudo rm -rf /System/Volumes/Data/.Spotlight-V100

After deletion, reboot. Spotlight will rebuild the index.

How To Monitor Mds_stores CPU Usage

Use Activity Monitor to track the process. Sort by “% CPU” to see if mds_stores is at the top. If it stays above 50% for hours, apply the fixes above.

You can also use Terminal: top -l 1 | grep mds to see real-time stats.

Common Myths About Mds_stores

  • Myth: Mds_stores is a virus. Fact: It is a legitimate Apple process.
  • Myth: Deleting mds_stores from Activity Monitor helps. Fact: It restarts automatically.
  • Myth: More RAM fixes it. Fact: It is about indexing, not memory.

Frequently Asked Questions

Is It Safe To Force Quit Mds_stores?

You can force quit it in Activity Monitor, but it will restart. It is safer to disable indexing or rebuild the index.

How Long Does Spotlight Re-indexing Take?

It depends on file count. For a typical Mac, 1-4 hours. For large drives, up to 24 hours.

Will Disabling Spotlight Affect Time Machine Backups?

No. Time Machine uses its own indexing. Spotlight only affects local searches.

Can I Use Third-party Tools To Fix Mds_stores?

Yes, apps like OnyX or CleanMyMac can rebuild indexes. But manual methods are free and safe.

Why Does Mds_stores Use CPU After MacOS Updates?

Updates often change system files, forcing Spotlight to re-index. This is normal and temporary.

Final Thoughts On Mds_stores High CPU

Dealing with mds_stores consuming high CPU is frustrating, but the solutions are straightforward. Start with exclusions and index rebuilds. Avoid disabling Spotlight unless absolutely necessary.

Remember, most cases resolve within hours. If yours does not, the methods above will get your Mac running smoothly again. Keep your system updated and manage file transfers wisely to minimize future issues.

By following this guide on how to fix mds_stores consuming high cpu usage on mac, you can reclaim your Mac’s performance without stress.