You saved an image from a website, and now nothing will open it. That is the usual story behind this conversion. Most sites now serve WebP because it is smaller, so "Save image as…" hands you a .webp file — and then Windows Photo Viewer shrugs, the printing service rejects it, PowerPoint refuses to insert it, and the photo kiosk at the supermarket does not know what it is.
Why WebP causes this friction
WebP is a web format in the most literal sense: browsers adopted it, and much of the software outside browsers never did. Older Office versions, many desktop image editors, print shop upload portals, e-commerce product uploaders and a good number of phone gallery apps all still expect JPEG or PNG. Converting to JPEG sidesteps the entire problem, because JPEG is the closest thing imaging has to a universal format.
Transparency has to go somewhere
WebP can store transparent pixels; JPEG cannot. If your WebP has a transparent background — common for logos, product cut-outs and stickers saved from shops — those pixels need a colour. This tool lets you choose it, defaulting to white. Pick the colour of whatever background the image will sit on, or convert to PNG instead if you need the transparency preserved.
Animated WebP gives you the first frame only
WebP supports animation, in the same role GIF used to fill. JPEG has no concept of frames, so an animated WebP converts to a single still image: the first frame. There is no setting that changes this and no way to keep the motion in a JPEG. If you needed the animation, you need a different target format entirely.
What happens to file size and quality
- Expect the JPG to be larger than the WebP — often 30 to 50% larger for the same visual quality. That is the price of compatibility.
- Both formats are lossy, so this is a second round of compression. At quality 85 or above the difference is very hard to see.
- If the WebP was lossless — some logos and screenshots are — you are converting lossless to lossy, so use a high quality setting or convert to PNG instead.
A note on renaming
Changing the file extension from .webp to .jpg does not work. People try it, and it fails, because the extension is only a label — the bytes inside are still WebP, and software reads the bytes. A real conversion has to decode the image and re-encode it in the other format, which is what happens here, on your own device, without the file being sent anywhere.