Skip to content
Pixgrain

Convert WebP to PNG

Converts WebP images to PNG so they open in software that has never supported WebP. Transparency survives; file size roughly triples.

How to convert WebP to PNG

  1. Drop your WebP files into the box above, or click to browse. You can also paste with Ctrl+V.
  2. Adjust quality or resizing under Conversion settings if you need to. The defaults suit most photos.
  3. Conversion starts automatically and runs on your device — watch the progress bar for each file.
  4. Download files individually, or grab everything as a ZIP.

What changes when you convert WebP to PNG

Almost everyone arriving at this conversion got here the same way: they right-clicked an image on a website, chose Save As, and ended up with a .webp file that their software refuses to open. WebP has been supported by every browser for years, but plenty of desktop applications — older Photoshop versions, many print workflows, a great deal of corporate software — never added it.

The conversion itself is clean. Both formats support per-pixel alpha, so transparency crosses over exactly. PNG is lossless, so it stores whatever the WebP decoded to without adding any degradation of its own.

The part worth being clear about is what PNG cannot do. If the WebP was lossy — which most WebP images on the web are — then detail was already discarded when it was created. Converting to PNG stores those already-degraded pixels with perfect fidelity. It does not recover anything. What you get is a large, lossless copy of a lossy image, which is why the file grows so dramatically: WebP's whole purpose was to be small, and PNG's whole purpose is to be exact.

Expect two to four times the size on photographs, and sometimes more. On flat graphics and logos — the kind of thing that was probably a lossless WebP to begin with — the growth is milder, because PNG handles large areas of uniform colour well.

Animation is the other limit. Animated WebP exists and is common for short loops that replaced GIFs. PNG has no animation in its base format, so an animated source converts to its first frame only. The tool says so rather than silently producing a still.

What is preserved

  • The alpha channel, exactly — both formats carry full per-pixel transparency
  • Pixel dimensions and every decoded pixel value
  • Colour appearance, with no further loss added by the PNG step

What is lost

  • Animation: an animated WebP converts to a still image of its first frame
  • EXIF and XMP metadata, which PNG handles poorly and inconsistently
  • The compression efficiency that made the file small in the first place

What is altered

  • File size grows substantially — typically two to four times the WebP
  • A lossy WebP stays lossy: PNG stores the already-degraded pixels perfectly, it cannot restore what WebP discarded

PNG support in browsers and operating systems

Checked on 2026-08-10. We re-verify this table every quarter.

PlatformSupport
Chromeall versions
Safariall versions
Firefoxall versions
Edgeall versions
iOSall versions
Androidall versions
Windowsall versions since 98
macOSall versions

When not to convert WebP to PNG

Do not convert if the destination reads WebP. Every current browser does, so for anything going onto a web page you are trading away most of the size advantage for nothing.

Do not convert a photograph to PNG when you only need it to open somewhere. JPG will be five to ten times smaller and, unless the image has transparency, visually identical. Use the WebP to JPG converter instead.

Do not expect the conversion to improve quality. A lossy WebP that already looks soft will look exactly as soft as a PNG, in a file several times larger.

Do not use it for animated WebP if you need the animation — only the first frame survives.

Frequently asked questions

Why is the PNG so much larger than the WebP?

Because they are built for opposite goals. WebP compresses aggressively, usually discarding detail; PNG stores every pixel exactly. A photograph typically grows two to four times, sometimes more. The extra bytes buy you compatibility, not quality.

Does converting to PNG improve the image?

No. PNG is lossless, which means it preserves exactly what it is given — including any artefacts the WebP already had. Nothing is recovered. If the source looked soft, the PNG will look identically soft.

Why did I end up with a .webp file at all?

Because the website served one. WebP is supported by every current browser and is typically 25–30% smaller than an equivalent JPEG, so most sites now use it. Saving the image gives you the file the site actually sent, which is often not the format your other software expects.

What happens to animated WebP?

Only the first frame is converted, because PNG has no animation in its base format. If you need the motion, convert to GIF or MP4 instead — those keep it.

Should I pick PNG or JPG?

PNG if the image has transparency or contains text, screenshots or flat graphics. JPG if it is a photograph and you want a sensible file size — it will be several times smaller with no visible difference. PNG only makes sense here when losslessness or the alpha channel genuinely matters.