to

Convert PNG to AVIF

Convert PNG images to AVIF in your browser. AVIF keeps transparency and usually produces the smallest file of any web format, which makes it a strong choice for heavy PNGs.

– / –

Drop images or browse

JPEG · PNG · WEBP · AVIF · HEIC · max 30 MB

HEIC
PNG
JPEG
AVIF
WEBP
Advanced settings1 on
SmallerAutoBetter

Auto tunes each image.

A hard cap for “under 50 KB” portals.

Max resolution

Empty side keeps the ratio. Never enlarges.

One real file, before and after

PNG, 1.3 MBPNG · 1.3 MB
AVIF, 68 KBAVIF · 68 KB
−95%
A real result from this exact operation: 1.3 MB in, 68 KB out. Drop your own file and the meter reports yours. The left half is a preview render; the byte counts are the real files’.

What PNG to AVIF actually saves, measured

PNG is lossless. It faithfully stores every pixel, which is why photographic PNGs are enormous. AVIF stores what your eye actually uses. Two very different source files, same conversion:

SourcePNGAVIFWebPAVIF saves
Photograph1382.4 KB69.8 KB110.4 KB−95%
Flat-colour graphic7.4 KB0.8 KB1.3 KB−89%

Auto quality. The photographic PNG is the dramatic case; flat art starts small and still drops ~90%.

How these numbers are measured: every byte count on this page is the size of the actual encoded file our engine produced from the named source image. Those are the same bytes you would download, not an estimate or a best case. Rerun any of them yourself: drop your own file into the tool above and the meter reports your real result.

Can I actually use AVIF yet?

Yes. Here is the support table the "works in all browsers" claims never come with: Chrome 85+ (2020), Firefox 93+ (2021), Safari 16.1+ (2022), Edge 121+ (2024). That covers about 95% of global page views. Outside browsers: Windows 11 Photos opens AVIF with the free AV1 extension, macOS Preview from Ventura, GIMP natively, Photoshop via plugin. For the last few percent, serve a fallback:

<picture>
  <source srcset="logo.avif" type="image/avif" />
  <source srcset="logo.webp" type="image/webp" />
  <img src="logo.png" alt="…" />
</picture>

Browsers take the first source they support. Nobody ever sees a broken image, and 95% of visitors get the smallest file.

Does transparency survive? (Yes, including soft edges)

AVIF carries a full alpha channel, so this is the conversion that finally lets transparent assets shrink. Logos, product cutouts, UI elements and stickers keep their transparency at a fraction of PNG's size. Semi-transparent pixels survive too: drop shadows, glows, anti-aliased edges. That is exactly where naive converters band or fringe. Check any edge in the compare slider against the checkerboard.

Lossless PNG to lossy AVIF: what am I giving up?

Bit-exactness, not appearance. The conversion is perceptually tuned: at Auto quality the AVIF is built to be indistinguishable at normal viewing, and the savings above are the reward. The honest workflow: keep the PNG as your master, ship the AVIF. You can regenerate the AVIF anytime, at any quality, from the untouched source. For screenshots where individual pixels are data (thin 1px lines, small text), inspect at 100% before committing, or leave those specific files as PNG.

Migrating a whole site's PNGs

Drop 50 at a time, download one ZIP, upload to your CMS. The ZIP preserves filenames, so references keep matching. WordPress accepts AVIF uploads natively since 6.5. Shopify serves AVIF through its CDN. Hero images and photography give the headline wins (ours: −95%). Icons and flat art shrink ~90% from an already-small base. Compressing rather than converting? Compress PNG keeps the format, and PNG to WebP is the middle rung of the fallback chain.

When to keep PNG

  • Archival masters and design sources? Keep PNG (or the original design file). Lossless is the point of a master; AVIF is the shipping format.
  • Pixel-perfect UI screenshots for documentation? If 1px lines and small text must be bit-exact, PNG is still the honest choice. Or verify AVIF at high quality in the slider first.
  • Uploading where AVIF is rejected? Some marketplaces and older CMSs still want PNG or JPG. Convert per destination; keep the source.

Questions, answered

Short answers specific to this page. The tool above settles most of them in a second.

How much smaller is AVIF than PNG?
Dramatically smaller for photos, and still a big drop for graphics. Our reference photographic PNG went from 1382.4 KB to 69.8 KB as AVIF (−95%). A flat-colour graphic went from 7.4 KB to 0.8 KB. PNG stores pixels losslessly. AVIF stores what your eye actually uses.
Can I actually use AVIF in 2026?
Yes. Roughly 95% of global browsers render it: Chrome 85+, Firefox 93+, Safari 16.1+, Edge 121+. The stragglers are pre-2021 browsers and some embedded webviews. For those, serve AVIF inside a picture element with a WebP or PNG fallback. Nobody sees a broken image.
Does AVIF support transparency like PNG?
Fully. AVIF carries an alpha channel, so logos, cutouts and UI assets keep their transparent backgrounds through the conversion. That is the decisive difference from JPG, which flattens transparency onto a solid colour. Semi-transparent edges and soft shadows survive too.
Is PNG to AVIF lossless?
By default, no. The huge savings come from perceptually-lossy AV1 encoding tuned to look identical at normal viewing. The pixels are no longer bit-exact. That matters for archival masters, not for display. Keep the PNG as your source of truth and ship the AVIF.
Does converting lose visible quality?
Not visibly at our Auto setting. Never take that on faith, though. Every conversion here ends with a before/after compare slider at 100% zoom, with the measured sizes pinned to each side. Fine text and hard edges are where compression shows first. Check those.
Should I convert my PNGs to AVIF or WebP?
AVIF, measured on the same files. Our photo PNG became 69.8 KB as AVIF vs 110.4 KB as WebP. The flat graphic came out 0.8 KB vs 1.3 KB. WebP wins only when a platform rejects AVIF uploads. WordPress and Shopify both accept AVIF.
How do I batch convert PNG files to AVIF?
Drop up to 50 PNGs into the tool: one run, one ZIP, filenames preserved, no signup. Mixed batches work too. PNGs, JPGs and HEICs can convert to AVIF together. Per-file measured savings appear in each row, so you can see exactly what the migration bought you.
How do I open an AVIF file after converting?
Every modern browser opens AVIF, and so do Windows 11 Photos (with the free AV1 extension), macOS Preview on Ventura and later, and GIMP. Photoshop needs a plugin. If a client or an older app rejects the file, keep serving them the PNG. Converting burns no bridges.
Will my screenshots with text stay sharp?
Usually, yes. Text is the hardest content for any lossy codec, and AVIF handles it far better than JPG. For pixel-perfect UI screenshots, pick lossless-leaning quality (80+) and inspect the compare slider at 100%. Or keep PNG for the handful of images where every pixel is data.
Why is AVIF encoding slower than WebP or JPG?
AV1 spends more compute searching for savings. That trade is what produces the smallest files on the web. Expect a couple of seconds per image, paid once. The bandwidth savings repeat on every page load. Batches encode in parallel server-side, so 50 files stay quick.
What happens to my files after converting?
We keep nothing. We process your files, wipe them automatically, and never archive them or use them for anything else. We strip metadata from outputs by default, and there is no account, so nothing ties the files to you. The free allowance is 300 images a day, counted live beside the tool.

Related conversions

Every route in and out runs on the same engine and the same rules. Each card is its own page.

Ready when your file is

Drop it in above. The meter reports the exact saving before you download anything.

Compress now