JPG vs. JPEG: Are They the Same Thing?
The short answer: yes, JPG and JPEG are exactly the same format. There's no technical difference between a .jpg file and a .jpeg one — the internal content is identical, they open with the same software, and they're compressed with the same algorithm. The only difference is the extension, and that difference exists for a very specific reason that has nothing to do with quality or actual compatibility.

Why two names exist for the same format
JPEG stands for Joint Photographic Experts Group, the committee that created the compression standard in 1992. That's the format's official name — and, on a modern operating system, the logical extension would be .jpeg, with all four letters.
The problem showed up with early versions of Windows (specifically MS-DOS and Windows 3.x), which limited file extensions to a maximum of three characters — the well-known "8.3" format (eight characters for the name, three for the extension). .jpeg didn't fit that limit, so it was trimmed to .jpg so files could be saved on those systems. macOS and Unix, which had no such limitation, kept using .jpeg as normal — which is why both extensions still coexist today, more than 30 years after the technical limitation that caused them stopped existing.
Is there any practical difference today?
None. Any modern program, browser, or operating system opens a .jpg or a .jpeginterchangeably without any issue, because both contain exactly the same type of data — identified internally by the same MIME type, image/jpeg, regardless of which extension the filename carries. If you have to pick one out of habit or project convention, .jpg is slightly more common simply due to Windows's historical legacy, but there's no technical reason to prefer one over the other.
Where a problem can occasionally — rarely, but genuinely — show up is in very old or poorly written systems or scripts that check the extension literally and expect only .jpg or only.jpeg. If you ever run into a form or website that rejects your photo because of the extension, renaming the file (changing the extension without touching the content) usually fixes it instantly, with no need to re-convert anything.
So when does the format actually matter?
What actually makes a real difference isn't JPG versus JPEG — it's JPEG versus genuinely different formats, like PNG or WebP. There you do find meaningful technical differences: PNG doesn't lose quality when compressed but weighs more, WebP tends to be lighter than both at similar quality. If you're unsure which one fits your case, we cover it in detail in theJPG, PNG, WebP, and AVIF format guide.
If you need to convert or compress a photo, it doesn't matter whether you call it JPG or JPEG:you can do it here, right in your browser, with nothing uploaded to any server.


