iPhotoEditor

Every tool runs in your browser. Your photos never leave your device — see how that works.

Convert AVIF to JPG

AVIF files increasingly arrive uninvited - saved from image CDNs, exported by newer apps - and then refuse to open in editors, viewers and upload forms that predate them. The way out is a JPG copy, produced here at no cost by your own browser, with the original never leaving your machine.

Loading the tool…

How it works

  1. Drop the AVIF file in; your browser decodes it on the spot.
  2. Choose an output quality - 90 is the sensible default for a format hop like this.
  3. Save the JPG and use it wherever the AVIF was refused.

Worth knowing

There is a gap between what browsers can display and what the rest of the software world can ingest, and AVIF currently sits squarely in it. Chrome shows the file beautifully; then Photoshop versions before 23.3 shrug at it, Windows wants a codec pack, printing services decline it, WordPress installs mangle it and countless upload validators bounce it because their allow-list was written earlier. JPEG occupies the opposite extreme - nothing made this century refuses one - so converting is less about preference than about restoring interoperability.

Where do these files come from, given few people create them deliberately? Mostly from saving pictures off the modern web. Large sites and image CDNs transcode uploads to AVIF and serve it to capable browsers automatically, so right-click-save hands you their optimised copy rather than a JPEG. E-commerce product shots, news photos and social embeds are frequent examples. Some newer phone and editing software exports AVIF natively too, which produces the same downstream friction.

On quality: the decode step is exact, and the only loss introduced is the final JPEG encode, which the default setting of 90 keeps imperceptible. Bear in mind the AVIF was itself typically compressed hard for web delivery, so this tool faithfully reproduces what the AVIF shows - it cannot reach back to the pristine original that lived on someone's server. Expect the JPG to be noticeably larger than the AVIF; that is JPEG's older compression paying the compatibility toll, and for a file bound for an editor or a form it rarely matters.

Transparency deserves a note in this direction: if the AVIF carries an alpha channel, JPEG cannot hold it, so translucent areas are composited onto a background colour of your choosing rather than silently turning black.

AVIF-to-JPG runs entirely on the browser's built-in decoder, so unlike HEIC conversion it needs no downloadable decoding module at all - every modern browser has shipped native AVIF decoding for years, making this one of the few conversions that is fully self-contained even offline.

Verify it yourself: open your browser's DevTools, switch to the Network tab, and use this tool — you will see no upload request. Or load the page, go offline, and it still works.

What this tool will not do

  • It will not retrieve quality beyond what the AVIF contains - a heavily optimised CDN image stays exactly as it looks, now in JPG form.
  • It flattens any transparency onto a solid colour, since JPEG has no alpha channel; you pick the colour rather than getting a surprise.
  • It converts the first frame only if given an animated AVIF - motion does not survive into a still format.

Questions people ask

Why can Photoshop not open my AVIF file?

AVIF support arrived in Photoshop 23.3, and plenty of installs are older - plus many plugins and asset pipelines around it still lack support. Converting to JPG here takes seconds and removes the question for every tool in your chain at once.

Why did an image I saved from a website turn out to be AVIF?

The site's image pipeline served AVIF because your browser advertised support for it, cutting bandwidth on their side. Saving keeps the served format. It is the same mechanism that fills download folders with WebP, one format generation later.

Does AVIF to JPG conversion lose quality?

Only the marginal loss of one JPEG encode, invisible at quality 90. The decode of the AVIF itself is mathematically exact. The JPG will be bigger than the AVIF was - that is the price of the older, universally readable compression.

How can I open AVIF files on Windows without converting?

Recent Windows 11 builds handle AVIF in Photos via an extension, and browsers always display it. But File Explorer thumbnails, older Office versions and most third-party tools remain unreliable, which is why a JPG copy is still the dependable route for files you actually work with.

What happens to transparency in the AVIF?

JPEG cannot represent it, so transparent regions are blended onto the background colour you select before converting - white suits documents, but you can match any destination. To keep real transparency, convert to PNG with the companion tool instead.

Usually the next step

More in Convert

This page processed nothing on any server — there is no server. The technical explanation.