How to Download Windows Spotlight Images in Windows 11 and 10

·
6 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

Windows Spotlight shows a lock screen or desktop image you want to keep, but Windows doesn’t provide a “Save” button. The pictures are stored in a hidden cache, so you can copy and convert them into regular JPEG files.

Fix #1: Turn on Windows Spotlight

Windows must download at least one Spotlight picture before its cache contains anything useful.

  1. Press Windows + I to open Settings.
  2. In Windows 11, select Personalization > Lock screen.
  3. Set Personalize your lock screen to Windows Spotlight.
Windows 11 Settings > Personalization > Lock screen with Windows Spotlight selected under Personalize your lock screen
  1. In Windows 10, select Personalization > Lock screen.
  2. Set Background to Windows Spotlight.
Windows 10 Settings > Personalization > Lock screen with Windows Spotlight selected in the Background menu
  1. Lock your computer with Windows + L.

You should see a Spotlight picture on the lock screen. Windows may need an active internet connection and a little time to download its first image.

Windows 11 desktop and Start menu

Fix #2: Open the Windows Spotlight cache

The cache contains files with long names and no extensions. Copy them elsewhere before changing anything.

  1. Press Windows + R to open Run.
  2. Paste this path:
%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
  1. Press Enter.
Run dialog containing the Windows Spotlight ContentDeliveryManager Assets folder path

File Explorer should open a folder containing extensionless files. If the folder is empty, keep Spotlight enabled and check again after Windows displays a few different pictures.

Fix #3: Copy the usable image files

The Assets folder also contains thumbnails and supporting files. Larger files are more likely to be full-resolution pictures.

  1. In File Explorer, select View > Show > Hidden items in Windows 11.
  2. In Windows 10, open View and select Hidden items.
Windows 11 File Explorer View > Show menu with Hidden items enabled
  1. Select View > Details.
  2. Click the Size column to put the largest files first.
File Explorer showing the Windows Spotlight Assets folder in Details view sorted by file size
  1. Create a folder named Spotlight inside your Pictures folder.
  2. Select files larger than about 200 KB in the Assets folder.
  3. Press Ctrl + C.
  4. Open Pictures > Spotlight.
  5. Press Ctrl + V.
Pictures Spotlight folder containing copied extensionless files from the Windows Spotlight cache

Copy the files; don’t move them. Windows manages the original cache and can replace its contents whenever Spotlight downloads new pictures.

Windows copy confirmation dialog for files copied from the protected Spotlight cache folder

Fix #4: Add JPG extensions to the pictures

Adding .jpg makes File Explorer and photo apps recognize the copied files.

  1. Open Pictures > Spotlight.
  2. Select View > Show > File name extensions in Windows 11.
  3. In Windows 10, open View and select File name extensions.
  4. Right-click one copied file and select Rename.
  5. Add .jpg to the end of its existing name.
  6. Press Enter.
File Explorer renaming a copied Spotlight file by adding a .jpg extension
  1. Open the renamed file in your default photo viewer.

The picture should now open and display a thumbnail in File Explorer.

File Explorer showing converted Windows Spotlight JPG files with visible image thumbnails

Some converted files won’t be wallpapers. Delete thumbnails, icons, and portrait images from your copied folder without touching the original Assets folder.

Fix #5: Rename all copied files at once

Command Prompt can add .jpg to every extensionless file in the destination folder.

  1. Open Pictures > Spotlight in File Explorer.
  2. Click the address bar.
  3. Type cmd.
  4. Press Enter.
  5. Run this command:
ren * *.jpg
Command Prompt opened in the Pictures Spotlight folder after running ren * *.jpg
  1. Close Command Prompt.
  2. Return to File Explorer.

You should see previews for the valid images. This method is quick, but you’ll still need to remove small graphics and unwanted portrait versions.

Fix #6: Copy Spotlight images with PowerShell

PowerShell handles the folder creation, size filtering, copying, and renaming in one pass.

  1. Right-click Start.
  2. Select Terminal or Windows PowerShell, depending on which option appears.
Windows 11 Start button context menu with Terminal selected
  1. Paste this script:
$src = "$env:LOCALAPPDATA\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets"
$dst = "$env:USERPROFILE\Pictures\Spotlight"
New-Item -ItemType Directory -Path $dst -Force | Out-Null

