How to Change JPG to JPEG (And Whether You Even Need To)
If you've ever tried to upload a photo and been told the file format is wrong — only to realize the file is .jpg and the system wants .jpeg — you've stumbled into one of the most harmless pieces of confusion in all of computing. Here's the short version: JPG and JPEG are the same format. But if you genuinely need to rename or convert the extension, there are fast ways to do it across every major platform.
JPG vs JPEG: What's Actually Different
Nothing — technically. Both extensions refer to the JPEG image format (Joint Photographic Experts Group), a lossy compression standard developed in the early 1990s. The only reason two extensions exist comes down to legacy file system limitations.
Early versions of Windows (specifically MS-DOS and Windows 3.x) enforced an 8.3 filename rule: file names could have a maximum of eight characters, and extensions could only be three. So .jpeg got truncated to .jpg. Unix and Mac systems didn't have that restriction, so .jpeg remained in wider use there.
Modern operating systems handle both identically. A file named photo.jpg and a file named photo.jpeg that contain the same data are indistinguishable to any image viewer, browser, or editing tool — the extension is just a label.
Why You Might Still Need to Change the Extension
Even though they're equivalent, real-world situations sometimes force your hand:
- A web form or CMS validates file extensions as text strings and only accepts .jpeg
- A legacy system or client specification requires a specific extension
- A batch of files needs to be standardized for consistency in a project folder
- You're working with an API or automation script that pattern-matches on extension
In these cases, you're not converting anything — you're renaming. No image data changes. No quality is lost.
How to Change .JPG to .JPEG on Windows
Method 1: Manual Rename
- Open File Explorer and navigate to your image
- Right-click the file and select Rename
- Change .jpg to .jpeg at the end of the filename
- Press Enter and confirm if prompted
Method 2: Bulk Rename via Command Prompt
To rename all .jpg files in a folder to .jpeg at once:
Run this in Command Prompt from the target folder. This renames every .jpg in that directory — no conversion, just extension relabeling.
How to Change .JPG to .JPEG on macOS
Method 1: Manual Rename
- Click the file once to select it in Finder
- Press Return to enter rename mode
- Edit the extension from .jpg to .jpeg
- Press Return and confirm the change when prompted
Method 2: Batch Rename with Automator or Terminal
For multiple files via Terminal: