Convert WebP images to PNG

PNG is the safer choice when you need a WebP image to open in software that has never heard of WebP, or when you specifically need to keep transparency intact rather than fill it with a background colour. This online converter reads WebP images and writes ordinary PNG files — one at a time or a whole batch, downloaded as a ZIP. Nothing is uploaded; the conversion happens entirely on your device.

No upload No file size limit No sign-up Free

Drop WebP images here

or click to choose — .webp, any number of files

PNG or JPG: the transparency question decides it

WebP can convert to either PNG or JPG, and the right choice comes down to one question: does the image have transparency you need to keep? PNG is lossless and preserves an alpha channel exactly; JPG has no concept of transparency at all and compresses further by discarding detail. If the WebP is a logo, an icon, or anything with a transparent background, PNG is the only one of the two that keeps it that way.

Lossless in, lossless out (if that's what you started with)

PNG never loses quality once you have it - every pixel is stored exactly. What it cannot do is restore quality that was already lost earlier. WebP supports both a lossy mode (the default for most photos, similar to JPEG) and a genuine lossless mode. If your file was saved lossy, converting to PNG locks in whatever quality it already had rather than recovering anything; if it was already lossless, PNG preserves it pixel for pixel with no further loss at all.

Why the file gets bigger

WebPPNG
Typical sizeSmaller25–35% larger, often more
TransparencyYesYes
CompressionLossy or losslessAlways lossless
Support outside browsersInconsistentUniversal

WebP was built specifically to be smaller than the alternatives it replaces, so converting to PNG is a straightforward trade: you give up some of that efficiency in exchange for a format literally everything from a 2005-era printer driver to the newest phone can open without asking questions.

Where WebP still doesn't work

Browsers have supported WebP for years, which is exactly why the gap is confusing - the problem is never the browser, it's everything else. Printer upload portals, older desktop image editors, some phone gallery and backup apps, and web forms with a fixed list of "acceptable" formats frequently reject WebP outright. PNG has had decades to become the safe default; that history is the whole reason it still matters.

If the image has no transparency and file size is more important than universal compatibility, JPG (available as the other output option here) usually makes more sense than PNG - it compresses further for photographic content, at a small quality cost.

A whole folder at once

Drop in as many WebP files as you have and each converts independently, with a single ZIP download once they are all done. There is no file count limit, since nothing is uploaded to a server that would need to handle the load.

Nothing is uploaded

Both the decoding and the re-encoding happen entirely inside your browser using canvas. The images never leave your device.

Frequently asked questions

Why choose PNG instead of JPG when converting a WebP?

The deciding factor is almost always transparency. WebP can store an alpha channel the same way PNG does, but JPG cannot represent transparency at all - converting a transparent WebP to JPG forces every transparent pixel to become a solid colour. PNG keeps that transparency exactly as it was. If the image has no transparency and file size matters more, JPG is usually the better choice instead.

Is PNG lossless, unlike WebP?

PNG is always lossless - every pixel is stored exactly, with no quality loss from compression. WebP can be either lossy or lossless depending on how it was saved. If your WebP was saved in lossy mode (the common case for photos), converting to PNG does not recover any detail that was already lost; it simply stops any further loss from happening. If the WebP was already lossless, converting to PNG preserves it exactly.

Why is the PNG file so much bigger than the WebP?

This is expected, not a bug. WebP was specifically designed to compress better than older formats, often producing files 25-35% smaller than an equivalent PNG. Converting from WebP to PNG trades that efficiency for universal compatibility - you are not losing anything the PNG format is capable of storing, you are just storing it less efficiently.

What programs still can't open WebP files?

Web browsers handle WebP fine, but a lot of software outside the browser does not: many printer upload portals, older versions of Photoshop and other desktop image editors, some phone gallery apps, and plenty of web forms restricted to a fixed list of formats. PNG has been universally supported for decades, which makes it the reliable fallback when WebP gets rejected.

Can I convert several WebP files at once?

Yes. Drop in as many as you like and each converts independently; a 'Download all as ZIP' button appears once there is more than one result.

Are my images uploaded to convert them?

No. Decoding the WebP and writing the PNG both happen entirely inside your browser using canvas. Nothing is sent to a server, and there is no file size limit beyond what your device can hold in memory.