This tutorial will show you how to enable or disable Windows Search on the taskbar and Start menu for all users in Windows 11.
Windows Search is on your taskbar and Start menu by default in Windows 11.
You can use the search box to find your apps, files, settings, help, and more on Windows—plus unlock the power of the web with quick access to online information like time zone conversions, fact lookup, trending searches, and search results for navigating to websites faster. You can also use Search to find files and people in your work or school organization through Microsoft Search.
References:
Windows Search - Win32 apps
Windows Search is a desktop search platform that has instant search capabilities for most common file and data types such as email, contacts, calendar appointments, documents, photos, multimedia, and other formats that can be extended by third party developers. These capabilities enable users to...
docs.microsoft.com
Search for anything, anywhere - Microsoft Support
Search Windows and the web on the taskbar, and search for answers, apps, files, and settings from the web and your PC.
support.microsoft.com
You must be signed in as an administrator to enable or disable Windows Search on the taskbar and Start menu.
Disabling Windows Search will not affect search indexing or search in File Explorer.
Contents
- Option One: Enable or Disable Search on Taskbar and Start Menu in Local Group Policy Editor
- Option Two: Enable or Disable Search on Taskbar and Start Menu using REG file
EXAMPLE: Enable or disable Search on taskbar and Start menu
The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.
All editions can use Option Two to configure the same policy.
1 Open the Local Group Policy Editor (gpedit.msc).
2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below)
Computer Configuration > Administrative Templates > Windows Components > Search
3 In the right pane of Search in the Local Group Policy Editor, double click/tap on the Fully disable Search UI policy to edit it. (see screenshot above)
4 Do step 5 (enable) or step 6 (disable) below for what you want.
5 Enable Search on Taskbar and Start Menu for All Users
This is the default setting.
A) Select (dot) Not Configured, click/tap on OK, and go to step 7. (see screenshot below)
6 Disable Search on Taskbar and Start Menu for All Users
A) Select (dot) Enabled, click/tap on OK, and go to step 7. (see screenshot below)
7 Close the Local Group Policy Editor.
8 Either restart the explorer process, sign out and sign in, or restart the computer to apply.
1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.
2 Enable Search on Taskbar and Start Menu for All Users
This is the default setting
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Enable_Windows_Search_on_taskbar_and_Start_menu_for_all_users.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Search\DisableSearch]
"value"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"DisableSearch"=-
3 Disable Search on Taskbar and Start Menu for All Users
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Disable_Windows_Search_on_taskbar_and_Start_menu_for_all_users.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Search\DisableSearch]
"value"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"DisableSearch"=dword:00000001
4 Save the REG file to your desktop.
5 Double click/tap on the downloaded REG file to merge it.
6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
7 Either restart the explorer process, sign out and sign in, or restart the computer to apply.
8 You can now delete the downloaded REG file if you like.
That's it,
Shawn Brink
Attachments
Last edited: