Lock Screen Spotlight Not Updating? Here’s What to Do – 2025

May 20, 2025

0
(0)

Lock Screen Spotlight Not Updating? Here’s What to Do

Lock Screen Spotlight

Windows Spotlight is a feature in Windows 10 and Windows 11 that automatically updates your lock screen with beautiful images from Bing. It’s not just eye candy—it also provides tips, tricks, and fun facts. But sometimes, users encounter issues where Windows Spotlight stops working entirely. If your lock screen is stuck on a single image or refuses to load new content, you’re not alone.

This guide will walk you through practical and effective methods to get Windows Spotlight working again.

What Causes Windows Spotlight to Stop Working?

Before jumping into solutions, it’s useful to understand what might be causing the issue. Some common reasons include:

  • Corrupted Spotlight cache

  • Internet connectivity issues

  • Windows updates interfering with settings

  • Corrupt user profile

  • Group Policy or Registry settings blocking Spotlight

  • System file corruption

Let’s now look at how you can fix these problems step by step.

1. Check Your Internet Connection

Lock Screen Spotlight2

Windows Spotlight needs a stable internet connection to fetch new images and data. If your device is offline or on a metered connection, it may not update the lock screen content.

How to Check:

  1. Open Settings (Win + I).

  2. Go to Network & Internet.

  3. Make sure your device is connected and has internet access.

If you’re on a metered connection, turn it off:

  1. Under your active network, click Properties.

  2. Scroll down and turn off Metered connection.

2. Restart Windows Spotlight

The simplest fix often works best. Restarting Windows Spotlight can reinitialize the feature and fix temporary bugs.

Steps to Restart:

  1. Open Settings.

  2. Go to Personalization > Lock Screen.

  3. Under Background, change it from Windows Spotlight to Picture or Slideshow.

  4. Restart your computer.

  5. After the reboot, go back to the same settings and set Background back to Windows Spotlight.

3. Delete Windows Spotlight Cache

Corrupted Spotlight files can prevent new images from loading. Deleting the cache can help reset the feature.

Steps to Clear Cache:

  1. Press Win + R, type:

    shell
    %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets

    Press Enter.

  2. Delete all files in this folder.

  3. Then navigate to this folder:

    shell
    %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings
  4. Delete the files named:

    • settings.dat

    • roaming.lock

  5. Restart your computer.

  6. Set your lock screen background back to Windows Spotlight in Settings.

4. Re-wp-signup.php Spotlight Using PowerShell

If clearing the cache didn’t help, re-wp-signup.phping the feature through PowerShell can reset it on a deeper system level.

Steps to Re-wp-signup.php:

  1. Right-click the Start Menu and choose Windows PowerShell (Admin).

  2. Copy and paste the following command:

    pgsql
    Get-AppxPackage -allusers Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -wp-signup.php "$($_.InstallLocation)\AppXManifest.xml"}
  3. Press Enter and wait for the process to complete.

  4. Restart your PC and re-enable Windows Spotlight in Settings.

5. Use the System File Checker (SFC) and DISM

If your issue is related to corrupted system files, these built-in tools can scan and repair your Windows installation.

Run SFC and DISM:

  1. Open Command Prompt as Administrator.

  2. Type the following and press Enter:

    bash
    sfc /scannow
  3. Wait for the scan to finish.

  4. Then run the following commands one by one:

    swift
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
  5. Restart your PC once completed.

6. Create a New User Profile

If Windows Spotlight works in a different user account, your current user profile may be corrupted.

To Test This:

  1. Go to Settings > Accounts > Family & other users.

  2. Click Add someone else to this PC.

  3. Create a local user account and sign in.

Check if Windows Spotlight works under this new profile. If it does, you can consider migrating your files over.

7. Check Group Policy Settings (For Windows Pro Users)

Windows Pro editions allow you to manage Spotlight through Group Policy. Make sure it’s not disabled here.

Steps:

  1. Press Win + R, type gpedit.msc, and hit Enter.

  2. Navigate to:

    css
    Computer Configuration > Administrative Templates > Windows Components > Cloud Content
  3. Double-click on Do not use Windows Spotlight on the lock screen.

  4. Set it to Not Configured or Disabled.

  5. Click OK, then restart your PC.

8. Registry Fix (For Advanced Users)

If you’re comfortable with editing the Registry, you can manually ensure Spotlight is enabled.

Warning: Be careful when editing the Registry. Back it up first.

  1. Press Win + R, type regedit, and press Enter.

  2. Navigate to:

    HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\CloudContent
  3. If you see a key named DisableWindowsSpotlightFeatures, double-click it and set the value to 0.

  4. Restart your system.

9. Update Windows

A system update can often resolve compatibility issues or known bugs affecting Spotlight.

To Check for Updates:

  1. Open Settings > Windows Update.

  2. Click Check for updates.

  3. Install any available updates and restart your device.

Conclusion

Windows Spotlight is a small but delightful feature that enhances your lock screen experience. If it stops working, the solutions above should help you restore it to full functionality. Start with simple methods like changing the lock screen settings or restarting your PC, and work your way up to PowerShell commands or registry edits if needed.

If none of the fixes work, a system restore or Windows reset may be your last resort—but in most cases, clearing the cache or re-wp-signup.phping Spotlight should do the trick.

Let your lock screen shine again with fresh, beautiful images from around the world.

How useful was this guide?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments