Wallpaper Quality on Windows

Guide to disable automatic JPEG compression and ensure lossless quality for your desktop background.

April 23, 2026

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

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to:
    HKEY_CURRENT_USER\Control Panel\Desktop
  3. Right-click → New → DWORD (32-bit) Value.
  4. Name it: JPEGImportQuality.
  5. 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 /f

Output:

Registry output confirmation


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