A surprising number of PNG files floating around aren’t actually graphics that need PNG’s particular strengths — they’re photographs that ended up saved in the wrong format, often because a screenshot tool, a messaging app, or an export dialog defaulted to PNG without anyone choosing it deliberately. For that kind of content, converting to JPG isn’t a compromise; it’s usually a straightforward improvement.
Why PNG is the wrong format for most photos
PNG is a lossless format, which makes it the right choice for content where exactness matters: screenshots with crisp text, logos and icons with flat colors and sharp edges, diagrams, anything with transparency. None of that describes a typical photograph, which is made up of continuously varying color and tone — skin, sky, foliage, fabric — exactly the kind of content PNG’s lossless compression struggles to shrink efficiently, because there’s very little exact repetition for it to exploit. JPG’s lossy compression, by contrast, is specifically built around approximating that kind of smooth variation in a way the eye doesn’t easily notice, which is why a photographic PNG can be five, eight, sometimes ten times larger than a JPG of the same image at a quality setting most people couldn’t visually distinguish from the original.
How this mismatch happens in practice
It’s rarely a deliberate choice. Common culprits: screenshot tools on most operating systems save to PNG by default regardless of what’s being screenshotted, including photos displayed full-screen; some messaging apps and cloud services re-save shared images as PNG during processing; certain design and presentation software exports slides or compositions as PNG even when the bulk of the content is a photograph. The result, in all these cases, is a photographic image trapped in a format that doesn’t compress it well, often without the person who ends up with the file realizing why it’s larger than they’d expect.
What you actually lose by converting
Two things, and it’s worth being clear about both. First, JPG is lossy — converting introduces compression artefacts that weren’t present in the lossless PNG, though at a sensible quality setting these are typically not visible to the naked eye on real photographic content. Second, JPG cannot represent transparency at all, so any transparent or partially-transparent areas in the source PNG get flattened onto a solid background (white, by default) during conversion — this is permanent and can’t be undone by converting back.
For a genuine photograph that’s fully opaque to begin with, neither of these costs much in practice, and the file size reduction is usually dramatic enough to be worth it outright — faster uploads, faster page loads if it’s headed to a website, less storage used.
When to leave the PNG alone instead
The calculation flips for screenshots with text, logos, icons, and anything relying on transparency. JPG’s compression tends to introduce visible blur and blocky artefacts specifically around sharp edges and small text — exactly the content where PNG’s lossless approach has a real, visible advantage, even at the cost of a larger file. If you’re trying to shrink that kind of file rather than convert it, a PNG-specific compression tool (which works by re-compressing losslessly and adjusting pixel dimensions if needed, rather than introducing JPG-style artefacts) will give you a better-looking result, even though it may not get the file size down quite as far as converting to JPG would.