After reading, you will be able to:

  1. 1️⃣ Tell in one sentence whether JPEG and JPG are different (they are not).
  2. 2️⃣ Rename a single file or a whole folder to .jpg without losing any quality.
  3. 3️⃣ Know the rare cases where you truly need a converter, not a rename.
Batch Picture Resizer Screenshot.
Eugene - CEO at SoftOrbits, Candidate of Technical Sciences, has more than 16 years of expertise in software development, photo and multimedia applications, enhancing and transforming digital images and videos.
📅 Last updated on:  2026-06-16

Here is the part most websites bury under an upload button. To convert JPEG to JPG you do not convert anything at all. The whole jpeg vs jpg question has one answer: they are the exact same image format, and only the three letters at the end of the file name differ. A .jpeg and a .jpg open in the same apps at the same quality. So when a form insists on .jpg and rejects your .jpeg, the fix is a rename, not a conversion, and it takes about five seconds. This guide shows the rename on Windows and Mac, the batch trick for whole folders, and the few cases where an actual converter belongs.

What you will learn
Apply in Renaming .jpeg files to .jpg Saves 5-10 minBeginner

Are JPEG and JPG the same format?

TL;DR

Yes. JPEG and JPG are one and the same format with identical data and identical quality. The shorter .jpg extension only exists because old MS-DOS and early Windows allowed file extensions of just three letters.

Both names point to the standard created by the Joint Photographic Experts Group, which is where the letters JPEG come from. When that standard arrived, MS-DOS and the Windows versions built on it could only show three-letter extensions, so .jpeg was trimmed to .jpg. Mac and Unix systems never had that limit, so they kept the full .jpeg. The image inside the file stays byte-for-byte the same either way, from the JFIF container to the compression to the color data. Decades later both extensions are universal, and the choice between them is pure naming preference. Even the online tools that sell a "JPEG to JPG converter" quietly concede the point, since their own help pages admit the two hold identical data. So if you are still asking, is JPEG the same as JPG, the answer is yes, and there is nothing to convert.

Why two extensions still exist today:

The three-letter habit outlived the limitation that created it. Cameras and apps each picked a default. Some write .jpg and some write .jpeg, and that inconsistency is exactly why you end up with a folder full of one when a website wants the other. You can read the format history on the JPEG entry at Wikipedia if you want the full backstory.

What to do when a program only opens .jpg files

TL;DR

Just rename the file extension from .jpeg to .jpg. The program is checking the name rather than the image, so changing those letters makes it accept the file with no quality loss and no special software.

A strict extension check is the single most common reason people search for a JPEG to JPG conversion. An older photo printer or a job-application portal refuses anything that is not exactly the .jpg file extension. The file itself is fine, and it opens in every viewer you own. People hit this constantly, describing an official website that rejects a photo as "format invalid" while the same file opens everywhere else. The cure is to rename, which is what the rest of this guide walks through.

Rename a .jpeg to .jpg on Windows

Turn on file name extensions first

Open File Explorer, click the View menu, then Show, and tick File name extensions. On Windows 10 the checkbox sits on the View ribbon directly. Without this, Windows hides the .jpeg and you will rename blind.

Right-click the file and choose Rename

Select your photo, press F2 or right-click and pick Rename. The whole name becomes editable, including the extension.

Replace .jpeg with .jpg and press Enter

Change only the part after the dot, so photo.jpeg becomes photo.jpg. Leave the name itself alone. Windows asks whether you are sure you want to change it. Confirm with Yes. The thumbnail does not change because the image did not change.

Batch Picture Resizer Batch Picture Resizer

Batch Image Resizer is an easy, user-friendly tool that helps you resize multiple photos, convert, flip, mirror, or rotate them in batch mode.

How do I batch rename many .jpeg files to .jpg on Windows?

TL;DR

Select every file, press F2, and Windows renames the whole batch at once. For thousands of files, a one-line PowerShell command flips the extensions in seconds. Both are free and built in.

Renaming hundreds of camera exports one by one is the pain that drives people to upload everything to a website, and you do not need to. You can rename JPEG to JPG in bulk right inside File Explorer. Photographers run into this when an app changes its default. In Adobe Bridge community discussions users report exports suddenly arriving as .jpeg, which forces a batch fix before a stock agency will accept them. For a whole folder, the fastest no-tool route is PowerShell:

Get-ChildItem *.jpeg | Rename-Item -NewName { $_.Name -replace '\.jpeg$', '.jpg' }

PowerShell vs Command Prompt:

Run the line above in PowerShell. Hold Shift while you right-click the folder, then choose "Open in Terminal" or "Open PowerShell window here." The old ren *.jpeg *.jpg trick belongs to Command Prompt instead, which is why people get a "ren is not recognized" style error when they mix the two up. Pick one shell and use its matching command.

How do I change a .jpeg to .jpg on a Mac?

TL;DR

Click the file name in Finder, press Return, and edit the extension to .jpg. To fix a whole folder, select many files, right-click, and use Rename. macOS keeps the full image intact.

To change JPEG to JPG on a Mac, start by showing the extension, which is sometimes hidden. Select the file and open Get Info with Command-I, then uncheck Hide extension so you can see and edit the .jpeg. Now click the name in Finder, press Return, change .jpeg to .jpg, and confirm with Use .jpg. For many files at once, select them all, right-click, choose Rename, and use the "Replace Text" option to swap jpeg for jpg across the batch. If you would rather re-export than rename, opening the image in Apple's Preview and choosing Export lets you save as JPEG, though for a pure extension fix the rename is faster and lossless.

