By default, Windows 11 compresses JPEG wallpapers to ~85% quality. You can force lossless quality by setting the JPEGImportQuality registry value to 100.
Method 1: Registry Editor
- Press Win + R, type
regedit, and press Enter. - Navigate to:
HKEY_CURRENT_USER\Control Panel\Desktop - Right-click → New → DWORD (32-bit) Value.
- Name it:
JPEGImportQuality. - Double-click it → set Value data to
100(Decimal).
Method 2: Command Line
Run this in PowerShell or Command Prompt:
reg add "HKCU\Control Panel\Desktop" /v JPEGImportQuality /t REG_DWORD /d 100 /fOutput:

Now restart your computer and reapply your wallpaper! You should see some quality improvements.