Pixel Bench

Convert WebP to JPG

You saved an image from a website and got a .webp file that half your software refuses to open. This turns it into a JPG, in your browser. Nothing is uploaded — the conversion happens in this tab, and you can confirm that in your browser's network tab.

The files

What changes

WebP can carry an alpha channel and JPEG cannot. Any transparent area is filled with white. If the image is a logo or a cut-out, convert it to PNG instead.

Frame I — WebP to JPG

Nothing loaded yet.

Drop a WebP file to the left. Each converted file gets its own download link, and the total size change is reported here.


advertisement

Why convert WebP to JPG

WebP is what most websites now serve, because it carries the same picture in roughly a third fewer bytes. That is excellent for the web and inconvenient the moment you save one to your own disk: older versions of Windows Photo Viewer, plenty of print shops, some applicant-tracking systems and a good deal of desktop software built before 2020 still do not recognise the format at all. Converting to JPG is usually about compatibility rather than quality — you are not making the picture better, you are making it openable.

What this conversion costs you

  • Transparency is flattened. WebP can carry an alpha channel and JPEG cannot. Any transparent area is filled with white. If the image is a logo or a cut-out, convert it to PNG instead.
  • A second round of lossy compression. Both formats are lossy, so re-encoding discards a little more detail on top of what WebP already removed. At the default quality this is very hard to see, but it is not reversible, and doing it repeatedly does visible damage.

When not to do this

Do not convert if the file is a logo, icon or screenshot with transparent edges — you will get a white box around it. Do not convert simply because a file looks unfamiliar: if the software you actually need it in supports WebP, keeping it saves space and quality.

Common questions

Why did I get a WebP instead of a JPG when I saved an image?

Because the website served WebP. Most large sites now do, since it is substantially smaller at the same visual quality. Your browser saved exactly what it was given rather than converting it for you.

Does converting WebP to JPG lose quality?

A little. WebP is already a lossy format, so re-encoding as JPEG applies lossy compression a second time. At normal quality settings the difference is very difficult to see, but it is permanent, so convert from an original whenever you have one.

Will the JPG be bigger than the WebP?

Usually yes, often by 25 to 35 percent, because JPEG is a less efficient format. You are trading file size for compatibility with older software.