Forum Discussion
AyushVerma
Apr 14, 2026Copper Contributor
My windows spotlight is not working!!
From yesterday I am notiicing that am getting a black lock screen and my windows spotlight is not showing anything .
KapilArya
Apr 16, 2026MVP
Try to re-register Windows Spotlight, see if it helps:
Open admin Windows PowerShell.
Paste this command and press Enter:
Get-AppxPackage -Name Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Let the command be completed.
If issue still persists, refer other suggestions here:
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.