Get-ChildItem $src |
  Where-Object { $_.Length -gt 200KB } |
  ForEach-Object {
    $newName = Join-Path $dst ($_.Name + ".jpg")
    Copy-Item $_.FullName $newName -Force
  }
  1. Press Enter.
Windows Terminal showing the completed PowerShell script that copies Spotlight files larger than 200 KB into Pictures Spotlight as JPG files
  1. Open Pictures > Spotlight.

The folder should contain JPEG copies of the larger cached files. I’d use this method if you expect to collect new Spotlight pictures regularly.

Fix #7: Save Windows 11 desktop Spotlight images

Windows 11 can rotate Spotlight pictures on the desktop as well as the lock screen.

  1. Open Settings.
  2. Select Personalization > Background.
  3. Set Personalize your background to Windows Spotlight.
Windows 11 Settings > Personalization > Background with Windows Spotlight selected under Personalize your background
  1. Check the ContentDeliveryManager cache using Fix #2.
  2. If the current desktop picture isn’t there, open this folder in File Explorer:
C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\DesktopSpotlight\Assets\Images
  1. Copy the wanted image into Pictures > Spotlight.

The exact desktop cache contents can vary between Windows 11 builds. Stick with the ContentDeliveryManager folder if Windows blocks access to the system-owned Client.CBS directory.

Fix #8: Use a Spotlight-saving app

A Spotlight-saving app can watch the cache, add image extensions, and copy new pictures automatically. This addresses the repetitive part of the manual method.

  1. Open the Microsoft Store.
  2. Search for a Windows Spotlight saver or an app such as Dynamic Theme.
  3. Check that the app supports your Windows version and lets you choose a destination folder.
  4. Review its requested permissions before installing it.
  5. Set Pictures > Spotlight as the save location.
  6. Enable automatic saving if the app provides that option.
Microsoft Store search results for Windows Spotlight saving apps with compatibility and publisher details visible

The old SpotBright app was built for this job, but check its current Store listing and compatibility before paying or installing it.

Current Microsoft Store listing for SpotBright showing availability, supported devices, and last update information

A maintained utility should filter small files and separate landscape pictures from portrait versions. That saves cleanup time on a 4K monitor.

Fix #9: Download a collected Spotlight album

A shared album avoids extracting anything from Windows, but it won’t necessarily contain the picture currently displayed on your computer.

  1. Open the Windows Spotlight album on Imgur.
  2. Select the image you want.
  3. Download the full-resolution copy to Pictures > Spotlight.
  4. Open the downloaded file and confirm its resolution before setting it as wallpaper.
Imgur Windows Spotlight album showing a grid of downloadable landscape images

Treat Spotlight pictures as personal-use wallpapers. Don’t redistribute the collection or sell the images as stock photography.

Set a saved picture as your wallpaper

  1. Open Pictures > Spotlight.
  2. Right-click the JPEG you want.
  3. Select Set as desktop background.

For a lock screen picture, open Settings > Personalization > Lock screen, change the background option to Picture, and select the saved file.

You can also copy the JPEGs to an external SSD or a cloud storage service for use on your other devices.

If Windows Spotlight is stuck on one image

  1. Open Settings > Personalization > Lock screen.
  2. Change the lock screen background to Picture.
  3. Press Windows + L once.
  4. Sign back in.
  5. Return to Lock screen settings.
  6. Select Windows Spotlight again.

Confirm that the computer has internet access. Privacy software, workplace policies, or firewall rules that block Microsoft content services can stop new pictures from downloading.

Identify where a Spotlight photo was taken

  1. Save the picture as a JPEG.
  2. Open Bing Visual Search in your browser.
  3. Upload the saved image.
  4. Review the landmark and visually similar image results.

The result should help identify a city, landscape, or building, though pictures of remote scenery may produce several possible matches.

Conclusion

Fix #6, the PowerShell method, usually solves the awkward Spotlight-saving workflow with the least repeated work. If the cache stays empty after re-enabling Spotlight, a network restriction or workplace policy is probably blocking the downloads. Check your Windows 11 updates and consider reinstalling Windows 11 without bloatware. You may also need to run Windows applications as administrator or set up Windows Hello on your local account.