{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreiedrnewjhvsholumeyuxunlb7o3kdfcpz3rkduhkuwvn7tyewams4",
"uri": "at://did:plc:ws6dhxzqnqxu5aqxt4kd27oc/app.bsky.feed.post/3mnjefghp6vm2"
},
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreih5jd2m36xigq7vgfmph6nfirux6gitilkz4in6ejkhgtow2ehqvq"
},
"mimeType": "image/webp",
"size": 31106
},
"description": "A registry tweak, a Group Policy switch, and a Settings toggle that strip Bing links out of Start menu search.",
"path": "/how-to-turn-off-bing-web-results-in-the-windows-11-start-menu/",
"publishedAt": "2026-06-05T05:03:58.000Z",
"site": "https://allthings.how",
"textContent": "Type almost anything into the Windows 11 Start menu and Bing shows up. Alongside your apps, files, and settings, the search box throws in web results that open in Microsoft Edge whenever it can't find an exact local match. If you only want the Start menu to surface things that live on your PC, you can switch the web results off. The cleanest fix lives in the Windows registry, and there are Group Policy and Settings options too.\n\n⚡\n\nQuick answer: Open Registry Editor, go to HKEY_CURRENT_USER\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer, create a DWORD (32-bit) value named DisableSearchBoxSuggestions, set it to 1, then restart Windows Explorer. Bing web results disappear from Start menu search.\n\nThis applies to Windows 11 and to Windows 10 version 2004 and later. The older Cortana-era tricks no longer work, so the methods below are the ones that take effect on current builds. Your account needs to be in the Administrator group to make registry and policy changes.\n\n* * *\n\n## What Start menu search shows by default\n\nClick the search box or press Win+S and you get the enhanced search box. It puts your top apps and quick searches up front, including things like weather, news, and market info. When the system can't match what you typed to a local document, app, or setting, it fills the gap with Bing web suggestions. Click one and the page opens in Microsoft Edge.\n\nThere's no single button in the interface that hides this. Removing web results means editing the registry or changing a Group Policy setting. The table below maps each approach to where it works.\n\nMethod| Where it lives| Works on\n---|---|---\nDisableSearchBoxSuggestions| Registry (Policies\\Explorer)| Windows 10 & 11\nBingSearchEnabled| Registry (CurrentVersion\\Search)| Windows 10 & 11\nGroup Policy switches| gpedit.msc (Search)| Pro, Education, Enterprise\nSettings toggle| Privacy & security → Search| Windows 11 (where rolled out)\n\n* * *\n\n## Disable web results with the registry (DisableSearchBoxSuggestions)\n\nThis is the most reliable way to clear Bing out of the Start menu, and it works across both Windows 11 and Windows 10. Back up the registry or create a restore point first, since a wrong edit elsewhere can cause problems.\n\n⚠️\n\nEditing the registry can break things if you change the wrong value. Follow the path and value names exactly as written.\n\n**Step 1:** Press the Windows key, type `regedit`, and open Registry Editor. Accept the prompt that asks for permission. Don't click any Bing results that pop up while you type.\n\n**Step 2:** Paste this path into the address bar at the top and press Enter.\n\n\n Computer\\HKEY_CURRENT_USER\\SOFTWARE\\Policies\\Microsoft\\Windows\\\n\n**Step 3:** Look in the left pane for a key named **Explorer** under Windows. If it isn't there, right-click the **Windows** key, choose New, then Key, and name it `Explorer`. Then select it.\n\n**Step 4:** With Explorer selected, right-click in the right pane and choose New, then DWORD (32-bit) Value. Name it `DisableSearchBoxSuggestions`.\n\n**Step 5:** Double-click the new value, set it to **1** , and click OK. Restart your computer, sign out and back in, or restart Windows Explorer to apply the change.\n\nTo restart Explorer without rebooting, press Ctrl+Shift+Esc to open Task Manager, find **Windows Explorer** in the Processes list, right-click it, and choose Restart.\n\nYou'll know it worked when a search that would normally pull in web links no longer shows a Web section in the results. There are a few trade-offs with this method.\n\n * Bing extras such as weather, stock prices, and currency conversion stop appearing.\n * File Explorer no longer shows suggestion pop-ups as you type in its search box.\n * Recent searches are no longer stored or shown.\n\n\n\n🛈\n\nNote: After this change some PCs show a message that search indexing isn't working. That message is often wrong. If your indexing service is running and local results still appear, you can ignore it.\n\n* * *\n\n## Disable Bing with the BingSearchEnabled value\n\nThere's a second registry value that targets Bing directly. It's a good fallback if web results still show up after the first method, and it's quick to apply or remove.\n\n**Step 1:** Open Registry Editor and go to this path.\n\n\n HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Search\n\n**Step 2:** Right-click the **Search** key, choose New, then DWORD (32-bit) Value, and name it `BingSearchEnabled`.\n\n**Step 3:** Double-click it and set the data to **0**. The change usually shows up right away. Run a Start menu search to confirm web results are gone.\n\nIf you ever want Bing back, delete the value or set it to 1. You can apply the same change from an elevated Command Prompt with one line.\n\n\n reg add \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Search\" /v BingSearchEnabled /t REG_DWORD /d 0 /f\n\n\nDisable Bing in Start menu search from Command Prompt\n\n* * *\n\n## Turn off web results with Group Policy (Pro and Enterprise)\n\nIf you run Windows 11 Pro, Education, or Enterprise, the Local Group Policy Editor has dedicated switches for this. Home editions don't include gpedit, so Home users should stick to the registry methods above.\n\n**Step 1:** Press Win+R, type `gpedit.msc`, and press Enter to open the Local Group Policy Editor with elevated rights.\n\n**Step 2:** In the left pane, go to Computer Configuration, then Administrative Templates, then Windows Components, then Search.\n\n**Step 3:** Double-click **Do not allow web search** , set it to **Enabled** , and click OK.\n\n**Step 4:** Double-click **Don't search the web or display web results in Search** , set it to **Enabled** , click OK, and restart the PC.\n\nSome systems still show web results after only the policy change. If that happens, apply the `BingSearchEnabled` registry value as well, which clears it. To revert, set both policies back to **Not Configured**.\n\n* * *\n\n## Settings toggle for web suggestions in Windows 11\n\nNewer Windows 11 builds add a switch inside Settings. Go to **Privacy & security**, then **Search** , and look under **Show suggested search results**. From there you can turn off web searches as well as Microsoft Store results. This option is rolling out gradually, so it may not be present on every machine yet.\n\nIf the toggle isn't there, or it doesn't fully remove web links, the registry route remains the dependable choice on both Windows 10 and Windows 11.\n\n* * *\n\n## If web results come back after a Windows update\n\nFeature updates sometimes reset these tweaks and switch web search back on. The usual fix is to delete the registry value you created, restart the PC, then re-add it. Keeping a small `.reg` file or a batch script with your preferred values makes reapplying it after an update painless.\n\nA few other things to check if results persist. Restart Windows Explorer or reboot to force the change to register. Clear the search history under Settings, then Privacy & security, then Searching Windows. And if Microsoft account syncing is pushing the setting back, turn off sync for the relevant categories under Accounts.\n\nOnce the change holds, the Start menu search box does what most people actually want it to do. It points you to your apps, files, and settings, and stops handing your typing off to Bing and Edge.",
"title": "How to Turn Off Bing Web Results in the Windows 11 Start Menu",
"updatedAt": "2026-06-05T05:03:59.170Z"
}