Command Palette

Search for a command to run...

WE

WebP to PNG Converter

Convert WebP images to PNG in your browser, in batches, with transparency kept

WebPtoPNGConverts as soon as you add files

PNG is lossless and keeps transparency, so it is often larger than the same image as JPG or WebP.

Files (0)

No files yet

Add files and they convert right away. Change a setting and they convert again.

Built with open source libraries. Licenses

What is a WebP to PNG converter?

A WebP to PNG converter rewrites a .webp image as a .png file. Most sites now serve WebP, so an image saved out of a browser lands on your disk as .webp, and that is where the trouble usually starts. Plenty of software still refuses the extension: older Windows builds, some Office versions, a lot of CMS upload forms, and image editors that were last updated before WebP became the default. The picture is fine. The container is the problem.

This page swaps the container without sending the file anywhere. The conversion is client-side: the image is read, decoded and re-encoded as PNG by the same browser that is drawing the page, so nothing is uploaded and nothing is stored.

Here is what a run looks like. You right-click a product photo, save it, and get shot.webp at 1600 x 1200 with a cut-out background. Drop it in and it converts straight away: the row shows the original size, an arrow, the PNG size and how much larger it came out, and clicking the thumbnail opens the PNG at full size with its 1600x1200 dimensions. Expect the PNG to be the larger of the two. PNG stores every pixel losslessly, and 1600 x 1200 pixels at four bytes each is 7.68 MB of raw image data before PNG compression gets to work, while the WebP you started with threw detail away to get small. The transparent background stays transparent, which is the main reason to pick PNG over JPG here.

Two things do not survive the trip. The image is re-encoded through a canvas, so EXIF, GPS coordinates and any embedded colour profile are dropped, which some people want and others need to know about. And an animated WebP cannot become an animated PNG here: only the first frame is kept, and the row tells you so. If the animation is the point, convert to GIF instead.

The format is read from the first bytes of the file rather than from its name, so a misnamed download still converts, and the row says what the file really was. Images above 100 megapixels are refused with a message instead of freezing the tab, and an empty file is refused too. There is no byte-size limit. A daily conversion limit applies, and the tool is free, no signup.

How to convert WebP to PNG

  1. Add your WebP files

    Drop WebP images on the box, or click to upload. Several files at once is fine, nothing is uploaded, and each file starts converting as soon as it is added. Files in another format are turned away with a link to the converter that handles them.

  2. Adjust settings if you need to

    WebP to PNG has no quality setting, because PNG is lossless, so there is nothing to set. The panel shows WebP to PNG and a short note on what PNG keeps, and the results are already on their way in the file list.

  3. Check each result

    Every row shows a thumbnail, its status and a size line with the size before and after and how much smaller or larger the PNG is. Click the thumbnail to open the PNG large and switch between Before and After. Remove a file with the X on its row, or empty the list with Clear All.

  4. Download the PNG files

    Press the download icon on a row to save that one file. Download All (n images) in the list header saves the batch as converted-png.zip, with duplicate names numbered so nothing overwrites anything.

Why convert WebP to PNG?

A saved WebP is fine for looking at. The moment you want to edit it, keep its background clear or store it for years, PNG starts to earn its larger size.

A lossless working copy for editing

Most WebP files on the web are lossy, and saving a lossy file again after every crop or annotation compresses it again each time. A PNG does not degrade when it is opened and saved, so it is a safe file to work on through several rounds of edits.

Converting does not bring back detail the WebP encoder already dropped. What it does is stop the losses there, so the tenth save looks the same as the first.

Keeping a cut-out background clear

Logos, stickers and product shots are often served as WebP with a transparent background. PNG keeps that alpha channel, while JPG would paint it white. When a small file matters more than transparency, the WebP to JPG converter is the lighter option.

A format that stays readable

PNG has been a W3C Recommendation since 1996, and practically every image viewer, editor, document tool and operating system can decode it. For screenshots, reference images and anything going into an archive or a shared drive, it is the lower-risk choice.

WebP vs PNG: which to use

WebP and PNG compared for images saved from the web
WebPPNG
CompressionLossy or lossless. Most files served by websites are lossy.Lossless only. Every pixel decodes exactly as it was saved.
TransparencyFull alpha channel in both lossy and lossless modes.Full alpha channel, from fully clear to fully opaque.
AnimationYes. Animated WebP is common for short clips.Only through the APNG extension. This converter writes still PNG.
Typical file sizeSmall. Built for fast delivery over the web.Often several times larger for photos, closer for flat graphics.
Colour depth8 bits per channel.Up to 16 bits per channel, or an indexed palette.
Software supportAll current major browsers. Patchier in older editors and office software.Close to universal across browsers, editors and operating systems.
Best forServing images on web pages.Editing, archiving, screenshots and graphics that need transparency.

How transparency carries from WebP to PNG

Both formats store an alpha value for every pixel, so there is nothing to translate: a pixel that is 40% opaque in the WebP is written as a 40% opaque pixel in the PNG. Soft shadows, feathered edges and anti-aliased outlines keep their gradual fade instead of turning into a hard cut.

The image passes through a browser canvas on the way, and a canvas holds 8 bits per channel. That matches what a WebP can store, so nothing is squeezed. Pixels that are almost fully transparent can shift by a shade of colour when the canvas stores and reads them back, which you would only notice if you went looking at the raw values.

An image that looks transparent is not always transparent. Some sites flatten a product shot onto white or grey before encoding it, and the WebP then has no alpha data at all. Converting cannot invent a transparent background that was never in the file. For that you need the background remover.

Privacy and security

  • The WebP is decoded and the PNG is encoded inside this browser tab using the built-in Canvas API. No WebAssembly codec is downloaded and the image is never uploaded.
  • The daily limit check sends the tool name and a device identifier, plus your account token if you are signed in. It does not include the image.
  • After a batch, the page reports how many files converted, their combined size in bytes and the output format. File names and pixels are never sent.
  • If the limit check cannot reach the server, the conversion still runs, so the page keeps working offline once it has loaded.
  • EXIF, GPS coordinates and embedded colour profiles are not written into the PNG, because the file is rebuilt from decoded pixels alone.
  • Converted PNG files live in the tab's memory until you remove them, press Clear All or close the page. Nothing is kept on a server.

Key Features

  • Transparency survives

    PNG carries an alpha channel, so a cut-out, a logo or a sticker keeps its empty background instead of being filled in. This is the difference between converting to PNG and converting to JPG.

  • Batch in, one ZIP out

    Convert a folder of WebP files in one pass and take them away as converted-png.zip. Files that share a name are numbered rather than silently overwritten.

  • Client-side, so nothing is uploaded

    The decode and the re-encode both happen in the page. Your images never reach a server, which matters for screenshots, contracts and anything else you would not email to a stranger.

  • Reads the bytes, not the extension

    Files get misnamed all the time. The converter identifies the format from the first bytes, so a PNG that someone saved as .webp still converts, and the row notes what the file turned out to be.

Frequently Asked Questions

Drop the .webp file onto this page and download the PNG when its row shows Complete. The conversion starts as soon as the file is added and runs in your browser, so there is no upload step, no button to press and no waiting on a queue. You can add several files at once and take them all away in one ZIP.

Comments

0 comments

0/2000 characters

No comments yet. Be the first to share your thoughts!

webp to pngconvert webp to pngwebp to png converterchange webp to pngwebp to transparent pngbatch convert webp to pnghow to save webp as pngwebp file to pngfree webp to png converter