How to convert WebP to JPG (or PNG)
Why images saved from websites end up as .webp, why some apps and forms refuse them, and how to convert them to JPG or PNG in your browser.
· 3 min read
To convert a WebP image to JPG, drop it into WebP to JPG, set the quality and download the JPG. If the image has a transparent background, convert it to PNG instead with WebP to PNG.
The quick way
- Open WebP to JPG.
- Drop one or several .webp files — the conversion works in batches.
- Set the quality. Around 90 keeps the image visually identical for most uses; lower values give smaller files.
- Click Convert to JPG and download the result.
The images are converted in your browser and are not uploaded.
Why do I keep getting WebP files?
Many websites serve their images as WebP because the files are usually smaller than JPG or PNG at similar quality, so pages load faster. When you right-click and save an image, your browser saves exactly the file the site sent — so you get a .webp, even if the page looked like any other.
That's not a problem in a browser. It becomes one when the file leaves it.
Why some apps and forms refuse WebP
- Older software. Some photo editors, office programs and operating system versions don't open WebP, or open it without being able to edit it.
- Upload forms. Many forms only list "JPG, PNG" as accepted formats and reject anything else, even a perfectly valid image.
- Printing services and marketplaces often ask for JPG specifically.
Converting to JPG or PNG solves all three, since those two formats are accepted almost everywhere.
JPG or PNG?
| Your image | Convert to | Why |
|---|---|---|
| A photo | JPG | Smallest widely accepted format for photos |
| A logo, icon or sticker with a transparent background | PNG | JPG has no transparency |
| A screenshot, chart or image with text | PNG | Sharp edges stay crisp |
| Something for a form that says "JPG only" | JPG | That's what it wants |
The key point: JPG cannot store transparency. When you convert a transparent WebP to JPG, the transparent areas become solid white. If you need to keep a see-through background, choose PNG. For a deeper comparison, see JPG vs PNG vs WebP.
Other formats
Need BMP or ICO, or want to convert the other way (JPG or PNG to WebP)? Image Converter converts between PNG, JPG, WebP, BMP and ICO.
Common problems
The JPG is bigger than the WebP. That's normal: WebP compresses more efficiently, so the same image often weighs more as JPG. Lower the quality a little if size matters, or see how to reduce image file size.
The background turned white. The original had transparency. Convert to PNG instead.
An animated WebP became a still image. JPG and PNG can't hold animation; only the first frame is kept.
The file still ends in .webp after renaming. Changing the extension by hand doesn't convert anything — the content is still WebP, and a strict form may still reject it. Use a real conversion.
Limits worth knowing
- Converting to JPG is lossy: each re-save at a lower quality loses a bit of detail. Keep the original if you might need it again.
- Conversion doesn't add detail: a small or blurry WebP gives a small or blurry JPG.
- Very large batches depend on your device's memory, since everything runs locally.