How to fix Windows 10 Search error cannot search, not working

On Windows 10, the Windows Search bar is the default search tool. We just need to enter the keywords of the content we want to find, folders, software or installed applications, data, ... and then you will have quick results.

However, the Search bar on the system sometimes has errors like when upgrading to Windows 10, making it difficult for users to find programs. If your Windows 10 computer often encounters errors in the Windows Search tool, you can fix it according to the article below.

Fix Search in Start menu not working

Method 1: Restart your computer

This is the simplest way when the Windows Search bar has problems and does not work to search for programs. After restarting the computer, the Windows Search bar will work normally again.

Method 2: Restart Windows Explorer

When Search Windows has an error, it may be because Windows Explorer is frozen. We will restart Windows Explorer to fix the error of not being able to search on Windows 10 and some other errors.

Step 1 : On the Taskbar on your computer, right-click and select Task Manager .

How to fix Windows 10 Search error cannot search, not working

Step 2 : In the Task Manager window interface, we find Windows Explorer . Right-click and select Restart to restart. This will refresh and restart the Windows Explorer application on the computer, along with fixing the search error on Search Windows.

How to fix Windows 10 Search error cannot search, not working

Method 3: Turn off processes via Task Manager

It goes without saying that the first thing you should try is restarting your PC, but if that fails, then you should look into Task Manager to see if you can restart the Search process in various ways.

Start by pressing Ctrl + Shift + Esc to jump straight into Task Manager , then click More details in the bottom left corner to see the full thing.

First, restart the Windows Explorer process (as described above). If that doesn't work, target the Search application specifically. In Task Manager, click the Details tab , then scroll down until you find SearchApp.exe and SearchUI.exe. Right-click them and select End task.

How to fix Windows 10 Search error cannot search, not working
If restarting your computer and the Windows Explorer process doesn't work, you can try ending the two SearchApp.exe and SearchUI.exe processes.

Method 4: Reinstall the Start menu

There is a way to reinstall the Start menu, although this will also reinstall other Windows apps you may have uninstalled in the past, so don't be surprised if you see a few extra apps on your operating system after going through this process.

How to fix Windows 10 Search error cannot search, not working
Another way is to try reinstalling the Start menu via Powershell tool with admin rights.

To do this, press Win + R , then type powershell and press Ctrl + Shift + Enter to open Powershell with admin rights .

While in Powershell , enter the following command:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Let the process complete, then the search function in the Start menu will work again.

 

Method 5: Restart Cortana

The search function on Windows 10 is provided by the virtual assistant Cortana . In case the Windows 10 Search tool has an error, it may be because the Cortana application is frozen. The user should completely stop the application's operation and then restart the computer.

You also right-click on the Taskbar on Windows 10, then select Task Manager . In the list on the Task Manager window, users find Cortana, right-click and select End Task .

How to fix Windows 10 Search error cannot search, not working

Method 6: Use the debugger on Windows

Step 1 : We open Control Panel . In this interface, in the System and Security section , click on Find and fix problems .

How to fix Windows 10 Search error cannot search, not working

Step 2 : In the Troubleshooting window interface , we continue to click on System and Security .

How to fix Windows 10 Search error cannot search, not working

Step 3 : Go to the next interface, right-click on Search and Indexing and select Run as administartor .

How to fix Windows 10 Search error cannot search, not working

Step 4 : In the Search and Indexing interface , click Next to let the system detect and fix problems on the computer.

How to fix Windows 10 Search error cannot search, not working

Step 5 : In the next dialog box interface, check Files don't appear in search results , then click Next to proceed with the error check.

Immediately after that, the interface for handling problems and issues on the computer will appear. If problems are detected, the program will apply automatic fixes and notify the user of the results.

How to fix Windows 10 Search error cannot search, not working

Method 7: Check activity on Windows Search Service

Step 1 : Press the Windows + R key combination to bring up the Run dialog box, then type the keyword services.msc and press OK to open.

How to fix Windows 10 Search error cannot search, not working

Step 2 : In the next window interface, we find Windows Search in the list, then right-click and select Properties .

How to fix Windows 10 Search error cannot search, not working

Step 3 : In the next dialog box, in the Startup type section , switch to the Automatic (Delayed Start) option and click OK to save.

