Switching
Troubleshooting

WebP files won't open — why, and the fastest fix

Why images you save from the web arrive as .webp and get rejected by photo apps, editors and upload forms, and how to convert them to JPG or PNG without losing a transparent background.

September 14, 2026

WebP is Google's web image format. Every browser reads it, but software outside the browser often does not — the Windows 10 Photos app, older versions of Photoshop, and upload forms that only accept jpg and png. Converting the file is the reliable fix: PNG if the image has a transparent background, JPG if it does not. Getting that choice wrong is what turns transparent areas black.

You saved an image from a web page, it came down as .webp instead of .jpg, and now nothing will open it. The file is not broken — the browser rendered it perfectly a moment ago. The trouble starts the instant the file leaves the browser.

Why you keep running into WebP

Google released WebP in 2010. It holds the same visual quality in a smaller file than JPG and, unlike JPG, it can carry transparency. For a website that means faster pages and a smaller bandwidth bill, so most large sites now serve their images as WebP.

Browser support is a settled question: Chrome, Edge, Firefox and, since 2020, Safari all read it. But browsers are not the only place we use images. We drop them into documents, open them in editors, and upload them somewhere. That is where things break.

Four places it usually breaks

  • The Windows 10 Photos app — not supported out of the box. Windows 11 handles it natively.
  • Older editors — recent Photoshop releases open WebP directly; earlier versions need a plug-in installed.
  • Upload forms — job boards, government portals and store product uploads often state 'allowed: jpg, png'. Renaming the file to .jpg will not help; the server inspects the contents and rejects it.
  • Office documents and messaging apps — the image may simply fail to display.

In all four cases the file itself is fine; it just needs to be in a format the other side can read. Installing a codec works, but only on your own machine — the upload form still refuses it. Converting the file solves both.

JPG or PNG?

This is the part that matters most. WebP can carry a transparent background; JPG cannot. Convert a transparent WebP to JPG and every transparent pixel gets filled with a single colour — and if nothing specifies that colour, it is usually black. That is the story behind every 'I converted my logo and the background turned black' complaint.

What you haveConvert toWhy
A photo, or any image with a full backgroundJPGSmallest file, opens everywhere
A logo, icon, or transparent backgroundPNGKeeps the transparency intact
Not sure whether it is transparentPNGLossless, so nothing is thrown away
When in doubt, choose PNG. You can always go from PNG to JPG later; you cannot go back the other way.

If it has to be JPG and the original is transparent, use a converter that lets you pick the fill colour. For an image going into a white document, filling with white is what makes it blend in.

Two things to know before you convert

First, converting an animated WebP to JPG or PNG leaves you with a single frame. Neither format holds a sequence of images. If the motion matters, keep the WebP and use it somewhere that supports it.

Second, WebP to JPG means one more round of lossy compression. If the source was already lossy WebP, it degrades slightly further. One pass is not noticeable, but repeated round trips accumulate. If you need a master copy to keep editing, take PNG.

Converting in the browser means the file never leaves your device

Most converter sites upload your file to a server, convert it there and send it back. Usually that is fine, but not every file is one you want sitting on someone else's server — a photographed contract, an ID card. Switching converts WebP entirely inside your browser; the file never leaves the device. You can verify it by disconnecting from the internet and converting anyway.

Frequently asked questions

Can I just rename the file to .jpg?
No. The extension is only a label; the bytes inside are still WebP. Software reads the contents, not the name, so you get a 'damaged file' message or a blank preview. Upload forms inspect the contents too, so they reject it as well.
Can I open WebP on Windows without converting?
Windows 11 opens it in the Photos app by default. On Windows 10 you can install the extension from the Microsoft Store, or simply drag the file into a Chrome or Edge window to view it. Either way that only fixes viewing on your own machine — it does not help when you have to upload the file somewhere.
Will the file get bigger after converting?
Usually yes. WebP packs the same quality into less space, so JPG is typically a little larger and PNG can be several times larger for photographs. If you are up against a size limit, convert first and then use a compression tool to hit the target.
Can I convert several files at once?
Yes. Drop in multiple files and they are converted in order and offered as a single ZIP. Because everything runs in the browser, there is no upload to wait through however many files you have.

Explore related tools