Windows 10 Search not loading, showing blank window

145

40

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 as can be seen in the following screenshot:

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.

OS Info: Windows 10 1909 build 18363.592.

Jim

Posted 2020-02-05T11:28:26.113

Reputation: 1 035

Answers

123

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

Posted 2020-02-05T11:28:26.113

Reputation: 1 473

1

There was a comment here with a link to this article.

Microsoft confirmed it was investigating access and latency issues “with multiple Microsoft 365 services,” before fixing the issue at 11:35AM ET. Microsoft blames a “third-party networking fiber provider” for experiencing a network disruption resulting in multiple Microsoft 365 services issues. “This issue has been resolved for most users and in some cases you may need to reboot your machine,” https://www.theverge.com/2020/2/5/21124204/windows-search-down-blank-results-issues-microsoft-bing-outage

– SQLTemp – 2020-02-06T23:41:53.433

1@SQLTemp - This question was attracting too many "thanks for the solution" comments, that a moderator purged the comments, which is the reason information should not be submitted in comments. I think I might have been the one to provide that information if I did it's the same link in my answer, but the comment didn't prevent the half dozen comments that followed it. The comment section to your answer got wiped at least 3 times. – Ramhound – 2020-02-07T12:17:53.263

1@Ramhound yeah that does ring a bell – SQLTemp – 2020-02-07T12:24:24.947

i see. i've suggested an edit to add a little bit of context. i hope you don't mind. – Woodrow Barlow – 2020-02-07T22:51:12.240

@WoodrowBarlow no worries at all, thanks for the update. – SQLTemp – 2020-02-08T02:10:10.750

I wish MS would explain why the "server-side" is relevant at all for my local results... – Carl Kevinson – 2020-02-10T19:14:28.060

This does not work for me, even after doing the registry changes and restarting SearchUI.exe from the Task Manager. The searchbox remains blank. Has anyone found a different solution? – Simon Christiansen – 2020-02-11T09:30:52.213

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

Posted 2020-02-05T11:28:26.113

Reputation: 28 517

The registry fix isn’t required.. Please leave this comment section limited to feedback about this answer. Any comment that mentions the registry fix will be reported as no longer being needed. – Ramhound – 2020-02-07T18:10:48.283