Convert WebP to PNG

Convert your images

Add one image or a whole batch — every conversion happens right here on your device.

Source format WebP
Smaller file Higher quality 82%

PNG output does not use a quality setting.

Resize

Advertisement

How it works

  1. Drop your WebP files here, or select them from a folder.
  2. Each WebP is decoded and re-encoded as PNG — right in your browser.
  3. Transparency, if present, carries over automatically — no setting to toggle.
  4. Download the PNGs individually, or as one ZIP file.

Stickers, logos, and game assets saved as WebP often carry a transparent background — and unlike JPG, converting to PNG keeps that transparency fully intact. This tool decodes the WebP file and re-encodes it as PNG entirely in your browser, so the image data is never sent anywhere. Both formats can be lossless, so if the WebP was saved without compression loss, the PNG will look pixel-for-pixel identical, just in a different container. One limit worth knowing: this converts still images only — an animated WebP will convert its first frame and stop there, with a clear notice on the result.

Why use convert.pics?

  • Transparency preserved exactly — no white fill, no flattening.
  • No upload: conversion runs locally, ideal for logos and design assets.
  • Batch conversion for a whole folder of icons or stickers at once.
  • No account, no watermark, no daily limit.
Advertisement

Frequently asked questions

Does converting WebP to PNG keep the transparent background?

Yes. Both formats support a full alpha channel, and the conversion carries transparency over exactly — nothing is flattened or filled in.

Is WebP to PNG lossless?

It depends on the source file. If the WebP was saved in lossless mode, the PNG will be pixel-for-pixel identical. If the WebP was saved lossy (the more common case for photos), that compression already happened — PNG just stores the result losslessly from here on, it can't recover what WebP discarded.

Why is the PNG bigger than the WebP?

WebP's compression, lossy or lossless, is generally more efficient than PNG's. Converting to PNG typically increases file size, sometimes substantially, because you're trading WebP's modern compression for PNG's older, simpler one.

How do I convert an animated WebP?

This tool converts still images only. If you drop in an animated WebP, it converts the first frame and flags the result with a clear notice — the animation itself is not preserved. For animated content, keep the original WebP or use a dedicated GIF/video tool.

Advertisement
Proof: your images never leave this device Your images: 0 bytes sent Open the live network log and check for yourself

Live request log

Every network request this page and its conversion workers have made since the page loaded. None of them carries image data.

No network requests recorded yet.

    Codec files are WebAssembly decoders. They are downloaded to your device once and then run inside your browser.

    Airplane-mode challenge

    Do not take our word for it — cut the connection and watch the converter keep working.

    1. Load this page once, then switch on airplane mode or turn off Wi-Fi.
    2. Drop an image into the converter and convert it as usual.
    3. The conversion finishes and the download works. A converter that uploaded your files could not do that.

    Check it in your browser's developer tools

    1. Press F12 (⌥⌘I on macOS) and open the Network tab, then reload the page.
    2. Convert an image and watch the requests that appear.
    3. You will see our scripts and codec files being downloaded, and no request that uploads your image — check the size and payload column of every entry.

    Background caching by the service worker also shows up in DevTools: it downloads our app files for offline use. It never uploads anything.