Skip to content
Follow
Windows

How to Reset Windows Search in Windows 11

Richard
Written by
Richard
Feb 3, 2026 Updated Jul 13, 2026 3 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 problems when search isn’t finding files or runs too slowly.

This process rebuilds the search index, which is like a quick-reference guide for your files, making search work correctly again.

It’s especially helpful when Windows Search can’t find recent documents or installed apps, even after you’ve restarted your PC.

For example, if you know you saved a file but Windows Search in version 22H2 can’t locate it, resetting the index is a proven fix.

This method won’t delete any of your personal files or data.

⚡ 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 1 Download 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

Opening Windows Terminal as an administrator can fix Windows Search problems. This special mode grants the program permission to make necessary changes to your computer. To open Windows Terminal as an administrator, click the Start button, type ‘Windows Terminal,’ then right-click Windows Terminal 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, you can now run the script to reset Windows Search. You’ll need to type a specific command, telling the computer where to find the script file. The command looks like this: 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 might take 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 you get stuck or have questions, please leave a comment below or ask someone you trust for help.

Summary

Resetting Windows Search is a helpful way to fix problems like slow performance or search not working, and it’s safe for your files.

Wondering how to clear Windows Search history? You can disable this feature to prevent local storage of your search history on this device, and 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 Find Your Downloads Folder in Windows 11
Windows How to Find Your Downloads Folder 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 *