WebP to JPG: When Files Won't Open
You saved an image from the web and got a file your software refuses to open. Here's the fix, and the reason it happened.
You right-clicked an image on a website, saved it, and ended up with a .webp file. Now your photo editor won't open it, the print shop won't take it, and the upload form rejects it. This is one of the most common "why won't this just work" moments on the modern web.
The fix is quick: drop it into WebP to JPG and you get a standard JPG back.
Why websites serve WebP now
WebP is a Google-developed format designed to make web pages faster. It generally produces meaningfully smaller files than JPG at comparable visual quality, and it supports transparency like PNG does. Every current major browser renders it natively, so from a website's point of view it's close to a free win — lighter pages, same picture.
The friction shows up the moment a file leaves the browser. Plenty of desktop software, older photo editors, print services, and upload forms were built around JPG and PNG and never added WebP support. So the format that made the page load faster becomes the format your laptop won't open.
Convert it to JPG
Use WebP to JPG for photographs and anything you need to work universally. It runs in your browser — the file is decoded and re-encoded locally, never uploaded.
One thing to check first: if your WebP has a transparent background, use WebP to PNG instead. JPG has no transparency support, so converting a transparent WebP to JPG fills the background with solid colour. If the image is a logo or a cut-out product shot, PNG is the target you want.
About quality
Usually this is a lossy-to-lossy conversion: the image is decompressed and re-compressed with a different algorithm. For a photo at a reasonable quality setting, that's not something you'll notice. It's not ideal as a step in a long editing chain — each lossy re-encode costs a little — but as a one-off to make a file usable, it's fine.
One case deserves more care. WebP also has a lossless mode, and it's commonly used for exactly the graphics people end up rage-downloading — logos, icons, flat illustrations. If yours is a lossless WebP, converting to JPG introduces loss the original never had, and on sharp-edged graphics you may well see it. For those, WebP to PNG keeps the file lossless and is the better target.
If the result needs to hit a specific size limit for a form or portal, don't guess at quality settings: Compress Image to 100KB targets the number directly.
Going the other way
If you're a developer or you run a site, the conversion you actually want is usually the reverse. Serving WebP instead of JPG is one of the cheapest page-speed wins available — JPG to WebP and PNG to WebP handle that. Our guide to resizing images properly covers the other half of that equation, since format alone won't save a 4000px hero image.
FAQ
Why did my download save as WebP?
Because the website served the image in WebP to make the page load faster. Your browser saved exactly what it was given.
Will I lose quality converting WebP to JPG?
A little, in principle — it's a lossy re-encode. For a one-off conversion of a photo you won't see it.
My WebP has a transparent background. What happens?
JPG can't store transparency, so it'll be filled with a solid colour. Use WebP to PNG to keep it.