How to fix Windows 10 Search error cannot search, not working

Step 4 : Return to the Services interface, we also right-click on Windows Search and select Restart to restart.

How to fix Windows 10 Search error cannot search, not working

Method 8: Enable background apps

Since the Creators Update in 2017, there have been a few issues with Windows apps running in the background affecting some Windows 10 users. Specifically, disabling the “ Let apps run in the background ” option in Windows 10 has the unintended effect of rendering the Start menu search function useless.

How to fix Windows 10 Search error cannot search, not working
Enable background apps

This bug persists to this day, so you need to make sure you have the “ Let apps run in the background ” option enabled.

To do this, head to Settings > Privacy > Background apps , then make sure the “ Let apps run in the background ” toggle is On. From this same screen, you can individually disable any and all Windows apps from running in the background, but it’s important to keep that main toggle on.

Method 9: Rebuild the index

It is possible that the search index files in Windows Search have become corrupted, thus disabling the search function. Some people have reported this issue since the Windows 10 May Update (v1903) and here is a possible solution.

First, you can try rebuilding the index to eliminate any errors.

To do this, go to Control Panel, turn on Large icons in the top right corner, then click Indexing Options > Advanced .

How to fix Windows 10 Search error cannot search, not working
Click Indexing Options > Advanced

Finally, click Rebuild in the Advanced Options window . Click OK on the pop-up window that tells you this may take a while and to be patient as the process completes.

Method 10: Use System File Checker

This is one of the simplest things you can do to fix the Start menu search error. Open Command Prompt with admin rights (right-click Command Prompt and select Run as administrator ), then enter the following command:

sfc /scannow

This will scan your system files for any errors and corruption, and then automatically attempt to fix them. The one found in the Start menu is a system process, any errors in it will be detected using the SFC utility .

Additionally, some users have suggested that running the SFC utility in Windows 10 Safe Mode has solved the issue, so it's worth a try if doing it in regular Windows 10 fails.

Method 11: Disable/restart third-party antivirus software, enable Windows firewall

This article is not suggesting that you completely disable and remove all third-party antivirus software from your device. However, in practice, certain programs can cause Windows Search to not work properly.

Avast is a culprit, so try uninstalling it if you're using it, then find an alternative if necessary ( Windows Defender itself has become a viable and secure option in recent years). Or you can try temporarily disabling Avast shields, which should restore Start menu search.

How to fix Windows 10 Search error cannot search, not working
You can try enabling Windows Firewall

On the other hand, enabling Windows Firewall has also helped some users. It seems that Search and indexing is strangely sensitive to security settings, so enabling or disabling some antivirus and firewall options may help.

Method 12: Move or rebuild Swapfile.sys

Pagefile and Swapfile are two important and closely linked functions in Windows 10. Pagefile helps to ease the load on your PC's RAM, by allocating a certain amount of hard drive space to act as RAM, if you're running low on memory. Swapfile performs a similar function, but is specifically for Modern Windows apps, so it's more targeted.

How to fix Windows 10 Search error cannot search, not working
Move or rebuild Swapfile.sys

Since Cortana is a Modern Windows app, you can try rebuilding the Swapfile and your Start menu search should work again. This will also involve rebuilding the Pagefile, since the Swapfile directly depends on the Pagefile.

If you want to try this, read: How to Change Pagefile.sys Size and Location on Windows . While this article doesn’t recommend disabling the Pagefile entirely, you can move it to another drive to effectively “reboot.” Or, if you want it to stay on the original drive, you can disable it, restart your PC, and then enable it after the reboot.

Method 13: Repair Windows installation

Before you start worrying that this will erase all your personal data and files, the good news is that there is a way to refresh your Windows installation while keeping your important data intact. Obviously, this is still the more “draconian” solution on this list, so try some of the other solutions before resorting to this one.

How to fix Windows 10 Search error cannot search, not working
Repair Windows installation

First, create a bootable Windows 10 installation disc or USB , then launch it. Follow the instructions to upgrade your Windows 10 installation and make sure that on the “ Ready to install ” screen, you have selected the “ Keep personal files and apps ” option. If it is not selected by default, click “ Change what to keep ”, then select “ Keep personal files and Windows settings ”. Click Install and the latest version of Windows 10 will be installed while keeping all your data intact.

