Convert WebP to PNG

Convert a WebP into a lossless PNG, keeping transparency intact. Runs entirely in your browser.

Drop your file here

or click to browse

All files or paste with ⌘V

How it works

Convert a WebP into a lossless PNG, keeping transparency intact. Runs entirely in your browser.

This is the right conversion when your WebP has transparency you need to keep, or when a tool demands PNG input. PNG preserves the alpha channel exactly — logos, cutouts, and UI assets survive with clean transparent edges, which is the key difference from converting to JPG (where transparency becomes white). PNG is also lossless, so there's zero additional quality loss in the conversion; whatever the WebP contained is preserved pixel-for-pixel from the decoded image. The trade-off is file size: PNG is far less efficient than WebP, so expect the output to be several times larger. That's fine for assets and editing workflows, less ideal for web delivery. The conversion runs on a canvas in your browser, no upload — drop the WebP, hit convert, download the .png.

Frequently asked questions

Is transparency preserved?
Yes. PNG fully supports the alpha channel, so transparent and semi-transparent areas convert exactly. This is the main reason to pick PNG over JPG.
Is there any quality loss?
No. PNG is lossless, so the decoded WebP is stored pixel-for-pixel. Any artefacts already baked into a lossy WebP stay as they were.
Why is the PNG so much larger?
PNG's lossless compression is much less efficient than WebP. Several times larger is normal, especially for photos.
Is my image uploaded?
No. The conversion runs entirely in your browser. The file never leaves your device.
Saved