WebP to PNG
Convert WebP files to PNG format.
How to Convert WebP to PNG
Select your WebP files
Click the upload area or drop one or more .webp images โ batch conversion is supported.
Instant in-browser conversion
Each WebP is decoded and saved as a PNG on your device, with alpha transparency carried over exactly.
Download the PNGs
Save each converted image โ now openable in any program, old or new.
Why WebP files need converting at all
WebP is smaller than both JPEG and PNG at comparable quality and every current browser displays it. The friction is everywhere else: image editors that will not open it, desktop applications that show a blank thumbnail, upload forms that reject the extension, and older operating systems with no decoder.
This is why the conversion exists. An image saved from a website arrives as WebP and then refuses to go anywhere useful. PNG is the format that everything built in the last two decades accepts without argument, and it preserves transparency, which is what makes it the right target rather than JPEG.
Lossy and lossless WebP behave differently
WebP has two modes. Lossless WebP stores exact pixels, and converting it to PNG is a perfect round trip โ the resulting image is identical, only the container changed. Lossy WebP discards detail like JPEG does, and converting that to PNG stores the already-degraded pixels losslessly.
Most WebP files found on the web are lossy, because that is where the format's size advantage comes from. So expect the usual asymmetry: the conversion is faithful to the file you have, but it cannot undo compression that already happened. The PNG will also be considerably larger โ commonly three to five times โ because it is storing photographic data losslessly.
Transparency and animation
Transparency survives, which is the main reason to choose PNG over JPEG here. A WebP logo with a transparent background converts to a PNG with the same transparent background, and can then be placed on any colour.
Animation does not survive. WebP supports animated images in the same way GIF does, and PNG in its ordinary form is a single frame. Converting an animated WebP yields one frame โ usually the first โ and silently discards the rest. If the file moves, convert it to GIF or a video format instead.
Keeping the original
Once converted, work from whichever file suits the task, but keep the WebP. It is the smaller and equally faithful copy, and if the image later needs to go back on a web page, serving the original WebP will be better for load time than serving the PNG you made from it.
Decoding and re-encoding happen in your browser, so nothing is uploaded. The practical limit is memory rather than file size policy: a very large image becomes a full-resolution bitmap during conversion, which is where a phone browser starts to struggle before a desktop one does.