Why every image you save is suddenly WebP (and how to get a JPG)

You right-clicked an image, hit save, and received a file your own computer seems confused by. The extension says .webp, your photo editor won’t open it, the form you were trying to upload it to rejects it, and you’re left wondering when saving a picture became complicated. You didn’t do anything wrong. The web changed underneath you, quietly and on purpose, and once you see why, the fix is genuinely easy.

What’s actually happening

Websites pay for every byte they send, and images are most of the bytes. WebP, Google’s image format, packs the same picture into roughly 25 to 35% less data than JPG, so over the last few years most large sites and the content networks behind them switched to serving it. Your browser has supported WebP for years, the page looks identical, and the site’s bandwidth bill drops by a quarter. Everyone wins, right up until you click save.

Here’s the detail that makes it feel like a bait and switch: the picture can be served as WebP even when its address ends in .jpg. When your browser requests an image, it announces which formats it understands, and the server sends whichever version it prefers. The filename in the URL is just a label. What lands on your disk is whatever actually came down the wire, and increasingly, that’s WebP.

So the image was never really a JPG that got converted at the last second to spite you. On the server it may exist in five formats at once, and you received the one optimized for browsers instead of the one optimized for the rest of your software.

Why your software rejects it

Browsers all read WebP now, but browsers are not where files go to live. Photo editors more than a few years old, print services, government and job application portals, marketplace listing forms, embroidery and engraving software, office tools: an awkward amount of the world still expects JPG or PNG and nothing else. The web moved to WebP faster than everything downstream of the web, and your downloads folder is where those two timelines collide.

The fix: convert it

The clean solution is to convert the WebP to a JPG, or to a PNG if the image has transparency you want to keep. The conversion is fast, and at the sizes of a typical saved image, the quality difference is nothing you’ll ever spot.

A word of caution before you type “webp to jpg” into a search engine, though. Most converter sites work by uploading your file to their server. For a random product photo that’s merely unnecessary, but people convert screenshots of conversations, saved receipts, and images with personal context in them, and those shouldn’t be mailed to a stranger’s computer to have their format changed. This is a job your own device can do.

The converter at the bottom of this page runs entirely in your browser. The file is decoded and re-encoded on your machine, nothing is sent anywhere, and you can verify that by switching off Wi-Fi first: it keeps working. Drop the WebP in, download the JPG, done.

Two other tricks worth knowing

The paste trick. For a quick one-off, right-click the image and choose “Copy image” instead of saving, then paste directly into your document or editor. You get pixels, not a file, so the format question never comes up. It only works when the destination accepts pasted images, but when it does, it’s the fastest route.

Check for a real download button. If you’re grabbing your own photo back from a service you uploaded it to, look for an explicit download or export option instead of right-clicking the preview. The preview is the bandwidth-optimized WebP; the download button usually hands you the original file.

You may also see advice about editing browser settings or using special URLs to force JPG delivery. Skip it. Those tricks break as sites update, and converting the file you already have takes ten seconds.

If this keeps happening

It will, and it’s worth being unbothered by it. WebP isn’t malware or a scam; it’s a genuinely more efficient format that the rest of the software world hasn’t finished catching up to. The websites aren’t going to stop, because their bandwidth savings are real. The durable answer is having a converter you trust within reach, one that doesn’t ask you to upload anything, doesn’t cap your files, and works offline. There’s one right below, and it also handles PNG and HEIC, the other format that ambushes people. Try it with the WebP that brought you here.