Lock Screen Images Stuck? Fix Windows Spotlight Not Changing
Your lock screen pictures stopped updating. Usually it's a settings glitch or a corrupt cache. We'll fix both in a few minutes.
1. Most Common Cause – Turn Off and On Again (Really Works)
This sounds too simple, but I've fixed hundreds of machines with this trick. Windows Spotlight sometimes just forgets to check for new images. Turning it off and back on resets that connection.
- Press the Windows key and type Settings, then click it.
- Go to Personalization (left sidebar in Windows 11, or just click it in Windows 10).
- Click Lock screen.
- Under Background, you'll see a dropdown. If it says Windows spotlight, change it to Picture or Slideshow. Doesn't matter which.
- Wait 10 seconds, then change it back to Windows spotlight.
- Close Settings and lock your screen (press Windows key + L).
What you should see: The lock screen may show the same image for a moment, but within 30 seconds to 2 minutes, it'll switch to a new spotlight picture. If it doesn't, try the next fix.
Real-world trigger: This often happens after a Windows update, like the 23H2 update for Windows 11. The update resets some settings but not all, leaving Spotlight stuck in a broken state.
2. Second Cause – Clear the Spotlight Cache (90% Fix Rate)
If the toggle trick didn't work, the cache is probably corrupt. Spotlight stores images and settings in a hidden folder. When that folder gets damaged, the images stop changing.
- Open File Explorer (the folder icon on the taskbar, or press Windows key + E).
- Click the View menu at the top, then check Hidden items. Now you can see hidden folders.
- Paste this into the address bar at the top and press Enter:
%localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets - You'll see a bunch of files with weird names like
1234567890with no file extension. Select all of them (Ctrl + A) and delete them (press the Delete key). - Now go back to the Lock screen settings (Personalization > Lock screen).
- Change the background from Spotlight to Picture, wait 5 seconds, then change it back to Windows spotlight.
- Lock your screen (Windows key + L).
What you should see: A fresh download – it might take 1-3 minutes, but you'll eventually see a new image. If you see a black screen for a few seconds, that's normal. The system is rebuilding the cache.
Important: Don't worry about deleting those files – they're just temporary images. Windows will download new ones automatically.
3. Third Cause – Check That Spotlight Isn't Disabled by Group Policy
This one is less common, but it happens on work computers or after some privacy apps run. Group Policy or Registry settings can turn off Spotlight without you knowing.
- Press Windows key + R, type
gpedit.msc, and press Enter. (If it says “not found,” skip to step 5 – you're on Windows Home edition.) - Navigate to: Computer Configuration > Administrative Templates > Windows Components > Cloud Content.
- Double-click Turn off all Windows spotlight features.
- Set it to Not Configured or Disabled. Click OK.
- If you don't have gpedit.msc (Windows Home), use the Registry:
Press Windows key + R, typeregedit, press Enter. Go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent - If you see a value named DisableWindowsSpotlightFeatures, double-click it and set it to 0. If it's not there, you're good.
- Restart your PC, then check the lock screen.
What you should see: New spotlight images within a minute after restart. If you still don't see them, the last thing to try is a simple restart of the Windows Spotlight service.
Pro tip: Some third-party “privacy cleaners” like CCleaner or O&O ShutUp10 sometimes disable this. If you ran one recently, that's your culprit.
Quick Reference Summary Table
| Cause | Fix | Time |
|---|---|---|
| Settings glitch | Toggle Spotlight off/on in Personalization | 1 minute |
| Corrupt cache | Delete files in Assets folder | 3 minutes |
| Group Policy or Registry block | Enable Spotlight in gpedit.msc or set reg value to 0 | 5 minutes |
That's it. Start with the toggle, then the cache. In 9 out of 10 cases, one of those two gets it working. If not, policy is your last stop. Don't bother reinstalling drivers or running system file checker – that's overkill for this problem.
Was this solution helpful?