How to convert WebP to JPG (and when not to)

Updated

Saving an image from the web increasingly gives you a .webp file, and then something refuses it — an upload form, an older photo editor, a printing service, a government portal. WebP is a genuinely better format, but support outside browsers is still patchy.

Converting to JPG solves the compatibility problem immediately. It is worth understanding what you give up, though, because the conversion is not free: WebP is smaller at the same quality, so the JPG you get back will usually be a larger file.

Open the WebP to JPG ConverterFree, no signup, and the file never leaves your browser.

Step by step

  1. Check whether you actually need to convert

    Every current browser displays WebP. If the image is for a website, keep it as WebP — it is smaller and looks the same. Convert only when a specific piece of software or a form rejects it.

  2. Choose JPG or PNG deliberately

    JPG for photographs. PNG if the image has transparency or sharp text edges, because JPG has no alpha channel and will fill transparent areas with a solid colour.

  3. Convert and check the file size

    Expect the JPG to be larger than the WebP was — often 25 to 35 percent larger at comparable quality. That is the cost of the older format, not a mistake.

  4. Compress afterwards if there is a size limit

    If the destination caps file size, run the converted JPG through an image compressor rather than converting again.

Things worth knowing

  • Converting WebP to JPG then back to WebP loses quality twice. Always work from the original.
  • Animated WebP converts to a single still frame — JPG cannot hold animation.
  • Transparency is lost when converting to JPG. Use PNG if you need to keep it.
  • WebP is supported by every browser released in the last several years; the gaps are in desktop software and older upload systems.

Frequently Asked Questions

Why did my download come as a WebP?

Because the site serves WebP to browsers that support it, which is now all of them, and the browser saves what it received. It is not an error — the site is simply using a more efficient format.

Will converting to JPG lose quality?

Slightly, since both are lossy and re-encoding always discards a little. At a high quality setting the difference is invisible in photographs. What is more noticeable is file size going up, because JPG is a less efficient format.

Can I open a WebP without converting it?

Yes — drag it into any browser window. Recent versions of Windows Photos, macOS Preview, Photoshop, and GIMP also open WebP. Conversion is only needed for software or forms that specifically reject it.

Is my image uploaded during conversion?

No. The file is decoded and re-encoded on a canvas in your browser, so it never leaves your device.