To open This format: Use Chrome, Firefox, Edge, or Windows 11 Photos app. AVIF is the newest image format with 50% smaller files than WebP. Convert: Use Squoosh.app (free, by Google) to convert This type ↔ JPG/PNG/WebP.
How to Open AVIF Files
Next-Gen Image Format - Smaller Than WebP & JPG
Quick Facts
What is an The file File?
AVIF (AV1 Image File Format) is the newest image format, developed by the Alliance for Open Media (Google, Apple, Netflix, Mozilla). It uses the AV1 video codec for still images, achieving unprecedented compression.
AVIF vs WebP vs JPG
| Feature | The extension | WebP | JPG |
|---|---|---|---|
| File Size (same quality) | Smallest | Medium | Largest |
| Quality at low bitrate | Best | Good | Poor |
| HDR Support | Yes | No | No |
| Transparency | Yes | Yes | No |
| Animation | Yes | Yes | No |
| Browser Support | 94% | 97% | 100% |
| Encoding Speed | Slow | Medium | Fast |
How to Open AVIF Files
Web Browsers (Easiest)
Modern browsers open These files natively — just drag file onto browser window:
- Chrome 85+ ✓ Full support
- Firefox 93+ ✓ Full support
- Edge 121+ ✓ Full support
- Safari 16+ ✓ Full support (macOS Ventura+)
- Opera 71+ ✓ Full support
Windows 11
Windows 11 supports AVIF natively in Photos app. Just double-click.
Windows 10
Install AV1 Video Extension from Microsoft Store (free), then AVIF opens in Photos.
Mac
macOS Ventura (13+) supports These files natively. Older versions: use Preview with These files plugin or convert online.
Image Editors
- GIMP 2.10.22+ — Open/save This type natively
- Photoshop 2023+ — Native support
- Paint.NET — With This type plugin
- XnView MP — Free, full support
How to Convert This file
These files to JPG/PNG (Online)
- Squoosh.app — By Google, excellent quality control
- CloudConvert — Batch conversion
- Convertio — Simple interface
JPG/PNG to AVIF
Convert your images to This type for smaller files:
- Squoosh.app — Best for quality comparison
- GIMP — Export as → Such files
- ImageMagick:
convert input.jpg outputthis file
Batch Convert
- XnConvert — Free batch converter
- ImageMagick — Command line batch processing
- Caesium Image Compressor — GUI batch tool
Using AVIF on Websites
AVIF can dramatically reduce image bandwidth. Use with fallback:
<picture> <source srcset="imagethe format" type="image/avif"> <source srcset="image.webp" type="image/webp"> <img src="image.jpg" alt="Description"> </picture>
Browsers automatically choose the best supported format.
CDN Support
Many CDNs auto-convert to AVIF:
- Cloudflare — Polish with AVIF
- Imgix — Auto-format detection
- Cloudinary — f_auto parameter