Rebuilding the Search Index
You may occasionally find yourself wanting to rebuild the search index (e.g., if it's very large and you remove a big chunk of indexes, or if it gets corrupt). To rebuild the search index, follow these steps:
- In the Search box, type "index" (without the quotes) and press Enter. Windows displays the Indexing Options dialog box. (See Figure 1.)

Figure 1. The Indexing Options dialog box.
- Click the Advanced button. Windows displays the Advanced Options dialog box.
- Make sure the Index Settings tab is displayed. (See Figure 2.)

Figure 2. The Index Settings tab of the Advanced Options dialog box.
- Click the Rebuild button. Windows asks you if you are sure you want to perform the action.
- Click OK to start the rebuild.
- Close any open dialog boxes.
The work involved in rebuilding a search index is done behind the scenes and could take a while to complete. While Windows is rebuilding, you can work with other programs just fine, but you won't be able to do a search and get any meaningful results.
Author Bio
Barry Dysert
Barry has been a computer professional for over 35 years, working in different positions such as technical team leader, project manager, and software developer. He is currently a software engineer with an emphasis on developing custom applications under Microsoft Windows. When not working with Windows or writing Tips, Barry is an amateur writer. His first non-fiction book is titled "A Chronological Commentary of Revelation." Learn more about Barry...
Using the Event Viewer to Examine Remote Event Logs
Assuming you have proper access to remote computers, you can examine their event logs from your system without much ...
Discover More
Using the FOR Statement
In another tip we were introduced to the various FOR loops that exist in Windows. The actual use of these loops was left ...
Discover More
PowerShell Input and Output
When dealing with a scripting language like PowerShell, one of the first things you need to learn is how to get data into ...
Discover More
Using Robocopy to Copy Entire Directories
It's simple to use Robocopy to copy entire directories. Dealing with directories is what it does best! This tip shows you ...
Discover More
Using Folder Templates
Windows is highly customizable. One way you can customize it is by changing what the File Explorer looks like. This can ...
Discover More
Moving Files or Folders
A common operation within Windows is to move files and folders from one location to another. Here are the two major ways ...
Discover More
Comments