Last Updated:
In my experience troubleshooting Windows 11 systems, Spotlight problems are usually caused by corrupted cache files, issues with Microsoft account synchronization, damaged system components, or recent Windows 11 24H2 update bugs. The good news is that you can fix most issues within a few minutes.
If Windows Spotlight not working Windows 11, you are not alone. Many users in the United States, Europe, and India have recently reported that their lock screen wallpapers are stuck on the same image, Spotlight tips are missing, or the feature stops updating completely after Windows updates.
In this guide, I will show you the exact methods I use to fix Windows Spotlight not working on Windows 11, including cache reset techniques, PowerShell commands, registry fixes, and advanced troubleshooting steps that work even when standard fixes fail.
Why Windows Spotlight Stops Working in Windows 11
Windows Spotlight downloads lock screen images and suggestions directly from Microsoft servers. When the service fails to sync properly, your lock screen image may stop changing.
Common causes include:
- Corrupted Spotlight cache
- Broken Windows updates
- Internet connectivity issues
- Disabled background apps
- Corrupted system files
- Microsoft account sync problems
- VPN or DNS conflicts
Many users reported that the Windows 11 spotlight wallpaper stopped changing after cumulative updates in late 2025 and early 2026.
Quick Fixes for Windows 11 Spotlight Not Working
Before trying advanced methods, start with these simple fixes.
Check Your Internet Connection
Windows Spotlight requires internet access to download new wallpapers.
- Disconnect VPNs temporarily
- Restart your router
- Try switching DNS to Google DNS:
- 8.8.8.8
- 8.8.4.4
This solution works surprisingly well for users in Europe and India, where CDN delivery occasionally fails.
Restart Windows Spotlight
- Open Settings
- Go to Personalization > Lock Screen
- Change Windows Spotlight to:
- Picture
- Restart your PC
- Switch back to:
- Windows Spotlight
This refreshes the Spotlight service.
Switch Lock Screen Settings
Sometimes the lock screen personalization becomes corrupted.
Disable these options temporarily:
- Get fun facts and tips
- Show lock screen background on sign-in screen
Then re-enable them after restarting.
Reset Spotlight Windows 11
If basic fixes fail, resetting Spotlight usually solves the issue.
Delete Spotlight Cache Files
Press:
Win + R
Paste:
%USERPROFILE%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
Delete all files inside the folder.
Next open:
%USERPROFILE%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings
Delete:
- settings. dat
- roaming.lock
Restart your computer.
This is one of the most effective ways to fix Windows Spotlight issues in Windows 11.
Re-register Spotlight Using PowerShell
Open PowerShell as an administrator and run:
Get-AppxPackage -allusers *ContentDeliveryManager* | foreach {Add-AppxPackage "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode -Register }
Restart Windows after the command finishes.
This repairs corrupted Spotlight app registrations.
Fix Windows 11 Spotlight Wallpaper Not Changing
If the wallpaper remains stuck on one image, system corruption may be responsible.
Run SFC and DISM scans.
Open Command Prompt as Administrator.
Run:
sfc /scannow
After completion:
DISM /Online /Cleanup-Image /RestoreHealth
These commands repair damaged Windows components that affect Spotlight.
Repair Corrupted System Files
Many Windows 11 Spotlight lock screen not working problems are linked to corrupted system files after feature updates.
After running DISM:
- Restart the PC
- Re-enable Spotlight
- Wait 15–20 minutes for image refresh
Advanced Fixes for Windows Spotlight Lock Screen Issues
Reset ContentDeliveryManager
Press:
Win + R
Type:
services.msc
Restart these services:
- Background Intelligent Transfer Service
- Windows Update
This restores the downloading of Spotlight images.
Registry Fix
Open Registry Editor:
regedit
Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager
Ensure that these values are set to 1:
- RotatingLockScreenEnabled
- RotatingLockScreenOverlayEnabled
Restart your PC.
Create New User Profile
Sometimes user profiles become corrupted.
Create a new Windows account:
- Settings
- Accounts
- Other Users
- Add Account
Test Spotlight on the new profile.
If it works, the original user profile gets damaged.
Windows 11 24H2 Spotlight Problems and Solutions
The Windows 11 24H2 update introduced several lock screen bugs reported by users worldwide.
Symptoms include:
- Spotlight stuck on one image
- Black lock screen
- Spotlight option missing
- Lock screen image not changing Windows 11
Microsoft has already released cumulative updates addressing some of these problems, so always install the latest Windows updates before troubleshooting further.
Go to:
Settings > Windows Update
Install all pending updates.
Quick Troubleshooting Table
| Problem | Cause | Solution |
| Spotlight stuck on same image | Corrupted cache | Reset cache files |
| Lock screen image not changing | Broken personalization settings | Toggle Spotlight |
| Spotlight missing | Corrupted app registration | Re-register via PowerShell |
| Black lock screen | System file corruption | Run DISM + SFC |
| Spotlight stops after update | Windows 11 24H2 bug | Install latest patches |
Check Spotlight Settings
The first thing to verify is your Spotlight settings in Windows 11. Open Settings > Personalization > Lock screen and confirm that “Windows Spotlight” is enabled under Personalize your lock screen. If this toggle is off, Spotlight won’t be able to show new images or information.
You can also verify that you have background image rotation enabled by going to Settings > Personalization > Background and making sure “Windows Spotlight” is chosen as your background with the toggle set to change images every day.

Switch Lock Screen Themes
Sometimes the Windows Spotlight theme itself seems to get stuck, failing to show new pictures and text regularly. If your settings look correct, try selecting a different lock screen theme like Picture or Solid Color, then switch back to Windows Spotlight after a restart. This resets the spotlight rotation and downloads new content.

Re-register Spotlight Exe
An issue with the spotlight exe file itself could prevent new images from appearing properly. To re-register this core Spotlight component, open an elevated Command Prompt and run:
cd C:\Windows\SystemApps\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy
ren Microsoft.Windows.ContentDeliveryManager.dll Microsoft.Windows.ContentDeliveryManager.dl_
ren Microsoft.Windows.ContentDeliveryManager.exe Microsoft.Windows.ContentDeliveryManager.ex_
regsvr32 /s Microsoft.Windows.ContentDeliveryManager.dll
regsvr32 /s Microsoft.Windows.ContentDeliveryManager.exe
This will re-register the necessary DLL and EXE files related to the Content Delivery Manager that handles Windows Spotlight. Restart your PC after running these commands.
Perform SFC and DISM scans.
Corrupted system files could prevent Spotlight from updating images and info normally. Run scans using System File Checker (SFC) and the Deployment Image Servicing and Management tool (DISM) to verify for issues.
Open an elevated Command Prompt or PowerShell and run:
sfc /scannow
Followed by:
DISM /Online /Cleanup-Image /RestoreHealth
This scans Windows system files and repairs any problems found. Then restart your computer.
Reset Lock Screen Personalization Services
The feature doesn’t seem to be visible in the latest build of Windows 11. These services are probably old ones. If you are using an old version, then check if you can reset Windows Spotlight.
As a last resort, you can reset the service for lock screen personalization using the following steps:
- Press Win + R and enter “services.msc.”
- Find the lockApp and lockScreenContentService in the list of services.
- Right-click each one and select Stop.
- After they have fully stopped, right-click each one again and choose Start.
This will restart these background services responsible for managing the lock screen and Spotlight content.
Get Spotlight Working Again
With Spotlight images missing in action, try these troubleshooting methods to restore your Windows 11 lock screen personalization back on track. Check your settings, change themes, re-register system files, run scans, and restart the services for the lock screen as needed until new Spotlight images appear.
Your Windows Spotlight should now be able to rotate beautiful new pictures and informative tidbits without issue using one of these solutions. Enjoy discovering something new on your lock screen each day. Please let us know in the comments if you found other fixes for a blank or frozen Spotlight gallery.
Could you please explain why Windows Spotlight is not functioning on Windows 11?
Windows Spotlight usually fails because of corrupted cache files, broken updates, or internet connectivity issues. Resetting the Spotlight cache and re-registering ContentDeliveryManager often fix the problem.
How do I reset Spotlight in Windows 11?
Delete the Assets and Settings cache files from the ContentDeliveryManager folders, then restart your PC and re-enable Windows Spotlight.
Why is my Windows 11 lock screen image not changing?
The issue is commonly caused by corrupted personalization settings or damaged Spotlight cache files. Switching temporarily to Picture mode also helps.
Does Windows 11 24H2 break Spotlight?
Some users reported Spotlight bugs after installing Windows 11 24H2 updates. Installing the latest cumulative updates usually resolves the issue.
Can VPNs stop Windows Spotlight from working?
Yes. VPNs sometimes block Microsoft CDN servers used to download Spotlight wallpapers.
CONCLUSION
Windows Spotlight not working Windows 11 issues can be frustrating, especially when your lock screen gets stuck on the same wallpaper or Spotlight disappears entirely. Fortunately, most problems can be fixed quickly using the cache reset, PowerShell repair, and system file recovery methods covered in this guide.
In my experience, resetting the ContentDeliveryManager cache solves the issue for most users. If that does not work, advanced fixes like DISM scans and registry repair usually restore normal functionality.
If this guide helped you fix Windows 11 Spotlight, share it with friends or leave a comment below describing which solution worked for you.
