Compress JPG and JPEG

Free JPG compressor with a real target size rather than a guessing game.

Free, no limit Nothing uploaded No sign-up Works on mobile

Drop your images here

JPG, PNG, WebP, HEIC and BMP. Nothing is uploaded.

Choose files
How it works

Three steps, about two seconds

No queue, no account and no upload. Your browser does the whole job.

1

Add your file

Drop an image in or pick it from your device. JPG, PNG, WebP, HEIC and BMP all work.

2

Check the target

100 KB is already selected. Change it or tap a preset if you need something else.

3

Download

The result is ready straight away, with the original size and the saving shown beside it.

Reducing a JPEG without wrecking it

JPEG is a lossy format, which sounds alarming and is in fact the reason photographs on the internet are a manageable size at all. The format throws away the parts of an image your eye is worst at noticing and keeps the parts it is best at.

Specifically, it stores broad shapes and tones in detail and fine texture coarsely, and it records colour at a lower resolution than brightness because human vision works the same way. Done gently, none of that is visible. Done aggressively, you get the blocky look everyone recognises.

This compressor stops at the gentle end. It searches for the highest quality that still meets your target, so you get the smallest acceptable file rather than the smallest possible one.

A JPEG photograph being reduced in file size

How the tool reaches 100 KB

There is no fixed quality number that produces 100 KB, because it depends entirely on what is in the picture. A portrait against a plain wall and a photograph of a forest need completely different settings to land at the same file size. So the tool searches rather than guesses.

Your browser decodes the image and redraws it onto a canvas. It encodes that canvas as a JPEG at high quality and measures the result. If the file already fits, that is the answer. If not, it halves the range and tries again, narrowing in on the highest quality that still comes in under 100 KB. Eight passes are enough to land within a fraction of a percent of the ideal setting.

If even a low quality cannot reach the target, the approach changes. Rather than destroying the picture with extreme compression, the tool reduces the pixel dimensions a little and runs the quality search again at the new size. A slightly smaller photograph that stays sharp is far more useful than a full sized one covered in artefacts.

All of it happens on your own device, which is why the result appears immediately and why dropping in twenty files is not twenty times the wait.

What compression actually discards

Lossy compression sounds like vandalism until you know what it removes. The format splits the image into small blocks and describes each one as a set of frequency patterns rather than as individual pixels. Broad shapes and gradual tones are kept in detail. Very fine texture and sharp noise are stored coarsely or dropped.

It also records colour at a lower resolution than brightness, because human vision is far more sensitive to light and dark than to hue. None of this is visible at normal viewing size until the quality is pushed low, at which point you start to see block edges around detail, colour bleeding around text, and mottling in flat areas such as a plain background.

The search described above exists to stop just before that point.

Choosing the output format

The format selector sits above the results, and it changes what reaching 100 KB actually costs you.

JPG is the default and correct for almost everything. It is the only widely accepted format with a continuous quality dial, which is what makes an exact target possible, and no upload portal in the world rejects it.

PNG is lossless and supports a transparent background, which makes it right for logos, screenshots and line art. It has no quality setting, so the only way it reaches a small target is by reducing the pixel dimensions.

WebP compresses roughly a quarter to a third harder than JPG at the same visible quality, so a WebP file at 100 KB looks better than a JPG at 100 KB. Every current browser supports it. Older software and many government portals do not, so keep it for your own website.

Because nothing is uploaded, you can switch format and run the same file again instantly to compare.

Tips

Getting the best result at 100 KB

Six things that make a real difference to how good a compressed image looks.

Crop before you compress

A passport style photograph should be mostly face. If half the frame is a wall, you are spending your fifty kilobytes describing a wall.

Shrink huge images first

A 4000 pixel wide photo forced into 50 KB looks far worse than the same photo resized to 600 pixels and then compressed. Forms display it small anyway.

Prefer a plain background

Busy backgrounds are full of fine detail, and fine detail is exactly what eats space inside a JPEG.

Start from the original

Every JPEG save loses a little more. Compressing an already compressed screenshot stacks the damage twice over.

Avoid text in the image

Sharp lettering produces the ugliest artefacts at low quality. For a signature, scan it cleanly and keep it large in the frame.

Check the minimum too

