Alternative if conversion fails?

Rename manually in Finder, Explorer, or your terminal of choice. For massive batches the rsync or rclone commands also accept a rename filter on copy.

More about converting JPEG to JPG

JPEG and JPG are the same format - the difference is purely the file extension. The JPEG (Joint Photographic Experts Group) standard was finalised in 1992, and early MS-DOS and Windows 3.1 limited filenames to three-character extensions, which is why .jpg became the dominant suffix on PCs while macOS, Linux, and Unix kept the four-letter .jpeg. Both extensions point to identical bitstreams: SOI marker 0xFFD8, JFIF or Exif header, quantisation tables, Huffman tables, and DCT-encoded image data.

The reason to convert JPEG to JPG is usually compatibility with a strict upload form, a legacy CMS, or an older Windows application that whitelists extensions. Real-estate platforms (Zillow, Redfin, MLS feeds), some MLS provider gateways, and certain enterprise DAMs accept .jpg but silently reject .jpeg. Our converter performs a byte-preserving rename - it does not re-encode, so there is zero quality loss and every metadata block (EXIF, IPTC, XMP, ICC profile) is preserved exactly as it was.

If you receive .jpeg files from a Mac user (where Preview's Export defaults to .jpeg) or from a DSLR set to four-letter extensions, a quick batch through the web converter or a single PowerShell line gets them ready for legacy targets. For new captures destined for both Mac and PC workflows, configure your camera to write .jpg from the start - Canon, Nikon, and Sony all expose this in the file-naming menu. Once converted to .jpg, run them through compress-jpg if file size matters for email or web.

When you'd use this

Reasons to convert JPEG to JPG usually come down to compatibility, file-size, or specific feature requirements. Common situations:

  • An app or platform only accepts JPG uploads.
  • You need a feature unique to JPG (e.g. transparency, vector scaling, animation, multi-page pages, etc.) that JPEG doesn't provide.
  • You're optimising file size — modern formats often produce smaller files than the older format you started with.
  • You need a single archival format across a project so files behave consistently in the same viewer.

How to do it in jpg.now

  1. Open the JPEG → JPG tool on jpg.now.
  2. Drag your JPEG file onto the drop zone, or click Select files. You can drop a whole folder of files at once.
  3. The output is fixed to JPG. If the format supports extra options (page size, transparency background, quality, EXIF stripping), tweak them in the right-hand panel.
  4. Click Convert. The job runs on our server and finishes in a few seconds for typical photos.
  5. Download the result. Files stay in storage for 24 hours and are then permanently deleted.

The entire flow is free for the first 10 jobs per day with no signup required. A free account doubles that quota; a premium plan removes the limit entirely.

Tips and common pitfalls

  • JPEG and JPG are byte-identical formats - never re-encode just to switch extensions, simply rename.
  • In Lightroom, set File Renaming on export to {filename}.jpg explicitly to override Mac defaults that produce .jpeg.
  • Bulk rename a folder on Windows with PowerShell: Get-ChildItem *.jpeg | Rename-Item -NewName { $_.Name -replace '.jpeg$', '.jpg' }.
  • On macOS use the Finder rename tool (right-click > Rename Items) for batches up to thousands of files.
  • If your target system rejects .jpeg, our converter is the safest one-click fix that won't strip your EXIF or ICC profile.
Try the JPEG → JPG tool
Free, no signup required. Files deleted in 24 h.
Open JPEG → JPG
Back to all FAQ