Compress an image to under 200 KB
University portals, job application systems and marketplace listings land on 200 KB again and again. It is a roomy budget for anything web-sized — this page opens the compressor with it already set, and the engine keeps every pixel it can while landing under the line.
- Nothing is uploaded
- Budget: 200 KB
- JPEG · WebP · AVIF · PNG
- Unlimited & free
Drop your images here
or paste from the clipboard · ⌘V / Ctrl+V works too
JPG · JPEG · PNG · WebP · AVIF · HEIC · GIF · BMP — no file count limit
Compression settings
Applied to every imageAuto measures each image: it encodes a test pass at several quality levels, scores the result against the original, and keeps the smallest file that still clears a ~40 dB fidelity floor.
Advanced options
Auto applies a halo-free unsharp mask only when an image is scaled below 82%.
Generated in your browser by a synth — no audio file is downloaded, and it stays silent when a batch finishes in a couple of seconds.
WASM codecs are fetched from a public CDN on first use and give slightly smaller files. Every fallback still works offline.
Results
Why so many forms land on 200 KB
Two hundred kilobytes is where form designers end up when they want room for a proper photo but not a camera roll. The systems that use it:
| Where | Typical limit | Usual format rule |
|---|---|---|
| University and scholarship application forms | 100 KB – 200 KB | JPG |
| Job applications and ATS portals | 200 KB – 500 KB | JPG or PNG |
| Marketplace and classified listings | 200 KB – 1 MB | JPG or WebP |
| CMS and LMS media libraries | 200 KB – 2 MB | Anything |
| Profile photos for portals and banks | 100 KB – 300 KB | JPG, square crop |
200 KB is a quality opportunity, not just a limit
Unlike a 50 KB budget, 200 KB is roomy enough that how the bytes are spent decides whether the result looks professional or processed. Most tools apply a fixed preset — say 80% quality — and hand back whatever came out, which might be 90 KB (detail wasted) or 260 KB (rejected). This engine does the opposite: it searches for the highest quality that still fits under 200 KB, so a 1–2 megapixel image typically keeps every pixel and arrives just under the line, and a large photograph gives up only what the budget genuinely requires.
Getting the most from the budget
- Do not resize by hand first. If the form only caps file size, leave the dimensions alone — the engine fits on quality and preserves the full frame. Resize only when the form names pixel dimensions too.
- Screenshots: keep them PNG. Text and flat UI survive PNG palette quantization beautifully; a screenshot compressed as JPG develops fuzz around every letter. At 200 KB a quantized PNG screenshot is usually indistinguishable from the original.
- Photographs: WebP or AVIF when allowed. Where JPG needs 200 KB, WebP often needs about 140 KB for the same look — the surplus buys either smaller files or visibly more detail.
- Batches: drop them all at once. Every file gets the same 200 KB treatment in parallel and comes back as individual downloads or one ZIP.
Other budgets in one place
Other limits come with their own page: compress an image to 50 KB for passport and signature uploads, compress an image to 100 KB for the most common general cap, and compressing photos for email when a batch has to fit in one message. Any other number works the same way — type it into the target field, or open the main compressor for the full auto mode.
Frequently asked questions
Can I compress an image to exactly 200 KB?
Yes — pick Target size and enter 200. The engine binary-searches encoder quality until the output fits under 200 KB, and reports the real byte count of the finished file rather than an estimate.
Will a 200 KB photo look bad?
Not usually. 200 KB is a comfortable budget for web-sized images: a 1600-pixel-wide photo or any typical screenshot fits with quality to spare. Only very large, very detailed photographs need downscaling to fit, and the engine reduces dimensions in gentle steps rather than one jump.
What is the 200 KB limit usually for?
It is the classic cap for university and scholarship application forms, job application and ATS portals, marketplace and classified listing photos, and many CMS media libraries. The pattern is the same everywhere: a form column sized for documents, not photographs.
Should I resize the image before compressing to 200 KB?
Only if the form also names pixel dimensions. If it only caps the file size, leave the resolution alone — the engine fits the budget on quality first and preserves every pixel. Resizing by hand before compressing throws away detail you did not need to lose.
Can I compress a whole batch to 200 KB each?
Yes. Drop in as many files as you like — every one is compressed to the same 200 KB budget in parallel, and you can download them individually or as a single ZIP archive.
Are my images uploaded to a server?
No. This is a static site with no upload endpoint. Your images are decoded, resampled and re-encoded inside your own browser, so they cannot leave your device even by accident.