WebP to JPG converter
You saved a picture from a website and got a .webp that your image editor will not touch. Drop it here and it comes back as a JPG, converted on your own device.
Why your computer will not open a .webp
This is one of the most common file complaints on the web, and it is not the user’s fault. Sites serve WebP because it makes pages faster, so that is what the browser saves. The desktop software people then open it with is often years older than the format.
Photoshop only added native WebP support in 2022, and plenty of installations are older than that. Windows Photos handles it now, but Office, older printing workflows and a long tail of ordinary desktop tools still do not. JPG is the format none of them argue with.
Turning a WebP into a JPG
- JPG is already selected above.
- Drop your WebP images in, or click to browse.
- Download the result. It never left your device.
If it refuses the file saying it is already a JPG, then it genuinely is one, whatever the site you saved it from implied.
What you give up going to JPG
- Transparency is lost, and this is the one to watch for. WebP can store see-through areas and JPG cannot, so anything transparent is filled with white before the JPG is written. If the image is a logo or a sticker, convert to PNG instead.
- The file usually grows, often by a third or more, because JPG is the less efficient format. Compatibility is what you are buying.
- The dimensions do not change. Nothing is scaled or cropped.
When the file is not what its name says
A surprising number of WebP files are not called .webp. A site can serve one at a URL ending in .jpg — content negotiation happens in the headers, not in the address — and your browser names the download after the URL. So the file on your desktop says JPG, your editor opens it and finds VP8 data inside, and the error you get talks about a corrupt or unsupported file rather than the real problem.
This page decides what you dropped by asking the file, not the filename. The type the operating system reports comes first; the extension is only consulted when there is no type, which happens with files dragged out of a zip. That is why a mislabelled WebP converts here without any renaming, and why an actual JPG that you drop by mistake is refused with "this picture is already a JPG" instead of being pointlessly re-encoded.
Renaming the file yourself, incidentally, does nothing and is worth understanding rather than just being told. The extension is a label stuck on the outside; the format is the bytes inside. Changing .webp to .jpg produces a file that lies about itself, and software that trusts the label then fails in a more confusing way than it did before.
The other thing hiding behind the extension is that WebP is two formats wearing one name. Most files from websites are lossy WebP, a still frame of VP8, and going to JPG re-compresses an already compressed picture — mild on photographs. Some are lossless WebP, used for logos and diagrams, and those are the ones where JPG hurts: the hard edges it was keeping exactly get the fuzzy halo JPG always puts around them.
The complaints this format generates
Why do websites use WebP at all?
It makes the same picture roughly 25 to 35 percent smaller than JPG, which makes pages load faster, which search engines reward. The cost lands on whoever saves the file to their computer.
Can I just rename the file to .jpg?
No. The extension is a label, not the contents. Renaming produces a file that claims to be a JPG and is not, and most software will refuse it with a more confusing error than before.
Will an animated WebP work?
No. WebP can hold animation, JPG cannot hold more than one frame. An animated WebP converts to a still image of its first frame.
It says my file is already a JPG. Why?
Because it is — the browser named it after the URL it came from, and that URL was misleading. Nothing needs converting; the file will open fine in anything that opens JPGs.
Nothing is uploaded
It runs on your device. Turn the network off mid-conversion and it still finishes — or check any converter yourself.
Free, and no account
No signup, no watermark, no upgrade prompt. No size cap beyond your own device, and up to 50 pictures a go.
If the picture has a transparent background
- WebP to PNG The one to pick when the image has a transparent background.
- HEIC to JPG The iPhone photo that Windows refuses to open.
- PNG to JPG For the screenshot that is too big to attach.
- AVIF to JPG The newest web format, turned into the one everything reads.
Or open the image converter to pick any combination, and the image compressor when the problem is size rather than format.