Convert WebP to PNG — locally, no upload

WebP is everywhere on the modern web because it is small and fast to serve — but the moment you save one and try to use it in an older editor, a document, or a form that expects PNG, it becomes a nuisance. This converter turns WebP into PNG right in your browser. Nothing is uploaded: the image bytes stay on your machine from start to finish, and PNG output is lossless, so pixels are preserved exactly.

How it works

  1. Drop .webp files below or click to choose them.
  2. Press Start — no settings needed, PNG is lossless.
  3. Download each PNG as it finishes.

Frequently asked questions

Is the conversion lossless?

PNG is a lossless format, so every pixel of the decoded WebP is preserved exactly. If the WebP was lossy-compressed to begin with, the PNG faithfully preserves what the WebP contained (it cannot reconstruct detail the WebP already discarded).

Why do so many sites serve WebP?

WebP files are typically 25–35% smaller than equivalent JPGs and support transparency like PNG, so serving WebP saves bandwidth. Browsers handle it natively — the trouble only starts when files leave the browser.

Will transparency be preserved?

Yes. Both WebP and PNG support alpha transparency, and it survives conversion intact.

Do my images get uploaded?

No — the converter is WebAssembly running in your browser. Your images never leave your device, which you can confirm in the network tab of your browser’s developer tools.