Finder Search Can't Find Existing Files Anymore.

Wow. Just wow. Apple macOS has gotten so incredibly poor that Finder cannot locate existing files anymore. Here is an example: In the search bar at the top right of Finder if I type the word "apple" I get no results - yet, a pages file beginning with the word "apple" is in the same directory I just searched.


Now I have to use Terminal to search for files - instead of using Finder's search. In the Terminal application if I use the following command the file I am looking for is easily listed.


find . -type f -iname "*apple*"


macOS is slowly becoming every bit as terrible as Microsoft Windows. Why? Apple used to just work. I guess those days are gone.



MacBook Pro 15″, macOS 12.7

Posted on Oct 31, 2023 9:18 PM

Reply
Question marked as Top-ranking reply

Posted on Nov 1, 2023 11:06 AM

Resetting the Spotlight index on macOS can help resolve issues related to search functionality and indexing errors. To reset the Spotlight index, you can follow these steps:


1. Open Terminal: You can find the Terminal application in the Utilities folder within the Applications folder, or you can use Spotlight to search for it.


2. Type the following command and press Enter:


sudo mdutil -E /



This command tells macOS to erase (reset) the Spotlight index for the entire file system. You will be prompted to enter your administrator password, as this command requires superuser privileges. Type your password and press Enter.


3. The system will start reindexing your files, which may take some time, depending on the size of your storage and the number of files. You'll see messages like "Indexing enabled" and a progress indicator.


4. Once the indexing is complete, you should see a message like "Indexing enabled." This means the index has been reset, and Spotlight will now start reindexing your files.


5. You can check the indexing progress by using the `mdutil` command with the `-s` option:


mdutil -s /



This will display the indexing status for your root directory.


Please be patient while Spotlight rebuilds the index. The time it takes can vary depending on the number of files and the speed of your storage.


After the index has been reset and rebuilt, you should find that Spotlight searches work properly again.

Similar questions

1 reply
Question marked as Top-ranking reply

Nov 1, 2023 11:06 AM in response to silver_mica

Resetting the Spotlight index on macOS can help resolve issues related to search functionality and indexing errors. To reset the Spotlight index, you can follow these steps:


1. Open Terminal: You can find the Terminal application in the Utilities folder within the Applications folder, or you can use Spotlight to search for it.


2. Type the following command and press Enter:


sudo mdutil -E /



This command tells macOS to erase (reset) the Spotlight index for the entire file system. You will be prompted to enter your administrator password, as this command requires superuser privileges. Type your password and press Enter.


3. The system will start reindexing your files, which may take some time, depending on the size of your storage and the number of files. You'll see messages like "Indexing enabled" and a progress indicator.


4. Once the indexing is complete, you should see a message like "Indexing enabled." This means the index has been reset, and Spotlight will now start reindexing your files.


5. You can check the indexing progress by using the `mdutil` command with the `-s` option:


mdutil -s /



This will display the indexing status for your root directory.


Please be patient while Spotlight rebuilds the index. The time it takes can vary depending on the number of files and the speed of your storage.


After the index has been reset and rebuilt, you should find that Spotlight searches work properly again.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Finder Search Can't Find Existing Files Anymore.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.