Skip to content

image guide

How to Convert WebP to PNG — The Complete Guide

WebP files look modern but cause real headaches: they will not open in some Windows software, get rejected by print services, and confuse email clients. Converting to PNG fixes all of that. This guide covers every method, the best tools, and the pitfalls to avoid.

Updated September 22, 2026 · 22 questions answered

Key takeaways

  • PNG is the safe output whenever other software must open the file: editors, print workflows, form uploads, email recipients.
  • WebP to PNG conversion never loses quality — the PNG holds exactly the pixels the WebP decodes to.
  • Transparency survives only if the source WebP is lossless; lossy WebP has no alpha channel to preserve.
  • The PNG will be larger than the WebP — that is the lossless contract, not a converter fault.
  • A browser-based converter handles single files and 20-file batches with no upload, which is both the fastest and the most private route.

Why Convert WebP to PNG?

WebP was designed for web delivery — small files that load fast. But once you download a WebP image, you may need it in a format other software understands. PNG is the safest choice for editing, printing, sharing with non-technical users, or uploading to services that do not accept WebP.

The specific cases where PNG is necessary: design software without WebP plugins, print workflows, email attachments to Windows users, form uploads that check file magic bytes, and archival in a universally decodable format.

Best Methods Compared

1. Browser-based converter (recommended): processes the file locally using JavaScript, zero upload, instant result, no install, no sign-up, no file size limit beyond browser memory. Example: Collabs Tool — drag and drop, get PNG back in under a second. Batch up to 20 files.

2. Desktop software (IrfanView, XnView, ImageMagick): works offline, handles thousands of files in batch, requires installation and command-line familiarity. ImageMagick's magick input.webp output.png is the classic approach.

3. Online upload-based converters (CloudConvert, FreeConvert, Convertio): convenient for one files, but your image is uploaded to a remote server, potentially stored, potentially in logs. For sensitive or private images, this is a security risk.

4. OS-level tools: macOS Preview opens WebP and exports PNG (File → Export). Windows Paint (after codec install) or the Photos app can do the same. One-at-a-time only.

Does WebP to PNG Conversion Lose Quality?

Converting from lossy WebP to PNG is lossless in the conversion direction: the PNG captures exactly the pixels the WebP decoder produces. However, if the original image was a JPEG or PNG that was then compressed to lossy WebP, the WebP has already lost data. The PNG recovers what the WebP kept — nothing lost in conversion, but the source WebP itself already had loss.

Lossless WebP to PNG is perfectly lossless: every pixel is mathematically identical. The alpha channel, if present, is also preserved exactly.

Transparency Handling

If your WebP has a transparent background (lossless WebP with alpha), converting to PNG preserves the alpha channel perfectly. The resulting PNG-32 will show transparency correctly in any viewer, browser, or design application.

