Nikon Camera Metadata
Nikon has a reputation for recording more about a shot than anyone else — Picture Control, Active D-Lighting, the focus point it actually used, even the total shutter count. All of it is really in your file. Almost none of it is in the part of the file that ordinary tools can read, and that gap is what sends most people looking.
What can you actually read out of a Nikon file, and with what?
| What you want | Where Nikon puts it | Browser viewer | ExifTool / NX Studio |
|---|---|---|---|
| Body, lens, exposure, ISO, date | Standard EXIF | Yes | Yes |
| Your name and copyright | Standard EXIF (Artist, Copyright) | Yes | Yes |
| Picture Control | MakerNote | No | Yes |
| Active D-Lighting | MakerNote | No | Yes |
| Focus point used | MakerNote (AF info) | No | ExifTool |
| Shutter count | MakerNote | No | ExifTool |
The good news, if you shoot raw: a Nikon NEF is a TIFF underneath, so it opens in our browser EXIF viewer and gives up its standard fields without any software at all. (Canon shooters are not so lucky — a CR3 will not open at all.) The catch is the second column: the Nikon-only settings live in a proprietary MakerNote block that browser tools do not decode, so reading those means a desktop tool.
Jump to NEF and NRW files, the Nikon-only fields, Mac, Windows, and mobile, Lightroom and NX Studio, or the best tools.
NEF, NRW, and Why Nikon Raw Opens When Canon Raw Does Not
Nikon kept its raw files on a foundation that the rest of the world already understood, and raw shooters benefit from that decision every time they try to inspect a file.
NEF — Nikon Electronic Format
Nikon's raw format across the DSLR and Z-mount lines. A NEF is a TIFF file with Nikon's data written into it — and because TIFF is a container general-purpose readers already parse, a NEF hands over its standard EXIF to an ordinary viewer. It also carries a full-size embedded JPEG preview, which is what your camera shows you on the back screen.
NRW — the Coolpix raw
The raw format from Nikon's Coolpix compacts. It is also TIFF-based, so it behaves much like a NEF in a general-purpose reader, though support in editing software is thinner simply because far fewer people shoot it.
What this means in practice
Drop a NEF straight into a browser viewer and you will get the body, the lens, the focal length, the aperture, the shutter speed, the ISO, and the timestamps. There is no need to shoot RAW+JPEG just to make your metadata readable, and no need to install anything — which is exactly the workaround Canon CR3 shooters are forced into.
What you will not get is the Nikon-specific half. Open a NEF or a Nikon JPEG in a browser tool and look through every tag: you will find one called MakerNote whose value reads [Raw maker note data]. That is the block holding Picture Control, Active D-Lighting, the AF point, and the shutter count. The bytes are right there in your file; the viewer simply has no decoder for them.
ExifTool, the commands worth knowing for Nikon:
exiftool photo.NEF— every tag the file carries.exiftool -Nikon:all photo.NEF— only the Nikon-specific MakerNote tags.exiftool -ShutterCount photo.NEF— the actuation count, the number people buying used bodies want.exiftool -G1 -a -s photo.NEF— everything, grouped by where it lives, with exact tag names.
One warning that applies to raw more than anything else: the MakerNote is the first thing editing software throws away. Convert a NEF to DNG, or export a JPEG from Lightroom, and the Nikon block is typically dropped or rewritten — taking the Picture Control, the Active D-Lighting setting, and the shutter count with it. If you want the original Nikon data, read the file that came off the card, not a conversion of it.
The Nikon-Specific EXIF Fields
Everything in a Nikon file sits in one of two places. The split is not cosmetic — it decides which tool can show you what, and it explains why the settings you care about most are the hardest to read.
Standard EXIF — read by everything
The fields the EXIF specification defines, which every manufacturer writes the same way:
Make—NIKON CORPORATION, always in capitals, which is a quick brand fingerprintModel—NIKON Z 8LensModel—NIKKOR Z 24-70mm f/2.8 SFNumber,ExposureTime,ISOSpeedRatings,FocalLengthSoftware— the firmware version, e.g.Ver.02.00ArtistandCopyright— whatever you typed into the camera's copyright menu
The Nikon MakerNote — read by few
A proprietary block Nikon structures however it likes. The EXIF standard says nothing about its contents, so a tool can only read it if someone wrote a Nikon decoder for it:
- Picture Control — the colour and tone profile
ActiveD-Lighting— shadow and highlight handlingAFAreaMode,AFPoint— the focus point the camera usedShutterCount— total actuations on the bodyVRMode— whether Vibration Reduction was activeHighISONoiseReduction,VignetteControl
The three Nikon shooters ask about
- Picture Control. Nikon's colour and tone profile — Standard, Neutral, Vivid, Monochrome, Portrait, Landscape, or Flat, plus the sharpening, contrast, and saturation you tuned underneath it. In a JPEG the look is already baked in and the setting is a record of what happened. In a NEF it is closer to an instruction, which a raw converter is free to follow or ignore — see Lightroom and NX Studio below, because this is the single most common reason a NEF looks different on your computer than it did on the camera screen.
- Active D-Lighting. The in-camera setting that lifts shadows and protects highlights, recorded as Off, Low, Normal, High, Extra High, or Auto. Same story: baked into the JPEG, treated as a suggestion for the NEF. It is worth reading back when you are working out why one frame in a series looks flatter than the rest.
- Focus point and shutter count. Nikon records which AF point (or points) the camera actually focused on, which is the honest way to settle whether a soft shot was your technique or the camera's. It also keeps a running
ShutterCount— the actuation total used to judge wear on a used body, and the single most-requested number in any Nikon file. Both are MakerNote fields, so both need ExifTool; how much AF detail decodes varies from body to body.
The privacy field to check before you publish. Nikon bodies have a copyright menu where you enter a name and a copyright string, and — unlike Canon, which buries its owner name in the MakerNote — Nikon writes yours into the standard Artist and Copyright EXIF fields. That cuts both ways: you can see it in any viewer, including ours, but so can everyone else, and it survives an export that would have stripped a MakerNote. Cameras set up once by a shop or a previous owner often carry a name nobody remembers entering. Check yours, and see removing photo metadata if you would rather it were not there at all.
For how Nikon's MakerNote compares with what Canon, Sony, and Fujifilm write, see EXIF data by camera brand, or the Nikon brand page for the field-by-field list and popular bodies.
How to View Nikon Metadata on Mac, Windows, and Mobile
Every operating system will show you something from a Nikon file. None of them will show you the Nikon part.
Mac
macOS reads NEF natively. Open the file in Preview and choose Tools → Show Inspector, or select it in Finder and press Command-I, and you get the exposure basics: body, lens, aperture, shutter speed, ISO, and the date. Picture Control, Active D-Lighting, and the shutter count are not there and will not be.
Windows
Right-click the file, choose Properties, then the Details tab. You will see date, dimensions, and most of the standard camera fields. Windows needs Microsoft's Raw Image Extension installed before it will preview or read a NEF at all — and even then, the MakerNote stays closed.
Mobile
iOS and Android both show a basic info panel — date, size, sometimes the camera model — and nothing brand-specific. The quickest route on a phone is to open our EXIF viewer in the mobile browser: it reads the file on the device, with nothing uploaded and nothing to install.
Why no browser-based viewer shows you Picture Control.
The JavaScript EXIF libraries that web viewers are built on — the one behind this site included — ship MakerNote decoders for only a couple of brands, and Nikon is not among them. So a browser tool reads a Nikon file's standard EXIF perfectly and reports the Nikon block as a single opaque tag: MakerNote, [Raw maker note data]. That is not a bug in your file and not something a better website will fix. Nikon-specific fields mean ExifTool or Nikon's own software.
What each exposure field actually means is covered in camera settings in EXIF data, and the tags describing the glass in lens EXIF data.
Nikon Metadata in Lightroom and NX Studio
These two treat your Nikon settings in opposite ways, and the difference is the reason your raw files change appearance the moment you import them.
Lightroom — reads the file, ignores the profile
Lightroom reads the standard EXIF happily: you can filter a catalogue by body, lens, ISO, or focal length. What it does not do is honour Nikon's rendering settings. Lightroom applies its own Adobe profile to a NEF and disregards the Picture Control and Active D-Lighting the camera asked for.
That is why a NEF can look punchy on the camera screen and flat the second it lands in Lightroom — the screen was showing you the embedded JPEG preview, rendered with your Picture Control; Lightroom is showing you the raw sensor data, rendered its own way. Adobe's Camera Matching profiles exist to approximate the Nikon looks, and they are the closest you get without leaving Lightroom.
NX Studio — reads everything, because it is Nikon's
If you are searching for Capture NX, the answer today is NX Studio: Nikon folded Capture NX-D and ViewNX-i into a single free application, and it is the one to download. It reads NEF and NRW completely, MakerNote included.
Because it is Nikon's own software, it shows the shooting information the way the camera meant it — Picture Control, Active D-Lighting, focus point, noise reduction, VR — and it will render your NEF exactly as the body did. It can also change those settings on a raw file after the fact, which no third-party converter can do faithfully.
The trap worth knowing: exporting from either one usually drops the Nikon MakerNote from the resulting JPEG. If a shot is going to a client or a competition and the original camera data matters, send the file from the card — or check the export first.
Best Tools for Nikon Metadata
There is no single winner — it depends on whether you need the exposure or the Nikon-only fields underneath it.
| Tool | Reads NEF? | Nikon MakerNote | Best for |
|---|---|---|---|
| This site's EXIF viewer | Yes | None | Reading your settings in seconds, on any device, with nothing uploaded and nothing installed. |
| ExifTool | Yes | Full | Shutter count, AF point, Picture Control — the fields nothing else surfaces. Command line. |
| Nikon NX Studio | Yes | Full | Nikon's free software — shooting info displayed, and the raw rendered, the way the camera intended. |
| Lightroom / Adobe Bridge | Yes | Minimal | Filtering a catalogue by lens, ISO, or body while you edit. Ignores Picture Control. |
| Windows Properties / macOS Get Info | Limited | None | A quick look at date and dimensions. It will not show you the Nikon fields. |
The practical combination for most Nikon shooters: the browser viewer for the everyday question of how a shot was exposed — a NEF opens there directly — and ExifTool for the once-in-a-while question, like a shutter count, that only the MakerNote can answer.
Read the Metadata in Your Own Nikon Photos
Drop a Nikon JPEG — or the NEF itself — into the viewer. The Camera tab gives you the body, the lens, and the exposure immediately; the All tab lists every tag in the file, including the Artist and Copyright fields worth checking before you publish. Nothing is uploaded — the photo is read in your browser and stays on your machine.
If the tag you are after is Picture Control, Active D-Lighting, the focus point, or the shutter count, no browser tool will find it. That is an ExifTool or NX Studio job, and the file on your card already has the answer in it.
Open the EXIF ViewerRelated Guides
Nikon EXIF Data by Model
The field-by-field reference for Nikon bodies, from the Z 8 and Z 9 to the D850.
Canon Camera Metadata
The other side of the comparison — why a CR3 will not open at all where a NEF opens fine.
EXIF Viewer
Read every tag in a photo in your browser. NEF files included. Nothing is uploaded.
Camera Settings in EXIF Data
Aperture, shutter speed, ISO, white balance, and metering — how to read a photo's exposure from its metadata.
EXIF Data by Camera Brand
Side by side: how Canon, Nikon, Sony, and Fujifilm each structure the proprietary MakerNote block.
Lens EXIF Data
The tags that record lens model, focal length, and aperture range — and why Nikon's VR mode is not among them.
Frequently Asked Questions
How do I view Nikon metadata online?
Drop a Nikon JPEG or NEF into a browser-based EXIF viewer. NEF files open directly — a NEF is a TIFF underneath, which web viewers can parse — so you get the body, lens, focal length, aperture, shutter speed, ISO, and timestamps without installing anything, and the file never leaves your computer. What you will not get is the Nikon-specific data: Picture Control, Active D-Lighting, the focus point, and the shutter count live in the MakerNote, which browser tools do not decode. Those need ExifTool or Nikon's NX Studio.
How do I find the shutter count on a Nikon?
Nikon writes the total actuation count into the MakerNote of every frame, which makes it the standard way to judge wear before buying a used body. Read it with ExifTool: exiftool -ShutterCount photo.NEF. It will not appear in a browser viewer, in Windows Properties, or in macOS Get Info, because none of them decode the Nikon block. Ask a seller for a straight-from-the-camera file rather than an export — software that has re-saved the image has usually dropped the MakerNote, and with it the count.
Why does my NEF look different in Lightroom than on the camera?
Because the camera screen was not showing you the raw data. It was showing the full-size JPEG preview embedded in the NEF, rendered with your Picture Control and Active D-Lighting applied. Lightroom ignores both, applies its own Adobe profile to the raw sensor data, and shows you that instead — usually flatter and less saturated. Adobe's Camera Matching profiles get you close to the Nikon rendering, and Nikon's own NX Studio reproduces it exactly, because it reads the settings the camera recorded.
Where is Picture Control stored, and can I read it?
In the Nikon MakerNote — the proprietary block the EXIF standard reserves for manufacturers and says nothing about. You can read it with ExifTool (exiftool -Nikon:all photo.NEF) or in NX Studio, which displays it as part of the shooting information. You cannot read it in a web-based viewer, in Lightroom's metadata panel, or in your operating system's file properties. The same is true of Active D-Lighting, the AF point used, and the VR mode.
Is Capture NX still the software to use for Nikon metadata?
Not under that name any more. Nikon combined Capture NX-D and ViewNX-i into NX Studio, a single free application that is now the current Nikon software for browsing, reading, and processing NEF files. It reads the full MakerNote and renders your raw files exactly as the camera did. If a guide points you at Capture NX-D or ViewNX-i, it predates the change — NX Studio is the one to download.
Does my Nikon photo contain my name?
Quite possibly. Nikon bodies have a copyright menu that writes an artist name and a copyright string into every frame — and unlike Canon, which hides its owner name in the MakerNote, Nikon puts yours in the standard Artist and Copyright EXIF fields. That means any viewer can read it, including ours, and it survives exports that would strip a MakerNote. Cameras configured by a shop or a previous owner often carry a name nobody remembers setting. Check it in the All tab of the viewer, and strip the metadata before publishing if you would rather it were not there.
See what your Nikon wrote into your photos
Drop in a JPEG or a NEF to read the body, lens, exposure, and every other tag the file carries. It runs in your browser and nothing is uploaded.
Open Photo Metadata Viewer