Search Results Empty (No Results) in Windows 10 Settings Page [Fix]

If searching through the Windows 10 Settings page is extremely slow or returns a “No results” message, this article has the solution.

settings search "no results" empty

The the Start menu search feature may also be non-functional. Nothing may happen when you click Start and press a letter.

Related issue: Start search box is empty

Is your Start search window showing up empty, as in the following screenshot?

start search empty

Workaround

Disabling Bing search for the Start/Search box circumvents the problem.

  • Open Regedit.exe and navigate to the following key:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search
  • Create a new DWORD (32-bit) Value, and name it BingSearchEnabled
  • Leave the BingSearchEnabled value data to 0.
  • Under BingSearchEnabled, double-clickCortanaConsent, and set its data to 0.
  • If the value CortanaConsent doesn’t exist, create it manually of type DWORD (32-bit).
  • Exit the Registry Editor.
  • Log off and login back for the change to take effect.

Note: Once Microsoft fixes the issue at their end, you can delete the BingSearchEnabled registry value and then set CortanaConsent to 1.

[Fix] Search Results Showing No Results in Windows 10 Settings

Step 1: Check if Windows Search Service is Running

  1. Press WinKey + R, type services.msc and press ENTER
  2. Double-click Windows Search and set its start type to Automatic
  3. Manually start the service by clicking Start in the services window.

Step 2: Reinstall the Search App using PowerShell

Start PowerShell and run this command to reinstall the search app.

get-appxpackage Microsoft.Windows.Search | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

If you receive an error that the package can’t be found, try running the following command from PowerShell Admin.



get-appxpackage Microsoft.Windows.Search -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Log off and log back in. The search function should work correctly in the Start menu as well as Settings.

(Proceed to Step 3 only if required.)

Step 3: Fix the Settings Index folder path in the registry

The search app’s index should be regenerated after running the 2nd command. If that doesn’t help, try fixing the search app’s index path in the registry.

  1. Start the Registry Editor (regedit.exe)
  2. Go to the following location:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search\Microsoft.Windows.Search_cw5n1h2txyewy\SettingsConstraintIndex
  3. Inspect the folder paths assigned for the values LatestConstraintIndexFolder & CurrentConstraintIndexCabPath
  4. Ensure the folder paths are valid and pointing to the correct folders. For example, here is the LatestConstraintIndexFolder value data on my computer.
    C:\Users\Ramesh\AppData\Local\Packages\Microsoft.Windows.Search_cw5n1h2txyewy\LocalState\ConstraintIndex\Settings_{fefa25a2-43f6-4921-9bbb-56081442649c}

    The above folder has the following files related to the Settings search index:

    0.0.filtertrie.intermediate.txt
    0.1.filtertrie.intermediate.txt
    0.2.filtertrie.intermediate.txt
    Settings.ft
    Settings.index

    On some systems, the profile path or the Settings_ folder name may be incorrect. For instance, it may be incorrectly pointed to another user profile folder that does not exist on the system. Or, you may have renamed the user profile home folder and didn’t update the registry paths.

  5. Fixing the value data for LatestConstraintIndexFolder & CurrentConstraintIndexCabPath fixes the search issues in the Settings app.
    settings search index location - settings app no results empty
  6. Similarly, fix the CurrentConstraintIndexCabPath & LatestConstraintIndexFolder paths in the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search\Microsoft.Windows.Search_cw5n1h2txyewy\AppsConstraintIndex
  7. Exit the Registry Editor.

The above paths are valid for Windows 10 v21H2.


Enable Content Indexing for “Immersivecontrolpanel” Folder

Note: This step is not required if you’re running Windows 10 v1903 or higher. The latest versions of Windows 10 don’t use this folder.

  1. Open the following folder in File Explorer:
    C:\Users\%username%\AppData\Local\Packages\windows.immersivecontrolpanel_cw5n1h2txyewy

    settings search no results found
    The above folder contains the XML files used by the modern Settings page. If these XML files are missing or their contents are not indexed, searching through the Settings page (WinKey + i) would return no results. So, let’s index this folder and its sub-folders and files.

  2. Right-click LocalState and click Properties. Click Advanced.
  3. In the Advanced Attributes dialog, enable the option Allow files in this folder to have contents indexed in addition to file propertiessettings search no results found
  4. Click OK, and apply changes to all sub-directories by selecting the option Apply changes to this folder, subfolders and files when prompted. If the checkbox is already enabled, uncheck the option and click OK. Then enable it back and click OK.
  5. Wait for some time for the search index to crawl files in the sub-folders. If it still doesn’t help, open Indexing Options in Control Panel, click the Advanced tab, and rebuild the search index.
    settings search no results found
    As a side note, to access “Accounts,” you’d simply click Accounts on the main Settings page. The screenshots are for illustration.

That’s it! I hope this fixes the search option on the Windows 10 Settings page.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Related articles

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

8 thoughts on “Search Results Empty (No Results) in Windows 10 Settings Page [Fix]”

  1. Thank you! I had tried every ‘solution’ on several Windows forums. Your instructions to “Enable Content Indexing for “Immersivecontrolpanel” Folder” finally got Cortana search able to find Windows programs and Control Panel settings.

    Reply
  2. Enable Content Indexing for “Immersivecontrolpanel” Folder
    … this was the solution I’ve been looking for. Cortana now finds Windows programs and settings.

    Reply
  3. I had two settings folders in the “ConstraintIndex” folder. I changed to the other one in the registry and restarted my PC. When it came up the search was working. Thanks for the incite on this issue!!

    Reply
  4. Thanks a million. Your solutions worked like a charm for me. I knew i broke something when i changed my user folder name manually (though i changed some registry entries described in that tutorial). Assigning the correct folder name in that registry entry you pointed out did the trick for me. It was driving me nuts for last couple of days and despite recreating the search index nothing really was working. Thanks

    Reply
  5. I tried this along with several other suggestions and noting worked. My solution was to create a new Windows user account. Once windows created the new account, I logged in as the new user and saw that search worked perfectly.

    I opened up regedit and took a screen shot of the settings in the search settings location.
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search and saved it.

    I then switched accounts and logged in as my original windows account and made sure that all the settings matched what was on the screen shot.

    I didn’t even have to reboot and search started to work again!

    Reply
  6. Please help.. My husband is convinced that the windows search constraint index is something I have put in his computer system. He can not find anywhere on microsoft website that the constraint index does come installed with his version of windows 10. I also can not tell him otherwise if you can please validate that the constraint index is part or windows 10 windows search system index. This path also included files systemsynonyms.txt and appsynonyms.txt please help.

    Reply

Leave a Reply to PDQpat Cancel reply