WebP to JPG, drop a WebP file and get a JPG instantly
WebP to JPG Guide

How to Convert WebP to JPG on Mac

Updated May 2026 6 min read By the WebP to JPG team

Quick answer

On a Mac, you have three free options: Preview (open WebP, export as JPG), command-line ImageMagick (fast batch conversion), or the WebP to JPG Chrome extension (drag-drop UI, works across all OS).

macOS has built-in image tools since Snow Leopard, but most Mac users do not know Preview can convert WebP. Here are three free methods that avoid any paid software.

convertwebp.site · WebP to JPG
Drop WebP files here or click to choose . up to 200 at once
WEBP banner-hero.webp Done . 0.9s
WEBP product-shot.webp Done . 1.1s
WEBP icon-pack.webp 82%
3 of 28 converted 0 uploaded
All conversion happens in your browser. Files never reach a server.

Method 1: Preview (built-in, no install)

Apple's Preview app handles WebP natively on macOS 11+:

  1. Right-click the WebP file in Finder, select Open With > Preview.
  2. File > Export As.
  3. Change Format to JPG, choose quality slider (80-90 is fine), and save.

Preview is instant for 1-5 files. For batches, use Method 2 or 3 instead.

Method 2: ImageMagick (fast batch conversion)

Install ImageMagick via Homebrew, then convert 100 WebP files in seconds:

  1. Install: brew install imagemagick
  2. Convert one file: convert input.webp output.jpg
  3. Convert all WebP in a folder: mogrify -format jpg *.webp

This is the fastest method for batches but requires terminal comfort.

Method 3: WebP to JPG Chrome extension

Works the same on Windows, Mac, Linux, and Chromebook:

  1. Install from the Chrome Web Store (one click).
  2. Click the toolbar icon, drop your WebP files.
  3. Choose quality and format, then click Convert and Download.

Useful if you switch between Mac and Windows and want one consistent workflow.

Why not use Acrobat or Photoshop?

Adobe Acrobat and Photoshop can convert WebP to JPG, but both cost $14.99/month or more. For a one-time conversion, that is overkill. For occasional use, Preview or the Chrome extension is instant and costs nothing.

Batch automation on Mac

If you have a folder of WebP files and want to convert all at once:

Option A (no install): Drop the entire folder into the Chrome extension's drop zone. It converts all files and downloads a ZIP.

Option B (ImageMagick): cd /path/to/folder && mogrify -format jpg *.webp

Option C (Automator): Build a Quick Action that calls ImageMagick, then right-click any folder and convert.

At-a-glance comparison

MethodSetup timeBest forBatch supportCost
Preview0 min1-5 filesNoBuilt-in
ImageMagick2 min (brew install)Batches 50+Yes (CLI)Free
Chrome extension30 secCross-platformYes (UI)Free
Acrobat Pro5 min installPower usersYes$14.99/mo

Convert WebP Files on Mac, No Install

WebP to JPG converts WebP images to JPG or PNG right inside Chrome. No upload, no account, no watermark.

Add to Chrome, free

Frequently asked questions

Does Preview preserve image quality?
Yes. Preview's JPG export uses a quality slider; 80-90 looks nearly identical to the original.
Can I convert WebP to PNG in Preview?
Yes. File > Export As, then choose PNG in the Format dropdown.
Does ImageMagick require terminal skills?
Basic knowledge of cd and folder paths. If you are not comfortable with Terminal, use Preview or the Chrome extension instead.
Can I convert WebP to JPG from iCloud Drive?
Yes. Open the file from iCloud Drive in Preview, or drag it into the Chrome extension's drop zone.
Is there a free Photoshop alternative for Mac?
Several: Preview (built-in), WebP to JPG Chrome extension, ImageMagick (CLI), and GIMP. For simple WebP conversion, Preview is fastest.

More by Peak Productivity

Free Chrome tools, ranked by what people actually install

Updates every day from real install counts and ship dates.