151

The Search menu on my Windows 10 suddenly stopped working. When I click the Search icon or type something in the Start menu, it just shows a blank search window.

enter image description here

I've tried rebuilding the index, SFC /scannow, DISM Restore, and creating a new local user account. None of them worked.

Windows 10 1909 build 18363.592.

Jim
  • 1,375

3 Answers3

125

This problem was the result of a temporary server-side malfunction on Microsoft's side. It has since been resolved, and affected systems should operate normally after a reboot.

We are aware of a temporary server-side issue causing Windows search to show a blank box. This issue has been resolved for most users and in some cases, you might need to restart your device. We are working diligently to fully resolve the issue and will provide an update once resolved.

This issue was resolved at 12:00 PM PST. If you are still experiencing issues, please restart your device. In rare cases, you may need to manually end the SearchUI.exe or SearchApp.exe process via Task Manager. (To locate these processes, select CTRL + Shift + Esc then select the Details tab.)

- source

The problem seemed to be related to certain online-enabled features tied to the search menu, namely Bing Search and Cortana. Disabling these features allowed other features of the search menu to begin functioning again.

The following steps explain how to disable Bing Search and Cortana in the search menu.

  1. Open Regedit and navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search

enter image description here 2. Right-click the Search icon and choose New > DWORD (32-bit) Value. Name the new value BingSearchEnabled

enter image description here 3. Double-click the new BingSearchEnabled value to open its properties dialog. The number in the “Value data” box should already be 0—just ensure it’s still 0. Click OK to continue

enter image description here 4. Below BingSearchEnabled, you should see CortanaConsent. Double-click this value to open its properties dialog. Change its “Value Data” box to “0”.

If you don’t see CortanaConsent, create it by following the same steps you used to create BingSearchEnabled.

enter image description here

Restart Explorer.Exe or PC and allgood

Source How to Disable Bing in the Windows 10 Start Menu

SQLTemp
  • 1,617
36

The Search menu on my Windows 10 suddenly stopped working. When I click the Search icon or type something in the Start menu, it just shows a blank search window.

The issue you describe was a known issue, on February 5th, 2020, and confirmed and fixed by Microsoft.

We are aware of a temporary server-side issue causing Windows search to show a blank box. This issue has been resolved for most users, and in some cases, you might need to restart your device. We are working diligently to fully resolve the issue and will provide an update once resolved.

This issue was resolved at 12:00 PM PST. If you are still experiencing issues, please restart your device. In rare cases, you may need to manually end the SearchUI.exe or SearchApp.exe process via Task Manager. (To locate these processes, select CTRL + Shift + Esc then select the Details tab.)

I can confirm that simply restarting SearchUI.exe or SearchApp.exe is not enough to resolve this problem. I can personally confirm that this issue can indeed be solved by simply rebooting. According to Microsoft the server-side problem, causing the problem on any system with SearchUI.exe or SearchApp.exe, was indeed resolved on February 5th, 2020 at 8 PM Zulu.

Source: Resolved: Windows Search shows blank box

A Windows search box issue affecting some machines has been resolved for most users and in some cases, you might need to restart your device. Check the Windows message center for the latest updates: https://docs.microsoft.com/en-us/windows/release-information/windows-message-center#387

Source: WindowsUpdate - Twitter

I've tried rebuilding the index, SFC /scannow, DISM Restore, and creating a new local user account. None of them worked.

These solutions should only be used in the event of system corruption. Your system was not corrupt, Microsoft experienced a server-side issue, that caused the problem you describe.

if you reading this answer, after the server-side problem has already been fix, you can also try the Reset Windows Search PowerShell script as an Administrator to try and solve the problem.

Ramhound
  • 44,080
0

tl;dr: Open the Details tab of your Task Manager and kill all running processes called "SearchApp.exe". As soon as you try to search again the process will automatically restart.

Disclaimer: below is an explanation of why I believe this works, which contains some assumptions based on what I've witnessed. I don't know that every statement below is true.

Details:

Windows Search, in order to search quickly, uses a lot of memory. In my case it uses about 300 MB. In order to prevent from locking up that much memory constantly, Windows saves the memory off to the side (presumably into a swap or temp file on the drive) and reloads it every time you click on the Search bar or press the Windows key. You can witness the memory usage by opening the Task Manager, selecting the "Details" tab, sort by name, and looking for "SearchApp.exe". Most of the time it will be "Suspended" and use 0 K of memory. Now press the Windows key or click into the Search bar, and watch the process go into "Running" and use up a lot of memory. If you click off, after 5 seconds the app will go into "Suspended" mode again and the memory will be released.

I believe that sometimes, the process locks up and gets stuck in the "Suspended" state. (Perhaps the temp memory is corrupted and it cannot reload it, or maybe it's another reason.) The last 3 times this happened to me, killing all of the "SearchApp.exe" processes fixed the problem.

TTT
  • 735
  • 5
  • 13