3

I am trying to turn on Windows indexing service by following one of the answer in this question

I got this error message:

enter image description here

Windows could not start the Windows Search service on Local Computer.
Error 21: The device is not ready.

What's the actual problem?  What do I need to do to fix it?

user4951
  • 5,029
  • 27
  • 76
  • 111

4 Answers4

2

Open Start menu/screen

Type:

Windows Search

Select:

Find and fix problems with Windows Search

Follow the instructions to resolve your specific circumstance

enter image description here

Moab
  • 58,769
2

For anyone still struggling with this error like I was do the following:

  1. Open Event Viewer
  2. Look at Windows Logs > Application
  3. Check the Errors in the logs, you should find one which was caused by "SearchIndexer.exe"
  4. Look under Faulting Module Path and this will provide you the location of where the indexer is crashing. You can diagnose from here. For me, this was deleting/renaming an unnecessary file.
1

In the Event Viewer, I saw Event 1006, Search, that said: "The Windows Search Service has failed to create the new search index. Internal error <1, 0x80070003, Failed to create application directory: E:\Search\Data\Applications>. " I do not have an "E" drive, so I inserted a USB drive which became "E". As soon as I inserted that, Indexing began and now Search works in File Explorer and Outlook.

https://answers.microsoft.com/en-us/windows/forum/all/search-and-indexing-stopped-after-update-to/a4cab8b0-43fb-4051-9abf-77e842325736

All the complex solution include reload windows but I found this simple solution worked

GraeBra
  • 26
  • 1
0

If you have created an Index on a removable drive the same drive path has to be available for you to be able to start the service and/or change setting in Indexing Option.

Thanks Marco Manuel for the tip-off.