Glossary Term
HEIC
HEIC (High Efficiency Image Container) is Apple's default photo and screenshot format on iOS and macOS — offering better compression than JPG while maintaining higher visual quality.
HEIC vs JPG
HEIC and JPG are both lossy image formats, but HEIC uses a significantly more advanced compression algorithm based on the HEVC (H.265) video codec.
At equivalent visual quality, HEIC files are roughly 40-50% smaller than JPG files. A 3 MB JPG photograph typically compresses to about 1.5 MB as HEIC with no perceptible quality difference. Over thousands of photos on a mobile device, this translates to gigabytes of saved storage.
HEIC also handles certain content better than JPG. Smooth gradients — skies, backgrounds, blurred areas — compress more cleanly in HEIC without the banding artifacts that JPG often introduces. Sharp text and UI edges benefit too, as HEIC's compression does not rely on the 8x8 block structure that causes JPG's characteristic blockiness.
Beyond compression, HEIC supports features that JPG cannot: transparency, 10-bit and 12-bit color depth, image sequences (live photos), and depth maps. These capabilities make HEIC a genuinely modern container format rather than just a more efficient JPG replacement.
The trade-off is compatibility. JPG is universally understood by every device, browser, application, and platform in existence. HEIC is not.
Compatibility issues
HEIC's compatibility challenges are the primary reason many users encounter frustration with the format.
- Windows — requires installing the HEIF Image Extensions from the Microsoft Store. Without it, HEIC files appear as unrecognized file types.
- Web browsers — Safari supports HEIC natively, but Chrome, Firefox, and Edge do not render HEIC images. This means HEIC cannot be used directly on websites.
- Social media and messaging — most platforms accept HEIC uploads and convert them automatically, but some older or niche platforms reject the format entirely.
- Email — Apple's Mail app auto-converts HEIC to JPG when sharing, but not all email workflows handle this conversion.
- Older software — image editors, document tools, and design applications released before HEIC adoption may not open these files.
Apple mitigates this on iOS by automatically converting HEIC to JPG when sharing to apps or services that do not support the format. However, this automatic conversion does not always trigger, and files transferred via AirDrop, iCloud, or direct file access remain as HEIC.
How to convert HEIC
When HEIC files need to reach non-Apple platforms, conversion is necessary. Several approaches are available.
On macOS, Preview can open HEIC files and export them as JPG, PNG, or other formats. The Photos app also offers export with format conversion. For batch conversion, built-in command-line tools like sips can process entire folders.
On Windows, after installing the HEIF extension, the Photos app can open and resave HEIC files in compatible formats. Third-party converters handle batch processing.
For automated workflows, capture and processing tools that support HEIC input can convert on the fly — accepting HEIC screenshots from Apple devices and outputting JPG, PNG, or WebP for cross-platform use. This eliminates the manual conversion step and ensures files arrive in the right format for their destination.
The key decision is when in the workflow to convert. Converting at capture time (by switching iOS to JPG mode) is simplest but sacrifices HEIC's storage benefits. Converting at share time preserves storage efficiency while delivering compatible formats.
Common mistakes
- Sharing raw HEIC files with Windows or Android users. Recipients may not be able to open the files. Convert to JPG or PNG before sharing outside the Apple ecosystem.
- Converting HEIC to JPG at low quality. Since both are lossy formats, aggressive JPG compression on a HEIC source compounds quality loss. Use high quality settings (90%+) when converting.
- Assuming HEIC works on the web. HEIC is not supported by most browsers. Always convert to JPG, WebP, or AVIF for web publishing.
- Not leveraging HEIC's storage advantages. Switching iOS to JPG mode because of occasional compatibility issues wastes significant storage. A better approach is to keep HEIC as default and convert only when sharing.
Common Questions
Why does my iPhone save photos as HEIC?
Apple made HEIC the default format on iOS because it produces files roughly 50% smaller than JPG at the same visual quality. This saves significant storage space on devices that may hold thousands of photos and screenshots.
Can Windows open HEIC files?
Windows 10 and 11 can open HEIC files after installing the HEIF Image Extensions from the Microsoft Store. Without this extension, HEIC files will not preview or open in the default Photos app.
Does HEIC support transparency?
Yes. HEIC supports alpha transparency, unlike JPG. This makes it technically capable of handling screenshots with transparent backgrounds, though this feature is rarely used in practice on Apple devices.
Will converting HEIC to JPG lose quality?
Yes, slightly. HEIC is already a lossy format, and converting to JPG applies a second round of lossy compression. For best results, convert from HEIC to JPG at high quality settings to minimize additional quality loss.
Can I change my iPhone to save as JPG instead of HEIC?
Yes. In Settings > Camera > Formats, choose 'Most Compatible' to save photos and screenshots as JPG instead of HEIC. This increases file sizes but improves compatibility with non-Apple platforms.
Sources
- HEIF - High Efficiency Image File Format — Nokia Technologies
- Use HEIF or HEVC media on Apple devices — Apple