Skip to content
Pixgrain

Convert AVIF to JPG

Converts AVIF images to JPG for software that has not caught up with the format. Expect the file to get bigger, not smaller.

How to convert AVIF to JPG

  1. Drop your AVIF files into the box above, or click to browse. You can also paste with Ctrl+V.
  2. Adjust quality or resizing under Conversion settings if you need to. The defaults suit most photos.
  3. Conversion starts automatically and runs on your device — watch the progress bar for each file.
  4. Download files individually, or grab everything as a ZIP.

What changes when you convert AVIF to JPG

AVIF is the most efficient still-image format in general use, and converting away from it always costs bytes. It is built on AV1, a video codec from 2018, and it routinely produces files half the size of JPEG at comparable quality — sometimes better than that on flat or synthetic images. So the first thing to expect here is that the file gets larger, often by a factor of two or three.

The second thing to expect is a reduction in colour precision. AVIF supports 10-bit and 12-bit colour per channel; JPEG is 8-bit only. On most photographs this is invisible. On images with long smooth gradients — sunsets, studio backdrops, soft shadows — the reduction can introduce visible banding, because 8 bits gives you 256 steps per channel where 10 bits gives 1024.

HDR is the harder loss. AVIF can carry genuine high dynamic range, and JPEG has no mechanism for it. An HDR AVIF converts to a standard-range image: the highlights that would have opened up on a capable display are simply mapped down, permanently.

Transparency disappears too, because JPEG has no alpha channel. Any transparent area gets filled with the matte colour you choose.

Why do it at all? Because support outside the browser is thin. Every current browser reads AVIF, but a great deal of desktop software, print workflow and corporate tooling does not, and encoding AVIF is slow enough that many pipelines never adopted it. If a file has to open somewhere unpredictable, JPG remains the format with no questions attached.

What is preserved

  • Pixel dimensions and the visible content
  • The standard dynamic range rendering of the image

What is lost

  • Transparency — JPEG has no alpha channel
  • 10-bit and 12-bit colour depth, reduced to 8-bit
  • HDR: AVIF can carry high dynamic range, JPEG cannot represent it at all
  • Wide colour gamuts beyond sRGB in most workflows
  • Animation, where the AVIF contains an image sequence

What is altered

  • Transparent pixels are composited onto the matte colour you choose
  • The file grows, typically to two or three times the AVIF, because JPEG is far less efficient
  • Banding can appear in smooth gradients that relied on 10-bit precision

JPG support in browsers and operating systems

Checked on 2026-08-10. We re-verify this table every quarter.

PlatformSupport
Chromeall versions
Safariall versions
Firefoxall versions
Edgeall versions
iOSall versions
Androidall versions
Windowsall versions
macOSall versions

When not to convert AVIF to JPG

Do not convert if the destination reads AVIF. Every current browser does. For anything going onto a web page, converting away from AVIF is a straightforward downgrade in both size and quality.

Do not convert if the image has transparency or is HDR. Both are lost outright, and neither can be recovered afterwards.

Do not convert to JPG when WebP would do. WebP is roughly 25–30% smaller than JPEG at matching quality, supports transparency, and is read by every browser and most modern software. It is the better middle ground when full JPEG compatibility is not strictly required.

Do not convert as a way to make a file smaller. It will not — AVIF is already better at that than anything JPEG can do.

Frequently asked questions

Why did my file get bigger after converting?

Because AVIF is a much more efficient codec. It uses AV1 video compression, which is roughly a generation ahead of JPEG's 1992 discrete cosine transform. Converting to JPG typically produces a file two to three times larger at comparable quality. That is expected, not a fault.

Why does my sky look banded now?

AVIF supports 10-bit colour, JPEG only 8-bit. That is 1024 steps per channel reduced to 256. On most photographs the difference is invisible, but long smooth gradients can develop visible steps. Converting to PNG or WebP avoids the banding, though neither restores HDR.

Is AVIF better than JPEG?

Technically, by a wide margin: about half the size at comparable quality, with 10-bit colour, transparency and HDR that JPEG cannot represent. JPEG's only remaining advantage is that everything opens it, which is exactly why this conversion exists.

Should I convert to JPG or WebP?

WebP if the destination will read it — it is smaller than JPG, keeps transparency, and every current browser supports it. JPG when the file has to open in unpredictable or older software, which is the situation this page is really for.

What happens to an animated AVIF?

Only the first frame converts, since JPEG has no animation. If the motion matters, convert to GIF or MP4 instead.