Windows 11’s search interface includes features like Search Highlights and web content suggestions that show daily updates, trending searches, and web results. While these features aim to enhance the search experience, they can make searches slower and add unnecessary clutter. Here are multiple ways to disable these features and streamline your Windows 11 search experience.
Method 1: Registry editor configuration for all users
This method works on all Windows 11 versions and provides system-wide changes that affect all users.
- Launch Registry Editor by pressing
Windows
+R
, typingregedit
, and hittingEnter
. Approve any UAC prompts.
Before making changes, create a registry backup:
- Click File > Export
- Select a save location
- Choose “All” under Export range
- Name your backup file
- Click Save
- Navigate to this registry path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search
- If “Windows Search” doesn’t exist, create it by right-clicking Windows > New > Key.
- Right-click in the right pane, select New > DWORD (32-bit) Value, name it
EnableDynamicContentInWSB
.
- Double-click the new value, set it to
0
, click OK.
- Restart your computer to apply changes.
Method 2: Group policy settings for pro editions
For Windows 11 Pro, Enterprise, or Education users, this method offers a more straightforward approach.
- Open Group Policy Editor with
Windows
+R
, typegpedit.msc
, pressEnter
.
- Navigate to:
Computer Configuration > Administrative Templates > Windows Components > Search
- Find and double-click “Allow search highlights”
- Select “Disabled”, click Apply and OK
- Restart your computer
Method 3: Windows settings for single user
This method affects only your user account but is the simplest to implement.
- Open Settings using
Windows
+I
- Navigate to Privacy & security > Search permissions
- Toggle off “Show search highlights”
- Check the search interface to confirm changes
Removing web results from search
To completely remove Bing web results from searches:
Registry method
- Open Registry Editor
- Navigate to:
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows
- Create or modify Explorer key
- Add DWORD
DisableSearchBoxSuggestions
with value1
Group policy method
- Open Group Policy Editor
- Go to:
User Configuration > Administrative Templates > Windows Components > File Explorer
- Enable “Turn off display of recent search entries”
- Restart your computer
These changes will give you a cleaner, faster, and more focused search experience in Windows 11.