Convert WebP to JPG
Free, unlimited, and 100% in your browser. Your photos are never uploaded.
Drop WebP files here
or click to browse · or paste from clipboard
No upload caps · No sign-up · No watermarks
Processing locally · 0 bytes sentHow to verify this →
What is a WebP file?
WebP is Google's image format, announced in 2010 and built on the intra-frame compression from the VP8 video codec. It produces files roughly 25-35% smaller than JPEG at comparable quality, which is why most of the modern web now serves it. Every current browser has supported it since Safari 14 landed in September 2020.
The friction is everything that is not a browser. Desktop software, print shops, photo kiosks and plenty of upload forms still reject WebP outright — which is usually how people arrive here. You saved an image from a website, and now something will not accept it.
Why convert WebP to JPG?
- You saved an image from a website and something will not open it. Browsers universally support WebP; the software on your desk frequently does not.
- Upload forms reject it. Job portals, government sites and older content management systems often validate on the extension and accept only JPG and PNG.
- Print services and photo labs generally require JPEG. WebP is a web delivery format and was never adopted into the print workflow.
- Software older than roughly 2020 has no WebP support at all — Photoshop only added it natively in version 23.2, and before that it needed a plugin.
- JPG is the safest thing to hand to someone else when you do not know what they will open it with.
WebP compared with JPG
| Attribute | WebP | JPG |
|---|---|---|
| Compression | VP8 intra-frame — 25-35% smaller than JPEG at equal quality | DCT, standardised 1992 — larger, but implemented everywhere |
| Support | Every current browser since Safari 14 (2020); patchy in desktop and print software | Every browser, operating system and image tool since 1992 |
| Transparency | Yes — full alpha channel, and animation | No — alpha is flattened onto a background colour |
| Metadata | EXIF, XMP and ICC profiles (stripped here by default) | EXIF and GPS (stripped here by default) |
| Typical size | ≈150 KB for a 1200×800 photograph | ≈200 KB for the same photo at quality 82 |
What actually changes
Both formats are lossy, so this is a second lossy pass and some detail is discarded permanently. At quality 85 and above the difference is invisible at normal viewing sizes; we default to 82, which balances size against quality for photographs.
Expect the JPG to be LARGER than the WebP you started with, often by 25-35%. That is not a fault — it is the whole reason WebP exists. You are trading file size for compatibility, and the target-size mode is there if you need to cap the result.
Transparency is lost. WebP supports a full alpha channel and JPEG does not, so transparent pixels are flattened onto a background colour, white by default. This bites most often with logos and stickers saved from websites. If the image has transparency you care about, convert to PNG instead.
Animated WebP converts only its first frame, because JPEG has no concept of animation.
Frequently asked questions
Why is the JPG bigger than the WebP I started with?
Because WebP compresses better. A JPEG carrying the same picture at the same visible quality is typically 25-35% larger, and that gap is exactly why the web moved to WebP. You are buying compatibility with file size. If the result needs to fit a limit, switch to target-size mode and set one.
Will converting WebP to JPG lose quality?
A little. WebP is already lossy, so re-encoding to JPEG is a second lossy pass and some detail goes permanently. At quality 85 and above it is not visible at normal viewing sizes. If you intend to edit the image afterwards, convert to PNG instead — every additional lossy save compounds.
My WebP has a transparent background. What happens to it?
JPEG has no alpha channel, so transparency is flattened onto a solid colour — white unless you change it. For a logo or a sticker that usually looks wrong against a coloured page. Convert to PNG instead if the transparency matters.
Why will my photo editor not open WebP?
Support arrived late outside browsers. Photoshop added it natively only in version 23.2 (2022); earlier versions needed a third-party plugin. Windows Photos needs a Microsoft Store extension, and many print and kiosk systems still have no support at all.
My WebP is animated. Can I keep the animation?
Not as a JPG — JPEG cannot store animation, so only the first frame converts. If you need the animation, keep the WebP or convert to GIF, accepting the much larger file and 256-colour limit.
Nothing is uploaded — and you can check
Conversion happens on your own device, inside this browser tab. There is no server to receive your files, which is a stronger guarantee than a promise not to look at them. Open your browser's developer tools, switch to the Network tab, and convert something: you will see no request carrying your image. The page keeps working with your network disconnected.