How To Disable Web Search And Bing In The Windows 11 Start Menu In 2026

If you open the Start menu, start typing, and Windows 11 stuffs your results with Bing links and “Search the web” suggestions, this guide shows you how to stop it and keep local-only results.

The fix is fast: a single registry value or Group Policy toggle strips web results out of Start search, leaving apps, files, and settings untouched.

We cover the registry method that works on Windows 11 Home, the Group Policy option for Pro and Enterprise, and the separate switches for Search highlights and cloud content, so you can build a clean, private search experience.

What you can change, at a glance

Windows 11 has no single GUI button to kill web search, so most fixes live in the registry or Group Policy. The table below maps each method to the edition it suits and how durable it is.

Method Edition Permanence
Registry: DisableSearchBoxSuggestions Home + Pro Strong; survives most updates
Registry: BingSearchEnabled / CortanaConsent Home + Pro Weak; updates may reset it
Group Policy web-search rule Pro + Enterprise Strong; policy-enforced
Turn off Search highlights Home + Pro Moderate; UI-level toggle
Turn off cloud content search Home + Pro Moderate; per-account toggle

Pick one primary method, then layer the highlights and cloud toggles on top for a fully local result list.

Why does Windows 11 search show Bing results?

Windows Search is built to blend local hits with online suggestions from Bing and the web, which Microsoft frames as a “richer” experience.

The trade-offs are real:

  • Web calls add latency, so typing feels laggy before local results appear.
  • Your queries leave the device, raising privacy concerns.
  • Irrelevant Bing links bury the app or file you actually wanted.

Disabling web results removes that round trip entirely, so Start search answers instantly from local data only.

Before you start: create a restore point

Two of the methods below edit the Windows registry. A wrong key can destabilize the system, so protect yourself first.

Create a System Restore point before making any registry change.

  1. Press Start, type Create a restore point, and open it.
  2. Select your system drive and click Configure to confirm protection is on.
  3. Click Create, name the point, and wait for confirmation.

If anything misbehaves later, you can roll back from the same dialog.

Method 1: Registry (works on Home and Pro)

This is the most reliable fix in 2026 and the only registry method that holds up well across updates.

  1. Press Start, type regedit, and open Registry Editor.
  2. Go to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer. If the Explorer key is missing, right-click Windows > New > Key and name it Explorer.
  3. Right-click in the right pane, choose New > DWORD (32-bit) Value, and name it DisableSearchBoxSuggestions.
  4. Double-click it and set the value to 1.

Sign out and back in, or restart Explorer from Task Manager. Web suggestions and the Copilot search button disappear from the Start panel, while apps, files, and settings keep resolving normally and noticeably faster.

Apply it machine-wide (optional)

To force the setting for every user, create the same DisableSearchBoxSuggestions DWORD under HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Explorer instead. This requires administrator rights and overrides per-user choices.

Method 2: Alternate registry keys (less reliable)

These older Bing toggles still exist, but Microsoft has reduced their reliability, and feature updates often flip them back on. Treat them as a supplement, not your main defense.

  1. In Registry Editor, open HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search.
  2. Create or edit a DWORD named BingSearchEnabled and set it to 0.
  3. Create or edit a DWORD named CortanaConsent and set it to 0.

Restart Explorer to apply the change. If web results return after a Windows update, recheck these two values first, since they are historically the most likely to be silently reset back to their defaults.

Method 3: Group Policy (Pro and Enterprise)

If you run Windows 11 Pro or Enterprise, Group Policy enforces the block more firmly than a loose registry tweak.

  1. Press Start, type gpedit.msc, and open the Local Group Policy Editor.
  2. Navigate to Computer Configuration > Administrative Templates > Windows Components > Search.
  3. Double-click Don’t search the web or display web results in Search.
  4. Select Enabled, click OK, and restart the PC.

This policy writes ConnectedSearchUseWeb under HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Windows Search, stopping Search from issuing web queries at all.

How do I get local-only Start menu search?

