Convert WebP to JPEG
Free online converter for WebP files. Universally supported lossy photo format. Nothing to install, no watermark, and every file is deleted automatically.
Drag and drop your files
or
Upload a WebP file to convert it to JPEG. Up to 3 files at once, 100 MB each.
Free · up to 3 files · 100 MB each · files deleted automatically after 1 hour.
About WEBP and JPG
WebP .webp
Google's image format, designed to replace both JPEG and PNG. It can compress either way — lossy for photographs, lossless for graphics — and supports transparency and animation in both modes.
Good for
- Typically 25–35% smaller than JPEG at comparable quality
- Transparency in lossy mode, which JPEG cannot do at all
- One format covers photographs, graphics and short animations
Trade-offs
- Older software and some print workflows still will not open it
- Lossy WebP discards detail just as JPEG does
- Editing tools support it less consistently than PNG or JPEG
image/webp
JPEG .jpg
The photographic standard since 1992. JPEG throws away detail your eye is least likely to miss, which is why a photograph saved as JPEG is a fraction of the size of the same image saved losslessly.
Good for
- Opens everywhere — no format is more widely supported
- Very small files for photographs and other continuous-tone images
- A quality dial, so you choose the trade against file size
Trade-offs
- Lossy: detail is discarded permanently, and re-saving repeatedly compounds it
- No transparency at all
- Sharp edges, flat colour and text pick up visible halos
image/jpeg
WEBP and JPG side by side
| WEBP | JPG | |
|---|---|---|
| Compression | Lossy or lossless | Lossy |
| Transparency | Yes | No |
| Animation | Yes | No |
| Typically used for | Web images where size matters | Photographs, camera output, web images |
What changes when you convert WEBP to JPG
Transparency is flattened
WEBP carries an alpha channel and JPG has none, so anything transparent has to become a solid colour. We composite onto white. If the image was designed to sit over a coloured background, convert to a format that keeps alpha instead — or expect a white box around it.
Only the first frame survives
Most WEBP files are still images and convert straightforwardly. WEBP can also hold an animation, though, and JPG cannot: if yours is animated, what you get back is its first frame and nothing else. Convert to a video format, or to another animating image format, if the motion matters.
Camera data is removed by default
A WEBP straight from a phone or camera carries EXIF metadata — model, settings, timestamp and, quite often, the GPS coordinates of where the photo was taken. The converted JPG is written without it, so a file you are about to share does not quietly carry your location. The orientation flag is read and applied to the pixels first, so the image will not come out sideways once the tag holding it is gone. If you need the metadata kept, there is a setting for it.
How the JPG is written
Our default is quality 82 through mozjpeg, written progressively so it renders in passes over a slow connection. The quality control on the converter moves this if you need to — the default aims to be indistinguishable from the source at a sensible file size, rather than to win a compression benchmark.
Colour detail is stored at half resolution
JPG keeps full brightness detail but records colour at half resolution in each direction, because the eye is far more sensitive to the first than the second. On photographs it is invisible. On saturated edges it is not: red text on white, thin coloured lines and flat graphic shapes can pick up fringing. If the WEBP is a screenshot, a logo or anything with text in it, a lossless format will treat it far better.
Other WebP conversions
Other ways to get JPEG
Worth reading next
Why your PNG is so much bigger than your JPEG
The same photograph can be 300 KB as a JPEG and 4 MB as a PNG. Here is what each format is actually doing, and how to tell which one your file wants to be.
7 min read
Where your transparent background went
Transparency is the property most often lost silently in a conversion — the file looks perfect until it lands on a coloured background and grows a white rectangle.
5 min read