If you’ve spent any time using Windows 11—or supporting users who do—you’ve almost certainly noticed the lock screen images. They’re sharp, professionally shot, geographically diverse, and often far better than what most people use as their desktop wallpaper. These images are delivered via Windows Spotlight, a cloud-driven personalization feature that quietly downloads new content in the background.
From an IT professional’s perspective, Windows Spotlight is interesting for two reasons:
- User curiosity and support requests – “Where does Windows store those images?” is a surprisingly common question.
- Practical reuse – These images are frequently requested for desktop wallpapers, internal presentations, digital signage, or demo environments.
Microsoft does not make these images easily accessible, but they are stored locally on every Windows 11 system using Spotlight. With a bit of technical know-how, you can locate them, extract them, and even automate their collection—if you understand the caveats.
This article goes beyond the basic “click here, copy that” instructions and explains how Spotlight actually works, where the images live, what’s safe to reuse, and what IT admins should know in managed environments.
What Is Windows Spotlight (Technically Speaking)?
Windows Spotlight is a Content Delivery Platform powered by Microsoft’s cloud services. It dynamically delivers:
- Lock screen images
- Desktop background images (Windows 11 feature)
- Tips, trivia, and promotional content
Under the hood, Spotlight is managed by the Microsoft.Windows.ContentDeliveryManager package. This component periodically downloads image assets based on region, device type, display resolution, and usage telemetry.
Key characteristics worth noting:
- Images rotate several times per day
- Content is cached locally
- Old assets are periodically purged
- File names are intentionally obfuscated
- Assets are reused across lock screen and desktop experiences
This design optimizes performance and reduces bandwidth—but it also hides the images from casual users.
Where Windows 11 Stores Lock Screen (Spotlight) Images
On Windows 11, Spotlight images are stored deep within the user profile under a hidden AppData directory.
Default Spotlight Image Location
C:\Users\[USERNAME]\AppData\Local\Packages\
Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\
LocalState\Assets
This folder contains all Spotlight image assets, including:
- Lock screen photos
- Desktop Spotlight images
- UI elements and promotional graphics
At first glance, the folder looks confusing—and that’s by design.
Step 1: Enable Viewing Hidden Files (Once Per System)
Because AppData is hidden by default, you’ll need to expose hidden files:
- Open File Explorer
- Click View (top menu)
- Select Show
- Enable Hidden items
Alternatively (for IT pros):
PowerShell can enumerate the directory without changing Explorer settings
Group Policy or Registry can enforce this


Step 2: Navigate to the Spotlight Assets Folder
Once hidden files are visible, browse to:
This PC > Local Disk (C:) > Users > [USERNAME] > AppData > Local >
Packages > Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy >
LocalState > Assets
Inside, you’ll see dozens—or even hundreds—of files with:
- No file extensions
- Randomized filenames
- Mixed file sizes
At this point, most casual guides stop. This is where IT experience matters..

Understanding What You’re Looking At
Not every file in the Assets folder is a usable image.
File Types Found Here
- High-resolution JPEG images (actual photos)
- Small UI icons
- Thumbnails
- Metadata placeholders
The real photos are typically much larger.
Pro Tip from the Field
Sort the folder by File Size (Descending).
Files larger than ~300 KB are almost always full-resolution images.
Many are optimized for:
- 1920×1080
- 2560×1440
- 4K displays
Step 3: Safely Extract and Convert the Images
Once you identify the large files:
- Copy them to another folder (e.g. Pictures\Spotlight)
- Do not work directly in the Assets folder
- Rename the files and add
.jpgto the end
Example:
a9f83d72b4f1e2 → a9f83d72b4f1e2.jpg
The images will now open normally in:
- Windows Photos
- Paint
- Photoshop
- Any standard image viewer
Real-World IT Use Cases for Spotlight Images
From practical experience, these images often get reused for:
- VDI and RDS session backgrounds
- Demo machines for clients
- Internal documentation covers
- Conference room display rotations
- Screensavers in non-locked environments
Because the images are cached locally, extraction does not require admin rights—making them accessible even on standard user profiles.
Automation Tip: Collecting Spotlight Images with PowerShell
In enterprise environments, many IT admins automate this process.
A simple PowerShell script can:
- Copy only image-sized assets
- Append
.jpg - Store them centrally
- Run on a schedule
This is especially useful for digital signage or rotating wallpapers without external downloads.
(Note: Always validate licensing policies before redistribution—see below.)
Licensing and Legal Considerations (Important)
This part is rarely mentioned—but matters for professionals.
What Microsoft Allows
- Personal use
- Local wallpapers
- Internal, non-commercial use
What’s Risky
- Redistribution as image packs
- Commercial resale
- Publishing images externally as stock photography
Spotlight images are licensed to Microsoft and its content partners. While Microsoft does not aggressively enforce personal reuse, IT departments should avoid bundling or redistributing these images outside their organization.
Common Issues and Troubleshooting
No Images in the Folder?
- Spotlight may be disabled
- Device hasn’t connected to the internet
- Images haven’t cached yet
Check:
Settings > Personalization > Lock screen > Background = Windows Spotlight
Images Keep Disappearing?
This is expected. Microsoft periodically cleans old assets.
If you see one you like—copy it immediately.
Final Thoughts from an IT Perspective
Windows Spotlight is a clever example of Microsoft blending cloud content with local OS experiences. While it’s designed for aesthetics, it has practical value well beyond the lock screen.
For IT professionals, knowing where these images live, how they’re managed, and how to extract them responsibly is just another example of understanding Windows beyond the surface UI.
And like many things in Windows—Microsoft didn’t remove access… they just made you work a little harder to find it.

From my early days on the helpdesk through roles as a service desk manager, systems administrator, and network engineer, I’ve spent more than 25 years in the IT world. As I transition into cyber security, my goal is to make tech a little less confusing by sharing what I’ve learned and helping others wherever I can.
