JPEG vs JPG: What Is the Difference?
13 June 2026
👉 Just need the tool? Convert to JPG — runs in your browser, nothing uploaded.
You saved a photo and it ended in .jpg on one computer but .jpeg on another. Now you are wondering which one is “better,” whether one keeps more detail, or whether you picked the wrong format. Here is the short answer: there is no difference. JPEG and JPG are two names for the exact same file format. Choosing one over the other has zero effect on quality, file size, or compatibility.
This confusion has been around for decades, so it is worth explaining why two names exist and why you can stop worrying about it.
They Are the Same Format
JPEG stands for the Joint Photographic Experts Group, the committee that created the standard in the early 1990s. It is the format your camera, phone, and web browser all use for ordinary photographs. The file extension, meanwhile, is just a label at the end of a filename that tells your operating system what kind of file it is.
.jpg and .jpeg both point to that same JPEG standard. Open either one and the decoder reads the same internal structure, applies the same decompression, and produces the same pixels. There is no “JPG version” and “JPEG version” of the format under the hood. They are interchangeable in every practical sense.
Why the Shorter Extension Exists
The reason for two spellings is a quirk of computing history. Early versions of MS-DOS and Windows used a file-naming scheme often called “8.3,” which limited a file extension to three characters. Because “jpeg” is four letters, it was trimmed to “jpg” so files would save correctly on those systems. The same shortening is why you also see .htm instead of .html and .tif instead of .tiff from that era.
Mac and Unix-based systems never had that three-character restriction, so they kept the full .jpeg spelling. As files moved between platforms, both extensions ended up in circulation. Windows dropped the 8.3 limit back in the Windows 95 days, but .jpg had already become the default habit for most software and most people, so it stuck.
No Quality or Size Difference
Because the extension is only a name, it cannot change anything about the data inside the file. Renaming photo.jpeg to photo.jpg, or the reverse, does not recompress the image, lose any detail, or change the file size by a single byte. It is the same file with a different label.
What does affect a JPEG is the compression setting used when the file is created or re-saved. JPEG uses lossy compression, meaning it discards some image information to shrink the file, and a lower quality setting throws away more. That trade-off is controlled by the software doing the saving, not by which extension you pick. So if two JPEG files look different, the cause is their compression settings, or how many times they have been re-saved, never whether one is spelled “jpg” and the other “jpeg.”
It is worth noting that the JPEG family does have genuine technical variants, such as progressive versus baseline encoding, and related but separate formats like JPEG 2000. Those are real differences in how the data is stored, but they have nothing to do with the .jpg versus .jpeg spelling and are not what people usually mean when they ask this question.
Which One Should You Use?
For everyday purposes, use whatever your software produces by default, which is almost always .jpg. Both extensions are recognized by every modern web browser, operating system, photo app, and content management system, so neither will cause a compatibility problem. If a website or upload form specifically asks for one spelling, just match what it requests. Renaming the file to satisfy that requirement is perfectly safe.
If you have a PNG or other image you need in this format, you can convert to JPG directly in your browser. The conversion runs entirely on your own device and nothing is uploaded to a server, so your images stay private.
The Practical Takeaway
JPEG and JPG are the same image format with two interchangeable names, and the shorter one survives only because of old file-naming limits in DOS and early Windows. Picking one does not affect quality, file size, or compatibility. So save your photos with whatever extension your software offers, rename freely when you need to, and put your attention on the compression setting instead, since that is the thing that actually controls how your image looks.