HomeCompress › 200 KB

Compress an image to 200KB

Two hundred kilobytes is the single most common upload limit on the web. It is also generous enough that a good photo stays a good photo.

Files never leave your browser

Drop images here or click to choose — every file comes out under 200 KB

Why so many forms stop at 200KB

The number is not arbitrary and it is not about your photo. It is about the form's own database column and the era it was written in. A great many web forms were built when a 200 KB image was a reasonable upper bound for a profile picture, and the limit was never revisited because nothing broke.

That is good news for you: the limit is old, but a 200 KB JPEG produced by a modern encoder holds far more detail than a 200 KB JPEG did when the rule was written.

What fits in 200KB

Comfortably: a portrait or product photo at 1200 to 1600 pixels on the long side, at a quality where you will not see artefacts unless you go looking for them.

With effort: a detailed landscape or a photograph of a full page of text. Both have detail everywhere, and the tool will reduce the pixel size rather than destroy the detail. It will tell you the size it settled on.

Two limits, not one

Forms that cap the file size very often cap the pixel dimensions too, and reject on either. If yours names a maximum width or height, put it in Also limit dimensions below — resizing first also makes the size target far easier to hit at good quality, because there are fewer pixels competing for the same 200 KB.

If the form still rejects it

Check the format. Some forms accept only JPG and reject PNG or WebP no matter how small, and a few reject files whose extension does not match their contents — a common result of renaming a file by hand instead of converting it. Set the output format to JPG below and the file that comes out is genuinely a JPEG, not a renamed one.

Landing just under, not far under

Ask most tools for 200 KB and they hand back something far smaller. That looks like success and is really waste — every unused kilobyte was quality given away for nothing. This searches for the highest quality that still fits. Measured across 28 runs — the seven size limits on this site against four different pictures — nothing came back over the limit, and the results filled 96% of the budget on average.

Nothing is uploaded at any point — the work happens on your own device, which is also why there is no daily limit and no watermark. How that works, and how to check it yourself.

Other size limits

Set any other limit on the main compress page, or read how upload size limits actually work.