Skip to content
Pixgrain

Convert WebP to JPG

Converts WebP images to JPG for software that cannot read WebP. Keeps the file small, but drops transparency and adds a second round of compression.

How to convert WebP to JPG

  1. Drop your WebP files into the box above, or click to browse. You can also paste with Ctrl+V.
  2. Adjust quality or resizing under Conversion settings if you need to. The defaults suit most photos.
  3. Conversion starts automatically and runs on your device — watch the progress bar for each file.
  4. Download files individually, or grab everything as a ZIP.

What changes when you convert WebP to JPG

This is the sensible default route out of WebP, and the reason is arithmetic. WebP was designed to be small; PNG was designed to be exact. Converting a photographic WebP to PNG typically produces a file twelve times larger. Converting the same image to JPG produces one roughly the same size, because JPEG and WebP are solving the same problem with different machinery.

The cost is a second generation of lossy compression. Your WebP already discarded detail when it was created; encoding a JPEG from it discards a little more, on top of artefacts that are already there. At quality 82 and above this is not visible at normal viewing distance, which is why that is the default. Push below 70 and the two generations start compounding in skies, skin tones and other smooth gradients.

Transparency is the hard limit. JPEG has no alpha channel — not a limited one, none — so any transparent pixel must be filled with something. This tool defaults to white and lets you pick the colour, because the right answer depends on where the image is going. If the image is a logo or a cutout that needs to sit on varying backgrounds, JPG is simply the wrong destination and PNG is the answer.

WebP's efficiency advantage over JPEG is real but modest: roughly 25–30% at matching quality. That is enough to matter for a website serving millions of images and not enough to matter for one file you need to open in an application from 2015.

Animated WebP converts to its first frame, since JPEG has no animation.

What is preserved

  • Pixel dimensions and the visible content of the image
  • Colour appearance at quality 85 and above — the second compression pass is not visible
  • A sensible file size, unlike the PNG route

What is lost

  • Transparency entirely — JPEG has no alpha channel
  • Animation: an animated WebP becomes a still image of its first frame
  • A generation of quality, because a lossy WebP is being re-compressed
  • XMP and EXIF metadata in most cases, since WebP stores it differently

What is altered

  • Transparent pixels are filled with the matte colour you choose, white by default
  • Colour is stored at half resolution (chroma subsampling), which softens saturated edges

JPG support in browsers and operating systems

Checked on 2026-08-10. We re-verify this table every quarter.

PlatformSupport
Chromeall versions
Safariall versions
Firefoxall versions
Edgeall versions
iOSall versions
Androidall versions
Windowsall versions
macOSall versions

When not to convert WebP to JPG

Do not convert if the image has transparency you need. There is no way to keep it — use PNG instead, or keep the WebP.

Do not convert if the destination reads WebP. Every current browser does, and converting only costs you a generation of quality and about 25% more bytes.

Do not convert screenshots, diagrams or anything containing text. JPEG smears colour edges, which is exactly what text is made of. Those belong in PNG.

Do not convert repeatedly. Each round of WebP to JPG to WebP compounds the damage. Keep whichever original you started with.

Frequently asked questions

Why is my JPG larger than the WebP?

Because WebP compresses about 25–30% better than JPEG at matching quality. Getting the same visual result from JPEG simply takes more bytes. If the size matters more than compatibility, keeping the WebP is the better choice.

What happens to the transparent background?

It is filled with a solid colour, because JPEG has no alpha channel at all. This tool defaults to white and lets you choose the colour under Conversion settings. If the transparency needs to survive, convert to PNG instead.

Does converting lose quality?

Slightly. Most WebP images on the web are lossy, so this is a second compression pass on already-compressed data. At quality 82 and above the difference is not visible at normal viewing distance; below 70 it becomes noticeable in gradients.

Should I choose JPG or PNG?

JPG for photographs — the file stays a sensible size and the quality difference is invisible. PNG when the image has transparency, contains text or flat graphics, or when you need it lossless. For a photograph, PNG produces a file roughly twelve times larger with no visible benefit.

Can I convert a whole folder at once?

Yes. Drop up to 100 files; each converts independently with its own progress and its own retry, and finished files download together as a ZIP. Everything runs on your device, so there is no upload wait and no daily limit.