iPhotoEditor

Every tool runs in your browser. Your photos never leave your device — see how that works.

Convert WebP to JPG

That image you right-clicked and saved came down as WebP, and now an old photo viewer, a print shop kiosk or a form upload is rejecting it. Fix it here for free: the file is re-encoded to JPG by your own browser, so it never travels to a server and the result downloads immediately.

Loading the tool…

How it works

  1. Drag the WebP file in - or paste it straight from the clipboard.
  2. Pick a JPEG quality if the default of 90 is not what you want.
  3. Hit convert and save the JPG anywhere you like.

Worth knowing

The number one source of WebP files on ordinary computers is the save-image menu. Sites serve WebP to browsers because it is lighter, so what lands in your downloads folder inherits the format whether you wanted it or not. Browsers open it fine; the trouble starts one step later, when the file meets software with a longer memory - an older Photoshop or Office install, a photo kiosk at a pharmacy, an embroidery or laser-cutting program, a government portal whose validator was written when WebP did not exist. JPEG is the one raster format that predates them all, which is why converting to it makes the problem vanish.

Mechanically, the conversion decodes the WebP into raw pixels and hands them to a JPEG encoder. If the source was lossy WebP - most are - you are stacking one lossy step on another, so quality choice matters more here than when converting from a lossless format. The default of 90 keeps the second-generation loss invisible in practice; drop lower only if you also need the file small, and avoid re-converting the same image repeatedly.

Two properties of the source can disappear on the way through, and it is better to know beforehand. Transparency is one: JPEG has no alpha channel, so any see-through region gets flattened onto a background colour you choose here. Animation is the other: an animated WebP contains many frames, and a JPG can hold exactly one, so this tool exports the first frame and tells you it did, rather than failing silently.

None of this requires size trade-offs to be scary. A JPG from a typical saved-from-web WebP is modestly larger than the source - often 20-40% - which is the price of universal compatibility and rarely matters for a file destined for a document, a print order or an upload field.

When you save an image from a modern website, the server often picked WebP for you via content negotiation - the same picture would have arrived as JPEG in an older browser. The format in your downloads folder reflects what your browser advertised it could accept, not what the site owner originally uploaded.

Verify it yourself: open your browser's DevTools, switch to the Network tab, and use this tool — you will see no upload request. Or load the page, go offline, and it still works.

What this tool will not do

  • It will not preserve animation - an animated WebP becomes a single JPG of its first frame, and the tool labels the output accordingly.
  • It will not carry transparency into the JPG; translucent regions are flattened onto the background colour you select.
  • It cannot improve a heavily compressed source - artifacts in the WebP are inherited by the JPG.

Questions people ask

Why did my downloaded image save as WebP instead of JPG?

The website served WebP because your browser told it that it could handle the format, saving bandwidth for both sides. Right-click-save keeps whatever format was delivered, so the WebP extension follows the file home with you.

What programs cannot open WebP files?

Older versions of Photoshop (before 23.0), pre-2019 Microsoft Office, many photo printing kiosks, some embroidery and CNC software, and a long tail of legacy viewers and upload validators. Anything from the last few years is generally fine; converting to JPG covers everything else.

Will converting WebP to JPG lose quality?

A small amount, since most WebP files are already lossy and JPEG encoding adds a second pass. At quality 90 the difference is not visible in normal use. Avoid converting the same file back and forth multiple times, which is where losses become noticeable.

How do I convert an animated WebP?

JPG cannot hold animation, so this tool extracts the first frame and converts that. If you need the motion preserved, the file should stay WebP or be turned into a video or GIF with a dedicated animation tool instead.

Can I stop Chrome from saving images as WebP in the first place?

Not reliably - the format is decided by the server based on browser capabilities, and Chrome has no setting to refuse WebP. Converting after download is the dependable route, and this page also accepts images pasted directly from the clipboard to skip a step.

Usually the next step

More in Convert

This page processed nothing on any server — there is no server. The technical explanation.