Disable Web Results in Start Menu Search with Regedit
By default, the Windows Start menu includes Bing web search results alongside local files and applications. Disabling these online suggestions provides a faster, distraction-free search experience focused strictly on your local machine. You can easily turn off web search integration by modifying a specific entry in the Windows Registry Editor on both Windows 10 and Windows 11.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnter. - Click Yes when prompted by the User Account Control (UAC) prompt.
Step 2: Navigate to the Explorer Policies Key
In the Registry Editor address bar at the top, paste the following
path and press Enter:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer
If the Explorer key does not exist under the
Windows folder: 1. Right-click the Windows
folder. 2. Select New > Key. 3.
Name the new key Explorer.
Step 3: Create the Disable Value
- Right-click on an empty area inside the right pane of the Explorer folder.
- Select New > DWORD (32-bit) Value.
- Name this new value
DisableSearchBoxSuggestions. - Double-click
DisableSearchBoxSuggestions, set its Value data to1, and click OK.
Step 4: Disable Bing Search (Windows 10/11 Search Key)
To ensure all cloud search integration is fully disabled across different Windows builds, check the main Search configuration:
- Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search - Look for a DWORD named
BingSearchEnabled. If it does not exist, right-click, select New > DWORD (32-bit) Value, and name itBingSearchEnabled. - Double-click
BingSearchEnabledand ensure its Value data is set to0.
Step 5: Apply the Changes
For the changes to take effect immediately, restart Windows Explorer:
- Press
Ctrl + Shift + Escto open the Task Manager. - Locate Windows Explorer in the list of processes.
- Right-click it and select Restart.
Once restarted, typing a query into the Start menu search bar will only display local files, installed applications, and system settings.