Drop a WebP file here

or choose one from your device — nothing leaves your browser.

Convert a WebP image to JPG

When you've saved a WebP from the web and something won't accept it — a photo-print service, an older CMS, a form that only takes JPG — this converts it to the format everything understands. Photographs in particular are a natural fit for JPG, where the file stays small.

Pick the quality to balance size against fidelity, and choose a background colour for any transparent areas, since JPG can't store them.

What this does — and what it doesn't

  • JPG is lossy and has no transparency: transparent pixels are filled with your chosen background colour, and converting adds a compression step on top of whatever the WebP already had.
  • An animated WebP is converted using its first frame only.

Related conversions

WebP to JPG — frequently asked questions

Should I convert to JPG or PNG?
JPG for photographs, where it's much smaller. PNG for logos, screenshots, line art, or anything you need to keep transparent or edit losslessly. This page produces JPG; there's a WebP to PNG page for the other case.
Can I convert several images at once?
For batch conversion of many files at once, use the Image Compressor, which takes a whole folder and can convert and download them together as a zip. This page is tuned for converting a single image at a time.
Are my images uploaded anywhere?
No. The conversion runs entirely in your browser using the canvas API and, for some formats, WebAssembly — the image never leaves your device. You can verify it: load the page, disconnect from the internet, and it still works. There is no upload endpoint to send anything to.
Is it really free?
Yes — no account, no watermark, no daily limit, and no paid step at download. It's free because there's no server doing the work, so it costs us almost nothing to run.