Lean Image
Open menu

Convert WebP to JPG

You right-clicked an image on a website, saved it, and got a file your photo viewer, your document editor or an upload form flatly refuses. That is a .webp, and you did not choose it — the site sent one because your browser said it could take one. Converting to JPG takes about a second and ends the problem for good.

Loading the optimizer…

Nothing is uploaded. Every image stays in this browser tab —here is how that works.

Why you have a .webp you never asked for

When your browser requests an image it tells the server which formats it can display, and most modern sites answer that by sending WebP to anything that will take one, because it is smaller and the page loads faster. Save image as then hands you exactly the bytes that arrived — WebP bytes — regardless of what the picture is of or what the page called it.

That is why the file so often has a perfectly sensible name and a surprising extension, and why saving the same image from an older phone or a different browser can give you a JPG instead. Nothing is wrong with your file. It is simply in a format your browser understands and your other software does not.

What still cannot open one

The list has shrunk a great deal, and the survivors are predictable. Microsoft Office before the 2021 releases will not place a WebP into a document or a slide. Photoshop needed a plugin until version 23.2 in 2022. Windows 10 previews them but plenty of older third-party viewers do not. Print kiosks, photo-book services, embroidery and cutting software, digital photo frames, televisions reading a USB stick, and a great many upload forms with an extension whitelist all refuse them outright.

If one specific application is the thing standing between you and getting on with your day, converting the file is considerably quicker than persuading the application.

Renaming it to .jpg does not convert it

This is the first thing most people try, and it half-works, which is worse than failing cleanly. The extension is only a label; the bytes underneath are still WebP. Some software inspects the actual contents and opens the file anyway, which makes the trick look like it worked — and then the next program in the chain trusts the label, expects JPEG data, and produces either an error or a corrupted file two steps later.

Convert it properly and the bytes match the name. As it happens this tool ignores extensions completely and identifies every file by its first few bytes, so a WebP that somebody has already renamed to .jpg is recognised for what it is and converted correctly anyway.

What to set

Quality first. The default of 80 is right for a photograph headed to a screen. Push it to 90 if the image is going into a printed document, or if it belongs to somebody else and you cannot download it again — the file grows, and in exchange the difference between this JPG and the WebP stops being something anybody could find.

The dimensions stay exactly as they were unless you set a max width, which is usually what you want here: you are solving a compatibility problem, not a size one. And if you saved a whole gallery in one go, drop the lot in at once. They are converted several at a time across your CPU cores and come back as a single ZIP.

What changes when you convert WebP to JPG

  • Transparent areas become white — Trade-off

    The target format has no alpha channel at all, so transparency has to be resolved into a real colour before encoding. Anything see-through — a rounded logo corner, a cut-out product shot, a drop shadow fading to nothing — is composited onto white. If the image will sit on a dark background, that halo will be obvious, and PNG or WebP is the conversion you actually want.

  • Only the first frame is kept — Trade-off

    The source can hold an animation and the output is a single still, so the first frame is converted and the rest are dropped. There is no warning at the point of use — the file simply stops moving — so if the motion mattered, a short muted MP4 or WebM is the format you are looking for, at a fraction of the size an animated GIF would be.

  • JPEG opens absolutely everywhere — Benefit

    This is the one format with no compatibility question attached: every browser, every phone, every photo frame, every twenty-year-old print kiosk. If something rejected your file and you are not sure why, JPEG is the answer that ends the conversation.

  • WebP files come in two kinds, and yours could be either — Note

    WebP has a lossy mode and a lossless mode, and nothing on the outside of the file tells you which one you have — a screenshot saved from a browser is usually lossless, an image served by a website is usually lossy. If yours is lossy, the same "already-lost detail" caveat as JPEG applies.

  • Camera and location metadata are not carried over — Note

    EXIF is dropped: the camera model, the exposure settings, the timestamp, and — the one that matters — the GPS coordinates of where the photo was taken. That is a privacy improvement for anything you are about to publish and a loss if you were relying on it for cataloguing. Orientation is the exception: it is applied to the pixels, so the image stays the right way up.

  • Output is sRGB — Note

    Everything this tool writes is in sRGB, the colour space the web assumes. That is what makes the result look the same in a browser, a chat app and a photo viewer without an embedded profile to carry around.

Questions people ask about this conversion

Why do websites use WebP at all?

Because it is meaningfully smaller than JPEG at the same visual quality, and page weight is one of the few things a site owner fully controls. The site is optimising for the visitor’s connection, not making a decision about what you can do with the file afterwards — the awkwardness at your end is a side effect.

Can I make my browser stop saving WebP files?

Not really. The server decides what to send based on what your browser advertises it can display, and no major browser exposes a switch for that. Extensions promising a "save as JPG" button are doing the same conversion this page does, only with permission to watch everything you browse.

Will the JPG be bigger than the WebP was?

Usually, often by a third or more, because WebP compresses better than JPEG at a matched appearance. That is the trade you are making: a larger file that the software in front of you will actually open. If there is a size limit at the other end, set a max file size in kB and let the encoder work to it.

Is WebP the same thing as WebM?

No, though the names invite the confusion. WebP is a still image; WebM is a video container, usually holding VP9 or AV1 video alongside Opus audio. If your file is a .webm and you were expecting a picture, what you have is a video clip, and this tool cannot convert it.

Related

Other things you can turn a WebP into

Try it with your own file

Drop an image in and see the result before you download anything.