Free Online WebP to JPG and PNG Converter
Your photo is decoded and edited in this tab. It stays local, including whatever its metadata says about where it was taken.
Loading the tool…
How it works
Which target, and what each one costs
The decision is made by the alpha channel. PNG is lossless and keeps transparency, so it is the safe conversion, but a photograph re-saved as PNG is often five to ten times the size of the WebP it came from. JPEG is far smaller and has no alpha at all, so any transparent area has to be flattened onto a solid colour first. Either way the WebP's own compression is already baked into the decoded pixels — converting cannot undo it.
- To PNG
- Lossless from the decoded pixels, transparency preserved. Large for photographs, correct for anything with an alpha channel.
- To JPG
- Small, universally accepted, and lossy. A second lossy generation on top of a lossy WebP, so keep the quality high.
- Alpha flattening
- JPEG has no alpha. Transparent pixels are composited onto a matte colour you choose — white by default — before encoding.
- Lossless WebP sources
- A VP8L source converted to PNG is a genuinely lossless round trip. The pixels come out identical to what went in.
- Dimensions
- Unchanged by conversion. Resizing is a separate step, and doing it before encoding gives a better result than after.
How to use it
How to convert WebP to JPG or PNG online
- 01
Drop the WebP in
The browser decodes it natively — every current browser reads WebP.
- 02
Choose JPG or PNG
PNG if the image has transparency or must not lose anything, JPG if size matters more.
- 03
Download the converted file
Named after the original, with the new extension.
Where it earns its keep
Where converting WebP back is the only option
- Sending an image to a print shop whose workflow rejects anything but JPEG or TIFF.
- Opening a saved WebP in older design software that has never supported it.
- Attaching an image to a form or portal that validates file extensions strictly.
- Putting a picture into a document template that only accepts PNG.
Questions
WebP to JPG or PNG, answered
Will converting to PNG restore the quality WebP removed?
No. A lossy WebP has already discarded detail, and the artefacts are part of the pixels the decoder produces. PNG stores those pixels perfectly, artefacts included — it makes a bigger file, not a better image.
Is my file uploaded during conversion?
No. The WebP is decoded and the JPG or PNG is written in this browser tab. Nothing is transmitted, which is why the conversion also works with the network off.
What happens to transparent areas in a JPG?
They are filled with the matte colour before encoding, because the JPEG format has no way to store transparency. White is the default; pick the colour the image will actually sit on if it is not white.
Can it convert an animated WebP?
No. Only the still image case is handled. An animated WebP holds a sequence of frames with timing data that a single JPG or PNG cannot represent — you would need a GIF or a video file.