How to disable search on Windows 11
Why do I need to disable Windows Search?
Believe it or not, there are some benefits to disabling search on Windows 11 besides getting rid of those pesky Bing results. These benefits include reclaiming computer resources and space on the hard drive, as well as reducing power consumption and ongoing background tasks.
Also, disabling features can help those low-end PCs struggling with Windows 11. Windows 11 has very high system requirements, and by reducing the amount of work your computer has to handle, you'll make your machine run smoother and faster.

It is not recommended that you disable any type of search functionality. Windows Search is currently the most efficient search tool on Windows 11 and is one of the few native apps that outperforms third-party apps.
This tutorial will walk you through the steps on how to disable search on Windows 11. It will also explain how to make Windows Search more energy efficient on your laptop. Doing this will minimize indexing when your laptop is low on battery.
How to disable search on Windows 11?
1. Use Command Prompt
- Click the magnifying glass icon to open the search bar and enter Command Prompt.
- When the command prompt appears, click Run as administrator.
- Enter this command:
REG UPDATE HKLM\SYSTEM\CurrentControlSet\Services\WSearch\Start=3
- Press the keyboard when finished Enter key on the screen.
- Then enter
net.exe stop "Windows Search"
- Click to enter .
- Temporarily disable Windows Search for now. Once you use it, the feature will be reactivated after restarting your computer.
2. Open the search bar via the Services app
- and enter Services.
- Click on the first result you see.
- In the Services window, find the Windows Search entry.
- Right-click the entry and select Properties.
- Click Stop in this new window.
- Click the drop-down menu next to Startup type and select Manual.
- Click OK to save changes.
- To re-enable the Windows service, right-click the entry again and select Properties.
- Click the drop-down menu and select Automatic (Delayed Start).
- Click Start to activate it.
- Then OK Save your changes.
3. Permanently disable the search function
- Open the search bar and enter Services.
- Click on the first entry that appears.
- Find the Windows search entry and right-click on it.
- Right-click Windows Search and select Properties.
- Click to stop.
- Click the drop-down menu and select Disable.
- Click "OK" to save changes.
- Now you have to rename the folder for Windows Search to prevent Windows 11 from accessing it.
- Open File Explorer.
- In the top bar, enter C:\Windows\SystemApps\.
- Find the folder named Microsoft.Windows.Search_cw5n1h2txyewy.
- Right-click the folder and select Show more options.
- Click Rename and rename the folder.
- You will be asked to grant administrator privileges. Select Yes.
- After renaming the folder, double-click to open the folder.
- Find the SearchApp.exe file.
- Right-click the file and select Show more options.
- Select Rename to rename the file.
- Grant administrator privileges when asked.
- Close File Explorer and restart your computer.
4. Prevent Bing web results from appearing in Windows searches
- Open the search bar and type Registry Editor.
- Click on the first entry you see.
- Click HKEY_CURRENT_USER to expand the drop-down menu.
- Next, click on "Software" to expand another drop-down menu.
- Select Policy.
- Click on Microsoft.
- Then click Windows.
- Right-click Windows and select New.
- Select Key in this new menu.
- Name this new key Explorer, and press Enter to save.
- Right-click on the explorer to open the menu.
- Select New and then select a DWORD (32-bit) value.
- Name this new entry DisableSearchBoxSuggestions, and press Enter.
- Double-click the entry to open a new window. Set the value data to 1 and click OK.
5. Optimize power efficiency by configuring Windows Search (laptops only)
- In the Start menu, click Settings ” icon to open the menu.
- Privacy and Security in the sidebar.
- Search Windows.
- When indexing Switch Respect the power settings switch .

The above is the detailed content of How to disable search on Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



It is not easy to convert XML to PDF directly on your phone, but it can be achieved with the help of cloud services. It is recommended to use a lightweight mobile app to upload XML files and receive generated PDFs, and convert them with cloud APIs. Cloud APIs use serverless computing services, and choosing the right platform is crucial. Complexity, error handling, security, and optimization strategies need to be considered when handling XML parsing and PDF generation. The entire process requires the front-end app and the back-end API to work together, and it requires some understanding of a variety of technologies.

How to achieve login authorization from within the application to outside the application? In some applications, we often encounter the need to jump from one application to another...

PS "Loading" problems are caused by resource access or processing problems: hard disk reading speed is slow or bad: Use CrystalDiskInfo to check the hard disk health and replace the problematic hard disk. Insufficient memory: Upgrade memory to meet PS's needs for high-resolution images and complex layer processing. Graphics card drivers are outdated or corrupted: Update the drivers to optimize communication between the PS and the graphics card. File paths are too long or file names have special characters: use short paths and avoid special characters. PS's own problem: Reinstall or repair the PS installer.

XML Online Format Tools automatically organizes messy XML code into easy-to-read and maintain formats. By parsing the syntax tree of XML and applying formatting rules, these tools optimize the structure of the code, enhancing its maintainability and teamwork efficiency.

The H5 page needs to be maintained continuously, because of factors such as code vulnerabilities, browser compatibility, performance optimization, security updates and user experience improvements. Effective maintenance methods include establishing a complete testing system, using version control tools, regularly monitoring page performance, collecting user feedback and formulating maintenance plans.

Solving the problem of slow Photoshop startup requires a multi-pronged approach, including: upgrading hardware (memory, solid-state drive, CPU); uninstalling outdated or incompatible plug-ins; cleaning up system garbage and excessive background programs regularly; closing irrelevant programs with caution; avoiding opening a large number of files during startup.

Converting XML to PDF directly on Android phones cannot be achieved through the built-in features. You need to save the country through the following steps: convert XML data to formats recognized by the PDF generator (such as text or HTML); convert HTML to PDF using HTML generation libraries such as Flying Saucer.

How to implement cross-application jump for Word plug-in login authorization? When using certain Word plugins, we often encounter this scenario: click on the login in the plugin...