WEBP PNG
File conversion

Convert WEBP to PNG

Convert now
QUICK ANSWER
Is it possible to convert WEBP to PNG?
Yes - WEBP converts to PNG.

You can do it right here with our free converter - no sign-up, and your file is deleted right after.

Upload your file to our free converter above and download the PNG instantly. PNG is lossless, so no further degradation occurs during the conversion. Expect the output file to be noticeably larger than the original WebP.

Also to PNG: QOI · APM · PBM

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox
WEBP → PNG converterFREE

Why convert WEBP to PNG?

PNG has near-universal app support, so upload forms and image editors that reject .webp accept .png without complaint. It also preserves full alpha transparency, making it the right target for logos and graphics. Developers and designers keep assets as .PNG when pixel-perfect fidelity is required.

How to convert WEBP to PNG

macOS - Preview BUILT-IN

Open the .webp in Preview, choose File > Export, set the format to PNG, and save.

Windows - IrfanView FREE

Open the file in IrfanView, press S, choose PNG in the type dropdown, and save; use Batch Conversion for multiple files.

GIMP OPEN-SOURCE

Open the .webp in GIMP, then use File > Export As and save with a .png extension.

Command line - ImageMagick CLI

Run magick input.webp output.png to convert a single file.

Programs that convert WEBP

About these formats

Quality & what to watch

  • Transparency is preserved: PNG supports full alpha channels, so a WebP with a transparent background converts correctly.
  • File size increases: PNG files are typically 20-30% larger than equivalent lossless WebP.
  • Animation is lost: an animated .webp becomes a single static frame - use GIF or APNG if you need to keep the animation.

Frequently asked questions

Does converting WebP to PNG lose quality?
Not if the source WebP is lossless. If it was a lossy WebP (common for photos saved from websites), those compression artefacts are already baked in - PNG stores them without making things worse, but cannot remove them.
Will a transparent background survive the conversion?
Yes. PNG supports full alpha transparency, so transparent areas in your WebP are preserved exactly.
Why is the PNG file bigger than the WebP?
WebP uses more efficient compression than PNG - the same pixels are stored in a less compact way, and the trade-off is broader compatibility with apps and upload forms.
Can I convert multiple WebP files at once?
Yes. IrfanView's Batch Conversion (File > Batch Conversion/Rename) and XnConvert both handle entire folders in one pass.