For a result list with zero web noise, combine the methods rather than relying on one.

  • On Home: apply Method 1, then add Method 2 as a backup.
  • On Pro or Enterprise: apply Method 3, and add Method 1 for extra coverage.
  • On any edition: turn off Search highlights and cloud content search (below).

After signing out and back in, Start search should return only apps, files, and settings stored on your device, with no Bing links or web suggestions mixed into the list.

Method 4: Turn off Search highlights

Search highlights inject holidays, trivia, and promoted content into the search panel. It is separate from web results and is removed through Settings.

  1. Open Settings > Privacy & security > Search permissions.
  2. Scroll to the More settings section.
  3. Turn off Show search highlights.

You can also reach this page by clicking the taskbar search box, selecting the three-dot menu, and choosing Search settings. On 24H2 builds, these options sit under the reorganized Search permissions and Searching Windows pages.

Method 5: Turn off cloud content search

Cloud content search pulls results from your Microsoft or work account, including OneDrive and Outlook. Disabling it keeps Start search strictly on-device.

  1. Open Settings > Privacy & security > Search permissions.
  2. Under Cloud content search, turn off Microsoft account and Work or school account.

To script it, set IsMSACloudSearchEnabled and IsAADCloudSearchEnabled to 0 under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SearchSettings.

Will the web results come back after an update?

Sometimes, yes. Microsoft changes Search keys often and has, at times, re-enabled web results through feature updates.

  • Method 1’s policy key and Method 3’s Group Policy are the most update-resistant.
  • The BingSearchEnabled and highlights toggles are the most likely to be flipped back.
  • After any major update, reopen the keys above and confirm the values still read 0 or 1 as set.

Keeping the policy-based methods in place means a quick recheck, not a full redo.

Advanced option: ExplorerPatcher (use with caution)

Power users sometimes reach for a third-party tool like ExplorerPatcher to replace the search UI entirely.

This is an advanced, unsupported route. Such tools hook deep into Explorer and can break after Windows updates, so they are not the recommended primary fix.

  • Only consider it if the built-in methods above are insufficient.
  • Avoid unknown “search fixer” utilities that promise one-click cleanup.
  • Always have a restore point and a recent backup before installing system shells.

For most people, the registry and policy methods are safer and entirely sufficient.

Home versus Pro: which method to use

Your edition decides your best primary method. Group Policy is Pro and Enterprise only; Home users lean on the registry.

Edition Primary method Add-on toggles
Windows 11 Home Method 1 (registry) Methods 2, 4, 5
Windows 11 Pro Method 3 (Group Policy) Methods 1, 4, 5
Windows 11 Enterprise Method 3 (Group Policy) Methods 1, 4, 5

Layering the add-on toggles on either edition gives the cleanest, most private result list.

Registry key reference

Use this table to verify or script every value covered above. All DWORD values are 32-bit.

Path Value Set to
HKCU\Software\Policies\Microsoft\Windows\Explorer DisableSearchBoxSuggestions 1
HKCU\Software\Microsoft\Windows\CurrentVersion\Search BingSearchEnabled 0
HKCU\Software\Microsoft\Windows\CurrentVersion\Search CortanaConsent 0
HKLM\Software\Policies\Microsoft\Windows\Windows Search ConnectedSearchUseWeb 0
HKCU\Software\Microsoft\Windows\CurrentVersion\SearchSettings IsMSACloudSearchEnabled 0

Quick reference

Method Key or path
Disable web suggestions HKCU\Software\Policies\Microsoft\Windows\Explorer > DisableSearchBoxSuggestions = 1
Disable Bing (legacy) HKCU\Software\Microsoft\Windows\CurrentVersion\Search > BingSearchEnabled = 0
Group Policy block Computer Configuration > Administrative Templates > Windows Components > Search > Don’t search the web or display web results in Search = Enabled
Search highlights Settings > Privacy & security > Search permissions > Show search highlights = Off
Cloud content search Settings > Privacy & security > Search permissions > Cloud content search = Off

Leave a Reply

Your email address will not be published. Required fields are marked *