Doing this worked for me, except I just restored the deleted files after step 3 and skipped step 4
Steps to Fix Windows Spotlight
- Toggle Spotlight Settings:
- Go to Settings > Personalization > Lock screen.
- Change "Personalize your lock screen" from Windows Spotlight to Picture or Slideshow.
- Clear Spotlight Cache Files:
- Press
Windows key + Rto open Run, paste the following, and click OK:%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets. - Delete all files in that folder.
- Press
- Re-enable Spotlight:
- Go back to Settings > Personalization > Lock screen and set it back to Windows Spotlight.
- Restart your computer.
- Re-register Spotlight using PowerShell (If needed):
- Right-click Start, select Terminal (Admin) or PowerShell (Admin).
- Paste this command and press Enter:
Get-AppxPackage -AllUsers *ContentDeliveryManager* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}. - Restart your PC