/
/

How to Find and Save Windows Spotlight Images

How to Find and Save Windows Spotlight Images blog banner image

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 in a format that isn’t readily available for use. 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 convert 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 corruption Once renamed, Spotlight image files will be in .jpg format. However, some of these files may be unusable or corrupted. 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 image Spotlight 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:

FAQs

Windows Spotlight images are stored in the LocalState\Assets folder. You can view the full path here.

You can manually search the local folder or run a PowerShell script to extract the files. Alternatively, you can click the Learn more about this picture icon to view the active image background in Bing.

The Spotlight images may be reused as lock screen images, desktop wallpapers, or for other general purposes. Otherwise, knowing how to locate the images can come in handy if you’re disabling the feature and clearing the cached files.

You might also like

Ready to simplify the hardest parts of IT?
×

See NinjaOne in action!

By submitting this form, I accept NinjaOne's privacy policy.

NinjaOne Terms & Conditions

By clicking the “I Accept” button below, you indicate your acceptance of the following legal terms as well as our Terms of Use:

  • Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms.
  • Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party.
  • Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library belonging to or under the control of any other software provider.
  • Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations.
  • Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks.
  • Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script.
  • EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).