Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home » Windows

Search Not Working in Windows? Try These 6 Fixes

Abhishek SilwalBy Abhishek SilwalJuly 10, 2023
Search not working in Windows

The search feature on the start menu or taskbar as well as the file explorer are the most convenient means of looking up apps and files in your system. However, since this feature relies on many processes and services, it may stop working if the corresponding processes encounter any problems.

In such situations, the search app may not work at all or it may not help you search for all the items or contents in your system. In either case, you will need to check all the components involved in a search process and troubleshoot any issues with them.

Table of Contents

  • Restart Windows Explorer and Some Other Apps
  • Run Search and Indexing Troubleshooter
  • Check Some Windows Services
  • Rebuild Search Index
  • Update or Rollback Windows
  • Reset Windows Search

Restart Windows Explorer and Some Other Apps

The search process on Windows depends on a few processes such as Windows Explorer, Search Indexer, and CTF Loader.

So, any issues with any of these programs can prevent the search from working properly or working at all. You can restart these services to take care of any temporary issues with them.

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. Go to the Details tab.
  3. Search for and select the following processes and click End Task.
    • explorer.exe
    • ctfmon.exe
    • SearchIndexer.exe
      task-manager-explorer-end-task
  4. Then, click on Run new task or File > Run new task.
  5. Type explorer and press Enter to reopen this process.
    task-manager-run-new-task-explorer
  6. Do the same for ctfmon and SearchIndexer as well.

Run Search and Indexing Troubleshooter

Windows comes with a dedicated troubleshooter for the search and indexing process that checks for issues with all the components involved in this process. It will also try to automatically resolve any problems it is able to detect. Even if it can’t do so, it will still show the problem, which you can try resolving yourself using the relevant method in this article.

  1. Open Windows Settings by pressing Windows key + R.
  2. Go to System > Troubleshoot > Other troubleshooters.
  3. Click on Run next to Search and Indexing.
    search-and-indexing-troubleshooter-run
  4. Follow the on-screen instructions.

Check Some Windows Services

If the Windows Search service is not working, the search engine won’t be able to look for your files, folders as well as many apps. So you need to make sure that it starts properly.

  1. Open Run by pressing Windows + R.
  2. Type services.msc and press Enter to open Windows Services.
  3. Look for Windows Search and double-click on it.
    services-windows-search
  4. Set its Startup type to Automatic (Delayed Start) and click on Start if the status shows Stopped.
  5. Click OK.
    windows-search-startup-type-automatic-delayed-start

Rebuild Search Index

If your search is not showing all the files and folders you need, your system likely has not indexed them. In such cases, you need to rebuild the search index while including all drives.

  1. Open Run.
  2. Type control srchadmin.dll or control /name Microsoft.IndexingOptions and press Enter to open Indexing Options.
  3. Click on Modify.
    indexing-options-modify
  4. Check all options and select OK.
  5. Go to Advanced and click Rebuild.
    advanced-indexing-opttions-rebuild

It may take a long time for the index to be rebuilt depending on the number of your files and folders. You can keep track of the progress on the Indexing Options program.

Update or Rollback Windows

Sometimes, there may be minor bugs in the Windows update that prevent processes like the search engine from working properly. If this issue starts occurring right after an update and does not go away after a restart, you need to report it to Microsoft and then wait for further updates or bug fixes. 

After Microsoft rolls out an update that addresses this issue, you need to install it as soon as possible.

  1. Open Windows Settings and go to Windows Update.
  2. Select Install now if updates are available or Check for updates to scan for available updates. If you click Check for updates, it lists some updates, click Install now.
    windows-update-install-now
  3. Restart as necessary.

If no further updates are available, you can roll back the system by uninstalling the latest Windows update.

  1. Open Run.
  2. Type appwiz.cpl and click OK to open Programs and Features.
  3. Select View installed updates.
    view-installed-updates-programs-and-features
  4. Scroll down to Microsoft Windows.
  5. Look for the latest update under this category depending on the Installed On column.
  6. Select it and click Uninstall > Yes.
    uninstall-microsoft-windows-update-latest

Reset Windows Search

If the above methods were not enough to resolve your issue, your only remaining option is to reset the Windows Search altogether. Since the search feature is integrated with multiple system packages and components, Microsoft has provided a Powershell script for this purpose.

  1. Go to the Reset Windows Search PowerShell script download page on Microsoft’s platform.
  2. Click on Download to download the script.
    reset-windows-search-powershell-script-download
  3. Now, you need to change the script execution policy of your system to be able to run this script.
    • Open Run.
    • Type powershell and press Ctrl + Shift + Enter to open the Elevated Windows PowerShell.
    • Type the following cmdlets and press Enter after each:
      • Get-ExecutionPolicy (Note down the current execution policy. It may be RemoteSigned or Restricted)
      • Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
    • Type Y and press Enter.
      get-set-executionpolicy-scope-currentuser-executionpolicy-unrestricted-Y
  4. Then, go to the download location of the script.
  5. Right-click on it and select Run with PowerShell or Show more options > Run with PowerShell.
    resetwindowssearchbox-ps1-run-with-powershell
  6. Click Yes if prompted.
  7. Go back to the PowerShell prompt and revert back the policy using one of the cmdlets below depending on the previous execution policy.
    • Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
    • Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Restricted
  8. Then, it’s best to run the DISM and SFC tools just in case since you made changes to your system components.
    • Open Run.
    • Type cmd and press Ctrl + Shift + Enter to open the Elevated Command Prompt.
    • Type the following commands and press Enter after each:
      • dism /online /cleanup-image /restorehealth
      • sfc /scannow
        dism-restorehealth-sfc-scannow
fix
Abhishek Silwal
  • LinkedIn

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems. You can contact him at abhisheksilwal@technewtoday.com

Related Posts

how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
what happens if you turn off your computer during an update

What Happens if You Turn Off Your Computer During an Update?

September 18, 2023
How to Disable Integrated Graphics

How to Disable Integrated Graphics?

September 16, 2023
System Restore Stuck

How To Fix Windows Stuck on System Restore

September 16, 2023
startup-repair-couldn't-repair-your-pc

How To Fix “Startup Repair Couldn’t Repair Your PC”

September 13, 2023
how to free up ram

How to Free Up Memory

August 4, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
motherboard chipset

Understanding Motherboard Chipset and Its Importance

September 20, 2023
Naval-Warfare-Games

Best Naval Warfare Games

September 18, 2023
You may also like
printer-not-printing

How to Fix a Printer That’s Not Printing

September 20, 2023
Share Location With Friends and Family

Share Location With Friends and Family (iPhone and Android)

September 18, 2023
how-to-print-without-a-printer

How to Print Without a Printer

September 18, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.