Many portals also set a floor, often 10 or 20 KB, to block blank uploads. If your file lands at 8 KB, raise the target a little.

Common upload limits

LimitUsually asked forWhat to expect
10 to 20 KBSignatures and thumb impressionsPerfect for ink on white, tight for a face
50 KBPassport style photographs on Indian portalsVery usable once the photo is cropped to the face
100 KBJob portals, universities, bank KYCComfortable, close to the original
200 KBDocument scans and identity cardsGenerous, text stays readable
500 KB to 1 MBEmail, portfolios, archivingNo visible loss on a normal photograph

How 100 KB looks at different pixel sizes

File size and pixel dimensions work together. The same 100 KB spread across more pixels means less data for each one, so a small image at this target looks better than a large one.

Pixel sizeTypical useResult at 100 KB
200 x 230Exam and government form photographsExcellent, no visible loss
413 x 53135 x 45 mm passport photo at 300 dpiExcellent, no visible loss
600 x 600Profile pictures and general uploadsExcellent, no visible loss
1024 x 768Web content imagesVery good
1920 x 1080Full screen images and wallpapersUsable, some artefacts
4000 x 3000Full resolution phone photographsDimensions will be reduced

How much can a JPEG shrink

How far a photograph compresses depends almost entirely on what is in it.

  • Portraits with a plain background compress enormously, often by ninety percent, because most of the frame is smooth tone.
  • Landscapes with foliage compress least. Leaves and grass are fine high frequency detail, which is expensive to store.
  • Screenshots and text compress badly and look worst, because JPEG artefacts cluster around sharp edges. Use PNG for those.
  • Already compressed files have little left to give, and recompressing them stacks the damage.

If the upload is still rejected

A rejection after the file is small enough almost always comes down to something other than size.

  1. The extension. Some portals accept only .jpg and reject .jpeg, or the reverse. Rename the file and try again.
  2. The dimensions. Most forms set a pixel size as well as a file size and only complain about one at a time.
  3. A minimum size. Many portals also set a floor, often 10 or 20 KB, to block blank uploads. If your result came in very small, raise the target.
  4. The colour mode. A few systems reject anything that is not standard RGB. Phone photographs always are, but exports from design software may not be.

Doing several files at once

Drop in as many images as you like. Each one is taken to 100 KB independently and a download button appears beside it as it finishes. Once more than one is ready, the download all button packages everything into a single zip archive.

Because nothing is uploaded, a batch does not queue. Your device works through the files as fast as it can decode and re-encode them, which for ordinary photographs is a fraction of a second each.

Your file never leaves your device

This matters more than it sounds. The images people put through a compressor are often identity documents: passport photographs, signatures, scanned cards, bank paperwork. Sending those to an unknown server so it can shrink them and hand them back is a poor trade.

Everything here runs in your browser using the file and canvas APIs built into it. The image is read from disk into memory, processed and returned as a download. It is never transmitted, so there is no copy on a server, no retention window and nothing to delete afterwards. Close the tab and it is gone.

FAQ

JPG Compressor

The questions people ask most about this tool.

Some, by definition, because JPEG is lossy. Whether you can see it is another matter. At a sensible target the difference is invisible at normal viewing size.

Not with JPEG itself. If the file must stay pixel perfect, convert it to PNG instead, though the file will usually get larger rather than smaller.

Each save discards a little more information, and the damage accumulates. Always compress from the original file rather than from a copy that has already been through the process.

Yes. Re-encoding through a canvas drops metadata, so camera model, timestamp and GPS location are not carried into the output.

Yes, with no daily cap, no watermark and no account. Every setting is available to everyone, and there is no paid tier holding anything back.

No. The whole job runs inside your browser. The file is read from your device, processed in memory and handed straight back, so it never crosses the network.

Yes. Open the page in Chrome or Safari on Android or iPhone, tap the drop area and pick an image from your gallery or take one with the camera. The result saves to your Downloads folder.

Yes. Type any number into the target field or tap one of the presets. Anything from a few kilobytes upward works, in either KB or MB.

None that we set. The practical ceiling is your device memory, and most phones handle files well over 100 MB comfortably.

Nothing. It stays exactly where it was. The tool produces a new JPG file and leaves your source untouched.

Need a different conversion?

Over a hundred free tools, all running in your browser. Nothing is uploaded and nothing is capped.