If a form is demanding a file under 100KB and you have a JPEG, you are already in the best possible position. JPEG was designed for exactly this: throwing away the parts of a photograph that human eyes barely notice, in exchange for a dramatically smaller file. No other common format gets a photo that small while still looking like a photo.

JPG and JPEG, incidentally, are the same format. The two file extensions exist for historical reasons, and every tool treats them identically — so anything below applies to both.

Why JPEG shrinks so well

JPEG compression works by discarding fine detail your eye is least sensitive to — subtle variations in colour and texture — while preserving the broad shapes and brightness that carry the image. That is why a photograph compresses beautifully and a screenshot of text does not: text is all sharp edges, and sharp edges are exactly what JPEG smooths.

This also explains where it breaks. Push the quality low enough and you start seeing the machinery: blocky patches in smooth areas like skies, faint halos around high-contrast edges, and a mushy loss of fine texture in hair or fabric.

Compressing a JPEG to 100KB, step by step

  1. Check the dimensions first. If the photo is several thousand pixels wide and the destination shows it small, resize it before compressing. Dimensions do more work than quality ever will — the full argument is in resizing an image to 100KB.
  2. Open the compressor and set a target. In the image compressor, turn on target size and enter 100KB. It searches for the quality level that lands at or just under your number instead of making you guess.
  3. Inspect the result at full size. Look at faces, any text in the image, and large smooth areas. Those three show compression damage first.
  4. Adjust if you have headroom. If the file came in at 60KB, raise the quality — you are leaving sharpness on the table. If it looks rough at 100KB, resize smaller and try again.

All of it runs in your browser here. The file is never uploaded, which matters when the JPEG is a passport page or a signed document rather than a holiday photo.

Where JPEG quality actually breaks

Rough guidance from working with these settings:

  • High quality is visually indistinguishable from the original for most photographs. Great, but often too large for a 100KB target unless the image is small.
  • Medium quality is the sweet spot. Most people cannot spot the difference without comparing side by side, and file sizes drop sharply.
  • Low quality is where artefacts become obvious: blocking in skies, halos on edges, smeared detail.

The exact numbers vary by encoder, which is why a target-size tool is more useful than memorising a quality percentage — it finds the setting for your image rather than applying a generic one.

When JPEG is the wrong choice

Two cases where forcing a JPEG is a mistake:

  • Screenshots, logos, and text-heavy graphics. JPEG blurs sharp edges. Use PNG for these — and if it is a screenshot that must fit 100KB, cropping is more effective than compressing.
  • Anything needing transparency. JPEG has no alpha channel. Save as PNG or WebP instead; convert with the image format converter if you started from the wrong one.

WebP is worth a mention here: it usually reaches a smaller file than JPEG at comparable quality and works in every modern browser. If the destination accepts WebP, it is often the better answer — the comparison is in PNG vs JPG vs WebP.

Frequently asked questions

Is JPG different from JPEG? No. Same format, two extensions. You can rename one to the other and nothing changes.

Why does my JPEG get bigger after I edit and save it? Re-saving a JPEG re-compresses it. Depending on the editor's quality setting, the result can be larger than the original — and it is always slightly worse, because each save discards a little more detail. Edit from the original whenever you can.

Can I compress a JPEG to 100KB without losing quality? Not literally — JPEG is a lossy format, so some information is always discarded. What you can do is make the loss invisible at normal viewing size, mostly by resizing the dimensions first so compression has less work to do.

Does compressing a JPEG twice make it worse? Yes. Each compression pass throws away more detail, and the damage accumulates. Always compress once, from the highest-quality source you have.

The bottom line

JPEG is the format most likely to hit a 100KB target while still looking good — resize the dimensions first, let a target-size tool find the quality, then check faces and smooth areas at full size. Start in the image compressor, and if your file is a PNG photo that refuses to shrink, convert it first with the format converter.