Skip to content
Follow
Windows

How to Reset Windows Search in Windows 11

Richard
Written by
Richard
Feb 3, 2026 Updated Aug 13, 2026 2 min read
How to Reset Windows Search in Windows 11
How to Reset Windows Search in Windows 11

Resetting Windows Search in Windows 11 fixes missing files, blank panels, and slow results by rebuilding your search index, which is the quick-reference map Windows uses to find things on your computer.

When search stops working properly in version 22H2 or 23H2, clearing this database forces Windows to map everything out again from scratch so you can find apps and documents instantly.

Your personal files and photos stay completely safe during this process, and Windows keeps running normally while it rebuilds the list in the background.

⚡ Quick Answer

Reset Windows Search by downloading Microsoft’s reset script. Open Windows Terminal as administrator, then run the script using the command: PowerShell -ExecutionPolicy Unrestricted -File “”. Confirm by typing R and pressing Enter to rebuild the search index.

Step 1Download the Reset Script

Microsoft provides a small program, known as a script, to reset Windows Search. Click the link below to download it :

Download ResetWindowsSearchBox.ps1

Select your language and save the file to your Desktop or Downloads folder.

Reset Windows Search script download page
Reset Windows Search script download page

Step 2Open Windows Terminal as Administrator

Admin rights grant the permissions required to make necessary system changes. Press the Windows key, type Windows Terminal, then right-click the result and choose Run as administrator.

Running the script requires special permissions, also known as admin rights. Here’s how to do that:

  1. Click the Start button or press the Windows key.
  2. Type Windows Terminal.
  3. Right-click on Windows Terminal and choose Run as administrator.
  4. If you want, you can also open Windows Terminal with admin rights by following this guide.

Step 3Run the Reset Script

With Windows Terminal open as an administrator, run the script to reset Windows Search. Run the following command to point PowerShell toward the downloaded file: PowerShell -ExecutionPolicy Unrestricted -File "C:\Users\User01\Downloads\ResetWindowsSearchBox.ps1".

💻Code
PowerShell -ExecutionPolicy Unrestricted -File "<Full path of ResetWindowsSearchBox.ps1 file>"

For example, if your file is in Downloads and your username is User01, type:

💻Code
PowerShell -ExecutionPolicy Unrestricted -File "C:\Users\User01\Downloads\ResetWindowsSearchBox.ps1"

Step 4Confirm Running the Script

When a prompt appears, type R and press Enter to start the reset.

Windows Search reset script running successfully
Windows Search reset script running successfully

Once the script finishes, Windows Search will be reset. It takes a little time for it to begin working normally again as it rebuilds the search index.

  • Fixes problems like no search results showing up.
  • Improves slow or laggy search performance.
  • Corrects wrong or missing suggestions.

Important Notes

  • You must run the script as an administrator to reset Windows Search.
  • Resetting will not delete your personal files.
  • The search might feel a bit slow right after resetting because Windows is rebuilding the search database.

Where to Learn More

For official details and troubleshooting tips, visit Microsoft Support - Fix Windows Search Problems.

Need Help?

If problems persist or questions arise, leave a comment below or ask someone trusted for help.

Summary

Resetting Windows Search fixes problems like slow performance or search failure safely without harming stored files.

Wondering how to clear Windows Search history? Disable this feature to prevent local storage of search history on this device, then use the 'Clear device search history' button.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Repair Windows 11 Search and Indexing Features
Windows How to Repair Windows 11 Search and Indexing Features
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Search for Files in Windows 11
Windows How to Search for Files in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *