title: How to Fix Spotlight Category Search Broken in macOS Tahoe 26.2
description: Fix the bug in macOS Tahoe 26.2 where Spotlight fails to filter results by category (e.g., Folders, PDF, Images) or returns no results.
category: System
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."
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.
- [Download CleanMyMac X Free Here](#)
- [Browse 240+ Premium Mac Utilities on Setapp](#)
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.