Convert WebP to PNG

Converting WebP to PNG keeps the transparent background completely intact and gives you a file that loses nothing from here on, which is what a design tool needs. Expect it to be several times larger. Drop the file above and it converts on your own machine, free and with nothing uploaded.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The PNG holds exactly what the WebP held.
  • File size limit Up to 100 MB per file, free, without an account.

Up to 100 files at once. Mixed formats are fine.

What WebP to PNG actually does

A generated landscape with a low sun and three ridges, used to show what JPEG does to continuous tone. Shown as WebP.

WebP14 KB

A generated landscape with a low sun and three ridges, used to show what JPEG does to continuous tone. Shown as PNG.

PNG139 KB9.7× larger

A photographic scene — smooth gradients, soft edges, grain. This is the case PNG is designed for or against, and the figures show which. Both images are drawn in code and encoded by the same converter that runs on this page, so the sizes are this site's own output.
A generated badge: a circular gradient on a transparent background with a white bar across it, used to show what each format does with transparency and with hundreds of shades. Shown as WebP.

WebP4 KB

A generated badge: a circular gradient on a transparent background with a white bar across it, used to show what each format does with transparency and with hundreds of shades. Shown as PNG.

PNG7 KB61% larger

A transparent background and a gradient across the shape. PNG either keeps both, keeps one, or fills the transparency with a solid colour — which is the difference that catches people out. Both images are drawn in code and encoded by the same converter that runs on this page, so the sizes are this site's own output.
A generated application window with a sidebar, a table and a bar chart, used to show what JPEG does to flat colour and hard edges. Shown as WebP.

WebP11 KB

A generated application window with a sidebar, a table and a bar chart, used to show what JPEG does to flat colour and hard edges. Shown as PNG.

PNG3 KB4.2× smaller

Flat colour and hard edges, as in an interface, a chart or a logo. Very different behaviour from the photograph above, and the reason the answer is "it depends what is in the file". Both images are drawn in code and encoded by the same converter that runs on this page, so the sizes are this site's own output.

Why choose PNG rather than JPG for a WebP

People arrive at WebP to JPG because something refused to open their file. They arrive here on purpose, and usually for one of two reasons: the image has a transparent background, or it is going into a design tool and needs to survive being edited.

Keeping a transparent background

Transparency is the clear-cut case. WebP has a real alpha channel and so does PNG, so a cut-out product shot, a logo with no background or an interface icon converts with its transparency completely intact. There is no fill colour to choose and nothing to check afterwards.

Converting the same file to JPG would flatten those areas onto a solid colour — usually white — and a white logo on transparency simply disappears. If there is any transparency in the image at all, PNG is the answer and JPG is not.

PNG for images you are going to edit

PNG is lossless, so once the picture is decoded it can be cropped, adjusted, exported and re-saved as many times as you like without accumulating any further damage. A JPG loses a little on every save, which is invisible once and obvious after ten rounds. If the image is going to be worked on rather than simply looked at, start from a PNG.

What "lossless" does not mean here

One thing this cannot do, and the word invites the misunderstanding: it does not improve the image. The WebP discarded detail when it was created, and nothing recovers that. What PNG guarantees is that no further detail is lost from here on.

If the original exists somewhere in a better form — the photograph off the camera, the vector file the logo was exported from — converting that is always better than converting the WebP.

Expect the file to grow

Sometimes a lot. WebP is efficient and PNG is not, particularly for photographs, where PNG can easily be five times the size. For flat graphics and icons the gap is much smaller, because that is the kind of image PNG was designed around.

If the image is a photograph with no transparency and you simply need it to open in something, JPG will serve you better and at a fraction of the size. The conversion runs in your browser either way, so a folder of images converts as fast as your machine manages and nothing is uploaded.

Lossless and lossy WebP behave differently here

WebP comes in two kinds and the file does not announce which one you have. A lossless WebP converts to PNG with every pixel intact — nothing is lost in either direction, and converting back would give you the same image again.

A lossy WebP is the common case for photographs, and there the PNG faithfully preserves a picture that has already been reduced. Both give you a correct PNG. Only one of them gives you a PNG worth what it costs in size.

Screenshots and diagrams are the best case

Flat colour, sharp edges and text are exactly what PNG compression was designed around, and it is where the size penalty largely disappears. A screenshot saved as WebP and converted to PNG often grows by a fifth rather than fivefold.

