How to Change Wallpaper on Windows 11
Short answer: Right-click the desktop, choose Personalize, then Background — or press Win+I and search 'background.' Set Personalize your background to Picture, Solid color, Slideshow, or Windows Spotlight, then Browse photos to pick your own image. If the wallpaper will not change or keeps reverting to black, it is usually the 'Remove background images' accessibility setting or an unactivated copy of Windows.
Right-click your desktop, hit Personalize, click Background. Or just Win+I and type “background” in the search box up top. Either way you end up at the same screen.
You get four choices in the dropdown: Picture, Solid color, Slideshow, Windows Spotlight. Picture is what most people want. Hit Browse photos, pick your file, done. Windows takes JPG, PNG, BMP, TIFF. It does not take WebP, which is a problem because half the wallpapers on Reddit and wallpaper sites are WebP now. You download it, set it as background, and instead of your wallpaper you get a solid color. No error. No warning. Just… not your wallpaper. Rename the file to .jpg and it won’t work either because the format is still WebP inside. You need to actually convert it — open in Paint, Save As, pick JPEG.
Also works to right-click any image in File Explorer and choose “Set as desktop background.” Fastest way if you already have the file sitting somewhere.
The Fit Dropdown
Below where you pick the image there’s “Choose a fit for your desktop image” and this trips people up. Fill crops the image to cover the whole screen without distortion. Fit shows the entire image but you get bars on the sides if the aspect ratio doesn’t match. Stretch just pulls it in every direction and it looks terrible on anything that isn’t already the exact resolution of your display. Span is for multi-monitor setups where one image stretches across all screens.
Fill is the right answer for 99% of situations. But it only looks good if your image resolution is at least as high as your display. A 1280x720 wallpaper on a 1920x1080 screen looks like mud no matter what fit option you pick. For 1080p screens use 1920x1080 minimum. 4K needs 3840x2160. I’ve had customers complain their new wallpaper “looks blurry” and every single time it’s a tiny image from a Google image search thumbnail that’s like 400x300 pixels.
Spotlight Is Actually Worth Trying
Windows Spotlight pulls a new image every day from Microsoft. Landscapes mostly, sometimes architecture, occasionally something weird like a close-up of a frog. The quality is consistently good — better than most wallpaper packs people download.
To turn it on just pick Windows Spotlight from that same dropdown. It also puts little icons on your desktop that tell you about the image and link to Bing for more info. You can’t turn those off without a registry hack which is annoying.
The actual images get cached locally at %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets. They’re saved as random hex filenames with no extension. Copy a bunch of them to a new folder and rename them all to .jpg. Most of them are the right ones, some will be tiny icons or lock screen stuff in different sizes — sort by file size, anything over 200KB is probably a wallpaper.
When It Refuses to Change
Three things to check.
TranscodedWallpaper file is corrupt. This is the one I see most. You pick a new wallpaper, it works for a second, then after reboot it’s back to the old one. Or it just goes solid black. Go to %appdata%\Microsoft\Windows\Themes and delete the file called TranscodedWallpaper. No file extension on it. Windows makes a new one next time you set a wallpaper. Fixed. Happens a lot after a Windows Update installs something halfway and reboots in the middle of whatever it was doing.
Group Policy is locking it. Work laptops usually. But I’ve also seen it on home PCs where somebody ran one of those “Windows optimization” programs that claims to speed up your computer by disabling 200 things. Some of them set a Group Policy to lock the desktop background. Run gpedit.msc — won’t work on Home edition, only Pro and above. Navigate to User Configuration, Administrative Templates, Desktop, Desktop Wallpaper. If it says Enabled with a path to some corporate logo or whatever, set it to Not Configured. On Home edition you’d need to edit the registry directly: HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop and delete the NoChangingWallPaper value if it exists.
Windows isn’t activated. Microsoft removes personalization options on unactivated installs. You can’t change wallpaper, lock screen, accent colors, nothing. There’s a watermark in the bottom right corner that says “Activate Windows” but plenty of people either don’t notice it or don’t know that’s what’s blocking them. Settings, System, Activation — if it says “Windows is not activated” that’s your problem. Either enter a product key or just pick one up for cheap.
I also ran into a weird one a couple weeks back — a guy’s wallpaper kept resetting every time he opened a specific app. Turned out that app had a “restore desktop” feature buried in its settings that was reverting the wallpaper to whatever it was when the app was first installed. Took me twenty minutes of watching his screen share before I noticed the pattern. Wallpaper issues are usually simple but sometimes they’re not.
Frequently Asked Questions
How do I change my wallpaper on Windows 11?
Right-click the desktop and select Personalize, or go to Settings, Personalization, Background. Click Browse photos and select your image. You can also right-click any JPG or PNG file in File Explorer and choose 'Set as desktop background' for a one-click method.
Why does my wallpaper look blurry or stretched?
The image resolution doesn't match your screen. For a 1080p display use a 1920x1080 or larger image. For 4K use 3840x2160. In the background settings, change 'Choose a fit' to Fill — this crops to fit without stretching. Stretch distorts the image to fill the screen.
Why won't my wallpaper change or keeps reverting to black?
Usually a corrupted TranscodedWallpaper file. Go to %appdata%\Microsoft\Windows\Themes, delete the file named TranscodedWallpaper (no extension), then set your wallpaper again. Windows recreates the file. On work laptops, Group Policy may be locking the wallpaper — check gpedit.msc under Desktop settings.
How do I save Windows Spotlight images?
Spotlight images are cached in %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets as files with no extension. Copy any file from that folder and rename it to .jpg to open it.