Convert WebP to JPG
To turn a WebP into a JPG, drop the .webp file into the converter above and click Convert to JPG, which is preselected on this page. The conversion is performed by your own browser; the image is not uploaded to any server.
Drop your WebP here
It becomes a JPG right in your browser, up to 100 MB
Your file never leaves your device
Why convert WebP to JPG?
This is the classic "I saved an image and now nothing opens it" fix. The modern web serves WebP aggressively, so right-click-save increasingly hands you a .webp that your photo editor, your printer kiosk, an older Photoshop, or a government upload form flatly rejects. Converting to JPG restores universal compatibility in one step: there is essentially no software in use today that cannot open a JPG. It is also the right move before sharing with people whose devices or apps you know nothing about.
What is WebP?
WebP is an image format Google released in 2010, built on VP8 video coding. It offers both lossy and lossless modes, supports transparency in both, can hold animation, and typically lands 25-35% smaller than a comparable JPG. Every modern browser has rendered it since Safari 14 arrived in 2020, but plenty of desktop software, older CMS upload forms and printing services still refuse it.
What is JPG?
JPG (or JPEG, for the Joint Photographic Experts Group that standardized it in 1992) is the most widely supported image format ever shipped. It uses lossy DCT compression tuned for photographs, which buys small files at the cost of discarding fine detail, and it has no transparency support. Practically everything that can open an image can open a JPG.
Quality and what to expect
Most WebP files in the wild are lossy, so this is usually a lossy-to-lossy transcode: a small additional generation loss occurs, invisible in typical cases but real. If the WebP was lossless, the JPG side alone introduces loss. Be aware of two feature gaps: JPG has no transparency, so any alpha in the WebP is discarded rather than blended, and JPG has no animation, so an animated WebP will not convert as a sequence. Flatten transparent images first if the background matters.
WebP to JPG FAQ
Why do so many downloaded images turn out to be WebP?
Because sites serve WebP to browsers to save bandwidth, and the browser saves what it received. The page you saw may even have been a JPG upstream that a CDN transcoded on the fly.
What happens to transparency in the WebP?
JPG cannot represent it, and this converter drops the alpha channel outright instead of compositing onto a background. For images where the backdrop matters, flatten in an editor before converting.
Can I convert an animated WebP to JPG?
Not meaningfully. JPG is a single-image format; an animated WebP will at best yield one frame and may simply fail to decode. For animations you want a video format or GIF, which this pair does not produce.
Is the conversion really happening on my machine?
Yes. Open your browser developer tools, switch to the network tab, and convert: you will see the WebAssembly codec load once, and no request containing your image. That is the entire privacy model, verifiable rather than promised.