How to Disable Windows Search Service in Windows 11 or Windows 10?
Disabling the Windows Search Service stops the indexing process that continuously scans your files and updates the search database. While this can reduce CPU and disk usage, it may slow down file searches, especially in large directories.
There are multiple ways to disable the service depending on your preference and technical expertise. Beginners can use the Services tool, while advanced users may prefer Command Prompt or the Registry Editor. Each method achieves the same result but offers different levels of control.
Before proceeding, it is recommended to save your work and create a system restore point. This ensures that you can revert changes if something goes wrong.
Now, let’s learn several easy and effective ways to disable the Windows Search Service in both Windows 11 and Windows 10.
How to Disable Windows Search Service in Windows 11 or Windows 10?

To disable the Windows Search Service in Windows 11 or Windows 10, open the Services Manager, locate Windows Search, double-click it, set the Startup type to Disabled, and stop the service. Alternatively, you can disable it using Command Prompt, Task Manager, or Registry Editor for more advanced control.
Method 1: Disable Windows Search Using Services Manager
Step 1: Open the Services Manager
Press Windows + R to open the Run dialog box. Type services.msc and press Enter. This will open the Services Manager, where all background services are listed.
Step 2: Locate the Windows Search Service
Scroll through the list of services until you find Windows Search. The services are arranged alphabetically, making it easier to locate.
Step 3: Open Service Properties
Double-click on Windows Search to open its properties window. This window allows you to configure how the service behaves.
Step 4: Stop the Service
Click on the Stop button under the Service Status section. This will immediately halt the indexing process.
Step 5: Disable the Startup Type
In the Startup type dropdown menu, select Disabled. This ensures that the service will not start automatically when your system boots.
Step 6: Apply and Confirm Changes
Click Apply, then click OK to save your changes. Restart your computer to ensure the service remains disabled.
Method 2: Disable Windows Search Using Command Prompt
Step 1: Open Command Prompt as Administrator
Click on the Start menu, search for Command Prompt, right-click it, and select Run as administrator.
Step 2: Stop the Windows Search Service
Type the following command and press Enter:
net.exe stop “Windows Search.”
This command stops the service immediately.
Step 3: Disable the Service Permanently
Enter the following command:
sc config “WSearch” start=disabled
This command changes the startup type to disabled.
Step 4: Restart Your Computer
Restart your system to apply the changes fully.
Method 3: Disable Windows Search Using Task Manager
Step 1: Open Task Manager
Press Ctrl + Shift + Esc to open the Task Manager.
Step 2: Navigate to the Services Tab
Click on the Services tab at the top of the window. This section shows all running and stopped services.
Step 3: Find Windows Search
Look for WSearch in the list. This is the service name for Windows Search.
Step 4: Stop the Service
Right-click on WSearch and select Stop. This will temporarily stop the service.
Step 5: Disable via Services Manager
Task Manager does not allow permanent disabling, so you will need to open Services Manager and set the startup type to Disabled as explained earlier.
Method 4: Disable Windows Search Using Registry Editor
Step 1: Open Registry Editor
Press Windows + R, type regedit, and press Enter. Click Yes if prompted by User Account Control.
Step 2: Navigate to the Search Key
Go to the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSearch
Step 3: Modify the Start Value
Find the Start DWORD value in the right pane. Double-click it to edit.
Step 4: Set the Value to Disable
Change the value data to 4, which represents Disabled. Click OK to save.
Step 5: Restart Your System
Restart your computer to apply the changes.
Method 5: Disable Windows Search via Group Policy Editor
Step 1: Open Group Policy Editor
Press Windows + R, type gpedit.msc, and press Enter.
Step 2: Navigate to Search Settings
Go to Computer Configuration, then Administrative Templates, then Windows Components, and finally Search.
Step 3: Disable Search Indexing
Find the setting related to allowing indexing. Double-click it and set it to Disabled.
Step 4: Apply Changes
Click Apply and OK, then restart your computer.
What Happens After Disabling Windows Search?
Once the Windows Search Service is disabled, the system will no longer maintain an index of your files. This leads to reduced CPU and disk usage, which can improve performance on low-end systems. However, searches will take longer because Windows will scan files in real time instead of using indexed data.
Certain features, such as searching emails in Outlook or searching within apps, may also become slower or limited.
When Should You Disable Windows Search?
Disabling the Windows Search Service can be beneficial in specific scenarios. If your system experiences high disk usage due to indexing, turning off the service can help. It is also useful for users who rarely use the search feature or prefer manual navigation.
However, if you frequently rely on quick searches to access files and applications, keeping the service enabled is recommended.
FAQs
Is it safe to disable the Windows Search Service?
Yes, it is completely safe to disable the Windows Search Service. It does not affect core system functionality but may slow down search performance.
Will disabling Windows Search improve performance
Yes, especially on older systems or those with HDDs. It reduces background indexing activity, which can lower CPU and disk usage.
Can I re-enable Windows Search later?
Yes, you can re-enable it anytime by setting the Startup type to Automatic and starting the service again.
Does disabling Windows Search affect File Explorer
It does not stop File Explorer from working, but search results within File Explorer may take longer to appear.
Why is Windows Search using high disk usage?
The service continuously indexes files, which can cause high disk usage, especially during initial indexing or after major updates.
