I select the Windows Spotlight but I only see this image in both my laptops!

Perry Gogas 225 Reputation points
2025-10-02T22:48:24.36+00:00

I used to have the nice photos from Microsoft on my lock screen.

Since a couple of days ago, I select Windows Spotlight, but I only see this image in both my laptops!

I tried everything but this is the only one showing...

Uploaded image

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

Answer recommended by moderator
Perry Gogas 225 Reputation points
2025-10-02T23:07:45.5333333+00:00

I solved it.

I run the following command on Power Shell (run as admin)

Get-AppxPackage -AllUsers ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Kimberly Olaño 23,610 Reputation points
    2025-10-02T23:26:45.1866667+00:00

    Hi! Perry. Thanks for the details. I'm here to help.

    Since you’ve already selected Windows Spotlight and it’s happening on both devices, the issue is almost always one of these three things:

    • Corrupted Spotlight cache/settings, most common.
    • Blocked connection to Microsoft’s image servers, e.g., via firewall, DNS, or network policy.
    • Temporary outage on Microsoft’s end, happens occasionally and fixes itself after 24–48h.

    Here’s a focused fix list for Windows 11 (since your screenshot shows Windows 11):

    1. Reset Spotlight settings
    2. Press Win + R → paste:
      %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings
    3. Delete:
      settings.dat settings.dat.bak
    4. Clear Spotlight cache
    • Press Win + R → paste:
      %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
    • Delete everything in that folder.
    1. Reinstall Spotlight (PowerShell)
    • Right-click Start → choose Windows PowerShell (Admin).
    • Run:
      Get-AppxPackage -allusers Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -ForceApplicationShutdown}
    1. Reapply Spotlight

    Settings → Personalization → Lock screen

    Change from Spotlight → Picture

    Restart your PC

    Go back and select Spotlight again

    Give it a few hours, it sometimes takes 1–2 Spotlight refresh cycles before new images appear.

    See if this helps. If you need further assistance, just let me know.

    Best regards,

    Kimberly

    Was this answer helpful?

    1 person found 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.