Why Turn Off Web Suggestions?
Windows 11 injects web‑based suggestions into the Start Menu search box. While useful for some, it can slow down the search experience and display results you don’t need.
Registry Method (Quick and Low‑Risk)
Creating a single DWORD value stops the online suggestions and makes the search purely local.
- Open
regeditand navigate toHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search. - Create a new DWORD (32‑bit) named
DisableSearchBoxSuggestions. - Set its value to
1and restart Explorer or reboot.
To revert, delete the value or set it back to 0.
Group Policy Method (For Pro/Enterprise)
If you have Windows 11 Pro or Enterprise, you can achieve the same result via the Local Group Policy Editor.
- Press Win + R, type
gpedit.mscand press Enter. - Navigate to Computer Configuration → Administrative Templates → Windows Components → Search.
- Enable the policy “Disable web search in the Start Menu”.
- Click Apply, then OK.
- Open Command Prompt and run
gpupdate /forceto apply immediately.
Both methods produce a lighter, faster Start Menu that focuses on local files and apps.
Precautions
Editing the registry is intended for advanced users. Always back up the registry or create a system restore point before making changes. The tweak is low‑risk because it only adds a new value, not modifies existing system‑critical entries.
What You Lose
The only trade‑off is the loss of web search directly from the Start Menu. You can still search the web by opening your browser.