You plugged your camera's memory card into your computer, opened Windows Explorer or Mac Finder, and see a folder full of .NEF, .CR2, or .ARW files. You double-click one and Windows says "We can't open this file" — or Preview on Mac shows a blank rectangle. What's happening, and how do you fix it?
RAW files are unlike any other image format you've encountered. They're not finished images — they're raw sensor data waiting to be processed. Understanding what's inside a RAW file explains immediately why your standard image viewer can't handle it, and what you need to actually open and convert raw to jpg free without specialized software.
What Is Actually Inside a RAW File?
Every digital camera has a sensor made of millions of tiny photodiodes arranged in a grid. Each photodiode measures light intensity — but it measures only one color (red, green, or blue) because it sits beneath a colored filter (called a Bayer filter array or, in Fujifilm cameras, an X-Trans filter).
When your camera shoots JPG, the processor interpolates between neighboring photodiodes to calculate the full RGB color at each pixel position — a process called demosaicing. It then applies sharpening, noise reduction, your chosen Picture Style/Picture Control, and finally JPEG compression. All of this happens inside the camera in about 0.1 seconds.
When your camera shoots RAW, it skips all of that processing and saves the raw photodiode readings directly. The file contains:
- Raw Bayer/X-Trans data — the uninterpolated single-channel values from every photodiode
- Color matrix data — the camera manufacturer's specification for how to convert sensor output to actual colors
- White balance metadata — what you set on the camera, but not yet applied to the data
- EXIF metadata — camera model, lens, shutter speed, aperture, ISO, GPS, timestamp
- Embedded JPEG preview — a small or medium-size JPG thumbnail the camera generated so your LCD can show something
- Proprietary processing tags — camera-specific instructions that only the manufacturer's software fully understands
This last point is why your image viewer fails: to display a RAW file, the software needs to know how to demosaic this specific camera model's sensor data layout, apply the correct color matrix, and handle any compression the camera used. That's proprietary information that differs across every manufacturer and even across camera generations within the same brand.
RAW vs JPG: The Real Difference in Editing Headroom
The practical value of RAW over JPG is measured in bits. A typical RAW file stores 12 or 14 bits of data per color channel per pixel. A JPG stores exactly 8 bits. The difference:
| Attribute | RAW (14-bit) | JPG (8-bit) |
|---|---|---|
| Values per channel per pixel | 16,384 | 256 |
| Total possible colors | 4.4 trillion | 16.7 million |
| Highlight recovery (stops) | 2–3 stops | 0 stops |
| Shadow recovery (stops) | 3–5 stops | 0–1 stop |
| White balance adjustment | Full range, lossless | Limited, lossy |
| Re-save degradation | None (lossless) | Yes (lossy compression) |
| Typical file size (24MP) | 20–30 MB | 5–10 MB |
Those extra bits translate directly into editing headroom. A wedding photographer shooting in bright sunlight where the sky is two stops brighter than the subjects can recover the sky detail from RAW. The same shot in JPG would show a blown-out white sky with zero recoverable data. This is why professional photographers almost universally shoot RAW — the safety net for exposure mistakes is enormous.
Why Each Camera Brand Has Its Own Format
There is no universal RAW standard (with the partial exception of DNG, discussed below). Each manufacturer developed their own format because RAW data is inherently tied to the specific sensor's physical characteristics. Here's why it's fragmented:
The major proprietary formats and what's behind them:
| Brand | Format | Why Different | Open Source Support |
|---|---|---|---|
| Nikon | NEF | Unique color science, encrypted metadata in some models | Good (LibRaw, dcraw) |
| Canon (pre-2018) | CR2 | TIFF-based, but Canon-specific color matrices | Excellent (widely supported) |
| Canon (2018+) | CR3 | New HEIF-based container, newer compression | Good (recent dcraw/LibRaw) |
| Sony | ARW | Multiple compression variants across camera generations | Good |
| Fujifilm | RAF | Unique X-Trans sensor layout (not Bayer grid) | Moderate (harder to demosaic) |
| Olympus/OM System | ORF | Micro Four Thirds specific | Good |
| Panasonic | RW2 | Lumix-specific compression | Good |
| Adobe | DNG | Open standard, self-documenting | Excellent (universal) |
What Is DNG and Why Didn't Everyone Adopt It?
Adobe created the Digital Negative (DNG) format in 2004 specifically to solve the fragmentation problem. DNG is an open, documented standard that embeds all the camera-specific color and calibration data inside a self-describing container. Any software that supports DNG can fully read any DNG file, regardless of what camera created it.
The problem: camera manufacturers didn't have an incentive to adopt it. Leica, Pentax, and some others did — their cameras shoot native DNG. But Nikon, Canon, Sony, and Fujifilm continue to use proprietary formats because it keeps customers locked into their software ecosystems (and buying the next camera body with guaranteed software support).
You can convert any proprietary RAW file to DNG using Adobe's free DNG Converter desktop tool. DNG files are typically smaller than the original RAW format and are universally supported, making them a good archiving choice if you use multiple editing applications.
How to Open RAW Files on Windows and Mac
On Windows
Windows 11 includes some RAW codec support built in, but it's incomplete for newer cameras. Options:
- Microsoft Raw Image Extension — free from the Microsoft Store, adds thumbnail support for many RAW formats in File Explorer
- FastStone Image Viewer — free desktop viewer with good RAW support and basic export
- ConvertiImage (online) — no installation, immediate conversion to JPG
- Darktable — full free editing suite
On Mac
macOS Preview and Photos support many RAW formats natively, but lag behind on new camera bodies. Options:
- Apple Digital Camera RAW Compatibility updates — watch for macOS/security updates that add new camera support
- Darkroom (free Mac App Store app) — good RAW support for recent cameras
- ConvertiImage (online) — browser-based, works on any OS
Best RAW Image Converter: Convert NEF, CR2, ARW to JPG Online Free (2026) — Full comparison of 5 tools with quality settings guide.
How to Convert RAW Photos to JPG Without Lightroom in 5 Steps — Step-by-step guide using free online tools.