A lossy WebP cannot have transparency, so the output PNG will have a solid-colour background (whatever colour the original photo's edge pixels are).

Some poorly implemented converters silently flatten alpha to white. If your converted PNG shows a white box where transparency should be, try a different converter that preserves the alpha channel.

Batch Converting Many Files

If you are migrating a website or converting an entire folder of downloaded WebP images, batch conversion is essential. A browser-based batch converter handles up to 20 files at once: select them all, convert in one pass, download individually or as a batch.

For hundreds or thousands of files, a command-line tool like ImageMagick with a shell loop (for f in *.webp; do magick "$f" "${f%.webp}.png"; done) is faster. But the convenience of dragging files onto a web page without opening a terminal suits most users.

Common Problems and Fixes

"File not recognised": your converter may not handle the WebP variant (animated, extended). Try a tool that supports the full WebP specification including extended-file-format.

"Output is larger than input": PNG is lossless, so a photographic WebP will produce a much larger PNG. This is expected. If size matters, use PNG after conversion only for editing; for delivery, compress again to WebP or JPEG.

"No transparency in output": the source WebP was lossy (no alpha), not a conversion error.

Frequently asked questions

The questions people ask most about webp to png: best free converter (no upload, 2026), answered directly.

How do I convert WebP to PNG?

Drag the WebP file onto a browser-based converter like Collabs Tool, wait one second, and download the PNG result. No upload, no install, no sign-up. Alternatively, use ImageMagick on desktop: `magick input.webp output.png`.

Is there a free WebP to PNG converter?

Yes — Collabs Tool's converter is completely free, unlimited, runs in your browser with no file upload, supports batch (20 files at once), and preserves transparency. Other free options include IrfanView (Windows), Preview (macOS), and Squoosh (Google).

Does converting WebP to PNG lose quality?

No. The PNG preserves exactly the pixels the WebP decoder produces. No additional loss occurs during conversion. If the source WebP was lossy, the PNG faithfully captures that (already slightly compressed) quality.

Can I convert WebP to PNG without losing transparency?

Yes. If the source WebP has an alpha channel (it was saved as lossless WebP with transparency), the PNG conversion preserves it perfectly. The output is PNG-32 (RGBA). Lossy WebP has no transparency to preserve.

What is the best converter for WebP to PNG?

For a single file with privacy: a browser-based converter. For batch on desktop: ImageMagick. For macOS one-offs: Preview.app. For Windows: IrfanView with WebP plugin. The 'best' depends on your workflow — volume, OS, and whether you can upload files to a server.

Can I convert multiple WebP files to PNG at once?

Yes. Collabs Tool accepts up to 20 files in a single batch: select them all, the converter processes each one, and you download PNGs individually. For hundreds of files, ImageMagick's batch mode handles them in seconds.

Why is my converted PNG file so much bigger than the WebP?

Expected. WebP uses lossy compression (discards data for small files). PNG is lossless (preserves every pixel, uses DEFLATE which cannot achieve the same compression on photographic content). A 50 KB WebP may produce a 500 KB+ PNG.

Is it safe to convert WebP to PNG online?

Only if the converter processes files locally in your browser without uploading. Upload-based services (CloudConvert, Convertio) transmit your file to their servers. Browser-based tools like Collabs Tool never send your file anywhere.

How do I open a WebP file?

Modern browsers (Chrome, Edge, Firefox, Safari 14+) open WebP directly. On Windows, File Explorer needs the WebP Image Extension (free, Microsoft Store). For viewing outside a browser, convert to PNG.

Can I convert animated WebP to PNG?

Animated WebP contains multiple frames. You can convert to APNG (animated PNG) or export each frame as a separate PNG. Most simple converters only handle the first frame — check your tool's animation support.

Why won't my website accept PNG uploads?

Some sites restrict uploads to specific formats. PNG (image/png) is accepted virtually everywhere. If the issue is file size rather than format, compress the PNG or convert to WebP/JPEG for smaller size.

What is a WebP file used for?

WebP is primarily a web-delivery format: it makes website images smaller (25-35% smaller than JPEG at equivalent quality), improving page load speed and Core Web Vitals scores. It is not designed for editing, printing, or archival — convert to PNG or TIFF for those.

Can Windows 10/11 open WebP natively?

Edge and Chrome display WebP in the browser. File Explorer and Paint require the free 'WebP Image Extension' from Microsoft Store. Without it, double-clicking a .webp file shows 'no apps installed'. PNG works without any extension.

How do I convert WebP to PNG in Photoshop?

File → Open (with WebP plugin installed for older Photoshop versions). Then File → Export As → PNG. Modern Photoshop (2021+) opens WebP without plugins. For batch: File → Scripts → Image Processor.

What is the difference between WebP and PNG?

WebP supports lossy and lossless compression with 25-35% smaller files. PNG is lossless only with guaranteed pixel accuracy and universal software support. WebP is optimised for web delivery; PNG is optimised for editing workflows and guaranteed compatibility.

How do I convert WebP to PNG on iPhone or Android?

Open a browser-based converter in Safari or Chrome, pick the WebP from your Photos or Files app, and save the PNG result. Mobile conversion works exactly like desktop — no app install and no upload. Safari has opened WebP natively since iOS 14, so viewing is rarely the problem; converting for other apps is where PNG earns its place.

Can I convert a WebP I saved from Google Images?

Yes — right-click, Save image, then drop the .webp on a converter. Worth a look first though: image result pages often link the original full-resolution JPEG or PNG, which you can download directly and skip the conversion (and the generation loss) entirely.

How do I tell whether a WebP is lossy or lossless?

Heuristic: lossless WebP files carry transparency and are large for their dimensions, while lossy WebP never has alpha and shrinks photographs aggressively. For a definitive answer use the command-line webinfo tool (`webinfo file.webp`), or open the file in an editor that reports the encoding mode.

Is PNG really better quality than WebP?

Only against a lossy WebP. A lossless WebP is pixel-for-pixel identical to the PNG it came from — same quality, smaller file. The 'PNG is better' assumption comes from comparing lossless PNG against lossy WebP; against lossless WebP, PNG has no quality advantage at all.

Should I convert WebP to PNG before printing?

Yes — print is where WebP misbehaves most. RIP software, photo-lab uploads and print-service forms frequently reject WebP or handle its colour tags inconsistently. Converting to PNG (or TIFF for professional work) before sending guarantees the printer reads the file the way you intend.

Can I convert an animated WebP to PNG?

Two routes: export each frame as a still PNG (for editing or rebuilding), or convert to APNG, the animated PNG format. Most simple converters handle only the first frame, so check animation support before assuming the result kept the motion.

Why do two converters give slightly different PNG files from the same WebP?

WebP decoding is deterministic, but PNG encoding is not: different encoders pick different filter strategies and compression levels, and some embed metadata chunks while others do not. The pixel data is identical either way; only the file bytes differ. If byte-identical output matters, pin one encoder.