JPEG and JPG are identical file formats with different names

There is no conversion needed. JPEG and JPG are the same image format — they contain exactly the same data and display identically on any device. The two names exist because of a historical accident in how operating systems handled file extensions.

When the Joint Photographic Experts Group created this format in 1992, they named it JPEG. Early versions of Windows could only recognize three-letter file extensions, so the system shortened JPEG to JPG. Both names stuck, and today you see both used interchangeably. Your image file is already in both formats at once — the name is just different.

If you have a file called photo.jpeg and you need it to say photo.jpg instead, you are only renaming the file, not converting it. The image data does not change.

Key Takeaways

  • JPEG and JPG are the same format with two different names — no conversion happens when you change from one to the other.
  • You can rename a JPEG file to JPG by right-clicking it, selecting rename, and changing the extension from .jpeg to .jpg.
  • On Mac, use Finder to rename; on Windows, use File Explorer; on Linux, use the command line or a file manager.
  • Some older software or devices may only recognize .jpg, which is why you might need to use the shorter name even though both work identically.
  • If you actually need to change the image format itself — to PNG, WebP, or another type — that requires a different process using image editing software.

How to rename JPEG to JPG on Windows

Open File Explorer and navigate to the folder containing your image. Right-click the file and select Rename. The filename will become editable. Change the extension from .jpeg to .jpg and press Enter. Windows will ask if you are sure you want to change the file extension — click Yes.

If you do not see the file extension at all, you need to show it first. In File Explorer, click the View tab at the top, then check the box next to File name extensions. Now the .jpeg or .jpg will be visible and you can rename it.

How to rename JPEG to JPG on Mac

Open Finder and locate your image file. Click once on the file to select it, then press Enter (or click it again slowly). The filename becomes editable. Change the extension from .jpeg to .jpg and press Enter. Mac will ask if you want to use the new extension — click Use .jpg.

If the extension is hidden, open Finder preferences, click the Advanced tab, and check Show all filename extensions. Close the preferences window and try renaming again.

How to rename JPEG to JPG on Linux

In a file manager, right-click the file and select Rename. Change the extension from .jpeg to .jpg and press Enter. If you prefer the command line, open a terminal, navigate to the folder with your image, and type mv filename.jpeg filename.jpg (replacing "filename" with your actual filename). Press Enter and the file is renamed.

The command line method works the same way on any Linux distribution and is often faster if you have many files to rename at once. You can also use wildcards to rename multiple files in one command, though that requires more careful typing to avoid mistakes.

When you actually need to convert to a different format

If you need to change your image to PNG, WebP, GIF, or another format entirely — not just rename it — that is a real conversion and requires image software. Built-in tools on most computers can do this: on Windows, use the Photos app or Paint; on Mac, use Preview; on Linux, use GIMP or ImageMagick.

Open the image in one of these programs, go to File or Export, and choose the format you want. The software will re-encode the image data into the new format. This is different from renaming — the file size, quality, and data structure may all change depending on which format you choose.

Why some devices or software only recognize JPG

Older cameras, printers, and software sometimes expect the three-letter .jpg extension and may not recognize .jpeg. This is rare now, but it is why the shorter name persists. If you upload an image to a website and it rejects .jpeg but accepts .jpg, renaming solves the problem when ready — you are not losing any image quality or data.

Modern devices and software handle both names without issue, so you can use whichever one you prefer. The choice is purely practical, not technical. If you are unsure which one a particular device needs, .jpg is the safer choice because it has been around longer and is recognized by nearly everything.

Frequently Asked Questions

Does renaming JPEG to JPG change the image quality?

No. Renaming only changes the label on the file, not the image data itself. The quality, colors, and resolution stay exactly the same. You could rename it back to .jpeg and nothing would be different.

What if I rename a file and it stops opening?

This usually means you made a typo in the extension. Right-click the file, select Rename again, and make sure the extension is exactly .jpg with no extra characters or spaces. If you accidentally deleted the extension entirely, add it back. If the file still will not open, undo the rename by pressing Ctrl+Z (Windows) or Command+Z (Mac).

Can I rename multiple JPEG files to JPG at once?

Yes. Select all the files you want to rename (Ctrl+A or Command+A to select all in a folder), right-click, and choose Rename. Most file managers will rename them in batch, though the exact process varies by operating system. On Windows, you can also use batch rename tools; on Mac, use the Rename option in the File menu.

Is JPG or JPEG better to use?

Neither is better — they are the same thing. Use whichever name your device or software expects. If you have a choice and nothing requires one or the other, .jpg is slightly more universal because older systems recognize it, but modern devices handle both equally well.