Tutorial6 min read·Updated

Best WebP Quality Setting: 80 Is the Answer (With Real Data)

The quality slider is the most important decision you make when converting to WebP. Too high and you waste bytes; too low and you introduce visible artifacts. Here is what the numbers say, and a simple rule per type of image.

The short answer

Image typeRecommended qualityWhy
Photographs (blog, products, portfolio)75–82Visually lossless at normal sizes; biggest savings
Hero / background images60–72Partially covered by text; softness is acceptable
Screenshots and UI85–92Keeps text edges and flat colours clean
Logos, icons, diagrams90–95Sharp lines matter more than bytes
Thumbnails (< 300 px)70–78Small display size hides artifacts
Re-compressing an existing WebP/JPEG80–88Avoid stacking losses

Why 80 is the default

WebP's quality parameter is not linear. Between 100 and 85 the file shrinks quickly with essentially no perceptible change, because the encoder mostly drops noise that human vision cannot see. Between 85 and 75 you still shed bytes fast with only tiny, hard-to-spot differences. Below 70 the curve flattens: each step saves fewer bytes and artifacts (smoothed textures, ringing on edges) begin to show. Quality 80 sits at the knee of that curve, which is why Google's own documentation and most CDNs default to it.

Typical results for a 2000 px photograph (5.1 MB original PNG export)

QualityFile sizeVisual result
1001.9 MBIdentical
95890 KBIdentical
90610 KBIdentical
85470 KBIndistinguishable at 100% zoom
80390 KBIndistinguishable at normal viewing
70300 KBVery slight softening in fine texture
60245 KBSoftening visible when zoomed
40165 KBVisible artifacts

Width matters more than quality

Halving the width of an image removes 75% of its pixels. A 4000 px phone photo displayed in a 1200 px column is wasting more than 90% of its bytes regardless of the quality setting. Always set the maximum width to the largest size the image is actually displayed at (times 2 if you care about Retina screens). This is why the converter exposes both controls side by side.

How to judge quality yourself

  1. Convert the same image at 90, 80 and 70.
  2. Open the results at the size they will actually be displayed, not at 300% zoom.
  3. Look at the hardest areas: skin, sky gradients, fine text, hair.
  4. Pick the lowest setting where you cannot tell the difference, then add 5 as a safety margin.
Rule of thumb
If you can't decide: photos 80, graphics 90, backgrounds 65. You will be within a few percent of optimal every time.
Try different settings on your own image.

Put it into practice

Convert your images to WebP right now, free and privately in your browser.

Open the converter

Frequently asked questions

No. In lossy mode, quality 100 still applies some quantisation. True lossless is a separate mode. Quality 100 lossy files are large and rarely worth it.

About 10–15% in file size and virtually nothing visually for photographs. Many CDNs use 75 as their default for that reason.

Keep reading

Formats7 min read

What is WebP?

Everything you need to know about the WebP image format: how it works, how much smaller it is than JPEG and PNG, browser support, pros and cons, and how to convert your images.

Read more
Tutorial6 min read

Resize images for web

Exact recommended pixel widths for hero images, blog photos, thumbnails, Open Graph and social media, plus how to resize and convert to WebP in one step.

Read more
Performance6 min read

Reduce image size

Five techniques to shrink image files by 80–95% with no visible quality loss: modern formats, resizing, smart quality, metadata stripping and avoiding double compression.

Read more