Convert WebP images to JPG

WebP is a modern format most browsers handle fine, but a lot of older software, printers and upload forms still reject it outright. This online converter reads WebP images and hands back ordinary JPG files that open everywhere — one at a time or a whole batch, downloaded as a ZIP. Nothing is uploaded; the conversion happens entirely on your device.

No upload No file size limit No sign-up Free

Drop WebP images here

or click to choose — .webp, any number of files

Where WebP files actually come from

Almost nobody sets out to save a WebP file on purpose. It happens because most browsers now save images from the web in whatever format the site served them in, and a large share of the web serves WebP by default — it compresses better than JPEG at the same visual quality, so sites use it to load faster. You right-click, choose "Save Image," and a `.webp` file lands on your device without you ever choosing the format.

Where WebP still gets rejected

Where it's goingAccepts WebP?
Modern browsers (viewing)Yes, universally
Printer upload portalsOften not
Older Photoshop, older photo softwareFrequently not
Some phone photo/gallery appsInconsistent
Older CMS platforms and web formsOften restricted to JPG/PNG/GIF

Browser support for WebP has been solid for years; the gap is everything outside the browser. A print shop's upload form, a decade-old desktop application, an e-commerce platform's product image field — a lot of software still only recognizes the formats that have been standard since the 1990s. Until that catches up, "convert to JPG" stays the fastest way through a rejected upload.

Transparency needs a decision

WebP can store an alpha channel the same way PNG does, but JPG has no concept of transparency at all. Converting a transparent WebP to JPG means every transparent pixel has to become some solid colour, so a background colour picker is built into this tool rather than silently defaulting to black, which is what happens when transparency is dropped carelessly. If you need to keep the transparency intact, choose PNG as the output instead of JPG.

Both WebP and JPG are lossy formats, so converting between them re-compresses the image once. At the maximum quality setting here that cost is not visible in normal viewing - it only compounds if you convert the same file back and forth repeatedly.

A whole folder at once

Drop in as many WebP files as you have and each converts on its own, with a single ZIP download once they are all done. There is no file count limit, since nothing is uploaded to a server that would need to handle the load.

Nothing is uploaded

Both the decoding and the re-encoding happen entirely inside your browser, using the canvas your browser already has built in for exactly this. The images never leave your device.

Frequently asked questions

Why do I have a WebP image in the first place?

WebP is Google's image format, and most browsers now save images in it by default when you right-click and 'Save Image As' from a webpage, because it compresses better than JPEG at the same visual quality. It ends up on your device without you choosing it - you just wanted to save a picture, and the site happened to serve it as WebP.

Why won't some programs open WebP files?

WebP is relatively young as image formats go, and support outside web browsers has been slow to catch up. Older versions of Photoshop, many printers' upload systems, some phone photo apps and plenty of web forms still only recognize the handful of formats that have been standard for decades - JPG, PNG, GIF. WebP support is improving, but 'convert to JPG' remains the fastest fix when something rejects the file outright.

Will converting to JPG reduce the quality?

There is a small cost, because both WebP and JPG are lossy formats and converting between them means decoding and re-encoding the image. At the high quality setting here it is not visible in normal viewing. If the WebP was saved losslessly and you want to avoid any further compression, PNG is the safer output choice, at the cost of a larger file.

What happens to transparency in the WebP file?

WebP can store transparency, but JPG cannot - it has no alpha channel at all. Transparent areas are filled with a background colour before the JPG is written, similar to exporting a transparent PNG as JPG anywhere else. Choose PNG as the output instead if you need to keep the transparency.

Can I convert several WebP files at once?

Yes. Drop in as many as you like and each one converts independently; a 'Download all as ZIP' button appears once there is more than one result, so you are not clicking through downloads one by one.

Are my images uploaded to convert them?

No. Decoding the WebP file and re-encoding it as JPG both happen entirely inside your browser using canvas. Nothing is sent to a server, and there is no file size limit beyond what your device can hold in memory.