Set a ceiling in kilobytes. The image size reducer finds the highest quality that still fits underneath it, so you lose as little as possible.
Most compressors give you a vague slider and leave you guessing whether the output clears the limit. This one works backwards from the number your form actually enforces.
How the reducer decides what to throw away
A JPEG has one main dial: the quality setting, from 1 to 100. Lower settings discard more fine detail and produce a smaller file, but the relationship is not linear and it is different for every photograph. A flat portrait against a plain wall compresses far better than a busy outdoor scene.
So rather than guessing, the tool runs a binary search. It encodes your image at a mid quality, measures the result, and narrows the range — about eleven times — until it lands on the highest quality that still comes in under your ceiling. If even a low quality is too big, it steps the pixel dimensions down and searches again.
The practical effect: you get a noticeably sharper file than a fixed-quality compressor would hand you at the same size.
Reduce in KB vs resize in pixels
Reducing file size does not change how many pixels wide your photo is — a 4000px image compressed to 50KB is still 4000px, just blurrier. If your form specifies dimensions, resize by pixels first, then compress. Doing it in that order almost always gives a better-looking result, because you are removing pixels you did not need instead of destroying the ones you did.
Common size ceilings
| Target | What it is usually for |
|---|---|
| 20 KB | Signatures, thumb impressions, strict older portals |
| 50 KB | Passport photographs on most exam forms |
| 100 KB | Declarations, ID scans, general document uploads |
| 200 KB | Certificates, marksheets, higher-resolution scans |
| 500 KB | Multi-page scans and print-quality submissions |
Keeping the photo usable
- Crop before you compress. Empty background is detail the encoder still has to describe. Cropping tight to the subject buys you real quality at the same file size.
- Do not compress twice. Each pass discards detail permanently. Always start from the original, not from a file you already shrank.
- Watch the 20KB floor. Below roughly 20KB, most portrait photos start showing visible blocking. If your form wants under 20KB, reduce the pixel dimensions rather than the quality.
- Check the minimum too. Many forms enforce a floor as well as a ceiling. If you overshoot downward, increase the size back up.
Frequently asked questions
How do I reduce image size in KB?
Upload the image, type the maximum size your form allows, and download. The reducer tests multiple quality settings and picks the sharpest one that still fits under your limit.
How can I reduce image size in KB without losing quality?
Some loss is unavoidable when you shrink a JPEG, but you can minimise it. Crop out empty background first, resize the pixel dimensions to what the form actually needs, and only then compress. Compressing a correctly-sized image loses far less than compressing an oversized one.
What is the difference between an image size reducer and a resizer?
A reducer changes the file size in kilobytes. A resizer changes the pixel dimensions. They are separate settings, and a form can reject you for either one, so read the error message carefully before you pick a tool.
Is my photo uploaded to a server?
No. The compression runs in your browser using the Canvas API. Nothing is transmitted, stored or logged, and the tool keeps working if you disconnect from the internet after the page loads.
Can I reduce a photo to exactly 20KB?
Yes. Enter 20 and the output lands at or just under 20KB. If your form also enforces a minimum — say 10 to 20KB — the result will still sit comfortably inside that band.