Open .NRW files online
A .nrw file is a Nikon RAW photograph from the Coolpix line — Nikon's compacts and superzooms. The interchangeable-lens Nikons, from the D1 to the Z series, write `.nef`; a smaller set of Coolpix models, starting with the P6000 in 2008, write .nrw instead. If you shoot a P1000 for the moon or for birds, its RAW files are NRW.
ZipTool develops .nrw files entirely in your browser: LibRaw — the open-source RAW engine behind many desktop converters — compiled to WebAssembly demosaics the sensor data, applies the camera's white balance, and renders an sRGB image you can download as PNG. The engine (~1.1 MB) downloads once from this site's own domain and is cached; your photograph never leaves your device.
What is a `.nrw` file?
NRW is the same idea as NEF — a TIFF-style RAW container — under a second extension Nikon introduced for its compacts in 2008, typically carrying 12-bit photosite data. The split is by camera class, not by capability: an NRW holds the same kind of unprocessed sensor capture an NEF does.
The headline NRW writers are the superzooms: the P900 (83× zoom), P950, and P1000 (125×, a 3000mm-equivalent focal length) — cameras bought specifically for moon, bird, and airshow photography. Their 16-megapixel sensors make modest-sized RAWs that develop quickly, and the Info panel shows the focal length the file's metadata carries, which reads absurd in the best way.
Enthusiast Coolpix compacts write NRW too — the P7000 through P7800 line, and later travel-zooms like the A1000. Phone cameras absorbed most of that category, so the NRW files in the wild today come overwhelmingly from the superzooms phones genuinely cannot replace.
- Superzoom shooters (P1000/P950/P900) checking keepers of the moon, birds, and planes
- Opening a Coolpix RAW on a phone or a work machine with nothing installed
- Reviewing NRW files inside a zip from a shoot
- Exporting a developed PNG from a NRW without any desktop RAW software
How to open a `.nrw` online
Open ZipTool in a new tab, then drop your .nrw onto the page — or click to browse for it, or paste a URL. The file opens in the RAW develop viewer, which runs LibRaw compiled to WebAssembly inside your browser tab — a full demosaic with camera white balance, not the embedded JPEG preview, read entirely on your device.
- Drag your
.nrwonto the page — or click to browse, or paste a URL. - It opens immediately in the RAW develop viewer, which runs LibRaw compiled to WebAssembly inside your browser tab — a full demosaic with camera white balance, not the embedded JPEG preview. No install, no sign-up.
- Read, search, or copy it. Your file never leaves your browser.
Open `.nrw` without uploading
Most "open nrw online" sites work by uploading your file to a server and processing it there. ZipTool does the opposite: it loads its parser once, then reads your .nrw locally in the browser tab. The contents stay on your device.
You can prove that in seconds. Open the page, press F12 for DevTools, switch to the Network tab, and open your file — no request carrying the file's contents is sent. You can also turn off Wi-Fi after the page loads and the file still opens. See security and privacy for the full picture.
Frequently asked questions
Which Nikons write .nrw — and why not .nef?
Nikon's interchangeable-lens cameras — the D-series DSLRs and Z mirrorless — write NEF. The Coolpix compacts and superzooms that shoot RAW write NRW instead: the P6000 introduced it in 2008, followed by the P7000–P7800 enthusiast compacts, the P900/P950/P1000 superzooms, and travel-zooms like the A1000. Same kind of data, different camera class.
How do I open a .nrw file online?
Drop the .nrw on this page — or click to browse, or paste a URL. The developed image appears with its camera model, dimensions, and lens info; the status bar offers a Download .png of the full-resolution render. The first open fetches the LibRaw engine (~1.1 MB) once from this site's own domain; afterwards it is cached.
Is NRW lower quality than NEF?
No — the extension does not downrank the data. Both carry the sensor's unprocessed capture; capacity follows the camera, not the letters. Coolpix bodies typically record 12-bit photosite data where many NEF bodies record 14, which reflects the sensor's generation and class — neither is less RAW than the other.
My P1000 files are big for a compact — will they open here?
Comfortably — 16 megapixels is small by RAW standards, so NRW develops faster than most current-camera files. Zoom past 100% to judge focus on distant subjects; the Info panel's focal-length row shows exactly how far the lens was stretched.
Does viewing my NRW upload the photo?
No. The develop engine is WebAssembly running in the page; your file is read locally and the pixels are rendered in the tab. The only network fetch is the engine itself (~1.1 MB, one time, from ziptool.app — not a third-party CDN), which matters for unreleased or client work. Press F12 → Network and watch: no request carries your photo. The online RAW viewer develops the whole camera-RAW family the same way.