Step-by-Step Guide: Batch Edit JPG EXIF Data Every picture you take with a smartphone or digital camera contains hidden information called EXIF data. This metadata includes the date, time, camera settings, and even the exact GPS coordinates where the photo was taken.
While EXIF data is useful for organizing files, you may want to change it. You might need to fix an incorrect camera clock, add copyright information, or remove location details for privacy before uploading images online. Editing photos one by one is tedious, but batch editing allows you to update hundreds of JPG files simultaneously.
Here is a step-by-step guide to batch editing JPG EXIF data using three different methods, depending on your operating system and technical comfort level.
Method 1: Using Adobe Lightroom Classic (Best for Photographers)
Adobe Lightroom is the industry standard for managing large photo libraries. It offers robust metadata presets to update multiple images at once. Step 1: Import Your Images
Open Adobe Lightroom Classic and import the folder containing the JPG files you want to modify. Step 2: Select the Target Photos
Switch to the Library module. In the Grid view (press G), select all the images you want to edit. To select every photo in the folder, press Ctrl + A (Windows) or Cmd + A (Mac). Step 3: Apply or Edit Metadata
Look at the Metadata panel on the right side of the screen. Ensure that the “Selected Photos” option is active if prompted. From here, you can manually type in a new artist name, copyright notice, or caption. The changes will automatically apply to every highlighted image. Step 4: Batch Adjust Time and Date (Optional)
If your camera’s clock was wrong, go to the top menu and select Metadata > Edit Capture Time. Choose “Shift by a set number of hours” or “Change to a specified date and time,” enter the correct information, and click Change All. Method 2: Using ExifTool (Best Free, Cross-Platform Tool)
ExifTool by Phil Harvey is a free, powerful command-line application available for Windows, Mac, and Linux. It is widely considered the most flexible tool for heavy metadata editing. Step 1: Download ExifTool
Download the executable file from the official ExifTool website. For ease of use, place the exiftool.exe (Windows) or the application package (Mac) inside the folder containing your target images. Step 2: Open Command Prompt or Terminal
Windows: Hold Shift, right-click inside your photo folder, and select Open PowerShell window here or Open in Terminal.
Mac: Open the Terminal app, type cd , drag and drop your photo folder into the window, and press Enter. Step 3: Run the Batch Command
Type one of the following commands based on your goal, then press Enter:
To add copyright and artist name to all JPGs:exiftool -Artist=“Your Name” -Copyright=“2026 Your Name”.jpg
To shift the capture time forward by two hours:exiftool -AllDates+=2 *.jpg
To completely strip all EXIF data for privacy:exiftool -All= *.jpg
Note: ExifTool automatically creates backup files ending in _original so you do not accidentally lose your original data.
Method 3: Using Third-Party GUI Software (Best for Casual Users)
If you prefer a visual interface but do not own Lightroom, dedicated free tools like Bulk Text File Editor or ExifPilot (Windows) and ImageOptim (Mac) are excellent alternatives. For this example, we will use AnalogExif, a popular multi-platform metadata editor. Step 1: Load the Files
Open the software and click Add Files or Open Folder to load your target JPG images into the main workspace. Step 2: Multi-Select the Images
Hold down Ctrl or Cmd and click the files you want to change, or select the entire batch inside the application window. Step 3: Use the Batch Modify Tool
Locate the Edit Metadata or Batch Operations menu. Type the new values into the corresponding fields, such as Camera Model, Artist, or Creation Date. Step 4: Save Changes
Click the Save or Write Metadata button. The software will process the entire queue and update the files. Summary Tips for Success
Always Backup First: Metadata changes modify the file structure. Keep a duplicate copy of your original photos in a separate folder before running any batch actions.
Check the File Extension: Ensure your files end in .jpg or .jpeg. Some software commands are case-sensitive and will ignore uppercase .JPG unless specified.
Verify the Results: After batch editing, right-click one of the modified photos, view its properties or info panel, and verify that the updates applied correctly.
To help me tailor this guide or troubleshoot any issues, could you tell me:
What operating system are you currently using (Windows, macOS, or Linux)?
What specific piece of EXIF data are you trying to change (e.g., dates, locations, copyright, or removing everything)?
Leave a Reply