How to Fix Spotlight Category Search Broken in macOS Tahoe 26.2
In macOS Tahoe 26.2, some users have reported that Spotlight search has become "half-broken." While it may find some files, it often fails to categorize them correctly or ignores specific filters like "kind:folder" or "kind:image."
Start with Fix 1: Re-enable Spotlight Categories. If the issue persists after that, try Fix 2: Force a Spotlight Re-index via Terminal. Full Terminal commands and step-by-step instructions are in each section below.
Recommended Troubleshooting Tool
Before proceeding with manual fixes, we recommend using CleanMyMac X. Quickly identify high CPU apps and optimize system memory with one click.
Method 1: Re-enable Spotlight Categories
The update to 26.2 may have deselected your search categories in the system settings.
- Go to System Settings > Siri & Spotlight.
- Scroll down to Search Results.
- Ensure all categories (Applications, Documents, Folders, etc.) are checked.
- If they are already checked, uncheck all of them, wait 10 seconds, and re-check them.
Method 2: Force a Spotlight Re-index via Terminal
If Spotlight is missing files entirely, you need to rebuild the index database.
- Open Terminal.
- Run the following command to turn off indexing:
sudo mdutil -i off /
- Delete the existing index folder:
sudo rm -rf /.Spotlight-V100
- Turn indexing back on:
sudo mdutil -i on /
- Wait for the indexing to complete (this may take 30-60 minutes).
Method 3: Clear the Spotlight Metadata Cache
Sometimes the cache that holds metadata for categories becomes corrupted.
- Open Terminal.
- Run this command to kill the metadata processes:
killall mds
killall mds_stores
- They will restart automatically and begin refreshing the metadata.
Method 4: Check Privacy Settings
If Spotlight isn't searching a specific drive or folder, ensure it hasn't been added to the "Privacy" list.
- Go to System Settings > Siri & Spotlight.
- Click Spotlight Privacy at the bottom.
- If your hard drive or any key folders are listed here, remove them using the minus (-) button.