Image Compression Quality Settings Explained (1–100 Scale)
What does the quality slider actually do? Learn what JPEG quality settings mean, which values to use for different purposes, and how to find the optimal balance.
Every image compression tool shows a quality slider from 1 to 100. But what does quality 80 actually mean, and why does quality 100 still reduce file size? This guide explains the science and gives you the exact values to use.
What Does the Quality Setting Do?
- JPEG compression works by dividing the image into 8×8 pixel blocks, applying a mathematical transform (Discrete Cosine Transform), and then discarding frequency information that the human visual system is least sensitive to. The quality setting controls how aggressively this information is discarded:
- Quality 100: Discard almost nothing — maximum quality, largest file
- Quality 75: Discard moderate amounts — good quality, much smaller file
- Quality 50: Discard significant amounts — visible artefacts on close inspection
- Quality 1: Discard nearly everything — very small file, very blocky image
The Quality vs. File Size Trade-off
| Quality Setting | Typical File Size vs. Original | Visual Quality |
|---|---|---|
| 95–100 | 60–80% of original | Virtually identical |
| 80–94 | 25–50% of original | Excellent — no visible difference |
| 70–79 | 15–25% of original | Very good — slight loss on close inspection |
| 60–69 | 10–15% of original | Good — minor artefacts |
| 40–59 | 5–10% of original | Noticeable artefacts |
| 1–39 | Under 5% of original | Heavy blocking artefacts |
Recommended Quality Settings by Use Case
- Web hero images and product photos: Quality 80–85 — imperceptible loss, 50–70% smaller
- Blog thumbnails and social media: Quality 75–80 — excellent balance of size and quality
- Email attachments: Quality 70–75 — keeps files small for faster delivery
- Online forms requiring under 50KB: Quality 60–70 — acceptable for document scans
- Archiving / master copies: Quality 90–95 — near-lossless for future editing
- Thumbnails under 5KB: Quality 50–60 — small enough for tiny previews
Quality 100 ≠ Lossless
A common misconception: setting JPEG quality to 100 does NOT give you a lossless file. JPEG is a lossy format by design. Even at quality 100, some mathematical rounding occurs during the DCT process. If you need truly lossless storage, use PNG instead. For the web, quality 80–85 is indistinguishable from 100 at a fraction of the file size.
WebP vs. JPEG Quality
WebP uses a different quality scale but a similar concept. A WebP file at quality 80 is roughly equivalent in visual quality to a JPEG at quality 80, but approximately 25–35% smaller. Converting your JPGs to WebP at the same quality setting gives you a smaller file with equal visual fidelity.
Finding the Optimal Setting
- The standard approach is to use quality 80 for most web images. This is the sweet spot where:
- File sizes are 50–70% smaller than the original
- Quality loss is invisible to the naked eye on screens
- Google PageSpeed and Lighthouse accept the output
- If you have a specific file size target (such as 100KB), use Compress to 100KB — it automatically finds the highest quality setting that meets your size requirement.
Try It Free — No Registration Needed
Resize, compress, and convert images instantly in your browser.