Compress an Image to Under 200 KB
A 200 KB ceiling, reached by searching quality rather than guessing it.
Who asks for a 200 KB limit
Blog post images, e-commerce listing photos, and any 1280-pixel-wide web image that must stay under a quarter megabyte.
What 200 KB buys you in pixels
A workable ceiling for a 200 KB photograph is around 1280 pixels on the long edge at a quality that still looks like a photograph rather than a mosaic. That figure is empirical: it comes from how much high-frequency detail survives compression at that byte budget, and it moves up for images with large flat areas and down for images full of foliage, fabric or hair.
| Long edge | What to expect at 200 KB |
|---|---|
| Under 768 px | Comfortable — the quality search will settle in the high end of the range |
| 768–1280 px | Workable — expect mid-range quality, check gradients for banding |
| Over 1920 px | Resize down first, or the target cannot be met without visible damage |
200 KB at 1280 pixels is the standard 'good web photograph'. At this budget, switching to WebP instead of JPEG typically buys you a further 25 to 30 percent for free.
The standard good web photograph
Two hundred kilobytes at 1280 pixels is the configuration content management systems are implicitly designed around: wide enough for a full-width layout on a laptop, small enough that a page carrying a dozen images still loads quickly. At this budget, converting to WebP instead of JPEG returns another 25 to 30 percent for nothing.
Why this runs in your browser
The file is read from your disk by the browser, decoded with the browser's own codecs, and re-encoded in this tab. No upload request is made, nothing is queued on a server, and closing the tab leaves no copy anywhere. You can verify this in the network panel while it works.
How to use it
- Drop the image on the drop zone.
- Set the target size to 200 KB.
- Let the quality search run — it reports the quality level it settled on.
- Check the resulting file is at or under 200 KB, then download.
Worth knowing
- Target 200 KB permits roughly 1280 pixels on the long edge at photographic quality.
- The quality search encodes repeatedly and keeps the highest quality that fits.
- Image content, not just dimensions, determines how far the quality can be pushed.
- Switching to WebP at the same 200 KB budget usually looks visibly better than JPEG.
Limitations
- Very tight targets require resizing as well as compressing — compression alone has a floor.
- Downscaling permanently discards pixels; keep the original as your archive copy.
- Re-compressing an already-compressed file spends quality twice.
- Some portals also check pixel dimensions and file format, not just the byte count.