Image Converter

WebP Explained

By Nathan Hays · Updated July 28, 2026

WebP is the format most of the web quietly switched to. It makes noticeably smaller files than JPG or PNG at the same visual quality, it handles transparency, and every major browser displays it. It is also the reason a picture you saved from a website suddenly will not open in your photo editor. This page covers both sides: when WebP is the right target, and when converting away from it is the sane move. The image converter goes both directions on your own device.

In short: use WebP for images you put on a website. Convert WebP to JPG or PNG when you need to open, edit, print, or upload the image somewhere that has not caught up.

What WebP actually is

WebP is an image format developed by Google and released as an open, royalty-free standard. Its lossy compression borrows techniques from video encoding, which turns out to be a good fit for still images: instead of only describing each block of pixels on its own, the encoder can predict a block from its neighbors and store just the difference. Predicting well means storing less, and storing less means smaller files.

Unusually, WebP is really two formats sharing one file extension. Lossy WebP targets photographs and behaves like a more efficient JPG. Lossless WebP targets graphics and behaves like a more efficient PNG, including full alpha transparency. A single .webp file may be either, which is why WebP can replace both of the older formats rather than just one.

How much smaller, honestly

The number quoted by Google, and the one most people reproduce in their own testing, is that lossy WebP runs roughly 25 to 35 percent smaller than an equivalent-quality JPG. Lossless WebP typically lands meaningfully below PNG for the same graphic. Those are useful planning figures rather than guarantees, and it is worth knowing where they break down:

The honest way to find your own number is to convert a representative handful of your own images and compare. The converter shows the original and converted size on every row, so a five-image sample takes about a minute.

Where WebP works and where it does not

Inside a browser, WebP is settled: every major current browser displays it, and you can serve it directly without a fallback for practical purposes. Search engines index WebP images normally. Content management systems and static site generators overwhelmingly support it.

Outside the browser is where friction remains. Some older desktop photo editors, older office software, print shop upload tools, and a surprising number of web forms still accept only JPG and PNG. Operating systems have largely caught up, but "largely" is not "always", and if you are sending a file to someone else's workflow you cannot inspect, JPG remains the format that never causes an argument. That mismatch is precisely why WebP to JPG is one of the most common conversions people search for.

When WebP is the right choice

When to avoid WebP

WebP versus AVIF

AVIF is the newer contender and generally produces even smaller files than WebP at comparable quality, with support for a wider range of color. The trade-offs are that AVIF encoding takes noticeably longer, and software support outside browsers is thinner still. For most sites WebP is the pragmatic default and AVIF is the optimization you reach for on the images that matter most. If you want the smallest possible file and you control the page, AVIF is worth the extra encoding time; if you want a format that is fast to produce and universally displayed in browsers, WebP is it. Our format guide lines all of them up side by side.

Converting to and from WebP here

This converter creates WebP using your browser's own encoder, so the work happens on your device and nothing is uploaded. Choose WebP as the output format and the quality slider controls the trade-off exactly as it does for JPG; the default 90% is a sensible starting point for photographs. Reading a WebP file works the same way, using the browser's built-in decoder.

One caveat worth knowing: the web standard says that if a browser is asked to export a format it cannot produce, it falls back to PNG rather than failing. Every current major browser exports WebP natively, but if you are on something unusual and the downloaded file is unexpectedly large, check its extension.

Common jumps from here: JPG to WebP for putting photos on a site, and WebP to JPG for making a downloaded image open everywhere.

Common questions

How much smaller is WebP than JPG?

Google's own figure for lossy WebP is roughly 25 to 35 percent smaller than a comparable JPG, and that matches what most people see in practice. The saving is larger on detailed photographs and smaller on images that are already tiny or already heavily compressed. Occasionally a small, simple image comes out no smaller at all.

Do all browsers support WebP?

Every major current browser displays WebP images, so serving it on a website is safe today. Support outside browsers is thinner: some older desktop photo editors, office suites, and upload forms still reject it, which is why saved WebP files so often need converting to JPG.

Why did an image I saved from a website turn out to be a WebP?

Many sites now serve WebP to save bandwidth, so the file your browser downloads is the WebP the server sent, whatever the picture looked like on screen. Converting it to JPG or PNG makes it open in software that does not read WebP.

Is WebP lossy or lossless?

It is both. WebP defines a lossy mode aimed at photographs and a lossless mode aimed at graphics and transparency, and a file can use either. Browser-based encoders, including the one this converter uses, produce lossy WebP with the quality you choose on the slider.

Should I convert my whole photo library to WebP?

For images you serve on a website, yes, the bandwidth saving is real. For a personal archive, JPG remains the safer long-term choice because every device, printer kiosk, and program opens it without question. Archive in JPG, publish in WebP.

Try it: drop a few photos into the image converter, choose WebP, and compare the before and after sizes shown on each row. Nothing is uploaded.

Keep reading

← Back to the converter