This will also reinstall the core files responsible for searching in the Start menu and thus fix the problem with the search function.

Method 14: Roll back to a previous Windows 10 update

It is also possible that the search bar in the Start menu stops working after updating Windows 10. Sometimes, if you want to be safe, you have to undo the Windows 10 update, rolling back the system to the previous updated version of Windows. The detailed instructions are in the article: How to uninstall Windows 10 updates to return to the previous version of Windows . If you decide to do this, you can refer to the article for more details.

Method 15: Use the “Everything” app instead

How to fix Windows 10 Search error cannot search, not working
Using the “Everything” app instead of Windows’ built-in search function gives you many advantages.

The Everything app is actually a much more in-depth search option than Windows’ built-in one. Everything indexes your drive faster, and its search method works by eliminating and filtering search terms as you type, so you’re effectively “narrowing” your search. Plus, it’s super lightweight at just 0.5MB, with a minimalist interface that still shows you everything you need.

Some users have long replaced the Windows search icon/bar with the Everything app on the taskbar and have even created an Autohotkey script so that it opens the app when Win + S is pressed .

Above are some ways to fix Windows 10 Search error, unable to boot and unable to search for data. Hopefully with this article, the error of not searching on Windows 10 will be completely resolved.

Good luck!

Tags: #System
Sign up and earn $1000 a day ⋙

Leave a Comment

How to Install Windows 11 on an Unsupported PC

How to Install Windows 11 on an Unsupported PC

If your PC doesn't meet Microsoft's hardware requirements, don't give up. It's possible to install Windows 11 on unsupported PCs.

5 Best VPN Software Today With Free Trials and Refund Policies

5 Best VPN Software Today With Free Trials and Refund Policies

Signing up for a VPN can be a waste of money if you don’t know how the product works. That’s why you should use a free VPN trial to help you make the right decision.

How powerline adapters change your home internet

How powerline adapters change your home internet

Is the internet speed on your home Wi-Fi network not meeting your expectations? There's a relatively cheap and simple solution to this problem: a Powerline adapter.

How to fix Settings app not working on Windows 10

How to fix Settings app not working on Windows 10

On Windows 10, users can access the Settings app via the Start menu, which is a more accessible version of the Control Panel. However, many users report that the app is not working due to a bug that causes it to not work when clicked (or redirects users to the Windows Store). Here are some fixes for this problem.

How to Fix Your PC Ran Into a Problem and Needs to Restart

How to Fix Your PC Ran Into a Problem and Needs to Restart

Your PC ran into a problem and needs to restart and won't start? Here's how to fix it!

8 Ways to Open Advanced Startup Options on Windows 10

8 Ways to Open Advanced Startup Options on Windows 10

By navigating to Advanced Startup Options, you can reset Windows 10, restore Windows 10, restore Windows 10 from an image file you created earlier, fix startup errors, open Command Prompt to perform various options, open UEFI settings, change Startup settings....

If a VPN has these warning signs, stay away from it!

If a VPN has these warning signs, stay away from it!

Over time, you'll learn to quickly spot the warning signs of a VPN. If your VPN shows any of these signs, quickly abandon it before installing it.

How to change number format in Windows 11

How to change number format in Windows 11

Number formats determine how numbers are displayed, including your choice of decimal separator (such as a period or comma) and thousands separator. Here's how to change the number format in Windows 11.

How to check computer history to see if someone has accessed and used your computer?

How to check computer history to see if someone has accessed and used your computer?

If you suspect that someone is accessing and using your computer without permission, you can apply some of the tricks below to check the computer's on/off history, view recent activities on the computer to confirm and reaffirm that.

How to Change Default Browser in Windows 10

How to Change Default Browser in Windows 10

Windows 10 allows users to change the default web browser on the system in an extremely flexible and simple way.

How to edit and reset Windows 11 Action Center

How to edit and reset Windows 11 Action Center

Users can change and edit settings in Action Center to suit their needs.

Simple changes to help your Windows computer boot faster

Simple changes to help your Windows computer boot faster

