206

It used to be possible to disable internet search results in start menu searches before the Windows 10 Creators Update, but I've just clean installed a new Windows 10 Pro image and that setting is gone. Is there some way to disable it through editing the registry/etc?

0

5 Answers 5

240
+100

The article The Windows 10 spring update no longer lets you disable web search in Start - workaround reports that the following registry update is required in Windows 10 version 1803 :

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"BingSearchEnabled"=dword:00000000
"AllowSearchToUseLocation"=dword:00000000
"CortanaConsent"=dword:00000000

It remarks :

those entries are completely missing from the "Search" registry key, so you can safely delete them should you want to revert.

I would still recommend to at least create a system restore point before doing any registry modifications.

A reboot might be required.

User @mtd has contributed below these commands for applying the updates to the registry:

reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v BingSearchEnabled /t REG_DWORD /d 0
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v AllowSearchToUseLocation /t REG_DWORD /d 0
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v CortanaConsent /t REG_DWORD /d 0

EDIT1 : There are reports that Windows 10 version 2004 has broken the above fix.

The article Disable Web Search in Taskbar in Windows 10 Version 2004 has a summary of the current state of the problem.

The current solution seems to be to download and run this PowerShell script as Administrator:

Set-ExecutionPolicy Unrestricted -Scope Process
.\disable-web-search.ps1

As only a workaround, this PowerShell script blocks the online search using Windows Firewall rules, so forcing the search to operate in offline mode.


EDIT2: Reports now say that these registry modification are working for Windows versions 2004 and 20H2 without reboot.


EDIT3: Windows 11 21H2 - it has been reported that it is also required to create in the registry key HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer, a DWORD32 value named DisableSearchBoxSuggestions and set its value to 1.

More information in the article How to Disable Web Search Results in Start Menu on Windows 11.

26
  • 7
    Confirmed that these registry edits successfully disable the web search. The start menu wasn't turning up many search results on my local disk when I initially made those registry changes (even after restarting explorer.exe), but after a few minutes that problem resolved itself.
    – Drew
    Commented May 27, 2018 at 22:36
  • 21
    You can just kill SearchUI.exe to have this kick in. When you then open the search panel -- Win+S -- it should say "apps, files and settings". If it still states "web results", make sure you added all keys. In my case, CortanaConsent was missing. Commented Oct 3, 2018 at 1:00
  • 4
    For some reason I couldn't see BingSearchEnabled or AllowSearchToUseLocation in the register editor GUI but I was able to disable web searches by running this in cmd reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v BingSearchEnabled /t REG_DWORD /d 0 Commented Feb 5, 2019 at 20:01
  • 3
    works on 1903 ✔
    – JinSnow
    Commented Jul 31, 2019 at 4:12
  • 7
    Is it someone's job at Microsoft to purposely annoy people?
    – niico
    Commented Nov 16, 2020 at 10:33
102

This has been required since Windows 10 Version 1607. Configuring the group policies below will only work if you are running Windows 10 Version 1607, Windows 10 Version 1703, or Windows 10 Version 1709. You must be running Windows 10 Professional or any applicable version of Windows 10 for these group policy changes to take effect.

  1. Start the Local Group Policy Editor
  2. The policy you’re looking for is located at

Computer Configuration → Administrative Templates → Windows Components → Search

  1. Set Allow Cortana to Disable
  2. Set Do not allow web search to Enabled
  3. Set Don't search the web or display web results in Search to Enabled
  4. Restart

enter image description here

Image Source:

Additional Sources:

0
9

While @Ramhound solution and @harrymc solution are certainly the most direct, there is also a useful free third part program, that can edit many of these hidden settings, including the turning off of Internet Search in Cortana.

O&O ShutUp10 means you have full control over which comfort functions under Windows 10 you wish to use, and you decide when the passing on of your data goes too far. Using a very simple interface, you decide how Windows 10 should respect your privacy by deciding which unwanted functions should be deactivated.

O&O ShutUp10 is entirely free and does not have to be installed – it can be simply run directly and immediately on your PC. And it will not install or download retrospectively unwanted or unnecessary software, like so many other programs do these days!

( Website and Direct Download )

Example of cortana settings in the program:

Cortana Settings

5
  • 2
    oo-software.com is reliable? How to confirm that there are no trojan? Commented Jul 16, 2019 at 16:44
  • @PeterKrauss You will have to read up on them your self. They have been around for a long term, a german company, and are certified microsoft partner; see there history here oo-software.com/en/company
    – user900431
    Commented Feb 8, 2020 at 4:29
  • @PeterKrauss basically they have been around for a long time, and there products can be found across the internet. cnet page , mwc , amazon , shop , shop2.
    – user900431
    Commented Feb 8, 2020 at 23:51
  • 1
    Ok ok, it is like any other black-box: non-reliable. Only auditable (simple and non-chaotic) open source is reliable. But, no other options for ugly-Windows, ok: german company and long term sorftware (confirmed), and your approval, it is a good credential. ...I used and was good (!), more one up vote! Commented Feb 9, 2020 at 22:30
  • Every other solution on this page did not work except this one Commented Mar 7, 2022 at 17:37
0

For Windows 11 (23H2, build 22631.3593), I only had to to create the DWORD DisableSearchBoxSuggestions under HKCU\Software\Policies\Microsoft\Windows\Explorer, with value 1:

reg add HKCU\Software\Policies\Microsoft\Windows\Explorer /f /v DisableSearchBoxSuggestions /t REG_DWORD /d 1

I then restarted Explorer via the task manager and the internet search was gone.

(found here but only mentioned as an additional key in @harrymc’s answer)

-3

And for these who is looking for disabling web search via registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search

create new 32-bit DWORD value ConnectedSearchUseWeb and set it to 0

Reboot.

Reference

3
  • This doesn't work on Windows 10 home Commented Feb 27, 2018 at 13:43
  • 1
    @NatanYellin what if you add DisableWebSearch DWORD and set it to 1 Maybe reboot is required after all?
    – vanowm
    Commented Feb 27, 2018 at 22:39
  • 1
    Nope, that doesn't fix it either. The entire key "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search" didn't exist originally. I created it, added both DWORDs you mentioned, rebooted... And websearch is still enabled. Commented Mar 1, 2018 at 13:53

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .