Many Windows 11 users enjoy the rotating lock screen photos provided by Windows Spotlight, but after an update, you might find those backgrounds stuck on one image or not updating at all. This issue can be annoying, especially if you look forward to seeing fresh pictures every day. Luckily, there are several proven fixes to get Spotlight working again so your lock screen stays dynamic.
Check Your Internet Connection
Windows Spotlight relies on a working internet connection to fetch new images. If your connection is down or unstable, Spotlight can't download updates and will stick to the last cached photo. Start by making sure your PC is connected to Wi-Fi or Ethernet, and try opening a web page in your browser to confirm internet access. A slow or unreliable network also delays image updates, so consider restarting your router or connecting to a different network if you suspect issues.
Some public or corporate networks also restrict background downloads, which can block Spotlight. If you’re on a metered connection, Windows might pause non-essential downloads, so go to Settings > Network & Internet, select your network, and make sure "Metered connection" is turned off. A stable, unrestricted network is a basic but essential requirement for Spotlight to function as expected.
Toggle Spotlight Off and On Again
Often, simply turning Windows Spotlight off and back on resets the feature and resolves stuck images. To do this, open Settings > Personalization > Lock screen. Under the 'Personalize your lock screen' dropdown, change the setting from Windows Spotlight to Picture or Slideshow. Wait a few seconds, then switch it back to Windows Spotlight. This refreshes the feature and can prompt Windows to fetch a new image.
If this doesn't work immediately, try locking your computer (press Windows + L) a couple of times or restarting your PC. Sometimes the change takes a few minutes to take effect, especially if the update caused Spotlight to get stuck in a particular state.
Clear the Spotlight Cache
Corrupted Spotlight cache files are a common cause of images not changing after an update. Windows stores downloaded images and metadata in a system folder, and clearing these files forces Spotlight to download fresh content. Here’s how:
- Open File Explorer and paste
%localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assetsin the address bar. - Select all files in this folder and delete them. These are just cached images; deleting them is safe and won’t harm your system.
Next, go up one level and open the Settings folder inside LocalState. Delete the settings.dat and roaming.lock files. This resets Spotlight’s configuration. After deleting, sign out or restart your computer, then set Spotlight again as your lock screen background. The feature should begin downloading new images within a few minutes.
Allow Background Apps and Services
If background apps are disabled, Windows Spotlight can’t run its update tasks in the background. Go to Settings > Apps > Apps & features, find Microsoft Windows Content Delivery Manager (it may not appear directly but is responsible for Spotlight), and make sure background app permissions are allowed. Generally, in Settings > Privacy & security > Background apps, ensure that Windows apps are permitted to run in the background.
Additionally, certain services need to be running. Press Windows + R, type services.msc, and check that the following are set to Automatic and running: Windows Update, Background Intelligent Transfer Service (BITS), and Windows Push Notifications User Service. If any are stopped, right-click and select Start or set their startup type to Automatic.
Check Windows Permissions and Group Policy
Privacy or Group Policy settings can block Spotlight from updating. First, go to Settings > Privacy & security > Diagnostics & feedback. Make sure you are allowing basic or full diagnostic data. Spotlight won’t work if data collection is entirely blocked.
For users on Windows 11 Pro or Enterprise, Group Policy can override Spotlight settings. Press Windows + R, type gpedit.msc, and navigate to Computer Configuration > Administrative Templates > Windows Components > Cloud Content. Double-click Do not use diagnostic data for tailored experiences and Turn off all Windows Spotlight features. Both should be set to Not Configured or Disabled. Changes take effect after a restart.
Re-register Windows Spotlight Using PowerShell
If all else fails, re-registering Spotlight can fix deeper configuration problems. Open Windows PowerShell as an administrator (right-click the Start button and choose Windows Terminal (Admin) or PowerShell (Admin)). Paste the following command and press Enter:
Get-AppxPackage -allusers Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}This command reinstalls the Content Delivery Manager app and resets all Spotlight settings. After running it, sign out or restart your PC, then choose Windows Spotlight again in your lock screen settings. The images should start changing within a few cycles.
Apply Latest Windows Updates and Fix Corrupt System Files
Sometimes, Windows updates introduce bugs that break Spotlight, but Microsoft often releases fixes in subsequent patches. Go to Settings > Windows Update and click Check for updates. Install any pending updates and restart your computer. This can resolve compatibility issues after a major upgrade.
If Spotlight still doesn't work, corrupted system files might be to blame. Open Command Prompt as an administrator and run the command sfc /scannow. Let the scan complete - it will repair or replace any damaged system files. Once finished, reboot and try setting Spotlight again. These steps often clear up stubborn Spotlight problems caused by deeper Windows errors.
Frequently asked questions
How long does it take for Spotlight to show a new image after fixing?
Usually within a few minutes, but sometimes it may take a couple of hours or after locking your screen multiple times to fetch the first new image.
Will resetting the Spotlight cache delete my personal files?
No, clearing the Spotlight cache only removes cached lock screen images. Your personal files and settings are not affected.
Why is the 'Windows Spotlight' option missing from my lock screen settings?
This can happen if your PC is managed by an organization with restrictions, or if certain privacy settings or Group Policy entries are blocking Spotlight. Check permissions and policies as described above.
Can I manually choose Spotlight images as my desktop background?
Yes, after clearing the cache, you can copy images from the Spotlight cache folder and set them as your desktop background manually via Windows settings.