Free · Batch · Nothing uploaded

WebP to PNG & JPG

Convert WebP images to PNG or JPG in your browser. Batch-convert, keep transparency with PNG, and download everything as a ZIP. Your images stay on your device.

Drop WebP images here or browse

.webp — or paste with Ctrl/⌘ + V. Your images stay on your device.

    🔒 Conversion happens entirely on your device — your images are never uploaded.

    How to convert WebP to PNG or JPG

    WebP is great for the web but isn't accepted everywhere. Convert your WebP images to widely-supported PNG or JPG in your browser — in bulk, with nothing uploaded.

    🖼️

    1. Add WebP files

    Drop or paste one or many .webp images — convert a whole batch at once.

    🔄

    2. Choose PNG or JPG

    Pick PNG to keep transparency, or JPG for the smallest photo files, and set quality.

    ⬇️

    3. Download or ZIP

    Save images one by one or grab everything as a single ZIP.

    Many apps, older software, email clients and marketplaces still don't accept WebP, so converting to PNG or JPG makes images universally usable. PNG preserves transparency and sharp edges (ideal for logos and graphics), while JPG produces smaller files for photographs. Everything is converted locally with the HTML canvas, so your images never leave your device. Need the opposite? Use Convert to WebP.

    What conversion can and cannot restore

    Converting WebP to PNG produces a lossless file, but lossless here means "no further loss from this point", not "original quality restored". If the WebP was encoded in lossy mode, the detail its encoder discarded is gone permanently. The PNG faithfully preserves the compressed result, artefacts included.

    There is a common misconception that converting to a lossless format repairs an image. It cannot. What it does is stop the degradation: once in PNG, the file can be opened, edited and re-saved repeatedly with no further loss, which is exactly what you want if the image is about to go through several editing rounds.

    Expect the PNG to be considerably larger — often several times the WebP — since it is storing every pixel explicitly, including the artefacts. That is the normal trade, not a fault of the conversion.

    Transparency and animation

    WebP supports an alpha channel in both its lossy and lossless modes, and PNG supports full 8-bit alpha, so transparency converts cleanly with no compositing decision required. This is the one area where the two formats map onto each other exactly.

    Animated WebP is the complication. It holds multiple frames like a GIF, and PNG holds exactly one. Converting an animated WebP therefore forces a choice: extract a single frame, or move to a different format. APNG preserves animation with far better colour than GIF but has narrower tool support, while GIF is universally supported and limited to 256 colours per frame.

    If the goal is a shareable animation rather than a still, converting to GIF via the GIF tool is usually more practical than APNG, purely because everything accepts GIF.

    When you actually need PNG

    The usual reasons are compatibility rather than quality. Some older design software, print workflows, email clients, and a surprising number of content management systems and marketplace upload forms still reject WebP. PNG is accepted essentially everywhere, which makes it the safe interchange format.

    It is also the right target when an image is going into an editing pipeline. Repeated saves in a lossy format compound artefacts, so converting to PNG before a round of edits and exporting to a delivery format at the end is the correct order of operations.

    For final delivery on the web, though, converting WebP to PNG is usually a step backwards — you are trading a smaller file for a larger one with no visual gain. Keep the WebP for the site and use the PNG for the tool that will not accept it.

    WebP to PNG FAQ

    Are my images uploaded?

    No — conversion happens entirely in your browser.

    PNG or JPG?

    PNG keeps transparency and lossless quality; JPG is smallest (transparency flattened on white).

    Can I batch convert?

    Yes — drop multiple files and download them all as a ZIP.

    Will converting to PNG improve the image quality?

    No. Detail removed by lossy WebP encoding cannot be recovered. PNG preserves exactly what is in the WebP, artefacts included — the benefit is that no further loss occurs on subsequent saves.

    Why is the PNG so much bigger?

    PNG stores every pixel losslessly, while lossy WebP stores an approximation. Several times the size is normal and expected.