Disable Bing Search in Windows Start Menu Using Regedit
Windows integrates Bing-powered web results directly into the Start menu search bar, which can clutter local queries and consume system resources. This guide explains how to disable Bing search integration in Windows 10 and Windows 11 using the Registry Editor (Regedit), allowing your Start menu to return strictly local search results for files, apps, and settings.
Step 1: Open the Registry Editor
- Press Windows Key + R to open the Run dialog box.
- Type
regeditinto the field and press Enter (or click OK). - Select Yes when prompted by the User Account Control (UAC) dialog.
Step 2: Navigate to the Explorer Policy Key
In the Registry Editor address bar at the top, paste the following path and press Enter:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\ExplorerIf the
Explorerfolder (key) does not exist underWindows:- Right-click the Windows key.
- Select New > Key.
- Name the new key
Explorer.
Step 3: Create the DWORD Value
Click on the Explorer key on the left sidebar to open it.
Right-click anywhere in the empty space in the right pane.
Select New > DWORD (32-bit) Value.
Name the new value:
DisableSearchBoxSuggestionsDouble-click DisableSearchBoxSuggestions, set the Value data to
1, and ensure the Base is set to Hexadecimal.Click OK.
Step 4: Apply the Changes
To apply the registry changes immediately without restarting your entire computer:
- Press Ctrl + Shift + Esc to open Task Manager.
- Locate Windows Explorer in the list of active processes.
- Right-click Windows Explorer and select Restart.
Once the process restarts, open the Start menu and type a query. The search will now exclusively look for local applications, files, and system settings, with all Bing web suggestions completely disabled.