Convert NEF to JPG or JPEG on a Mac (2026 Guide)

Somebody — a print shop, a client, an upload form — wants a JPEG (same thing as a JPG: one format, two spellings), and what you have is a card of Nikon .NEF files. Your Mac can convert them without installing anything, and Nikon's own free software covers the cases macOS can't. Here are the four ways, from one file in Preview to a whole folder in Terminal, plus the settings that keep the result looking like your photograph.

The short version

SituationUse
One file, right nowPreview (File > Export)
Files macOS won't read, or you want Nikon's colorsNX Studio, free from Nikon
A whole foldersips in Terminal
You want to edit before convertingA RAW editor such as RevelRaw

Method 1: Preview

  1. Double-click the .NEF file. It opens in Preview.
  2. Choose File > Export…
  3. Set Format to JPEG, drag the Quality slider toward Best, and save.

Full resolution, ten seconds, nothing to install. Two caveats. Preview renders Apple's default interpretation of the RAW data — your Picture Control setting is ignored, so the JPEG won't match the preview you saw on the camera. And Preview only reads NEF variants Apple supports: a brand-new Z body, or a file saved in a High Efficiency mode that macOS doesn't decode, gets you a blank thumbnail. Our guide to opening NEF files on a Mac covers those cases in detail.

Method 2: NX Studio, Nikon's free converter

  1. Download NX Studio from Nikon's site (free, no camera registration needed).
  2. Browse to your NEF files, select one or a hundred.
  3. Choose File > Export, pick JPEG, set quality and size.

NX Studio is the one tool guaranteed to open every NEF ever made, including the High Efficiency files other apps reject, because Nikon wrote it. It also applies your in-camera Picture Control — if you shot Vivid or Monochrome, the JPEG comes out the way the camera showed you, not Apple's neutral take. The app itself is slow to launch and dated to use; treat it as a converter and a safety net rather than an editor you live in.

Method 3: sips, for whole folders

macOS ships with a command-line image tool called sips. Open Terminal, cd into the folder with your RAW files, and run:

sips -s format jpeg -s formatOptions 90 photo.NEF --out photo.jpg

To convert every NEF file in the folder:

for f in *.NEF; do
  sips -s format jpeg -s formatOptions 90 "$f" --out "${f%.NEF}.jpg"
done

The formatOptions number is JPEG quality from 0 to 100. This uses the same macOS RAW engine as Preview, so the rendering and the camera-support limitation match, but it chews through a full card while you make coffee. No installs, no uploads, nothing leaves your Mac.

Method 4: Edit first, then export

Our app, so judge accordingly. The three methods above convert the file; none of them let you decide how the photograph looks first. RevelRaw is a native macOS editor for every major camera brand, Nikon included. It decodes the .NEF with its own pipeline, ranks 40+ presets against the scene it detects in your photo, gives you the standard controls to fine-tune, and then exports JPEG with the choices that matter: quality, sRGB or Display P3 or Adobe RGB, and size presets for Instagram, print or web. The free download includes one full-quality export, so you can run a real file through before paying anything.

If you just need a fast, faithful copy of what the camera saw, use Preview, sips or NX Studio and keep your money. Reach for an editor when the JPEG is the finished product.

"Without losing quality," honestly

JPEG compresses by discarding data, so every conversion loses something. You control how much:

FAQ

How do I convert NEF to JPEG on a Mac for free?

Open the file in Preview, choose File > Export, pick JPEG and set the quality slider. In Terminal, sips -s format jpeg -s formatOptions 90 photo.NEF --out photo.jpg converts one file; a for loop covers a whole folder. Nikon's NX Studio is also free and opens every NEF variant.

Does converting NEF to JPEG lose quality?

Yes, by design; JPEG discards data to shrink the file. At quality 85 to 90 the loss is invisible on screens and in most prints. Keep the original NEF as your negative and you lose nothing permanently.

Why won't my NEF file convert in Preview?

Either your camera is newer than your macOS RAW support, or the file was saved in a High Efficiency mode that Apple's decoder doesn't read. NX Studio opens both cases; so does a dedicated editor with its own decoder.

Should I use NX Studio or Preview to convert?

Preview is faster for a supported file when Apple's neutral rendering is fine. NX Studio is the right tool when you want your in-camera Picture Control applied, or when Preview refuses the file outright.

Edit it before you convert it. Download RevelRaw, drop in a .NEF, and export one finished JPEG at full quality on the house. Get it on the Mac App Store.

Related reading: How to open NEF files on a Mac · Convert RAW to JPEG on a Mac, any camera · Best photo editing software for the Nikon Z6 III