I discovered that the problem is related to logging into OneDrive. If you delete your Microsoft account credentials from the Credential Manager, and also delete all the cache files in this path "%localappdata%\Microsoft\TokenBroker\Cache", Spotlight starts working again, but OneDrive, if it is still connected, will work for a few hours after which it will ask you to re-enter your credentials, creating the block again. The alternative is to enter the credentials into the Windows account, since the problem only occurs if the Windows user is a local account. Has Microsoft decided to block the functionality for those who do not use a Microsoft account in Windows? They have been pushing for a long time to prevent the use of local accounts.
Windows Spotlight
Hi, I have a PC that runs Windows 11 25H2. When I was in Windows 11 24H2, my windows spotlight in lock screen worked normally and didn't have any issues. But when I upgraded to 25H2 version, it stopped working. Firstly, it showed me a picture but then it just show the default windows 11 lock screen wallpaper. Helpp
Windows for home | Windows 11 | Desktop, Start, and personalization | Themes
12 answers
Sort by: Newest
-
Nightmare 0 Reputation points
2025-11-19T14:03:19.2133333+00:00 This is very Microsoft one of the Win10/11 issues. I've tried a lot of steps and instructions. The only way finally worked for me was to re-register Content Delivery Manager.
Run in the PowerShell as admin:Get-AppxPackage -Name Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose} -
Alex Went 40 Reputation points
2025-11-13T16:31:06.86+00:00 It seems that 25H2 has silently removed the Spotlight feature.
My advice is NOT to try to mess around with the registry or go through longwinded processes or resets.
MS should really come clean on this and categorically state that the feature has been removed in the latest build, before clients do irreparable damage to their systems.
-
Alex Went 40 Reputation points
2025-11-05T12:58:59.67+00:00 It looks like a Microsoft server-side issue.
Try for example https://assets.msn.com/service/Windows/Spotlight/
or, for the lockscreen, https://arc.msn.com/v3/Delivery/Placement?pid=LockScreenBoth are throwing errors.
-
Kapil Arya 38,446 Reputation points Volunteer Moderator2025-11-01T09:41:14.9066667+00:00 Hello,
Try to re-register Spotlight feature with this command in PowerShell:
Get-AppxPackage -Name Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}If issue still persists, refer other suggestions in this fix:
https://www.kapilarya.com/fix-windows-spotlight-not-working-in-windows-11
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.