The fastest way to shrink a JPEG

The simplest method is to open the file in the image editor you already have — Preview on Mac, Photos on Windows, or any free tool like GIMP — and export it at a lower quality setting. Most editors let you choose a quality slider from 1 to 100 when you save. Dropping from 100 (maximum quality) to 75 or 80 usually cuts the file size in half while the image still looks sharp on a screen. You lose almost nothing visible to the human eye, but the file shrinks because JPEG compression throws away data you cannot see.

If you need the file smaller still, you can also resize the image itself — make it narrower and shorter in pixels. A photo that is 4000 × 3000 pixels takes up far more space than the same photo at 2000 × 1500 pixels, even at the same quality setting. Most people viewing the image on a phone or website never need the full original size.

The trade-off is real: lower quality settings and smaller dimensions both degrade the image. But for email, web uploads, and social media, the smaller version is usually fine. For printing or archival, keep the original.

Key Takeaways

  • Lowering the quality setting to 75–80 when you save cuts file size roughly in half while keeping the image sharp enough for screens.
  • Resizing the image to smaller pixel dimensions (for example, from 4000 × 3000 to 2000 × 1500) shrinks the file further without changing quality settings.
  • JPEG is already a compressed format, so you cannot shrink it much more without either reducing quality or dimensions.
  • Keep your original high-quality file and save a smaller copy for email or web use, so you always have the full version if you need it later.

How JPEG compression works and why it matters

JPEG compression is "lossy," meaning it permanently removes some image data to make the file smaller. When you save at quality 100, JPEG removes almost nothing. At quality 75, it removes data that your eye cannot easily detect — mostly fine detail in shadows and gradients. At quality 50, the loss becomes visible as blotchy artifacts, especially in photos with large flat areas of color.

This is why JPEG is not the right format for everything. If you are editing a photo and saving it over and over, each save loses more data. Always keep a backup of the original, or work in a lossless format like PNG or TIFF while editing, then export to JPEG only when you are done.

PNG and TIFF do not lose data, but they produce much larger files. Use JPEG when file size matters more than perfect quality — which is almost always true for photos on the web or in email.

Reducing file size in the image editor you have

On Mac (Preview): Open the JPEG, go to File → Export, choose JPEG from the format dropdown, and drag the Quality slider to the left. Start at 75 and look at the preview. If it looks good, save. The file size appears at the bottom of the export window.

On Windows (Photos app): Open the image, click the three dots, select Edit, then go to File → Save As. Choose JPEG, and you will see a quality slider. Lower it to 75–80 and save with a new name so you keep the original.

In GIMP (free, works on Mac and Windows): Open the JPEG, go to File → Export As, choose JPEG, and click Export. A dialog box appears with a Quality slider defaulting to 90. Drop it to 75 and click Export again. GIMP shows the estimated file size as you move the slider.

Online tools: If you do not want to install anything, sites like TinyJPG or Squoosh let you upload a JPEG, adjust quality and dimensions, and read the smaller version. These are safe for non-sensitive images, but do not upload anything private or confidential.

Resizing the image to shrink it further

If lowering quality alone is not enough, resize the image to fewer pixels. A photo shot on a modern phone is often 3000 × 4000 pixels or larger — far bigger than any screen or website needs. Cutting it to 1500 × 2000 or 1200 × 1600 shrinks the file dramatically.

In Preview (Mac), go to Tools → Adjust Size and change the width or height. The other dimension scales automatically if you have the chain link icon locked. In GIMP, go to Image → Scale Image and enter new dimensions. In Windows Photos, click Edit and look for a crop or resize option.

A good rule: if the image is going on a website, 1200 pixels wide is usually enough. For email, 800 pixels wide is plenty. For social media, check the platform — Instagram recommends 1080 × 1350 for portrait photos. Resize to that size or slightly larger, then lower the quality to 75, and the file will be small.

Batch processing multiple files at once

If you have dozens of photos to shrink, doing them one at a time is tedious. GIMP has a batch mode, but it requires scripting. An easier route is a free tool like ImageMagick (command line, steeper learning curve) or XnConvert (graphical interface, easier).

XnConvert runs on Mac and Windows. You drag a folder of JPEGs into it, set the quality to 75 and the output size to 1200 pixels wide, and click Convert. It processes all of them at once and saves them to a new folder. No subscription, no uploading to a website.

For most people, doing a few photos in Preview or Photos is fast enough. Batch tools are worth learning only if you regularly process hundreds of images.

When to use other formats instead of JPEG

JPEG is ideal for photographs and complex images with many colors. But if your image has text, sharp lines, or large areas of solid color, PNG often produces a smaller file. A screenshot, a diagram, or a logo should be PNG, not JPEG.

WebP is a newer format that compresses better than JPEG — the same image at the same visual quality takes up 25–35% less space. But not all browsers or devices support it yet, so use it only if you control where the image appears (your own website, not email or social media).

For archival or professional printing, TIFF is lossless and preserves every pixel. The file is huge, but you never lose quality no matter how many times you open and save it. Keep your originals as TIFF or the camera's native format, and export to JPEG only for distribution.

Frequently Asked Questions

What quality setting should I use?

Start at 75 and look at the preview. If it looks sharp and colors are right, save it. If you see blotchy artifacts or the image looks dull, raise it to 80 or 85. Most people cannot tell the difference between 75 and 90 on a screen, but they can see the file size drop.

Can I make a JPEG smaller without losing any quality?

No. JPEG is a lossy format — it always throws away some data to shrink the file. If you need zero quality loss, use PNG instead. PNG files are larger, but they preserve every pixel. You can also convert your JPEG to PNG, though that does not make the file smaller.

Will resizing the image make it blurry?

Not if you resize down to a smaller size. Shrinking a 4000 × 3000 photo to 2000 × 1500 looks sharp because you are just showing fewer pixels. Enlarging a small image to make it bigger will look blurry because the editor has to guess what the new pixels should be.

Is it safe to use online tools like TinyJPG?

Yes, for images you do not mind sharing. TinyJPG and similar sites are legitimate and widely used. But do not upload photos with faces you want to keep private, financial documents, or anything sensitive. For those, use an editor on your own computer instead.

How do I know if my JPEG is small enough?

For email, aim for under 5 MB per image. For websites, 100–500 KB is typical. For social media, the platform compresses it anyway, so anything under 2 MB is fine. Right-click the file, check Properties (Windows) or Get Info (Mac) to see the current size, then adjust quality and dimensions until you hit your target.