Free online HEIC to AVIF converter
Convert iPhone HEIC photos to AVIF for compatible web delivery, editing, or storage.
Convert HEIC to AVIF online - free
Image size
Keeps aspect ratio and fits within these limits. Fill in one or both; leave empty for no limit. Larger values may enlarge the image.
Correctly orient the image using the gravity sensor data stored in EXIF
Strip the image of any profiles, EXIF, and comments to reduce size
Your file is processed instantly and never stored on our servers.
Import a file from a URL
Paste a direct link to the file. We download it to our server and it is converted exactly like an upload.
How it works
-
1/3
Upload your .heic file
Click to browse to select your file you want to convert or simply drag & drop your file into selected area.
-
2/3
Perform .heic to .avif conversion
After successful file upload, click to convert when you are ready.
-
3/3
Download converted .avif file
Conversion result is ready to download.
How to convert heic to avif file
- Graphics
- No ratings yet.
Some websites, browsers, and image tools accept AVIF but not HEIC, so photos from an iPhone or Apple Photos library may need conversion before upload or editing. AVIF can also suit web delivery, although its output is not guaranteed to be smaller than the original HEIC.
What the HEIC format is
HEIC is a filename extension commonly used for HEIF image containers whose primary image is encoded with HEVC (H.265). iPhones and iPads usually save photos as HEIC when Settings → Camera → Formats → High Efficiency is selected; macOS Photos, some cameras, and scanning applications can also create HEIC files.
A HEIC file can contain one or more images, thumbnails, depth data, auxiliary images, and metadata such as EXIF orientation, capture time, GPS coordinates, and color profiles. Apple operating systems provide strong support, while support varies among Windows installations, browsers, image editors, and content-management systems.
What the AVIF format is
AVIF stores AV1-encoded image data in an HEIF-based container. It supports lossy and lossless encoding, transparency, HDR, wide-gamut color, animation, and image sequences, although the conversion tool may not preserve every feature from the source.
AVIF often produces smaller files than JPEG at comparable visual quality and is well suited to websites, image APIs, and applications with AV1 support. It is not automatically smaller than HEIC: an already compressed HEIC may produce an AVIF of similar or greater size, depending on the encoder and quality setting.
How to convert HEIC to AVIF
For a single file without installing software, use the HEIC-to-AVIF converter on 101convert.com. Select the input file, start the conversion, and download the resulting .avif file. Do not upload confidential images unless the service's current privacy terms are acceptable for the material.
For local processing, ImageMagick is suitable when its build includes both HEIC/HEIF decoding and AVIF encoding through libheif. Run:
magick input.heic -auto-orient -quality 80 output.avif-auto-orient applies the camera's orientation tag to the pixels. A quality value around 80 is a lossy starting point; test values from 60 to 90 because AVIF quality scales are encoder-specific and cannot be compared directly with JPEG quality values.
Check whether the installed ImageMagick supports the required formats:
magick identify -list format | grep -E 'HEIC|HEIF|AVIF'HEIC or HEIF should have read support and AVIF should have write support. ImageMagick alone does not guarantee those codecs; the package must be linked to a libheif installation that includes an AV1 encoder.
On macOS or Linux, a shell loop can convert lowercase .heic files in the current directory:
for f in *.heic; do magick "$f" -auto-orient -quality 80 "${f%.heic}.avif"; doneIf the installed libheif package provides an AV1 encoder, its command-line utility may also work:
heif-convert input.heic output.avifIf heif-convert reports that the encoder is unsupported, install a package with AVIF encoding support or use a compatible ImageMagick build.
Quality and compatibility limitations
Conversion normally decodes the HEVC image and encodes it again with AV1, so a lossy HEIC-to-lossy-AVIF conversion introduces another generation of compression. Lossless AVIF avoids additional lossy degradation but can create much larger files; use a tested lossy setting when file size matters.
Inspect representative results at 100% magnification, including fine foliage, text, skin tones, gradients, and dark areas. Compare file sizes and the actual destination application rather than assuming AVIF will always improve either measure.
Metadata preservation depends on the converter. EXIF data, ICC profiles, GPS information, timestamps, depth data, animations, and auxiliary images may be dropped or transformed. Check the output with a metadata utility before deleting the originals. Removing metadata can improve privacy but may also remove the color profile or orientation information needed by another workflow.
Current browsers and operating systems generally support AVIF, but JPEG and PNG remain more universally accepted. Keep the original HEIC files and create a JPEG fallback when recipients or older software may not support AVIF. Transparency and HDR are available in AVIF only when the source and conversion pipeline preserve the relevant image data.
HEIC vs AVIF: format comparison
How the HEIC and AVIF formats compare on the properties that matter most for this conversion.
| Property | .HEIC High Efficiency Image Coding | .AVIF AV1 Image File Format |
|---|---|---|
| Compression | Lossy | Lossy |
| Transparency | Partial | Yes |
| Animation | Yes | Yes |
| Layers | No | No |
| Color depth | True color with alpha (32-bit) | True color with alpha (32-bit) |
| Metadata support | Extensive | Extensive |
| Opens in a web browser | Partial | Yes, natively |
| Typical file size | Small | Very small |
| Open standard | Partly open | Yes |
| Best used for | Photographs | Photographs |
| Introduced | 2015 | 2019 |
| Developer | Moving Picture Experts Group (MPEG) / ISO/IEC | Alliance for Open Media |
| MIME type | image/heic | image/avif |
The database currently does not contain any direct heic file converter links.
Frequently asked questions
Is the HEIC to AVIF converter free?
Yes, converting HEIC to AVIF on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.
How large can my HEIC file be?
You can upload HEIC files up to 2000 MB and convert up to 200 files at once in a single batch.
What happens to my uploaded files?
Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.
Do I need to install any software to convert HEIC to AVIF?
No. The HEIC to AVIF conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.
Did the conversion fail?
In most cases, the cause is an incorrect file format. Please upload a valid HEIC file for this HEIC to AVIF conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.