How to Completely Disable ‘Start Menu Web Search’ in Windows 11 Using the Registry Editor

When you press the Windows key and type the name of an application (like “Notepad”), you expect Windows 11 to instantly search your local hard drive and present the app. Instead, Windows frequently pauses, connects to the internet, searches Microsoft Bing, and populates your Start Menu with useless web results, Wikipedia summaries, and Edge browser shortcuts.

This “Web Search” integration is notoriously slow, consumes unnecessary bandwidth, and presents a massive privacy risk if you accidentally type sensitive information (like a client’s name or a password) into the Start Menu. If you want the Start Menu to act exclusively as a lightning-fast, offline local file launcher, you must sever its connection to the internet using the Registry Editor.

Step 1: Open the Registry Editor

Because Microsoft desperately wants you to use Bing, they have completely hidden the toggle switch for this feature. The only way to disable it is by manually injecting a new rule into the Windows Registry.

  1. Press the Windows Key + R on your keyboard to open the Run dialog box.
  2. Type regedit into the text box and press Enter.
  3. Click “Yes” when the User Account Control (UAC) prompt asks for administrative permission.

Step 2: Navigate to the Windows Search Key

You must navigate through the complex folder structure (keys) to find the specific area that controls the Start Menu.

  1. Look at the left-hand navigation pane and drill down through this exact path:
    HKEY_CURRENT_USER > SOFTWARE > Policies > Microsoft > Windows
  2. Look inside the “Windows” folder. If you see a folder named Explorer, click it.
  3. If the “Explorer” folder does not exist, you must create it. Right-click on the “Windows” folder, select New > Key, and name it exactly Explorer (capital E).

Step 3: Create the Kill Switch

  1. Ensure the Explorer folder is highlighted on the left.
  2. Move your mouse to the empty white space in the main right-hand pane.
  3. Right-click, select New, and click DWORD (32-bit) Value.
  4. A new file will appear. You must name it exactly this (case-sensitive, no spaces):
    DisableSearchBoxSuggestions
  5. Press Enter to save the name.

Step 4: Activate the Rule

  1. Double-click on the newly created DisableSearchBoxSuggestions file.
  2. A small edit window will pop up.
  3. Look at the “Value data:” text box. By default, it is set to 0 (which means the rule is inactive).
  4. Change the 0 to a 1.
  5. Click OK.

The Result

Close the Registry Editor. For this core system change to take effect, you must either restart your entire computer, or open Task Manager and restart the “Windows Explorer” process.

Once you reboot, click the Start Button and type “weather in London” or “pizza”. Absolutely nothing will happen. The Bing integration is completely dead. The Start Menu is now a localized, high-speed application launcher that will only ever search your physical hard drive, guaranteeing absolute privacy and vastly improved responsiveness.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.