You enable Search Highlights on your Windows 11 taskbar, but after a reboot or a few hours, the feature turns itself off again. This happens because Windows 11 treats Search Highlights as a dynamic content service that can be reset by system policies, group policy updates, or background maintenance tasks. In this article, you will learn the specific registry and group policy changes that stop Windows from automatically disabling Search Highlights, and how to apply them permanently.
Key Takeaways: Permanently Enable Windows 11 Search Highlights
- Settings > Personalization > Taskbar > Search Highlights toggle: This is the primary switch that turns the feature on and off.
- Registry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SearchSettings\IsDynamicSearchBoxEnabled: Setting this DWORD to 1 locks the toggle to enabled.
- Group Policy > Computer Configuration > Administrative Templates > Windows Components > Search > Allow search highlights: Setting this policy to Enabled prevents automatic reset of the feature.
Why Windows 11 Search Highlights Keep Disabling Themselves
Search Highlights is a feature that displays dynamic content such as holiday icons, trending searches, and fun facts in the taskbar search box. Windows 11 treats this feature as an optional content service that can be toggled off by the operating system during routine maintenance cycles. The root cause is that Windows Update, Group Policy refresh, or the Windows Search service itself can reset the user preference stored in the registry.
When Windows performs a scheduled task such as a group policy update or a feature update, it may revert the IsDynamicSearchBoxEnabled registry value to 0. This happens even if you have never changed any group policy settings yourself. The default behavior for many Windows 11 editions, especially Pro and Enterprise, is to allow the system to manage dynamic content settings unless explicitly overridden through Group Policy or a persistent registry modification.
Another contributing factor is the Windows Search service. If the service stops and restarts, or if the search index is rebuilt, the service may clear user preferences for dynamic content. This explains why Search Highlights can appear to work for a few hours and then disappear without warning.
Steps to Stop Search Highlights From Disabling Themselves
To permanently prevent Windows 11 from turning off Search Highlights, you must apply two changes: a registry edit to set the user preference and a Group Policy setting to block automatic resets. You need administrative rights on the computer to complete these steps.
- Enable Search Highlights in Settings
Open Settings > Personalization > Taskbar. Locate the Search Highlights toggle and set it to On. This step ensures the current user preference is active before you lock it. - Open Registry Editor
Press Win + R, typeregedit, and press Enter. If prompted by User Account Control, click Yes. - Navigate to the Search Settings Key
In Registry Editor, go to:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SearchSettings. If the SearchSettings folder does not exist, right-click the CurrentVersion folder, select New > Key, and name itSearchSettings. - Create or Modify the IsDynamicSearchBoxEnabled DWORD
In the right pane, look for a value namedIsDynamicSearchBoxEnabled. If it exists, double-click it. If not, right-click an empty area, select New > DWORD 32-bit Value, and name itIsDynamicSearchBoxEnabled. Set the Value data to1and click OK. - Open Local Group Policy Editor
Press Win + R, typegpedit.msc, and press Enter. This tool is available in Windows 11 Pro, Enterprise, and Education editions. If you run Windows 11 Home, skip to step 8. - Navigate to the Search Highlights Policy
Go to Computer Configuration > Administrative Templates > Windows Components > Search. In the right pane, locate the policy namedAllow search highlights. - Set the Policy to Enabled
Double-clickAllow search highlights. Select Enabled, then click OK. This policy overrides any automatic reset behavior and forces Search Highlights to stay on. - Restart Windows Explorer or Reboot
For the changes to take effect, restart Windows Explorer. Open Task Manager with Ctrl + Shift + Escape, find Windows Explorer in the Processes tab, right-click it, and select Restart. Alternatively, restart the computer.
If Search Highlights Still Disable Themselves After the Main Fix
Search Highlights Disable After a Windows Update
A Windows Update can overwrite the registry value or reset the Group Policy. After installing a major update, repeat steps 2 through 8. To prevent this, you can set the Group Policy to Enabled as described in step 7, which survives most updates. If the update still resets the policy, check for pending updates and install them, then reapply the policy.
Search Highlights Toggle Is Grayed Out or Missing
If the Search Highlights toggle in Settings is grayed out, your organization may have enforced a policy that disables it. Open the Local Group Policy Editor and navigate to the same path as step 6. Ensure the Allow search highlights policy is set to Enabled or Not Configured. If it is set to Disabled, change it to Enabled. This requires administrative rights.
Search Highlights Disable After Signing Out and Back In
If the issue occurs only when you sign out and sign back in, the registry value may be reset by a logon script or a cleanup task. In Registry Editor, navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SearchSettings and verify that IsDynamicSearchBoxEnabled is still 1. If it reverts to 0, the registry change did not persist. Reapply the DWORD value and ensure you restart Windows Explorer.
Search Highlights Registry Toggle vs Group Policy: Which Fix Works Best
| Item | Registry Toggle (IsDynamicSearchBoxEnabled) | Group Policy (Allow search highlights) |
|---|---|---|
| Scope | Current user only | All users on the computer |
| Persistence after Windows Update | Can be reset by updates | Survives updates in most cases |
| Availability | All Windows 11 editions | Pro, Enterprise, Education only |
| Ease of application | Simple registry edit | Requires Group Policy Editor |
| Effect on system | Only affects Search Highlights | Overrides all user and system settings for this feature |
Both methods can stop Search Highlights from disabling themselves. The registry toggle is faster and works on any edition. The Group Policy setting is more robust and survives system changes better. For a permanent fix on Windows 11 Pro or higher, apply both.
You now have two reliable methods to stop Windows 11 Search Highlights from disabling themselves. Apply the registry edit first, then confirm the change by restarting Windows Explorer. If you use Windows 11 Pro or Enterprise, also set the Group Policy to Enabled for extra durability. As an advanced step, export the registry key after editing it by right-clicking the SearchSettings key and selecting Export. Save the .reg file so you can reapply the fix quickly after a future Windows Update.