Image converter

Convert WebP to JPG

WebP is Google's image format: lossy images use VP8 compression (a cousin of the VP8 video codec), which is why WebP files run 25–35% smaller than JPEGs on websites. That efficiency backfires the moment you save one — older Photoshop, Microsoft Office, and many image viewers simply refuse to open .webp files. This page decodes the WebP and re-encodes it as a universally supported JPEG using your browser's own image engine, with nothing uploaded anywhere.

Drop your file here or click to browse

.webp — up to 200 MB. Processed locally; never uploaded.

How to convert WebP to JPG

  1. Drop the .webp image onto the box above, or click to browse.
  2. The header is checked for the RIFF/WEBP signature so misnamed files are caught early.
  3. Set the JPEG quality — 85% balances size and sharpness for most uses.
  4. Click Convert. Your browser decodes the VP8 image data and re-encodes it as a JPEG on your machine.
  5. Download the .jpg — it now opens in Photoshop, Word, and every image viewer.

Frequently asked questions

Why do websites give me WebP files I can't open?

Sites serve WebP because it's 25–35% smaller than JPEG, which speeds up page loads. Browsers have displayed WebP for years, but many desktop applications — older Office, pre-2022 Photoshop, some file managers — never learned to read it.

What happens to transparency when converting WebP to JPG?

JPEG has no alpha channel, so transparent areas are flattened onto a white background. If you need to keep transparency, use the WebP to PNG converter instead.

Is there a quality loss?

Yes, one generation of lossy recompression — VP8 to DCT. At 85% quality it's imperceptible for typical web images, and you can drag the quality slider higher if the result will be printed.

Do you store or see my images?

No. Decoding and encoding happen in a Web Worker inside your browser tab. The file bytes never traverse the network — you can verify in the browser's developer tools.