Convert AVIF to PNG
Private by design: the conversion runs on your device. Nothing is uploaded.
- Choose the target format
- Drop your file (or click to browse)
- Download the converted file
0 bytes left your browserWhy is this limited?
Output format: png
An AVIF that a design tool, an older CMS or a colleague's desktop app refuses to open becomes usable the moment it is a PNG, and PNG beats JPG as the target whenever the image has a see-through background. Your browser decodes the AVIF natively and this page writes the lossless PNG beside it. The file you started with is left on disk untouched.
Frequently asked questions
- Does a transparent background survive the conversion?
- It does, and that is the main reason to choose PNG here. A JPG would flatten those pixels to a solid white.
- Why did a small AVIF turn into such a large PNG?
- Because PNG stores the decoded pixels with no lossy compression at all. A 200 KB AVIF routinely expands past two megabytes, and there is nothing wrong when it does.
- Will the PNG look identical to the AVIF?
- Pixel for pixel, yes. The decode is exact and the PNG encode is lossless, so what the preview shows is what lands in your downloads.