windows spotlight

J-P. F 20 Reputation points
2025-11-19T14:33:05.54+00:00

Hi,

Since October 2025 Windows updates, it's no more possible to enable spotlight on lock screen and login screen. This occurs on my 3 PC's. The standard well known tips to repair spotlight are not working anymore.

Thanks if somebody has found a solution.

Kind regards.

Windows for home | Windows 11 | Desktop, Start, and personalization | Desktop
0 comments No comments

8 answers

Sort by: Newest
  1. C. Denninger 5 Reputation points
    2026-09-04T08:04:40.4966667+00:00

    Since the July/August 2026 Windows 11 (Dutch) system update Spotlight (in Windows lock-screen) works again.
    Note: I did not test the Windows background.

    So it wasn't the use of a local account, nor corruption of an account nor several other things and steps in these posts. In short: It wasn't us. It was indeed a bug in Microsoft's programming and they finally fixed it!

    Thanks for non-acknowledging this @Microsoft and all the help and suggestions of everyone else here!

    Now this bug is finally fixed these feedbacks can be finally closed: https://aka.ms/AA8iflt | https://aka.ms/AAt4ceb | https://aka.ms/AAaslmf | https://aka.ms/AAz1ary | https://aka.ms/AAzt31k | https://aka.ms/AAztamk | https://aka.ms/AAzt31p | https://aka.ms/AAzt31t | https://aka.ms/AAztic7 | https://aka.ms/AAztamr | https://aka.ms/AAzticc

    Was this answer helpful?

    0 comments No comments

  2. J-P. F 20 Reputation points
    2026-04-10T10:22:48.9766667+00:00

    It's a Windows account on all my PC's

    Was this answer helpful?

    0 comments No comments

  3. Anonimous 30 Reputation points
    2026-04-10T08:45:37.3266667+00:00

    Do you use a local account in Windows and do you use OneDrive? Then it's probably a known bug. A lot of users are impacted. Best is to report it in the Feedback Hub in Windows.

    Was this answer helpful?


  4. J-P. F 20 Reputation points
    2025-11-29T13:52:10.24+00:00

    Hello, thanks for your suggestion.

    This solution was working with the old versions of spotlight, but does not work with the modifications made by Microsoft end of Oktober.

    Best regards.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  5. Tijl S 0 Reputation points
    2025-11-28T18:55:18.54+00:00

    Hello all,

    I managed to fix this by re-registering the CloudExperienceHost package as well (possibly along with the ContentDeliveryManager package):

    # Re-register CloudExperienceHost
    Get-AppxPackage -AllUsers Microsoft.Windows.CloudExperienceHost | ForEach-Object { Add-AppxPackage -DisableDevelopmentMode -Register ($_.InstallLocation + "\AppXManifest.xml") }
    
    # Re-register ContentDeliveryManager
    Get-AppxPackage -AllUsers Microsoft.Windows.ContentDeliveryManager | ForEach-Object { Add-AppxPackage -DisableDevelopmentMode -Register ($_.InstallLocation + "\AppXManifest.xml") }
    
    

    I am not sure if the latter is needed, but after these steps, files were getting downloaded to the Assets folder and Spotlight started working.

    For completeness: I got triggered by an event in the Application Log of Windows with Source = ESENT, Event ID = 643, Task Category = "Table/Column/Index Definition" and the following message contents:

    DllHost (24952,D,50,0) WebPlatStorage:  Out of date NLS sort version detected on the database 'C:\Users\username\AppData\Local\Packages\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\AppData\CacheStorage\CacheStorage.edb' for Locale 'en-US', index sort version: (SortId=00000001-57ee-1e5c-00b4-d0000bb1e11e, Version=0006030500060305), current sort version: (SortId=00000001-57ee-1e5c-00b4-d0000bb1e11e, Version=0006050200060502).
    

    Hope this helps someone.

    Tijl

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.