What is the NRG file format?
An .nrg file is an optical disc image generated by Nero Burning ROM, a disc-management and burning application developed by Nero AG. An .nrg file may be an exact copy of a CD or DVD, or a packaged set of files that can be mounted as a virtual drive.
Structure of .nrg files
.nrg files use a chunk-based layout inspired by the IFF format (Interchange File Format), meaning the data is stored in discrete portions. Unusually, the core metadata is not placed in a header at the beginning - instead it is attached at the end, in a trailer. Tools identify the format by scanning the tail: NRG v1 ends with the ASCII tag NERO plus a 32-bit offset; NRG v2 (the current format) ends with NER5 plus a 64-bit offset to the metadata chunk. This end-of-file marker tells the reading application where specific blocks of data start and end within the file.
Interesting facts about .nrg files
.nrgfiles are often used for creating backup copies of whole discs, specific applications, or important data.- Unlike the .ISO format,
.nrgfiles can store Audio CD images, preserving track layout and subchannel data. - The proprietary nature of
.nrgmeans it is not as universally supported as .BIN or ISO images; tools such asnrg2isocan convert.nrgfiles to a more portable format.
Security & safety
RISK: MEDIUMThe NRG container is just disc data, but the disc it images can hold anything - including an autorun installer or malware on an old burned disc - so scan extracted contents before running them. The bigger practical risk is data loss/obsolescence: NRG is proprietary and poorly supported, so an important archive trapped in NRG is at risk if you can't open it. Converting it to ISO (an open, well-supported format) is the safe long-term move. Be cautious with download sites bundling NRG converters - prefer the official AnyBurn site or the open-source nrg2iso.
Format details
in a nutshellPrograms that open NRG files
Technical details
deep spec| Developer | Nero AG (formerly Ahead Software) |
| Format type | Proprietary binary optical disc image |
| MIME type | application/x-nrg |
| File signature (v1) | ASCII tag `NERO` at end of file, followed by a 32-bit offset to metadata chunks |
| File signature (v2) | ASCII tag `NER5` at end of file, followed by a 64-bit offset to metadata chunks |
| Signature location | End-of-file trailer - no identifying bytes at offset 0 |
| Internal layout | IFF-inspired chunk-based structure; disc data placed first, metadata index appended at end |
| Supported disc types | CD-ROM, DVD-ROM, and Audio CD |
| Track type support | Mode 1, Mode 2/Form 1, Mode 2/Form 2, and raw audio tracks storable within a single image |
| Audio CD support | Yes - captures subchannel data and track gaps; not possible in standard ISO 9660 images |
| Compression | None - raw sector data stored uncompressed |
| Format versions | v1 (32-bit trailer offset) and v2 (64-bit trailer offset, supports images larger than 4 GB) |
| Primary use | Full optical disc backup, software distribution, and virtual drive mounting |
| Cross-platform conversion | Convertible to ISO using `nrg2iso` (command-line) or GUI tools such as IsoBuster and ImgBurn |
| Released | Late 1990s (Nero Burning ROM) |
| Specification | en.wikipedia.org |
NRG conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about NRG files.