Convert WEBP to PNG

Turn WEBP images into PNG files right in your browser. No upload, no signup, no watermark.

Processed in your browser

Drop your image here

or choose an image from your device

Accepts WEBP images · max 25.00 MB

How to use it

  1. 1Drop a WEBP file onto the upload area. Decoding happens in your browser, so the file never leaves the device.
  2. 2Check the decoded dimensions in the metadata line — WebP files often come from a CDN already scaled down.
  3. 3Press Convert. The frame is drawn to a canvas with its alpha channel intact and re-encoded as lossless PNG.
  4. 4Download the PNG. Expect it to be noticeably larger than the WEBP, since PNG stores every pixel exactly.

Frequently asked questions

Is transparency kept when I convert WEBP to PNG?

Yes. Both formats support an alpha channel, so transparent and semi-transparent pixels come through unchanged.

Why is the PNG several times larger than the WEBP?

Most WEBP files on the web are lossy and already discarded detail to get small. PNG is lossless, so it has to store the result pixel by pixel — a 150 KB WEBP commonly lands around 1 MB as a PNG.

Does this restore quality lost by the WEBP encoder?

No. Compression artefacts in the source are copied faithfully into the PNG. The benefit is that further edits and re-saves won't add new artefacts.

What happens to an animated WEBP?

Only the first frame is decoded and converted. PNG can't hold the animation, so the output is a single still image.

Related guides