AVIFConverter
Guides

How to Reduce Image File Size Without Ruining the Quality

Aug 2026 · 6 min read

Whether you're trying to speed up a website, fit more photos into limited cloud storage, or simply attach an image to an email that keeps bouncing for being too large, reducing image file size is one of those tasks that seems like it should be simple — and mostly is, once you know which levers actually make a difference. Here's a practical rundown.

Start with the right format

Before touching quality sliders or resizing anything, the format you're saving in has the single biggest impact on file size. As a general guide:

  • Photographs and anything with natural color variation compress most efficiently as JPG or AVIF, both of which use lossy compression tuned for exactly that kind of content.
  • Graphics, logos, screenshots, and anything with transparency are better suited to PNG, or AVIF's lossless mode, since lossy compression tends to blur sharp edges and flat colors in ways that are easy to notice.
  • AVIF, where supported, generally beats both JPG and PNG on file size at a comparable quality level, which is exactly why so many modern tools have switched to it as a default.

Using the wrong format for the content — say, saving a photo as PNG — tends to produce a needlessly large file regardless of how much you fiddle with other settings afterward.

Adjust the quality setting deliberately

For lossy formats like JPG, the quality setting is the most direct control you have over file size. It's tempting to just crank it down for maximum savings, but that trade-off isn't linear — dropping from 100% to 90% quality often barely changes what the image looks like while meaningfully shrinking the file, whereas dropping from 60% to 50% saves comparatively little extra space while introducing much more visible artifacting.

A reasonable approach: start around 85-90% quality for anything you want to look genuinely good, and only drop lower for images where visual quality matters less than raw file size — thumbnails, previews, or background images that will be displayed small.

Resize before you compress

Compression settings only get you so far if the image dimensions themselves are far larger than what's actually needed. A 6000-pixel-wide photo straight off a modern camera is enormous overkill for a webpage that will display it at 1200 pixels wide — no amount of quality adjustment changes the fact that you're storing four to five times more pixel data than necessary. Resizing the image to roughly match its actual display size, before applying any compression, is usually the single biggest file-size win available, often larger than anything a quality slider alone can achieve.

Strip unnecessary metadata

Photos, especially straight from a camera or phone, often carry embedded metadata: camera settings, GPS location, timestamps, sometimes even thumbnail previews. This data doesn't affect how the image looks, but it does add to the file size — occasionally by a surprising amount for photos with large embedded thumbnails. Many conversion and compression tools strip this metadata automatically as part of the re-encoding process, which is a bonus for both file size and, in the case of GPS data, privacy.

Consider switching to AVIF where it's supported

If your destination supports it — a website you control, an app with confirmed AVIF support — converting your images to AVIF is often the most effective single change you can make. The format's efficient compression means you can frequently achieve JPG-quality visuals at roughly half the file size, without the manual quality-tuning trade-off feeling as sharp as it does with older formats.

The catch, as covered in more detail in our guide on AVIF browser support, is that AVIF isn't universally accepted yet outside of modern browsers. If you're not certain the destination supports it, sticking with a well-optimized JPG or PNG remains the safer choice.

A practical workflow

Putting this together, a sensible process for shrinking image file sizes looks something like this:

  1. Pick the right format for the content — JPG or AVIF for photos, PNG or lossless AVIF for graphics and transparency.
  2. Resize the image to match its actual intended display size, rather than leaving it at full camera resolution.
  3. Set quality to around 85-90% for lossy formats, adjusting down only if file size is still a genuine constraint.
  4. Let your export or conversion tool strip unnecessary metadata automatically.
  5. Spot-check the result at full size to confirm nothing important — text, fine detail, transparency — was compromised.

When you're converting from AVIF specifically

If you're starting from an AVIF file and need to produce a smaller JPG or PNG — say, because a platform doesn't accept AVIF uploads yet — the same principles apply during conversion. Our AVIF converter lets you adjust JPG quality directly as part of the conversion process, so you can dial in a smaller file size without needing a separate compression step afterward. Since the conversion happens locally in your browser, you can experiment with different quality settings and re-download instantly until you land on a size and quality balance that works for your specific use case.

The bottom line

Reducing image file size isn't about finding one magic setting — it's about stacking a handful of sensible choices: the right format, sensible dimensions, a reasonable quality level, and clean metadata. Get those four things right, and you'll typically end up with files a fraction of their original size without any visible drop in quality for their intended use.

Ready to convert your own AVIF files?

Drop them into the free converter and download JPG or PNG in seconds.

Open the converter

More from the blog