/
/

How to Find and Save Windows Spotlight Images

by Angelo Salandanan, IT Technical Writer
How to Find and Save Windows Spotlight Images blog banner image

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key points

  • Windows has a feature called Spotlight Images that showcases curated photos that users can apply as their lock-screen and desktop background.
  • These images can be saved to your computer, but without a file extension, which is why Windows will not be able to identify them as image files right away.
  • For users who want to save these images and use them, they must copy and rename the files with a .jpg extension.
  • Spotlight images can be located and copied manually, which is best suited for individual users, or extracted and renamed using a PowerShell script for enterprise operations.
  • Users may encounter issues when extracting these files. Renamed Windows Spotlight images may sometimes be unusable or missed due to rotation, but you can reset Spotlight to refresh files or schedule a PowerShell script to capture them consistently.

Windows Spotlight is a feature that can be enabled to automatically download curated lock-screen and desktop background images from Microsoft’s default search engine (Bing). However, these Windows Spotlight images are saved without file extensions, which prevents Windows from recognizing them as image files. As a result, users will need to manually extract these image files from a local folder so that they can be used according to their preferences.

This guide outlines two ways to complete this required action.

Methods for saving Windows Spotlight images

Use the table to choose and quickly navigate to your preferred activation steps.

Methods
(🖱️ Click to view steps)

💻Best for Individual Users 💻💻💻Best for Enterprises
Method 1: Manual search
Method 2: PowerShell script

💡 Tip: Check out the Things to look out for section to optimize your action plan and manage risks.

Method 1: Manually locate and copy Spotlight images

This method is best for self-service or Remote Desktop Protocol configuration.

📌 Use cases: Remote activation and personal devices.

📌 Prerequisites: Network and system access.

  1. Press Win + R to open a Run dialog box.
  2. Type in the following path and press Enter: %LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
  3. This opens a folder containing the Spotlight image files without extensions.
  4. Copy all files to a new folder (e.g., C:\Users\<YourName>\Pictures\Spotlight).
  5. To use these files, you’ll need to rename them and add a .jpg extension. To do so, select a file, right-click on it, then select Rename. You may also use a third-party utility tool to update the file names in batches.

To filter the files, you can sort by size to identify background-quality images. These will typically have a file size greater than 300 KB. For additional context, the Assets folder may also contain standard app icons mixed with the Spotlight images.

If enabled, you can also click the Learn more about this picture icon to view the active background image in Bing.

Method 2: Use a PowerShell script to extract and rename files

PowerShell scripts are often used for task automation and software deployment.

📌 Use case: Automation and RMM scripting.

📌 Prerequisite: Network and system access.

  1. Open PowerShell from Search 🔎 and select Run as administrator (optional).
  2. Copy and paste the following script:
    Get-ChildItem -Path $env:localappdata\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets | Copy-Item -dest {“$home\desktop\Spotlight\” + $_.BaseName + ($i++) +”.jpg” }
  3. Press Enter to run the code.

Go back to the Spotlight folder you created. It should contain a copy of files from the LocalState/Assets folder, including some smaller files. You can delete items that are not Spotlight background images.

Things to look out for when extracting Spotlight images

Missing something? Consider these scenarios and tips for handling errors, preventing system issues, and reinforcing policies.

Risks

Potential Consequences

Reversals/Tips

File downloaded is unusableOnce renamed, Spotlight image files will be in .jpg format. However, some of these files may be unusable.You can try resetting the Spotlight feature to refresh the cached files.

If enabled, you can also click the Learn more about this picture icon to view the active background image in Bing.

Non-capture of slideshow imageSpotlight images rotate on schedule, so some images may not be captured by the time you attempt to get a copy.Consider running the PowerShell script on a schedule.

Once downloaded, the Spotlight images will be stored locally and can be used as you like.

Best practices for extracting Windows Spotlight images

In general, downloading a copy of the Windows Spotlight images is an end-user activation that also has its corresponding GUI-enabled method. However, users may request assistance from their IT if the feature isn’t enabled or if user access is limited. In such cases, you can use this guide to execute this action remotely via Remote Desktop or by using a PowerShell script.

Related topics:

Quick-Start Guide

Here are the steps to find and save Windows Spotlight images in Windows 11:

1. Locate the Spotlight Images:
– Open File Explorer
– Navigate to: %LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets

2. Save the Images:
– The files in this folder have no extensions
– You’ll need to copy these files to another folder
– Rename the files with a .jpg extension to make them viewable

3. Alternative Method:
– Press Win + R
– Type %LocalAppData%\Packages\Microsoft.Windows.Client.CBS_cw5n1h2txyewy\LocalCache
– Look for image files in the subfolders

Pro Tips:
– Some images might be in the IrisService subfolder
– Not all files will be images, so you may need to sort through them
– The exact location can vary slightly depending on your Windows version

While NinjaOne doesn’t have a specific tool for this task, it’s a straightforward process you can do manually. The images are typically high-quality and make great wallpapers once you save them.

FAQs

Windows Spotlight images are provided by Microsoft for personal use as wallpapers. Commercial use or redistribution may be subject to copyright restrictions.

Some Spotlight images are optimized for mobile or vertical displays, which is why they may appear in portrait format. You can rotate or crop them manually after saving.

Windows Spotlight typically updates the lock screen image every one to two days, depending on your network connection and system activity. The exact timing may vary.

Yes. You can save a specific image by copying it from the Assets folder before it rotates out of the cache. Once saved locally, it will not be automatically deleted.

The Assets folder may contain app icons, thumbnails, and metadata files alongside background images. Sorting by file size helps identify full-resolution wallpapers.

You might also like

Ready to simplify the hardest parts of IT?