Turning off applications you don't need is the most effective way to help your Windows computer boot faster.

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

There are many reasons why your laptop cannot connect to WiFi and therefore there are many ways to fix the error. If your laptop cannot connect to WiFi, you can try the following ways to fix this problem.

How to fix the error of Taskbar being hidden when zooming in on the application

How to fix the error of Taskbar being hidden when zooming in on the application

The Windows Taskbar suddenly disappears and is hidden behind other windows that are open on the screen. You can refer to some solutions below to fix the error of the Taskbar being hidden when the application is maximized.

8 PowerToys Features Microsoft Should Include by Default in Windows 11

8 PowerToys Features Microsoft Should Include by Default in Windows 11

Some of the PowerToys features work so smoothly that you'll forget they weren't always part of Windows.

How to Install Windows 11 on an Unsupported PC

How to Install Windows 11 on an Unsupported PC

If your PC doesn't meet Microsoft's hardware requirements, don't give up. It's possible to install Windows 11 on unsupported PCs.

5 Best VPN Software Today With Free Trials and Refund Policies

5 Best VPN Software Today With Free Trials and Refund Policies

Signing up for a VPN can be a waste of money if you don’t know how the product works. That’s why you should use a free VPN trial to help you make the right decision.

How powerline adapters change your home internet

How powerline adapters change your home internet

Is the internet speed on your home Wi-Fi network not meeting your expectations? There's a relatively cheap and simple solution to this problem: a Powerline adapter.

How to fix Settings app not working on Windows 10

How to fix Settings app not working on Windows 10

On Windows 10, users can access the Settings app via the Start menu, which is a more accessible version of the Control Panel. However, many users report that the app is not working due to a bug that causes it to not work when clicked (or redirects users to the Windows Store). Here are some fixes for this problem.

How to Fix Your PC Ran Into a Problem and Needs to Restart

How to Fix Your PC Ran Into a Problem and Needs to Restart

Your PC ran into a problem and needs to restart and won't start? Here's how to fix it!

8 Ways to Open Advanced Startup Options on Windows 10

8 Ways to Open Advanced Startup Options on Windows 10

By navigating to Advanced Startup Options, you can reset Windows 10, restore Windows 10, restore Windows 10 from an image file you created earlier, fix startup errors, open Command Prompt to perform various options, open UEFI settings, change Startup settings....

If a VPN has these warning signs, stay away from it!

If a VPN has these warning signs, stay away from it!

Over time, you'll learn to quickly spot the warning signs of a VPN. If your VPN shows any of these signs, quickly abandon it before installing it.

How to change number format in Windows 11

How to change number format in Windows 11

Number formats determine how numbers are displayed, including your choice of decimal separator (such as a period or comma) and thousands separator. Here's how to change the number format in Windows 11.

How to check computer history to see if someone has accessed and used your computer?

How to check computer history to see if someone has accessed and used your computer?

If you suspect that someone is accessing and using your computer without permission, you can apply some of the tricks below to check the computer's on/off history, view recent activities on the computer to confirm and reaffirm that.

How to Change Default Browser in Windows 10

How to Change Default Browser in Windows 10

Windows 10 allows users to change the default web browser on the system in an extremely flexible and simple way.

How to edit and reset Windows 11 Action Center

How to edit and reset Windows 11 Action Center

Users can change and edit settings in Action Center to suit their needs.

Simple changes to help your Windows computer boot faster

Simple changes to help your Windows computer boot faster

Turning off applications you don't need is the most effective way to help your Windows computer boot faster.

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

There are many reasons why your laptop cannot connect to WiFi and therefore there are many ways to fix the error. If your laptop cannot connect to WiFi, you can try the following ways to fix this problem.

How to fix the error of Taskbar being hidden when zooming in on the application

How to fix the error of Taskbar being hidden when zooming in on the application

The Windows Taskbar suddenly disappears and is hidden behind other windows that are open on the screen. You can refer to some solutions below to fix the error of the Taskbar being hidden when the application is maximized.

8 PowerToys Features Microsoft Should Include by Default in Windows 11

8 PowerToys Features Microsoft Should Include by Default in Windows 11

Some of the PowerToys features work so smoothly that you'll forget they weren't always part of Windows.