Skip to content
FileBelow

Convert WebP to JPG

You saved an image from the web and nothing will open it. This is the fix.

or drag it here, or paste it

JPG, PNG, WebP, HEIC, AVIF and BMP. Your file is processed on your device.

How do I convert a WebP file to JPG?

Add the WebP below and download the JPG. WebP is the format most websites now serve their images in, which is why so many pictures saved from a browser refuse to open in older software or upload to forms that only list JPG and PNG — converting produces a file those programs understand.

Why this comes up so often

You right-click an image on a website, save it, and get a .webp file. Then Windows Photo Viewer will not open it, or an older version of Photoshop refuses it, or an upload form says “JPG and PNG only”. The image is fine; the container is one that a great deal of software still does not read.

This happened because the web moved. WebP produces files roughly a quarter to a third smaller than JPEG at the same visual quality, so sites serve it to browsers that support it — which is all of them now. What lagged behind is everything that is not a browser: desktop image viewers, older editing software, printers, and validators on upload forms written some years ago.

What you get back

A JPG that opens everywhere. That is the entire point of the exercise, and it is worth being clear that the conversion buys compatibility rather than quality — the JPG will be somewhat larger than the WebP was, and very slightly softer, because it has been through two lossy encodes.

If the destination will take PNG, converting to PNG avoids the second round of loss entirely, at the cost of a much larger file. For a photograph JPG is almost always the right answer; for a screenshot, a logo or anything with text in it, PNG is.

Transparency, if there is any

WebP can store transparency and JPEG cannot. If the file you are converting has transparent areas — a logo, a product cut-out, an icon — they have to become something, and that something is a solid colour.

FileBelow says so before it happens and lets you pick the colour under Advanced options, which matters more than it sounds: the default white is right when the image is going onto a white page and obviously wrong when it is going onto anything else. If the transparency needs to survive, PNG is the destination format, not JPG.

Doing the size limit at the same time

If the reason you need a JPG is an upload form, that form very likely has a file size limit as well. Set it under Advanced options and both requirements are met in a single encode rather than by converting and then compressing the conversion — which would be a third lossy pass over the same picture.

Nothing here is uploaded. The WebP is decoded and the JPG is written by your own browser, which you can confirm in the network tab or by going offline after this page has loaded.

If the file is going onto a form with a size limit as well, set it here rather than compressing afterwards — or start from the 2 MB page, which is the most common ceiling on the internet and has the target already applied.

Common questions

Why did I end up with a WebP file?
Because the website served one. Most large sites now deliver WebP to browsers that support it, since it is meaningfully smaller than JPEG at the same quality — so "save image as" gives you what the browser was sent. Nothing went wrong; the file is simply in a format some older software has never learned to read.
Does converting WebP to JPG lose quality?
A little, and it is unavoidable. Both are lossy formats, so decoding the WebP and re-encoding as JPEG means a second round of compression on an image that has already been through one. FileBelow uses a high quality setting so the difference is not visible at normal viewing sizes, but it is real, and there is no tool anywhere that avoids it.
What happens to transparency?
JPEG cannot store it, so any transparent area becomes solid colour — white by default, and you can change that under Advanced options. If the image is a logo or a cut-out that needs to stay transparent, convert to PNG instead; the page will warn you before it flattens anything.
What if it is an animated WebP?
FileBelow refuses it rather than silently keeping the first frame and discarding the rest. Losing an animation without being told is worse than being told it cannot be done — you would find out later, from someone else.