Convert JPEG XL to PNG
Drop a JPEG XL file below and get a PNG back. The conversion happens on your own machine, so nothing is uploaded and there is no size or quantity limit beyond what your browser can hold in memory.
Drop images here
Accepts JPEG XL
Lower means a smaller file. 75 is a good default for photos.
100% in your browser Files are never uploaded.
Why convert JPEG XL to PNG?
Plenty of websites, content management systems and older desktop programs reject JPEG XL uploads outright. PNG is accepted just about everywhere, and that alone accounts for most of these conversions.
Expect the PNG file to come out larger than the JPEG XL you started with. That is the price of the broader compatibility and simpler decoding PNG gives you.
PNG is lossless, so the conversion adds no new compression artefacts. Whatever detail survives in the JPEG XL file is carried across exactly.
PNG is the format most image editors and design tools expect, which makes it the practical choice when the file is headed for further editing rather than straight onto a web page.
JPEG XL vs PNG at a glance
| Property | JPEG XL | PNG |
|---|---|---|
| Compression | Lossy | Lossless |
| Transparency | Yes | Yes |
| Typical file size | 45-60% of an equivalent JPEG | 300-500% of an equivalent JPEG |
| Compatibility | Safari and recent Chrome; still uncommon elsewhere | Opens everywhere, including decades-old software |
| Usually comes from | Long-term archives and photography workflows | Screenshots, logos and graphics |
Frequently asked questions
Are my JPEG XL files uploaded anywhere?
No. The decoder and encoder are WebAssembly modules that run inside this page. You can verify it by opening your browser’s network tab — converting a file produces no outbound requests. You could even disconnect from the internet after the page loads and it would still work.
Is there a file size or quantity limit?
There is no limit imposed by us. The practical ceiling is your device’s memory, since the image has to be held uncompressed while converting. On a typical laptop, images up to around 100 megapixels convert without trouble.
Will converting to PNG lose quality?
The original JPEG XL is already lossy, so some detail was discarded when it was first created. Converting to PNG preserves whatever is in the JPEG XL file exactly, but it cannot recover what was lost earlier.
Does it work on a phone?
Yes. The same WebAssembly modules run on mobile browsers. Conversion is slower than on a desktop because phone CPUs are weaker, and very large images are more likely to hit memory limits.
What produces JPEG XL files?
Mostly archiving workflows and photography software that adopted it early. It is not something a camera or phone hands you. If you have one, it most likely came from someone deliberately choosing it for storage quality.
Why is the PNG bigger than the original?
PNG is lossless, so it stores every pixel exactly instead of approximating them. For photographs that usually means a file several times larger than a lossy original. PNG earns its keep with screenshots, logos, line art and anything needing transparency — not with photos.