You attach a HEIC file, hit send, and the reply comes back: "can you resend this as JPEG?" It happens with print shops, CMS uploads and government portals alike. Here is the clean way to convert, what it does to your file, and the numbers to expect.

HEIC vs JPEG at a glance
| Format | Compression | Transparency | Animation | Support (2026) |
|---|---|---|---|---|
| HEIC | Lossy | Yes | No | iPhone, iPad and macOS natively; Windows needs the HEVC extension |
| JPEG | Lossy | No | No | every browser and device made in the last 25 years |
The table explains the conversion before any tutorial does: people move files toward the column that matches their destination — usually broader support or features the source format lacks.
Why HEIC files end up needing to be JPEG
HEIC (High Efficiency Image Container) is a lossy format made for iPhone and iPad photos, Apple ecosystem. Its weak spots — poor Windows support, not web-compatible, limited sharing options — are exactly where JPEG steps in.
JPEG (Joint Photographic Experts Group) handles photographs, social media, web images, and in 2026 its support looks like this: every browser and device made in the last 25 years. On size, the practical picture: a 12-megapixel photo lands around 3-4 MB at quality 85.
In practice the push comes from three places: platform requirements, collaboration with people on other tools, and plain file-size pressure.
Converting HEIC to JPEG in the browser
Open the JPEG converter and drop your HEIC file onto the upload area. Multi-select works, so a whole folder of files goes in at once — useful when a shoot or an export produced dozens of them.
Start the conversion and watch the size readout: the page shows the output weight before you commit to downloading. That single number answers most of the questions people bring to guides like this one.
When the batch finishes, grab the ZIP rather than clicking files one by one — it preserves the original filenames with the new extension.
If a file fails — it happens with corrupted exports — re-saving it once from any viewer and retrying usually clears it. Genuinely broken files fail everywhere, including in Photoshop.
Before you convert: a 30-second checklist
Keep the original. Conversions into lossy formats are one-way; the HEIC you started from is your archive copy, so it never gets deleted or overwritten.
Check the destination's rules. If a platform or print shop asked for JPEG, it often also has size or resolution limits — knowing them now saves a second round trip.
Group the batch. Converting fifty files in one upload beats fifty single conversions, and the ZIP you get back keeps the set together with its filenames intact.

Will the image look worse?
HEIC uses lossy compression; JPEG uses lossy. Going from lossless to lossy means some pixel data is discarded — usually invisible at sensible quality settings, but it is a one-way door, so keep the original.
For scale: about half the size of an equivalent JPEG — Apple's claim since iOS 11, and it holds up. After conversion to JPEG, expect the relationship to shift — a 12-megapixel photo lands around 3-4 MB at quality 85.
Canva and Adobe Express can export JPEG too, but both push you through an editor first — fine for one file, slow for forty.
One settings rule covers 90% of cases: keep images destined for screens at standard quality, and only reach for maximum-quality output when the file is headed to print or further editing.
Thirty seconds of compression theory
Lossy compression throws away detail the eye is bad at noticing — fine texture, subtle color steps — and keeps what perception cares about. That is how a photo drops 80% of its weight while looking identical at arm's length; it is also why each re-save discards a little more.
Every recommendation here is downstream of those mechanics — formats do not have personalities, only algorithms.
After the conversion
Once your files are JPEG, they slot into workflows HEIC could not reach: photographs, social media, web images. If you handle this pair often, the HEIC vs JPEG comparison covers the deeper trade-offs.

When fifty files become five hundred
Past a certain volume the bottleneck moves from conversion speed to organization. Name files before converting, not after — the converter preserves names, so a clean naming scheme going in is a clean archive coming out.
Recurring jobs deserve a recurring habit: same folder structure, same batch size, same checks. Boring beats clever at five hundred files.
Where JPEG files behave oddly
Messaging apps and social platforms recompress whatever you send — WhatsApp and most social feeds will re-encode your carefully converted JPEG anyway, so don't chase perfection for those destinations. Email clients are stricter: attachments survive untouched, which makes format choice matter more there.
CMS uploaders are the third trap: many enforce size limits or a format whitelist. If an upload bounces, the platform's allowed-formats list — not your file — is usually the explanation.
The Core Web Vitals angle
Images are usually the heaviest asset class on a page, so format choice flows straight into Largest Contentful Paint — the Core Web Vitals metric Google weighs for ranking. Lighter images, earlier paint, better scores: the chain is that direct.
Pair the format change with loading="lazy" on below-the-fold images and correct display dimensions, and the speed gain typically doubles.
Measure before and after with PageSpeed Insights — the image-weight line item makes the improvement concrete instead of theoretical.
Quick Answers
Does converting HEIC to JPEG reduce quality?
Only if JPEG is lossy, and even then a single conversion at default settings is rarely visible. The damage people associate with conversion comes from re-saving lossy files over and over, not from one clean pass. Keep the original HEIC and you can always go back.
Is the converted file bigger or smaller than the HEIC?
It depends on content, but the baselines are: about half the size of an equivalent JPEG — Apple's claim since iOS 11, and it holds up, while for JPEG: a 12-megapixel photo lands around 3-4 MB at quality 85. Flat graphics and photographs sit at opposite ends of every compression curve, so check the size shown before downloading.
Do I need Photoshop for this?
No. Photoshop, Canva and Adobe Express can all export JPEG, but for a pure format change a browser converter does the identical job without the subscription or the wait.
Can I convert the JPEG back to HEIC later?
Yes, the reverse converter exists — but a round trip through a lossy format does not restore discarded data. Treat the original HEIC as the master copy and convert from it each time, rather than chaining conversions.
Why did my converted file come out larger?
Content sits on different compression curves: a file that HEIC encodes efficiently can genuinely grow as JPEG. It is normal for some images, which is why the size readout before download matters more than any rule of thumb.
That's the whole job. Run one test file through the JPEG converter first, check the result at 100% zoom, then commit the batch.
Written by Giovanni Picaro, a web developer who has been building image tools and optimizing sites since 2019. Sources: MDN image format reference and Google web.dev. Last reviewed: 2026.