How to Disable Bing Search in Windows 11
Windows 11 integrates Bing search results directly into the Start menu by default, which can slow down local file queries and clutter your search interface with unwanted web suggestions. This guide provides clear, step-by-step instructions to turn off Bing integration using the Windows Registry Editor and the Local Group Policy Editor, restricting your Start menu searches exclusively to local files, settings, and installed applications.
Method 1: Disable Bing Search Using the Registry Editor
This method works on all editions of Windows 11, including Windows 11 Home and Pro.
Press Windows Key + R to open the Run dialog box.
Type
regeditand press Enter to open the Registry Editor. Click Yes if prompted by User Account Control.In the address bar at the top, navigate to the following path:
HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsRight-click the Windows folder in the left sidebar, select New, and click Key. Name this new key Explorer. (If the
Explorerkey already exists, simply click on it.)Select the Explorer key. Right-click in the empty space on the right pane, select New, and choose DWORD (32-bit) Value.
Name the new value DisableSearchBoxSuggestions and press Enter.
Double-click DisableSearchBoxSuggestions, change the Value data from
0to1, and click OK.Close the Registry Editor.
Restart your computer or restart the Windows Explorer process via the Task Manager to apply the changes.
Method 2: Disable Bing Search Using Group Policy Editor
This method is available for Windows 11 Pro, Enterprise, and Education editions.
Press Windows Key + R, type
gpedit.msc, and press Enter.In the left panel, navigate to:
Computer Configuration > Administrative Templates > Windows Components > SearchLocate the policy named Do not allow web search and double-click it.
Set the policy to Enabled, then click Apply and OK.
In the same folder, locate the policy named Don’t search the web or display web results in Search.
Double-click it, set it to Enabled, and click Apply and OK.
Close the Local Group Policy Editor and restart your computer to apply the policies.
How to Revert the Changes
If you ever want to restore Bing web results in your Start menu:
- For Registry Editor: Navigate back to
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer, right-click DisableSearchBoxSuggestions, and select Delete. - For Group Policy Editor: Set the modified policies back to Not Configured.