Skip to content
FileCrisp

How to Convert JPEG to PNG Online Free (Keep Transparency)

· 5 min read

Converting JPEG to PNG stops any further quality loss but cannot recover what the JPEG already discarded, and the file will typically grow two to five times. It is worth doing when you will edit and re-save repeatedly, when software demands PNG, or when you need transparency. Otherwise WebP is usually the better choice.

Converting a JPEG to PNG will not restore quality the JPEG already discarded, and it will make the file considerably larger. There are still good reasons to do it — here they are.

On this page

What the conversion does and does not do

PNG is lossless, so from the moment you convert, nothing further is discarded. What it cannot do is recover detail the original JPEG encode already threw away. Any blocking or fringing baked into the JPEG is preserved perfectly.

The file will typically grow two to five times. PNG stores every pixel exactly rather than approximating, and photographs have a lot of pixels that do not compress neatly.

It is worth being blunt about the most common misunderstanding: converting to PNG is not an upgrade. It is a change of container. The picture inside is exactly as damaged as it was, now stored in a format that will faithfully preserve that damage forever.

The transparency question

PNG supports an alpha channel and JPEG does not, which is why so many people convert. But converting alone does not create transparency — it creates the capacity for it. A JPEG's white background becomes a PNG's white background, not a transparent one.

To actually get transparency you have to remove the background in an editor after converting. The conversion is the prerequisite, not the operation.

Convert ImageSwitch between PNG, JPG and WebP

When converting JPEG to PNG is the right call

When you are about to edit the image and will re-save it several times. Every JPEG save re-compresses and compounds damage; working in PNG between edits avoids that entirely.

When something downstream requires PNG — some print workflows, some upload forms and a lot of older software simply will not take anything else. And when you need to add transparency, which JPEG cannot store at all.

  • You will edit and re-save repeatedly
  • A tool or form demands PNG specifically
  • You need to cut out a background and keep it transparent
  • You are archiving a master copy that must not degrade further

What happens to the file size

The growth depends entirely on what the picture contains. Flat colour and hard edges compress well in PNG; photographic noise and gradients do not.

Typical size change converting JPEG to PNG
Image typeChangeWhy
Photograph3–5× largerNoise and gradients defeat lossless packing
Screenshot with text1.5–2× largerLarge flat areas compress well
Logo on flat colourOften smallerPNG excels at few distinct colours
Scanned document4–6× largerPaper grain behaves like noise
Typical size change converting JPEG to PNG

When to use WebP instead

If the reason you want PNG is transparency rather than losslessness, WebP does the same job in a much smaller file. It supports an alpha channel and has a lossless mode that beats PNG by around a quarter.

The only case where PNG still wins is compatibility with software too old to know what WebP is.

That case is narrower every year but has not vanished. Print shops running older RIP software, government upload portals, and enterprise systems built a decade ago are the usual holdouts. If the file is going somewhere you do not control, PNG is the safe answer.

Choosing between the three formats

The decision is usually settled by one question: what is the image for? Delivery to a web page, editing in a chain of tools, or handing to software you do not control.

Which format for which job
GoalFormatReason
Publish on a websiteWebPSmallest at matched quality, transparency supported
Edit and re-save repeatedlyPNGLossless, so nothing compounds
Upload to unknown softwarePNGUniversally readable
Email an attachmentJPEGEvery client renders it
Which format for which job

Common questions

Why would I convert JPEG to PNG?

Three reasons: you need an alpha channel for transparency, you are about to edit and re-save several times and want to stop the damage compounding, or something downstream simply refuses anything but PNG.

Will converting JPEG to PNG improve quality?

No. The conversion is lossless going forward, but every artefact the original JPEG encode created is already part of the picture and is copied across exactly. True lossless quality has to start from an uncompressed source.

Does converting to PNG make the background transparent?

No. It makes transparency possible, which is not the same thing. A white background stays white — you still have to remove it in an editor, which the PNG format then lets you save.

Why is the PNG file larger than my JPEG?

PNG stores every pixel exactly rather than approximating, and photographs contain a lot of fine variation that does not pack neatly. A 200 KB JPEG becoming a 1–3 MB PNG is normal, not a fault.

Can I convert multiple JPEGs to PNG at once?

Yes. Drop the whole set in, convert them in one batch, and download the results as a ZIP. The processing happens in your browser, so the number of files is limited only by your device.

Does the converter work on Mac and Windows?

It works in any modern browser on any operating system, including phones and tablets. There is nothing to install because the conversion runs in the page itself.

Should I convert to PNG or WebP?

WebP unless something specifically requires PNG. WebP offers both a lossless mode about a quarter smaller than PNG and full alpha transparency, so it usually wins on size with no functional loss.

Convert ImageSwitch between PNG, JPG and WebP