How to Disable Search Indexer Backoff in Windows 11
Search indexer backoff in Windows 11 controls how much computer power Windows uses to scan and catalog your files while you work. When turned on, this feature automatically slows down the indexing process during busy tasks to keep your system fast and responsive. Turning off search indexer backoff forces Windows to run its file cataloging at maximum speed all the time, which can use more system resources when you need them for other apps. You need administrator rights to change this setting on your PC.
To enable or disable search indexer backoff in Windows 11, use either the Local Group Policy Editor or Registry Editor. In gpedit.msc, navigate to Computer Configuration Administrative Templates Windows Components Search, then modify the ‘Disable indexer backoff’ policy. Alternatively, in regedit, adjust the DWORD value ‘DisableBackoff’ under 🗝️HKEY_LOCAL_MACHINE\
Option 1Using Group Policy Editor
You can turn search indexer backoff on or off using the Group Policy Editor, but this tool is only on Windows 11 Pro, Enterprise, and Education versions. If you have a different version, you’ll need to use the Registry Editor instead. To start, open the Group Policy Editor by searching for ‘gpedit.msc’ in Windows.
- Open the Local Group Policy Editor. You can do this by typing
gpedit.mscin the Windows search bar and pressing Enter. - In the left-hand menu of the Local Group Policy Editor, go to this location:
Computer Configuration Administrative Templates Windows Components Search

- On the right side, find and double-click on the policy named Disable indexer backoff.

- Now, follow either step 5 to turn the feature on or step 6 to turn it off.
- To Turn On Search Indexer Backoff (Default Setting):
- Select the option Not Configured.
- Click OK. Then, go to step 7.
- To Turn Off Search Indexer Backoff:
- Select the option Enabled.
- Click OK. Then, go to step 7.

- You can now close the Local Group Policy Editor.
Option 2Using Registry Editor
You can control search indexer backoff by editing the Windows Registry, but be careful as mistakes can cause issues. It’s smart to back up your registry first. You’ll also need administrator rights to make these changes. To turn on the default setting (search indexer backoff), make sure a specific value isn’t set or is set to 0.
To Turn On Search Indexer Backoff (Default Setting):
To turn on search indexer backoff (the default setting), ensure the following value is not set or is set to 0:
- Open Registry Editor. Type
regeditin the Windows search bar and press Enter. - Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search - Look for a value named
DisableBackoff. If it exists, make sure its data is set to0or delete the value.
To Turn Off Search Indexer Backoff:
You need to create or modify the following value:
- Open Registry Editor by typing
regeditin the Windows search bar and pressing Enter. - Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search - Right-click in the empty space on the right side and select New > DWORD (32-bit) Value.
- Name the new value
DisableBackoff. - Double-click on
DisableBackoffand set its Value data to1. - Click OK.
Close the Registry Editor when you are finished.
Summary
You can control whether Windows slows down its search indexing when your computer is busy. Turning on 'indexer backoff' lets Windows automatically manage indexing speed, which is the default behavior for Windows 11. If you turn 'indexer backoff' off, indexing will always run at its fastest. You can change this setting using the Group Policy Editor or the Registry Editor.
No comments yet — be the first to share your thoughts!