Does Converting HEIC to JPG Lose Quality?
Understand exactly how much quality is lost when converting HEIC to JPG, what causes the loss, how to minimize it, and when it matters for your photos.
Yes, converting HEIC to JPG loses some quality. The loss comes from two sources: reduced color depth and lossy recompression. At JPG quality settings of 92% or higher, the difference is invisible to the human eye for standard photographs. Below 80%, degradation becomes noticeable.
The rest of this guide explains exactly what causes the loss, how much you can expect at each quality level, and how to keep it to an absolute minimum.
Why Quality Loss Happens
Three technical differences between HEIC and JPG cause quality to drop during conversion.
Color Depth Reduction
HEIC stores images at 10-bit color depth. That means 1,024 shades per color channel and over 1.07 billion possible colors. JPG is limited to 8-bit color depth: 256 shades per channel and 16.7 million colors. Converting from HEIC to JPG permanently discards roughly 98.4% of the color information.
In practice, the human eye cannot distinguish between adjacent shades at 10-bit depth. The loss matters most in smooth gradients -- skies, skin tones, and studio backdrops -- where subtle banding can appear after conversion.
Different Compression Algorithms
HEIC uses HEVC (H.265) compression, the same codec that powers 4K video streaming. JPG uses Discrete Cosine Transform (DCT), a method designed in 1992. HEVC is roughly twice as efficient as DCT at the same visual quality. When you convert HEIC to JPG, the image is decompressed from HEVC and recompressed with DCT. This recompression introduces new artifacts because DCT is less sophisticated at preserving fine detail.
Chroma Subsampling
Both HEIC and JPG use chroma subsampling to reduce file size. This technique stores color information at a lower resolution than brightness information because the human eye is more sensitive to brightness changes. JPG typically uses 4:2:0 subsampling, which halves the color resolution in both dimensions. HEIC can store full-resolution color data or use more conservative subsampling ratios. The conversion to JPG's 4:2:0 scheme discards additional color spatial detail.
Quality at Different JPG Settings
The JPG quality parameter controls how aggressively the DCT algorithm compresses the image. Higher values preserve more detail. Here is what to expect at each level when converting a typical 12 MP HEIC photo (~1.8 MB).
| JPG Quality | Output File Size | Quality Loss | Visible Artifacts | Best Use Case | | --- | --- | --- | --- | --- | | 100% | ~8-10 MB | Minimal (color depth only) | None | Archival, maximum fidelity | | 95% | ~4-5 MB | Very low | None in photographs | Professional printing, editing | | 92% | ~3-3.5 MB | Low | None for normal viewing | High-quality general use | | 85% | ~2-2.5 MB | Moderate | Slight softening in fine detail | Social media, web sharing | | 80% | ~1.5-2 MB | Noticeable | Banding in gradients, soft edges | Email attachments |
At 100% quality, the JPG file is actually larger than the HEIC original. This is because DCT compression is less efficient than HEVC even at its highest setting. The only quality loss at 100% comes from the color depth reduction.
At 92-95%, you get files comparable in size to the HEIC original with no perceptible difference in photographs. This is the sweet spot for most conversions.
Below 80%, compression artifacts become visible. You will see blocking around sharp edges, banding in smooth gradients, and loss of fine texture detail.
When Quality Loss Matters
Not every use case is affected equally. Some scenarios demand maximum fidelity. Others tolerate significant compression without any practical consequence.
Quality Loss Matters For
Professional photo printing. Print shops reproduce images at 300 DPI. Color banding and compression artifacts that are invisible on a phone screen can become visible in large prints (16x20 inches and above). Use 95% quality or higher for any print larger than 8x10.
Further photo editing. Every edit amplifies existing compression artifacts. If you plan to adjust exposure, crop heavily, or apply filters after conversion, start with the highest quality JPG possible. Boosting shadows in a heavily compressed JPG reveals ugly blocking artifacts that were hidden in the darker tones.
Gradient-heavy images. Sunset skies, studio portraits with smooth backdrops, and macro photography with bokeh all contain the smooth tonal transitions where 8-bit banding becomes visible. These images show quality loss first.
HDR content. HEIC can store HDR data with extended dynamic range. JPG cannot represent HDR at all. Converting an HDR HEIC to JPG clips the highlight and shadow detail to the standard dynamic range. This is a permanent, unavoidable loss.
Quality Loss Does Not Matter For
Screen viewing at normal sizes. A 12 MP photo displayed on a 1080p monitor is downscaled to roughly 2 MP. The downscaling hides any compression artifacts. At 85% quality or above, no one can tell the difference on screen.
Social media sharing. Instagram, Facebook, and X all recompress your uploads to their own specifications regardless of the input quality. Uploading a 95% JPG versus a lossless PNG produces identical results after the platform processes it. Use 85-90% and save the bandwidth.
Email and messaging. Recipients view these on phone screens at reduced sizes. An 80% quality JPG is perfectly adequate. The smaller file size is a practical benefit -- it avoids attachment size limits and loads faster.
Web publishing. Website images are typically displayed at 72-96 DPI and compressed further by CDNs. A 85-90% JPG is the standard for web use. Going higher wastes bandwidth without any visible improvement.
How to Minimize Quality Loss
Follow these practices to preserve as much quality as possible during conversion.
Set JPG quality to 92% or higher. This is the threshold where quality loss becomes truly imperceptible for photographs. The file size increase over 85% is modest -- roughly 30-40% larger -- but you retain significantly more detail in gradients and fine textures.
Convert once and keep the original. Never convert a JPG back to HEIC or convert a JPG to another JPG. Each recompression cycle degrades quality further. Treat your HEIC files as the master copies and generate JPGs from them whenever needed.
Do not upscale before converting. Enlarging an image before compression increases file size without adding real detail. Convert at the original resolution and let the viewing application handle scaling.
Avoid editing the JPG after conversion. If you need to edit, either edit the HEIC original and then convert, or convert at 100% quality to give yourself the most headroom. Editing a compressed JPG and resaving it compounds the artifacts.
Use a converter that lets you control quality. Many online converters default to 75-80% quality to minimize their server costs. HEICify's HEIC to JPG converter processes files in your browser and lets you set the exact quality level. No server upload means no forced recompression.
HEIC to PNG: The Lossless Alternative
If quality preservation is your top priority and file size is not a constraint, convert HEIC to PNG instead of JPG. PNG is a lossless format. It preserves every pixel exactly as decoded from the HEIC file with zero compression artifacts.
The trade-off is size. A 12 MP HEIC photo at ~1.8 MB converts to roughly 12-18 MB as a PNG. That is 7-10 times larger than the original. For batch processing hundreds of photos, the storage cost adds up fast.
PNG also supports only 8-bit color depth in standard implementations (16-bit PNG exists but has limited software support). The color depth reduction from 10-bit HEIC still occurs. The difference is that PNG avoids the additional lossy recompression that JPG introduces.
| Format | Compression | Color Depth Lost | Artifacts Added | Typical 12 MP Size | | --- | --- | --- | --- | --- | | HEIC (original) | HEVC lossy/lossless | None | None | ~1.8 MB | | JPG 95% | DCT lossy | 10-bit to 8-bit | Minimal | ~4-5 MB | | JPG 85% | DCT lossy | 10-bit to 8-bit | Slight | ~2-2.5 MB | | PNG | Deflate lossless | 10-bit to 8-bit | None | ~12-18 MB |
For most photographers, JPG at 92-95% is the practical choice. The quality difference versus PNG is invisible in photographs, and the file sizes remain manageable. Reserve PNG for graphics, screenshots, or images with text where JPG's lossy compression causes visible smearing.
The Bottom Line
Converting HEIC to JPG introduces a small, measurable quality loss. Two things cause it: the reduction from 10-bit to 8-bit color depth, and the recompression from HEVC to DCT. At JPG quality settings of 92% or above, this loss is invisible in normal photographs viewed on screens or printed at standard sizes.
The practical approach is straightforward. Keep your original HEIC files as master copies. Convert to JPG at 92-95% when you need compatibility. Use 85-90% for web and social media. Drop to 80% only when file size is the priority.
For detailed format differences, see the HEIC vs JPG comparison guide. For step-by-step conversion instructions, read How to Convert HEIC to JPG. When you are ready to convert, HEICify's converter processes everything in your browser with full quality control and zero file uploads.
Frequently Asked Questions
Does converting HEIC to JPG reduce photo quality?
What JPG quality setting should I use when converting from HEIC?
Is converting HEIC to PNG better than HEIC to JPG for quality?
Can I convert HEIC to JPG and back without losing quality?
Related Guides
HEIC vs JPG File Size: How Much Space Do You Save?
Compare HEIC and JPG file sizes with real-world data from iPhone photos. See exactly how much storage you save with HEIC and when JPG is the better choice.
HEIC vs JPG: Which Format Should You Use?
A detailed comparison of HEIC and JPG image formats covering compression, quality, file size, compatibility, and features to help you choose the right format.
How to Convert HEIC to JPG: 5 Easy Methods
Step-by-step instructions for converting HEIC files to JPG using free online tools, iPhone settings, Mac Preview, Windows, and Google Photos.
Ready to Convert Your Images?
Try our free, browser-based converter tools. No uploads required -- your files never leave your device.