How to open .AVCI files on iOS
To open .AVCI files on iOS, open the file from Files and try previewing it directly; Apple platforms document .avci as a supported high-efficiency image file type.
Step-by-step instructions
- Open the file from Files and try previewing it directly; Apple platforms document .avci as a supported high-efficiency image file type.
- If it does not preview, use the Share button to send it to an installed app that can import Apple-supported image formats, or convert it on a desktop computer.
Recommended software
- Photos
- Files Quick Look
- Lightroom
Alternative methods
- Open .AVCI in a browser-based viewer if desktop apps fail.
- Try opening .AVCI on iOS with a secondary app to rule out app-specific issues.
- Convert .AVCI only with trusted tools when direct opening is not possible.
Common issues
The file is not recognized as an image
.AVCI is less common than JPEG, PNG, or HEIC, so many default image viewers do not associate the extension with a supported decoder.
- Try opening it on an Apple device first.
- On Windows or Linux, use GIMP with AVCI import support or GraphicsMagick built with libheif and H.264 support.
- Ask the sender to export the image as PNG, JPEG, or another widely supported format.
A HEIF-capable app still cannot open it
Not every HEIF reader supports every HEIF-based coding format. AVCI uses AVC/H.264 compression, so a program may support HEIC or AVIF but not AVCI.
- Check whether the application specifically mentions AVCI, image/avci, H.264 in HEIF, or AVC-coded still images.
- Update the application and its HEIF/H.264 decoding libraries.
- Try a different tool rather than renaming the file to .heic or .avif.
Conversion fails or produces a blank image
The converter may have been built without the required HEIF or H.264/MPEG-4 AVC support, or the file may be incomplete.
- Verify the file size and re-download or re-copy the file if it may be truncated.
- Test the file with a diagnostic command such as "gm identify file.avci" in a compatible GraphicsMagick build.
- If possible, open the original file on the device or application that created it and export a new copy.
The file was renamed but still will not open
Changing the extension does not change the internal image format. A real .AVCI file must contain the correct HEIF/AVCI structure.
- Restore the original filename extension if it was changed.
- Use a real export or conversion tool to create PNG, JPEG, or another target format.
- If you are unsure what the file is, inspect it with a file identification tool rather than guessing by extension.
Security note
.AVCI files are image files and are not expected to contain macros or executable scripts, but malformed image files can still target bugs in HEIF or H.264 decoders.