Why won’t anything open my WebP file?
WebP is designed for the web, and outside the browser its support is uneven. Every current browser renders it perfectly — which is why a site handed you one — but plenty of desktop photo viewers, older image editors, print services and upload forms still refuse it.
That mismatch is why this page exists. JPG is the one image format that essentially every piece of software written in the last thirty years can open.
Expect a larger file, not a smaller one
This is the part that surprises people. On the fixed test image used for every measurement here, a 247 KB WebP became a 339 KB JPG — about 38% larger.
Nothing went wrong. WebP simply compresses more efficiently than JPG, so storing the same picture in the older format costs more space. You are trading bytes for compatibility, deliberately.
If size is what you care about and compatibility is not, converting to AVIF goes the other way: the same file came out at 104 KB.
What about transparency?
If your WebP has a transparent background, converting to JPG will fill it with white. JPG has no alpha channel and never has.
Convert to PNG instead when transparency matters. The file will be substantially larger — around eleven times larger on our test image — but nothing is lost.
Which quality setting?
- General sharing and email — the default of 82.
- Printing or further editing — 95 or above.
- Fitting under an upload cap — lower it toward 60 and watch the size readout.
Each adjustment re-encodes from your original file rather than from the last result, so moving the slider repeatedly does not compound the loss.