Will renaming .jpeg to .jpg reduce image quality or break the file?

TL;DR

No. A rename touches only the file name and never the pixels, so there is zero quality loss. Quality drops only if you open and re-save the image in an editor, which re-compresses it.

That fear is what sends people to "safe" converter sites, and it is misplaced. Renaming a file changes a string of text in the file system. It does not decode, re-encode, or recompress a single pixel, so the JPEG data stays untouched. The real danger is the opposite move. Opening the photo in Paint or Photoshop and choosing Save As JPEG re-encodes the image with lossy compression and genuinely degrades it, which is what users mean when they say a file "got worse after I converted it." For a JPEG-to-JPG change, never re-save and only rename.

Does changing the extension delete or change EXIF metadata?

TL;DR

No. Renaming the extension leaves all EXIF and IPTC metadata fully intact, including the shooting date and the GPS location, because it never opens or rewrites the file's contents.

A pure rename modifies only the file name in the directory, and the binary content is never read or rewritten. Your capture date and camera settings survive exactly as they were, and so do any GPS tags it carries. Metadata specialists confirm this in the ExifTool support forum. Where metadata actually disappears is the re-save route again, or some online tools that strip data on export. Renaming is the metadata-safe path.

Is an online JPEG to JPG converter worth it?

TL;DR

For a plain JPEG-to-JPG change, no. Online tools upload your image to a stranger's server, make you wait, and hand back a renamed file, sometimes with a re-encode that quietly lowers quality.

Six of the top results for this search are upload-and-download web tools that present a rename as a "conversion." For this specific task they add cost and risk without any value. Your photo leaves your computer and sits on a third-party server, and you wait for a round trip to do something a right-click does instantly. Some of those tools also re-encode the image during "conversion," which can shave quality off a file that needed nothing done to it. The honest reasons to ever use one are narrow. Maybe you are on a locked-down work machine where you cannot rename files, or you are on a phone with no easy file manager. Otherwise the local rename wins on speed and privacy every time.

When you actually need a real converter

TL;DR

You need a true converter only when the source is a different format such as camera RAW or iPhone HEIC going to JPG. That is a genuine re-encode, and a desktop batch tool handles dozens of files offline.

Drawing this line saves a lot of confusion. A rename works when the file is already a JPEG and only the extension is wrong. A real conversion is needed when the bytes inside are a different format that has to be re-encoded into JPEG. Think of a Canon CR2 straight off a camera. An iPhone HEIC photo counts too, and so does a layered Photoshop PSD or a print-ready TIFF. For those, a desktop tool such as Batch Picture Resizer processes a whole folder offline and gives you a quality slider before export. Nothing is uploaded, and a batch of two hundred photos finishes in one run. The same offline batch approach powers our RAW to JPG guide.

Your situationWhat to do
File is .jpeg, a form wants .jpgRename the extension (this guide)
Camera RAW (CR2, NEF, DNG) to JPGReal converter
iPhone HEIC to JPGReal converter
TIFF, PSD, PNG, or WebP to JPGReal converter
If that is your real task, start with the guide that matches your source format. Each one covers a true format change:

Pitfalls when converting JPEG to JPG format

TL;DR

Most JPEG-to-JPG trouble comes from hidden extensions, re-saving instead of renaming, or mixing up the shell command. Each one is easy to avoid once you know the trap.

✔️ The double extension trap.

Rename with extensions hidden and you get image.jpeg.jpg, which opens in nothing. Windows hides known extensions by default, so turn on File name extensions before you rename. The same hidden-extension confusion surfaces when people try to change the extension in Microsoft Q&A threads.

✔️ Re-saving in an editor instead of renaming.

If you open the photo and export it again, the editor re-compresses the pixels and shaves off quality you did not need to lose. For a JPEG-to-JPG change you never open the image, you just edit its name. The same confusion about whether the two are even different formats fills Quora threads.

✔️ Running the wrong shell command.

The ren *.jpeg *.jpg shortcut works in Command Prompt, not PowerShell. Match the command to the shell or you will get a "not recognized" error, the kind of bulk-rename mix-up people sort out in Microsoft Q&A threads.

✔️ Assuming a rejected upload needs a real conversion.

When a site rejects .jpeg, it almost always just wants the .jpg extension. Try a rename first before reaching for any converter, because that is usually the whole fix. People burn time hunting for converters over this in Tom's Guide forum threads.

✔️ Expecting the thumbnail or file size to change.

Because the image data is untouched, the preview and the file size stay the same after a rename. That is correct behavior, not a sign the rename failed.

Batch Picture Resizer Batch Picture Resizer
JPEG and JPG are the same format. Learn how to convert JPEG to JPG by renaming the extension on Windows or Mac - no quality loss, no upload.
Batch Picture Resizer Screenshot.


🙋Frequently Asked Questions

Neither, because they are the same format and the quality is identical. Use whichever extension the site or program asks for.

No, only the files a specific program or upload form rejects. There is no general benefit to changing every file.

Rename inside the Files app, or use the Shortcuts app to batch-rename. Most apps treat .jpeg and .jpg the same, so you rarely need to.

A default changed in its export settings. You can switch it back, or batch-rename the exports with the Windows or PowerShell method above.

Some do, because of a strict extension check. The image is valid either way, and the rename simply satisfies the check.

Sources