It is also where the conversion is most clearly worth doing, because these are the images that end up in documentation, tickets and design files — places that read PNG without argument and WebP sometimes not at all.

Generated images come back as WebP, and that is a problem later

Midjourney and most image generators hand back WebP from their web apps, because it is what a browser serves most cheaply. That is fine until the picture has to go anywhere else: upscalers, retouching software, print services and stock platforms frequently will not take the format, and the file that took an hour of prompting is stuck.

PNG is the right destination when the image is going to be worked on rather than just looked at. A generated picture is usually the start of a pipeline — upscale, retouch, composite, print — and each lossy re-encode along that path compounds. Converting to PNG once, losslessly, means the pixels the generator produced are the pixels every later step receives.

Converting a folder at once

Drop up to 100 files at once. They convert one after another and come back together as a ZIP, in the order you gave them.

Watch the total size with this pair in particular. Two hundred photographs that took 40 MB as WebP can be several hundred megabytes as PNG, and all of that is being assembled in your browser. On an older machine, batches of fifty are the safer way round.

How to check the transparency actually survived

Open the PNG over a background that is not white. Most viewers show a checkerboard behind transparent areas; a white rectangle where you expected a checkerboard means the transparency was flattened somewhere upstream, not here.

This is worth the thirty seconds when the image is a logo going into a document. A white box around a logo is the kind of thing nobody notices until it has been printed.

How to convert WebP to PNG

  1. Drop your WebP files onto this page, or click to choose them.
  2. Each converts in your browser, transparency intact.
  3. Download them individually or as one ZIP.

WebP vs PNG: transparency, editing and size

WebP compared with PNG
WebPPNG
Full nameWebP ImagePortable Network Graphics
File extension.webp.png
Media typeimage/webpimage/png
CompressionEither, depending on the settingLossless — nothing is discarded
First published20101996
Published byGooglePNG Development Group
SpecificationRFC 9649ISO/IEC 15948
LicensingOpen standardOpen standard
Standing todayCurrentCurrent
Bit depth816
Colour it can describeRGB, YCbCrRGB, greyscale, indexed palette
Largest image16,383 px per side2,147,483,647 px per side
Opens in a browserEvery browserEvery browser
Considered insteadAVIF, JPGSVG, JXL

What is lost

PNG holds a single still image. An animated WebP keeps its first frame and loses the rest, so a conversion is a way to take a still out of one, not a way to move it.

What survives

Nothing is discarded. WebP and PNG both store their content losslessly, so the conversion is a change of packaging rather than a change of quality, and it can be repeated without accumulating damage.

Transparency survives. Both WebP and PNG store an alpha channel, so a cut-out stays cut out and nothing is filled in behind it.

Opening the result

Adobe Photoshop and GIMP read both WebP and PNG, so there is a way to check the result against the original without a second tool.

What each format is for

WebP is Google's format, published in 2010. It records 8 bits per channel.

PNG comes from PNG Development Group and dates from 1996, specified as ISO/IEC 15948. Adobe Photoshop, GIMP and Paint.NET all read it.

WebP to PNG: transparency, quality and Photoshop

Are my WebP files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is jSquash, WebAssembly builds of the reference image codecs; your browser fetches it once and caches it.

Does the transparent background survive?

Yes, completely. Both formats have a proper alpha channel, so a cut-out logo or an icon keeps its transparent background exactly. This is the main reason to choose PNG over JPG here — JPG would fill it with a solid colour.

Does converting WebP to PNG improve the image?

No, and it is worth being clear about that. PNG is lossless from this point on, but the WebP already discarded detail when it was made. You are preserving what you have rather than recovering anything.

Why is the PNG so much bigger than the WebP?

Often several times. WebP compresses efficiently and PNG does not compress photographs well at all. For a logo or an icon the difference is small; for a photograph it can be dramatic.

Should I convert to PNG or to JPG?

If the image is a photograph with no transparency and you only need it to open somewhere, JPG — much smaller and no visible difference. Choose PNG when there is transparency to keep or the image will be edited.

Will the PNG open in Photoshop and Illustrator?

Yes. PNG has been read by every version of every serious image editor for two decades, which is exactly why this conversion exists — older releases of Photoshop refuse WebP without a plugin.

Not sure which you need?

This page converts one into the other. If you are choosing rather than converting, WebP vs PNG answers which to use, for what, and what each is bad at.

More about these formats

Where these figures come from

The claims this page makes about WebP and PNG are checkable, and these are the documents that settle them.