Back to Blog
Guide
6 min read

AVIF Browser Support in 2026: Complete Compatibility Guide

AVIF browser support has grown significantly since the format was introduced in 2019. As of 2026, over 95% of global web users can view AVIF images natively. Here's the complete breakdown of which browsers support AVIF, what versions you need, and how to handle the remaining compatibility gaps.

Current AVIF Browser Support (2026)

BrowserAVIF Support SinceMinimum VersionStatus
Google ChromeAugust 202085Full support
Mozilla FirefoxOctober 202193Full support
Microsoft EdgeJanuary 2024121Full support
Apple SafariMarch 202316.4Full support
OperaAugust 202071Full support
Samsung InternetOctober 202116.0Full support
Chrome AndroidAugust 202085Full support
Safari iOSMarch 202316.4Full support
Firefox AndroidOctober 202193Full support
Internet ExplorerNeverN/ANo support

According to Can I Use data, AVIF now has approximately 95.5% global browser support. The main gap is older versions of Safari (pre-16.4) and some niche browsers. For most websites, this coverage is sufficient for production use.

Desktop Browser Support Details

Google Chrome

Chrome was the first major browser to support AVIF, adding it in version 85 (August 2020). Chrome supports all AVIF features including lossy/lossless compression, alpha channel, 10-bit and 12-bit color depth, HDR, and animated AVIF sequences. Chrome also supports AVIF in CSS background images and canvas elements.

Mozilla Firefox

Firefox added AVIF support in version 93 (October 2021). Initially, animated AVIF support was limited, but Firefox 113+ provides full animated AVIF support. Firefox uses the dav1d decoder, which is known for its excellent performance.

Apple Safari

Safari was the last major browser to add AVIF support, doing so in version 16.4 (March 2023). This brought AVIF support to both macOS (Ventura and later) and iOS (16.4 and later). Safari's AVIF implementation supports 8-bit and 10-bit color depth, alpha transparency, and HDR content.

Microsoft Edge

Edge, being Chromium-based, inherited Chrome's AVIF support but officially confirmed it in version 121 (January 2024). Since Edge follows Chrome's rendering engine, AVIF support is identical to Chrome's.

Mobile Browser Support

Mobile AVIF support mirrors desktop support closely. Chrome on Android has supported AVIF since version 85, and Safari on iOS added support in iOS 16.4. This means the vast majority of smartphones sold in 2023 and later can display AVIF images natively.

One important consideration: while the browser may support AVIF, the operating system's native image viewer might not. If a user downloads an AVIF image, they may not be able to open it in their phone's gallery app. This is why converting AVIF to JPG or PNG before sharing remains a good practice.

Fallback Strategies for AVIF

1. The HTML 'picture' Element

The most reliable fallback strategy uses the HTML 'picture' element, which lets browsers choose the best format they support. The browser will try the first source it supports and ignore the rest. Place AVIF first, then WebP, then JPG as the final fallback.

2. Content Negotiation (Accept Header)

CDNs like Cloudflare, Fastly, and AWS CloudFront can automatically serve the best image format based on the browser's Accept header. When a browser sends 'Accept: image/avif', the CDN serves AVIF; otherwise, it falls back to WebP or JPG. This approach requires no HTML changes and works with existing <img> tags.

3. JavaScript Feature Detection

You can detect AVIF support in JavaScript by attempting to decode a tiny AVIF image. If the browser can decode it, you know AVIF is supported. This approach is useful for single-page applications where you need to dynamically load images.

AVIF Support in Image Processing Tools

ToolAVIF SupportNotes
Adobe Photoshop2024+Partial - some color profiles may fail
GIMP2.10.32+Full support via plugin
ImageMagick7.0.25+Full support
Sharp (Node.js)0.29+Full support via libvips
SquooshYesFull web-based support
WordPress6.5+Native upload support
FigmaLimitedCan import, limited export
CanvaNoNot supported for export

What to Do When AVIF Isn't Supported

If you're working with AVIF files and need to share them with someone who can't open them, the simplest solution is to convert them to JPG or PNG. This ensures universal compatibility across all devices and software.

You can use our free online converter to quickly convert AVIF files to any format. The conversion happens entirely in your browser, so your images remain private and secure.

Does my browser support AVIF?

If you're using Chrome 85+, Firefox 93+, Safari 16.4+, or Edge 121+, your browser supports AVIF. You can test by visiting our AVIF Viewer page and loading an AVIF file.

Can I use AVIF on my website?

Yes, AVIF is production-ready for most websites. With 95%+ browser support and easy fallback strategies using the 'picture' element, you can safely serve AVIF images while providing JPG/WebP fallbacks for older browsers.

Will AVIF replace JPG and WebP?

AVIF is likely to become the dominant web image format over time due to its superior compression. However, JPG will remain important for compatibility, and WebP serves as a good middle ground. All three formats will coexist for the foreseeable future.

Need to Convert AVIF Files?

Convert AVIF to JPG, PNG, or WebP in your browser. Free, instant, and private.

Convert AVIF Now
AVIF Browser Support in 2026: Complete Compatibility Guide | AvifKit Blog