Alternative if conversion fails?

Install the free Squoosh.app PWA from Google or run libavif's avifdec on the command line to extract a PNG, then save as JPG in any editor. ImageMagick 7.1+ with the libheif delegate also handles malformed AVIFs that browser decoders reject.

More about converting AVIF to JPG

AVIF (AV1 Image File Format) is the newest mainstream still-image codec, derived from the AV1 video standard finalised by the Alliance for Open Media in 2018. It delivers roughly 50% smaller files than JPG at equivalent visual quality and 20% smaller than WebP, which is why Netflix, YouTube thumbnails, and the Chrome 85+ image pipeline started serving AVIF to capable browsers. The downside is decoder support: Safari only added AVIF in macOS Monterey 12.0 and iOS 16, and most CMS plugins, email clients, and Office paste targets still cannot read it.

The most common reason to convert AVIF to JPG is recipient compatibility. Designers who download stock from Pexels or Unsplash now receive AVIF by default in 2025, but their clients running Windows 10 Photos, older Outlook, or Adobe InDesign 2020 see a broken-image icon. A 90-quality JPG export is the universal handshake that every printer, social platform, and DAM understands. Avoid re-compressing AVIFs that already underwent heavy quantisation - the JPG output inherits whatever block artefacts the AVIF encoder introduced.

AVIF natively supports 10-bit and 12-bit colour, HDR (PQ and HLG transfer), and full alpha transparency, none of which survive a JPG round-trip. If your source is an HDR AVIF rendered from a Sony A7S III S-Log clip or a Pixel 8 Pro Ultra HDR capture, converting to JPG flattens it to 8-bit sRGB - check the highlight roll-off before delivery. For lossless archival keep the AVIF; for client share use AVIF to JPG at quality 92 sRGB.

When you'd use this

Reasons to convert AVIF to JPG usually come down to compatibility, file-size, or specific feature requirements. Common situations:

  • An app or platform only accepts JPG uploads.
  • You need a feature unique to JPG (e.g. transparency, vector scaling, animation, multi-page pages, etc.) that AVIF doesn't provide.
  • You're optimising file size — modern formats often produce smaller files than the older format you started with.
  • You need a single archival format across a project so files behave consistently in the same viewer.

How to do it in jpg.now

  1. Open the AVIF → JPG tool on jpg.now.
  2. Drag your AVIF file onto the drop zone, or click Select files. You can drop a whole folder of files at once.
  3. The output is fixed to JPG. If the format supports extra options (page size, transparency background, quality, EXIF stripping), tweak them in the right-hand panel.
  4. Click Convert. The job runs on our server and finishes in a few seconds for typical photos.
  5. Download the result. Files stay in storage for 24 hours and are then permanently deleted.

The entire flow is free for the first 10 jobs per day with no signup required. A free account doubles that quota; a premium plan removes the limit entirely.

Tips and common pitfalls

  • Use quality 90-92 when converting AVIF to JPG - AVIF detail is finer than JPG's 8x8 DCT can preserve below that.
  • Strip the ICC profile if the destination is web sRGB - some AVIFs from Pixel phones embed Display P3, which Outlook renders too saturated.
  • If the AVIF has alpha, decide upfront on a flatten colour (white for print, transparent-becomes-checker only if you convert to PNG instead).
  • For batches from a Pexels/Unsplash download, run the JPGs through compress-jpg afterwards - source AVIFs were already optimised, but the JPG re-encode bloats them.
  • Chrome DevTools' Network panel lets you right-click and Save As JPG directly on AVIF assets, but quality is fixed at 75 - use a real converter for client work.
Try the AVIF → JPG tool
Free, no signup required. Files deleted in 24 h.
Open AVIF → JPG
Back to all FAQ