.jpg

How to Compress JPG Files

Reduce JPG file size by 50-80% with no visible quality loss.

Guide

JPG compression is a spectrum. Your camera saves at quality 95-100, which preserves every subtle detail but creates unnecessarily large files. Most images look identical at quality 80-85 but are 3-5x smaller. The trick is finding the sweet spot.

For quick, free compression, browser-based tools like fwip work well. Drop your JPG file, and the tool strips metadata (EXIF data, colour profiles) and recompresses at an optimised quality level. The conversion happens locally in your browser — your photos never leave your device.

For more control, you can set a specific quality level. In most image editors — Photoshop, GIMP, Preview — you'll see a quality slider when saving as JPG. Quality 85 is the sweet spot for most photos. Below 70, compression artifacts (blocky areas in gradients and sky) become noticeable. Above 90, the file size increases dramatically for minimal visual improvement.

For web developers, tools like ImageOptim (Mac), jpegoptim (Linux), or Squoosh (browser) offer precise control. The most effective technique is resizing before compressing — a 4000px photo displayed at 800px on a website should be resized to 800-1600px first, then compressed. This alone can reduce file size by 90% or more.

Pro tip: strip EXIF data from photos before sharing online. EXIF metadata can contain GPS coordinates, camera serial numbers, and other information you may not want public.

Do it with fwip

Free, instant, private. Your files never leave your browser.

FAQ
What JPG quality should I use?
Quality 80-85 is the sweet spot for most photos — visually identical to 100 but 3-5x smaller. For web thumbnails, 70-75 is fine. For print, stay at 90+.
Does compressing a JPG remove metadata?
It depends on the tool. Many compression tools strip EXIF metadata (GPS, camera info) by default, which further reduces file size. Some tools let you choose whether to keep or remove metadata.
Can I compress a JPG without losing quality?
You can losslessly optimise a JPG (rewriting the file structure without re-encoding) using tools like jpegtran or MozJPEG. This typically saves 2-10%. For bigger reductions, lossy recompression is needed.
Back to .jpg overview
More about .jpg