Need to turn a WebP file into a PNG? Whether you're trying to open an image in Photoshop, insert it into a document, or upload it somewhere that doesn't accept WebP, here are four reliable methods — from fastest to most powerful.
This method is completely private — your file never leaves your device. It works on Windows, Mac, Linux, iPhone, and Android. You can even convert multiple files at once and download them as a ZIP.
Photoshop 2022 (v23.2) and later: File → Open → select your .webp file. Photoshop handles it natively. File → Save As → PNG.
Photoshop CS6 and earlier: WebP is not supported. You need a plugin (search "WebP Photoshop plugin" — free options available from GitHub) or use Method 1 above.
Using ImageMagick (free, cross-platform):
magick convert image.webp image.png
Using FFmpeg (if you already have it installed):
ffmpeg -i image.webp image.png
iPhone: Open our converter in Safari, tap Share → Add to Home Screen to install it as a PWA. Then use it like an app — works offline.
Android: Open Chrome, go to webp2png.io, upload your WebP file, convert, and download. Install as PWA for one-tap access.