Convert WebP to AVIF

This WebP to AVIF converter re-encodes WebP images as AVIF, which usually stores the same picture in fewer bytes. Transparency carries over, a batch downloads as one ZIP, and the encoding runs on your own device — nothing is uploaded.

No upload No file size limit No sign-up Free

Drop WebP images here

or click to choose — other formats work too

Animated WebP files are converted using their first frame — the result is a still AVIF image.

Convert to

JPG has no transparency channel, so transparent areas must be filled with a colour.

Why convert WebP to AVIF

WebP was the format that made images on the web noticeably lighter. AVIF is the next step: it is built on the compression of the AV1 video codec and usually stores the same picture in fewer bytes than WebP at a similar visual quality. For a site that already serves WebP, switching the heaviest images to AVIF is one of the few remaining ways to cut page weight without visibly changing anything.

Expect a smaller gain than you would get converting from JPG, though. WebP is already efficient, so there is less left to squeeze out, and the result depends a lot on the image — smooth gradients and soft backgrounds shrink the most, noisy or highly detailed photos the least. Every result shows its size change, so you can tell immediately whether a particular file was worth converting.

The one real caveat: lossy to lossy

Most WebP images on the web are lossy. Re-encoding a lossy image into another lossy format adds a little more loss on top of what is already there, much like re-saving a JPG. It is usually invisible at the High setting, but if you still have the original file, start from that instead — use the JPG to AVIF or PNG to AVIF converter. Lossless WebP files, common for screenshots, logos and interface graphics, don't have this problem.

Transparency and animation

AVIF has a full alpha channel, so transparent and partly transparent areas of a WebP carry over as they are. Animated WebP files are a different story: this tool converts the first frame and produces a still AVIF image, so it is the wrong choice if you need to keep the animation.

Choosing a quality setting

SettingWhen to use it
Maximum (95%)Lossless WebP sources, or images where fine detail matters
High (85%)The sensible default for most images
Medium (75%)Large hero images where page speed matters most
Small file (60%)Thumbnails and previews shown at small sizes

How the AVIF encoding works

Every current browser can display AVIF, but none of the major ones can create AVIF files on its own. So the first time you convert, this tool loads an open-source AVIF encoder — libavif, compiled to WebAssembly. It is a one-time download of a few megabytes that your browser then keeps cached, and it runs in a background thread, so the page stays responsive while a batch encodes. AVIF is slower to encode than WebP; a large photo can take a few seconds.

Where AVIF works

Chrome, Edge, Firefox and Safari 16 or later all display AVIF, which covers the vast majority of visitors to a website. Older image editors, some phone galleries and a few upload forms still don't accept it, so keep the WebP copy if a file has to work in software you don't control.

Nothing leaves your device. The WebP is decoded and re-encoded as AVIF entirely inside your browser, with no account, no watermark and no limit on the number of files.

Frequently asked questions

How much smaller is AVIF than WebP?

Usually noticeably smaller at a similar visual quality, but less dramatically than when converting from JPG, because WebP is already an efficient format. The gain depends heavily on the image - each result shows the size change next to it, so you can see straight away whether it was worth it for that file.

Is it worth converting WebP images I already have?

Often, but with one caveat: most WebP images are lossy, and re-encoding a lossy image to another lossy format adds a little more loss. If you still have the original JPG or PNG, convert from that instead for the best quality. Lossless WebP images - screenshots, logos, graphics - don't have this problem.

Does AVIF keep the WebP's transparency?

Yes. AVIF has a full alpha channel, so transparent and semi-transparent areas carry over automatically. There is no background colour to pick.

What happens with an animated WebP?

Only the first frame is converted, and the result is a still AVIF image. The animation itself is not carried over.

Why is the first conversion slower?

Browsers can display AVIF but none of the major ones can create it on their own, so the first conversion downloads an open-source AVIF encoder - a few megabytes, once, then cached by your browser. AVIF encoding is also more computationally demanding than WebP. It runs in a background thread, so the page stays usable while it works.

Are my images uploaded?

No. Decoding the WebP and encoding the AVIF both happen on your device, inside your browser. There's no account, no sign-up and no limit on how many images you convert.