Close in 10s
How to recover the current Windows wallpaper

How to recover the current wallpaper under Windows 11 / 10?

Have you fallen for your beautiful wallpaper? Are you fascinated by one of Bing’s automatic slideshow wallpapers? But beware: it changes every day, and you risk losing it forever! Fortunately, there’s an easy way to save it.

How to recover your current Bing wallpaper?

When you set a wallpaper, Windows creates a copy and stores it in a hidden location on your system.

On Windows 10, the old location for cached wallpapers (especially for those set via themes or downloaded via Windows Spotlight) was :

C:\Users\Adrien\AppData\Local\Microsoft\Windows\Themes\CachedFiles

This folder contained a copy of the active wallpaper as an image file. However, Microsoft has removed this location in recent versions of Windows 10 and Windows 11. The active image is now stored in :

C:\Users\Adrien\AppData\Roaming\Microsoft\Windows\Themes

Replace Adrien with the name you use to access Windows.

In this folder, the TranscodedWallpaper file is the currently applied wallpaper. However, it has no default extension. To display it correctly :

  1. Copy this file elsewhere (e.g. to the desktop).
  2. Rename it TranscodedWallpaper.jpg.
Save current wallpaper Windows 11
  1. All you have to do is copy the image and paste it elsewhere on your computer for safekeeping.

Find the current wallpaper location with PowerShell

Open PowerShell and run this command:

Get-ItemProperty -Path 'HKCU:\Control Panel\Desktop' | Select-Object -ExpandProperty WallPaper

The full path of the active wallpaper will be displayed.

C:\Users\Adrien\AppData\Local\Packages\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\LocalCache\Microsoft\IrisService\8657288525238303659\133852161860550586.jpg
Where are the hidden Windows wallpaper files?

Windows wallpaper hidden files are stored in a system folder accessible via File Explorer. To find them, simply navigate to the user directory and search in the Windows theme settings.

About the author

Adrien Piron

I’m Adrien, passionate about technology and specialized in technical support for individuals. My goal is to make technology accessible to everyone.

Discover the articles on the same topic

Install Windows 11 without a Microsoft account in 2025

Install Windows 11 without a Microsoft account in 2025

Find out how to install Windows 11 without a Microsoft account and bypass the login requirement. A practical guide to unrestricted local installation.

Install and activate gpedit.msc Group Policy on Windows 11 Home

Install and activate gpedit.msc Group Policy on Windows 11 Home

Find out how to activate gpedit.msc on a Windows Home edition, unlock features and customize your system.

Installing and activating Hyper-V on Windows 11 Home with PowerShell

Installing and activating Hyper-V on Windows 11 Home with PowerShell

Find out how to activate Hyper-V on Windows 11/10 Home with PowerShell. Follow our guide to using virtualization without upgrading to Windows Pro.

Hyper-V is a type 1 hypervisor, not a type 2 hypervisor

Hyper-V is a type 1 hypervisor, not a type 2 hypervisor

Hyper-V is often mistaken for a type 2 hypervisor. Find out why it's actually a type 1, integrated into Windows but running on hardware.