Fit To ScreenAnime wallpaper, measured against the screen it is going on

Windows re-encodes your wallpaper unless you stop it

SECTION

DEVICES

ANSWERS

windows 11 wallpaper

READ

6 min

FIGURE

photograph

Windows 11 does not display the wallpaper file you chose, it copies that file into your user profile, re-encodes the copy as JPEG and displays that, which is why a clean PNG can arrive on the desktop with blocky edges and stepped gradients.

A black desktop monitor with a mechanical keyboard.

The behavior is a default, not a fault, and it is the one thing to change before worrying about anything else. Everything below assumes the picture is already large enough for the panel, which for a 1920 x 1080 desktop means a file of at least 1920 x 1080 and for a 4K one means at least 3840 x 2160. The reasoning behind those figures sits on the page about how the same picture is a different file on every screen you own.

Where Windows puts the file after you set it

Windows puts a transcoded copy of the file in a Themes folder inside your user profile the moment you set a wallpaper, and from then on the desktop is drawn from that copy. Two consequences follow. Deleting or moving the original does not clear the wallpaper, because the original is no longer the thing being displayed. And any quality lost in the transcode is permanent for that copy, no matter how good the source was, because the source is not consulted again.

This also answers a common confusion about where a downloaded picture has gone. A file saved to Downloads and then set as wallpaper now exists twice: as the file you downloaded, and as the JPEG Windows made from it.

The JPEGImportQuality value that stops the re-encode from costing you the picture

To stop the re-encode from costing quality, set a JPEGImportQuality value under HKEY_CURRENT_USER\Control Panel\Desktop. It is a DWORD and it takes a value from 60 to 100, where 100 is the least lossy setting Windows will use. The value does not exist until you create it, and Windows falls back to its own default while it is absent.

  1. Open the registry editor and go to HKEY_CURRENT_USER\Control Panel\Desktop.
  2. Create a new DWORD value named JPEGImportQuality.
  3. Set it to a decimal value of 100.
  4. Sign out and back in, so the desktop is rebuilt.
  5. Set the wallpaper again, because the existing transcoded copy is not re-made on its own.

The step people skip is the last one. The setting governs the next transcode, not the one already sitting in the Themes folder, so a wallpaper set before the change keeps whatever damage it already has.

WHAT GETS LOST

JPEG compression damages flat color and soft gradients far more than it damages photographic detail. Anime art is mostly flat color and soft gradients, which is why a dark night sky or a plain colored background shows visible steps after a transcode while a photograph of the same size looks untouched.

Fill, Fit, Stretch, Tile, Center and Span, and what each does to the picture

Fill, Fit, Stretch, Tile, Center and Span are the six choices Windows offers for how the file meets the screen, and only two of them are ever the right answer for a picture you care about.

SettingWhat it does to the fileUse it when
FillScales until both axes are covered, crops the longer oneThe file is the right shape or close to it
FitScales until the whole picture is visible, leaves barsYou would rather lose nothing than lose the edges
StretchDistorts the file to the screen shapeNever, for artwork; it changes the drawing
TileRepeats the file from the top leftThe file is a seamless pattern
CenterPlaces the file at native size, no scalingThe file matches the panel exactly
SpanStretches one file across all displaysYou have one wide file for a multi monitor desktop

Fill is the sane default and it is also the setting doing the cropping people complain about. A 16:9 file on a 21:9 ultrawide at 3440 x 1440 loses roughly 13% off the top and the same off the bottom under Fill, keeping about 74% of the original height.

Two monitors, one picture, and the Span option

Two monitors take one file under Span, not two copies of a narrow one, and the file has to be as wide as the combined desktop. Two 1920 x 1080 panels side by side need a single file at 3840 x 1080. Two 2560 x 1440 panels need 5120 x 1440. Anything smaller gets enlarged across both screens and looks worse on the pair than it did on one.

Windows will also set a different wallpaper on each display, which is often the better answer when the monitors are different sizes or different resolutions, because one shared file has to satisfy the larger panel and will be over specified for the smaller one.

The lock screen is a separate slot from the desktop

The lock screen on Windows is set in its own place with its own picture, and changing the desktop wallpaper leaves it alone. It also arrives with Windows Spotlight selected by default, which rotates through a supplied set of images automatically, so a lock screen that keeps changing on its own is that setting rather than a fault. Switch it to Picture and choose a file to stop the rotation. The lock screen also carries the clock, the date and any notification text over the image, so the top of the frame is not really yours.

Moving wallpaper on Windows, and what it needs instead

Windows has no live wallpaper of its own, so an animated desktop needs a third party program, and the file it wants is a video loop rather than a picture. Wallpaper Engine is a Steam program that plays things on your desktop; it is Windows only, it is paid, and its content comes from the Steam Workshop, which is user uploads whose rights are whatever the uploader claims. Lively Wallpaper and ScreenPlay are open source alternatives that genuinely exist. A live wallpaper is a video your device never stops playing, and that page covers what it costs to keep one running.

Where a Windows 11 wallpaper that is actually free comes from

A wallpaper that is free to download is not the same thing as one that is free to use, and on Windows the distinction gets blurred by how easy the save is. This site hosts no wallpaper files and names no source for copyrighted anime artwork. The categories that are genuinely clear are four: art a rights holder has released with stated terms, such as the stills Studio Ghibli published on ghibli.jp in September 2020 for free use within the bounds of common sense; art under an open license, remembering that an ND license forbids the crop you would need to fit it to 1920 x 1080; art licensed from the artist directly; and art you made yourself. Windows ships its own dark and light theme images and its own nature sets, and those come with the operating system's terms attached rather than nothing at all.

Where to go next