What You Need to Open an EXR File
An EXR (OpenEXR) file won't open by double-clicking it in Windows Explorer or macOS Finder — neither operating system ships with native EXR support. You need software that specifically understands the format's float-based pixel storage and multi-channel layout. That can be a browser-based viewer, a full image editor, or a dedicated EXR/VFX tool.
You don't need Photoshop. It's the most commonly assumed answer because it's the most common image editor, but it's neither the fastest nor the only option — and for many people it's not installed at all.
Fastest Option: Open It Right in Your Browser
The quickest way to view an EXR file is a browser-based viewer — no install, no account, no waiting for an app to launch. The Online EXR Viewer decodes the file entirely on your machine using WebGL (three.js) — the file is never uploaded to a server. You drag it in, it decodes locally in memory, and you get exposure, gamma, and channel controls to preview it correctly.
This is the fastest path if you just need to look at a file, check a render, or pull a quick PNG — and it works the same on Windows, Mac, and Linux since it's just a browser.
Desktop Options
If you need to do real editing or compositing work, here's how the common desktop tools stack up:
Photoshop
Opens EXR natively with an exposure/gamma dialog on import. Solid choice if you already have a license, but it's a paid subscription and overkill if all you want is to view a file.
GIMP
Free and open source, but GIMP's EXR support depends on the build — some versions need the OpenEXR plugin installed separately via your package manager, and older builds handle only basic RGB(A) without extra channels. Worth checking your version's plugin list before relying on it.
Blender
Blender's Image Editor opens EXR files directly — no plugin required — and is a good free option if you already have it installed. Be aware that what you see uses Blender's own color management (Filmic or AgX by default), which can look different from the same file opened elsewhere.
DJV
A free, open-source playback and review tool built for VFX pipelines. Handles image sequences and multi-channel EXR well; less useful if you want to edit rather than just view.
tev
A lightweight, free HDR image viewer aimed at graphics researchers and developers. Fast, minimal, and good for quick pixel inspection, but not an editor.
IrfanView (with plugin)
IrfanView can open EXR files on Windows once you install its separate formats plugin pack. Fast and lightweight, though tone mapping controls are minimal compared to dedicated HDR viewers.
Windows and Mac Thumbnail Limitations
Neither Windows Explorer nor macOS Finder generates thumbnail previews for EXR files out of the box — you'll just see a generic file icon. There are third-party thumbnail extensions for Windows, but they're an extra install for a fairly narrow benefit, and they typically apply a fixed exposure/gamma rather than letting you adjust it. For anything beyond "is this the right file," you'll still need to actually open it in a viewer.
Why EXR Won't Open in Default Photo Apps
Windows Photos, macOS Preview, and basic photo apps are all built around 8-bit integer pixel data — the 0–255 range used by PNG and JPEG. EXR stores pixels as 16-bit half-float or 32-bit float values that can exceed that range entirely (a pixel can legitimately be 5.0, or 1000.0, representing real scene brightness rather than a display value).
Reading that data correctly means the app has to know how to tone-map it back down to something a monitor can show — that's the exposure and gamma step. General-purpose photo apps were never built with that pipeline in mind, so they either don't register EXR at all or don't know what to do with it if they do.
Ready to open your file? Open it in the Online EXR Viewer — or use the EXR Inspector to check its channels and metadata first.