JPG to WebP Converter

Convert JPG images to WebP in your browser and typically cut 25 to 35 percent of the file size at the same visual quality.

Files you drop here are processed by your own browser. Nothing is uploaded and nothing is stored on our servers — the tools keep working even if you lose your connection after the page has loaded.

How to use JPG to WebP

  1. 1Drop your .jpg or .jpeg files onto the box above, or click to browse.
  2. 2Choose a quality level. Matching the quality your JPEG was saved at is usually the right call.
  3. 3Press apply if you changed anything, then download each file or take the batch as a .zip.

What convert JPG to WebP actually buys you

Bandwidth, and not much else. WebP uses a more modern codec than JPEG, so at a matched visual quality it needs roughly a quarter to a third fewer bytes. On a page with twenty photographs that is the difference between a fast site and a slow one, especially on mobile connections.

Nothing else about the image changes. Both formats are lossy, both are rectangular, and a JPEG has no transparency for WebP to preserve. This conversion is purely a size optimisation, which makes it the easiest one to reason about on this site.

The double-compression question

Worth understanding before you convert a whole library.

Your JPEG is already the result of throwing detail away. Re-encoding it as WebP throws away more, and the second pass cannot know which artifacts came from the first. The usual result is that WebP faithfully preserves the JPEG's own block structure while adding a little of its own.

At 90 percent quality and above this is genuinely hard to see on photographs, so for a bulk conversion of web assets it is a reasonable trade. If you still have camera originals or unedited exports, converting those instead skips a whole generation of loss and gives a visibly cleaner result at the same file size.

Choosing the quality

Match the source if you know it. A JPEG saved at 85 gains nothing from being re-encoded at 100: you get a larger file that preserves the existing artifacts in more detail.

If you have no idea, 90 to 92 percent is the sensible default. It keeps most of the size advantage and stays visually indistinguishable on photographic content, which is what almost all JPEGs contain.

JPG and JPEG are one format

Worth saying because it splits people across two searches. The three-letter extension is a holdover from filenames that allowed only three characters after the dot, so a search for jpeg to webp and a search for jpg to webp want the same result. This page accepts both extensions without distinction.

What to do about older clients

Browsers are not the problem any more. The gaps are in email clients, some desktop applications and a scattering of older Android system webviews. For a website, serve WebP directly. For an email attachment or a file someone will open in unknown software, JPEG is still the safer thing to send.

Runs entirely in your browser

Both the JPEG decoder and the WebP encoder are already in your browser. Nothing is uploaded, so a folder of several hundred photos is limited only by your own patience.

Frequently asked questions

How much smaller is WebP than JPG?
Google's own figure is 25 to 34 percent at equivalent quality, and that matches practice on photographic content. Images with large flat areas do better; noisy or highly detailed photos do a bit worse.
Am I compressing an already compressed image?
Yes, and it is worth being aware of. Your JPEG already discarded detail, and WebP will discard more. In practice the result at 90 percent or above is very hard to distinguish, but if you still have an unedited original, converting that gives a cleaner result.
Is WebP safe to use on a live site?
Yes. Every browser in current use supports it, including Safari since version 14 in 2020. Serving WebP with a JPEG fallback is now belt-and-braces rather than necessary.
Which quality should I pick?
If you know what quality the JPEG was saved at, match it. If not, 90 to 92 percent is a safe default that keeps the size saving while staying visually indistinguishable on photographs.

More free tools