Compress JPG to 200KB
A preset of Compress JPG
Bring any JPG under 200 KB — the usual ceiling for online application forms, government portals and job sites. The tool finds the best quality that still fits the limit.
- Files never leave your device
- Free, no signup
- No watermarks
- Works offline once loaded
How to compress jpg
- 1
Add your photos
Drag JPG files onto the drop area, click to browse, or paste an image from your clipboard. Up to 20 files at a time.
- 2
Pick quality or a target size
Use the quality slider for a quick result, or switch to target size mode and type the exact file size you need.
- 3
Download
Save each image individually, or download every compressed photo at once as a ZIP archive.
The 200KB form limit
Two hundred kilobytes is the most common upload ceiling on public-sector and recruitment portals, and it is considerably more forgiving than the 100 KB tier. At 200 KB a resized photograph can hold genuine detail: a 1200×1600 portrait at quality 70 typically lands in this range and still looks like a photograph rather than a mosaic.
The limit is usually enforced per file rather than per submission, so a form asking for a photograph, a signature and a scanned document applies 200 KB to each independently. Worth checking before compressing everything to a third of the size on the assumption they share a budget.
What to do when the form still rejects it
A file that measures under 200 KB and is still refused almost always failed a different check. Pixel dimensions are the usual culprit — many portals enforce both a size cap and a dimension range, and a 4000px-wide image under 200 KB fails the second test. Some also reject progressive JPEGs, accept only the .jpg extension and not .jpeg, or silently require an sRGB colour profile.
The other frequent cause is the file simply not being a JPEG. Renaming a PNG or a HEIC photo from an iPhone to .jpg changes nothing about its contents, and any server that inspects the actual bytes will reject it. Running the image through this tool re-encodes it as a genuine JPEG, which resolves that case as a side effect.
- Check the dimensions too
- Most portals that cap file size also specify pixel dimensions. Meeting one and not the other still fails.
- Watch for HEIC
- iPhone photos are HEIC by default. Renaming the extension does not convert them — the bytes have to be re-encoded.
Frequently asked questions
Are my photos uploaded to a server?
No. Compression happens entirely inside your browser using the Canvas API in a Web Worker. Your photos never travel over the network, which is also why the tool keeps working if you disconnect.
How much smaller will my JPG get?
Photographs typically shrink by 60–80% at quality 80 with no difference visible at normal viewing size. Images that are already heavily compressed will shrink less, and the tool will tell you exactly how much it saved.
Does compressing a JPG reduce its dimensions?
Not unless you ask it to. By default only the encoding quality changes. Turning on "Resize" additionally caps the longest edge, which is usually the fastest way to make a photo dramatically smaller.
Is there a file size or batch limit?
Files up to 50 MB and 20 images per batch. The limit exists because everything is held in your device memory — there is no server queue to wait behind.
Will EXIF data like GPS location be kept?
No. Re-encoding through the canvas discards all EXIF metadata, including camera model and GPS coordinates. That is usually what you want before sharing a photo publicly.
Is 200KB enough for a passport or ID photo?
Comfortably, yes. Identity photos are typically specified around 600×800 pixels, and an image that size compresses to well under 200 KB while keeping facial detail sharp. The 200 KB tier is far easier to satisfy than the 100 KB one for exactly this reason.
You might also need
Compress PNG
Shrink PNG files while keeping transparency
Resize Image
Change image dimensions by pixels or percentage
WebP Converter
Convert images to and from WebP
Remove EXIF Data
Strip GPS location and camera data from photos
Background Remover
Cut the background out of any photo, right in your browser
Color Palette Extractor
Pull the dominant colors out of an image
Crop Image
Drag to crop, with aspect ratio presets
Favicon Generator
Every favicon size plus the HTML to install it