Convert WebP to PNG
.webp images saved from the web that your editor won't open? Convert them to PNG with transparency preserved, in seconds.
Your images
Settings
Generated images
- Nothing uploaded
- Free, no sign-up
- Strips EXIF
- Batch files
WebP is great for the web, but it still trips up editors, legacy systems and upload forms that only accept PNG or JPG. The conversion runs locally, with transparency (alpha channel) preserved in the final PNG.
Need the opposite direction to make your website lighter? Use the JPG to WebP converter — you'll find every shortcut in the Tools section.
How it works
PNG is already selected, and PNG has no quality setting — so this is genuinely three steps with nothing to configure.
Add the .webp files
Drag them in, pick them from a folder, or hit Ctrl+V to paste an image you copied from a web page. The page decodes what is actually inside the file, so a WebP carrying the wrong extension still works.
Notice that quality is switched off
The slider is grayed out and reads lossless, with a note underneath explaining why: PNG discards nothing, so there is no quality argument to pass. The format bar is the one control still live here.
Generate and download
Click Generate images. Transparency comes through intact, each file keeps its original base name, and the whole queue can leave as a .zip. Expect the PNG to be bigger than the WebP.
PNG cannot give back what WebP already discarded
Nearly every .webp on the open web is lossy — that is the reason sites serve them in the first place. Converting to PNG re-describes the image the WebP encoder produced. It does not reconstruct the image that existed before that encoder ran.
PNG then stores every pixel exactly, artifacts included, so the result is normally several times heavier than the .webp it replaced. The You saved counter at the bottom of the page will sit at zero for the whole batch. That is correct arithmetic, not a bug.
There is one clean exception. Some designers export lossless WebP deliberately. Convert one of those and the PNG is a pixel-for-pixel copy: bigger on disk, identical on screen.
What still refuses a .webp in 2026
Browsers are not the problem and have not been for years — every current one displays WebP, Safari included. The friction is all outside the browser, which is why people arrive here at all.
- Photoshop only gained native WebP in version 23.2, released in 2022. An older install opens nothing without Google's WebPShop plug-in.
- Upload validators written against a fixed allowlist of extensions or MIME types. If the list predates WebP, no amount of correct file is going to get past it.
- Older office suites, print shops and internal tools that hand the file to an imaging library nobody has updated since it was installed.
- Anything that has to survive being emailed around and opened on a machine you will never see.
Choose JPG instead when nothing is transparent
PNG is the right target when the image has an alpha channel — a logo, a cut-out, an interface element with rounded corners. All of that survives the conversion untouched.
If the .webp is just a photograph, PNG makes it heavy for no return whatsoever. Click JPG on the format bar and you get a file a fraction of the size with no visible difference. Anything that was transparent gets filled with white, which the PNG to JPG page goes into properly.
What comes out flattened
A WebP file can hold more than a single static picture. A PNG produced from it holds one frame and one color interpretation.
- Animated .webp: only the first frame is read.
- An embedded color profile: the result is written as sRGB, so a wide-gamut source can lose a little of its punch.
- EXIF and XMP blocks riding inside the WebP: dropped, along with anything else that is not pixels.
Sometimes you do not need to convert at all
In Chrome, Edge and Firefox, right-clicking an image on a page offers Copy image next to Save image as. Copy image puts a decoded bitmap on the clipboard rather than the .webp file, so pasting it straight into a document or an editor skips the whole problem.
The same trick works here: hit Ctrl+V on this page and the pasted image joins the queue exactly like a dropped file. Handy when the picture is on screen but you never actually saved it anywhere.
Frequently asked questions
Why convert WebP to PNG?
Compatibility with software that cannot open WebP, while keeping transparency — which converting to JPG would destroy.
Is transparency preserved?
Yes. PNG has a full alpha channel, so transparent areas stay transparent.
Will the file get bigger?
Yes, by a wide margin. PNG discards nothing while WebP compresses with loss. That is the cost of compatibility.
When should I choose JPG instead?
When there is no transparency and you want a small file. JPG is far smaller for photographic content.
Will the PNG look better than the WebP did?
No. Identical at best. Format conversion is a translation, not a repair — there is no information left in the file to recover. If the source looks soft or blocky, the PNG will look soft or blocky in exactly the same places, using far more disk space to do it.
The file is named .jpg but nothing will open it. Is it really WebP?
It might be. Some sites and download managers keep an old extension while serving WebP bytes underneath. Drop it here anyway — the page decodes what is actually in the file rather than trusting the name, so a mislabeled WebP converts normally.
My PNG opens with a gray checkerboard behind it. Did something go wrong?
No, that is how image editors draw transparency — it means the alpha channel came through correctly. Place the PNG over any background and the checkerboard is not part of it. If you want a real solid background baked in, convert to JPG instead and the transparent areas become white.