Drop a WebP file here

or choose one from your device — nothing leaves your browser.

Convert a WebP image to PNG

WebP is everywhere on the web, which is exactly why people need to convert it: you save an image from a site and find your editor, your document tool, or an older colleague's software won't open a .webp file. PNG is the safe, universally-supported alternative, and it keeps any transparency the WebP had.

The conversion is lossless on the way out — the PNG preserves every pixel of the decoded WebP — so it's the right choice when you're going to edit the image next.

What this does — and what it doesn't

  • If the WebP was saved lossily, the PNG preserves that decoded result exactly but can't undo the compression that already happened.
  • PNG doesn't support animation. An animated WebP is converted using its first frame only.

Related conversions

WebP to PNG — frequently asked questions

Will transparency be kept?
Yes. PNG supports a full alpha channel, so any transparency in the WebP is preserved exactly in the PNG.
Can I convert an animated WebP?
You'll get the first frame as a still PNG, since PNG isn't an animated format. For a moving image you'd need an animated GIF or a video format instead.
Can I convert several images at once?
For batch conversion of many files at once, use the Image Compressor, which takes a whole folder and can convert and download them together as a zip. This page is tuned for converting a single image at a time.
Are my images uploaded anywhere?
No. The conversion runs entirely in your browser using the canvas API and, for some formats, WebAssembly — the image never leaves your device. You can verify it: load the page, disconnect from the internet, and it still works. There is no upload endpoint to send anything to.
Is it really free?
Yes — no account, no watermark, no daily limit, and no paid step at download. It's free because there's no server doing the work, so it costs us almost nothing to run.