Where the 200KB ceiling comes from
200KB sits in a different spot than the stricter government-form limits. It's closer to what forum software, CMS avatar fields, marketplace listings and mail providers were built around — loose enough to keep real detail in a photo, tight enough to keep page load times and inbox storage in check. If you've landed here from a bounced email or a "file too large" error on a listing site, 200KB is very likely the number behind it.
What 200KB actually buys you over 100KB
| Width | At 100KB | At 200KB |
|---|---|---|
| ~800px | Clean | Clean, more quality headroom |
| ~1200px | Usually needs scaling down | Comfortable, minimal artefacts |
| ~1600px | Visible quality loss | Good quality at normal viewing size |
In practice, the jump from 100KB to 200KB is the difference between an image that clearly went through a compressor and one where you'd have to zoom in to tell. It's the target this tool defaults to for exactly that reason.
Email attachments: watch the encoding overhead
If you're compressing specifically to fit under an email provider's attachment limit, be aware that the number they enforce isn't measured against your raw file size. Email attachments are base64-encoded for transport, which inflates the effective size by roughly a third. A 200KB image can arrive looking closer to 270KB to the mail server doing the counting. If you're right at the edge of a stated limit, aim comfortably under it rather than exactly at it — the 100 KB target is the safer choice if the provider's limit itself is small.
Format choice matters more at this size
WebP is worth using here if you control the destination — your own website, an app, storage you manage. It reaches the same visual quality as JPEG at roughly 25–35% smaller file sizes, which at a 200KB ceiling translates into a genuinely sharper result rather than just a smaller file.
JPEG is still the right call for anything going to a third-party form, a forum upload, or an email attachment — support is universal, and you don't want to discover a WebP rejection after you've already composed the email.
If quality alone won't reach 200KB
This tool searches for the best quality setting at your image's current dimensions first, and only scales the image down if that search can't reach the target. The minimum width field controls how far it's allowed to go — raise your target, or lower that field, if a result keeps coming back smaller than you wanted.
Nothing is uploaded to do this
Decoding, quality search and re-encoding all happen inside your browser via the Canvas API. The photo is never sent to a server, so there's no queue, no daily limit and no third party handling the file in between. As a side effect, re-encoding through a canvas also strips EXIF metadata — GPS coordinates, camera model, timestamps — from the result automatically.