PNG to WebP Converter

Convert PNG images to WebP in your browser to cut page weight, keeping transparency and choosing your own quality level.

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 PNG to WebP

  1. 1Drop your .png files onto the box above, or click to browse.
  2. 2Pick a quality level. The default of 92 percent is visually indistinguishable from the source on most images.
  3. 3Press apply if you changed the quality, then download each file or take the batch as a .zip.

Why convert PNG to WebP

Almost always page weight. PNG is lossless, which is exactly what you want while you are working and exactly what you do not want on a live page. A hero image saved as PNG can easily be 3 MB where the same image as WebP is 300 KB, looking identical at any size a visitor will see it.

WebP is the format that lets you make that trade without giving up transparency. That was the historical problem: JPEG was small but flat, PNG kept the alpha channel but was heavy, and there was no option that did both. WebP does both.

Browser support is no longer an argument

This used to be the objection, and it is out of date. Chrome shipped WebP in 2010, Firefox in 2019, and Safari in version 14 in 2020, which also covers iOS 14 and later. Edge inherited it from Chromium.

In practice that means every browser in current use reads WebP. The remaining gaps are in desktop software rather than browsers, which is the reverse of the AVIF situation and why WebP is the safer choice for web output today.

Quality, and when to leave it alone

The slider controls a lossy encoder, so 100 percent is not the same as the original file. At 92 percent, which is the default here, most images are impossible to tell apart from the PNG in a side-by-side comparison, and the size saving is already most of what is available.

There is one case that deserves care: flat graphics with hard edges, screenshots of text, and pixel art. Lossy compression of any kind puts faint ringing around high-contrast boundaries, and on a screenshot that is visible. For those, either push quality to 100 or keep the PNG.

Keep your source file

Because the output is lossy, the WebP is a publishing artifact, not a working file. Convert from PNG each time you need a new size rather than editing the WebP, or you will stack generations of compression on top of each other.

Local, private, no queue

Conversion happens through the canvas encoder built into your browser. Nothing is sent anywhere, which also means the only limit on a batch is your own machine.

Frequently asked questions

Does WebP support transparency?
Yes, fully. That is what makes it a real replacement for PNG rather than for JPEG only. Cut-out logos, soft shadows and anti-aliased edges all survive.
Do all browsers support WebP now?
Yes. Chrome and Firefox have for years, and Safari added it in version 14, released in 2020. The old reason to avoid WebP no longer applies to any browser people actually use.
How much smaller will the files be?
For photographs and complex images, 60 to 80 percent smaller is common. For flat graphics and simple icons, where PNG is already efficient, expect something closer to 25 percent.
Should I keep the original PNG?
Yes, if you might edit it again. WebP at anything under 100 percent quality is lossy, so treat the WebP as an output for publishing and keep the PNG as your source.

More free tools