Skip to content
N NotAtAll

· updated

AVIF Won't Open? Convert AVIF to JPG or PNG

By

Someone sends you an image, and your computer shrugs: no preview, no app opens it, maybe the upload form rejects it. The file ends in .avif. Here is what that format is, why it keeps escaping its container, and the fastest way to turn it into a JPG or PNG that works everywhere.

Why AVIF exists

AVIF (AV1 Image File Format) is the image sibling of the AV1 video codec. Its selling point is compression: the same photo takes roughly half the size of a JPEG at equal quality, and it supports modern features JPEG never got — HDR, 10-bit color, animation and transparency.

Websites love it: a page full of AVIF images loads in half the data. That is why more cameras, CDNs and image pipelines deliver AVIF by default every year.

Where it fails

The same story as HEIC before it: the format is better, but the world’s software updates slower than the web.

  • Windows can preview AVIF only with the AV1 extension from the Microsoft Store — many machines do not have it.
  • Older apps — image editors, office suites, CMS uploads, government and job-portal forms — frequently accept only JPG/PNG.
  • Peripheral devices: printers, photo frames, car screens and TVs often cannot decode it.
  • Messaging and email clients vary widely in what they will display inline.

So AVIF is great in transit and annoying at rest — and when the image needs to be opened, printed or uploaded, converting it is the pragmatic move.

Convert AVIF to JPG or PNG in your browser

The AVIF to JPG converter and the AVIF to PNG converter both run entirely in your browser — modern browsers decode AVIF natively, so the file is never uploaded:

  1. Drag your .avif files in (batch works — drop the whole folder’s worth).
  2. For JPG, pick a quality; 90% is visually lossless for photos.
  3. Click Convert and download, or grab everything as a zip.

Which target format? A simple rule:

  • Photos → JPG. Smaller files, universal compatibility, 90% quality is indistinguishable.
  • Graphics, logos, screenshots, anything with transparency → PNG. It is lossless and keeps the alpha channel — JPG has no transparency, so transparent AVIFs get a white background.

When to keep the original

Converting is a one-way door: the AVIF’s compression advantage is gone once you re-encode. Keep the original for your archive and convert a copy for the upload form or the app that cannot read it. And if you are publishing to the web yourself, the smart play is serving AVIF plus a JPG fallback — the compatibility problem only exists when the AVIF is all you have.

The whole flow — decode, choose a format, convert — happens on your device, which matters if the image is a document or anything private. That is true for the whole toolbox here: compress, resize and watermark all work the same way, no uploads.

AVIF to JPG

Open tool

← More guides