What is the BRD file format?
A .brd file is a CAD file created by the circuit board design application Easily Applicable Graphical Layout Editor (EAGLE), originally developed by CadSoft Computer and acquired by Autodesk in 2016. The EAGLE application, supported on Windows, Mac, and Linux, stores the complete physical PCB layout: copper layers, component placements, traces, pads, vias, and design rules. Since EAGLE 6.0 (2012) the .brd format is XML-based; versions 5.x and earlier used a proprietary binary. A .brd file pairs with a companion .sch schematic and .lbr parts libraries. It can be exported to Gerber drill data for Computer Aided Manufacturing (CAM) fabrication. Note: Autodesk ended EAGLE on June 7, 2026; existing .brd files open natively in Autodesk Fusion (Electronics) or KiCad.
Security & safety
RISK: LOWA BRD is a CAD design file with no executable payload, so opening one is low risk. The real hazard is data longevity: with EAGLE shutting down on June 7, 2026, designs left only as .brd risk becoming hard to edit. Mitigate by migrating to Autodesk Fusion or KiCad and exporting Gerber/ODB++, drill and BOM outputs now while EAGLE still runs. Download EAGLE/Fusion only from autodesk.com - third-party "EAGLE viewer" sites may bundle unwanted software.
Format details
in a nutshell- Cadence Allegro / OrCAD board file - Allegro PCB Editor also outputs .brd in a different, EAGLE-incompatible binary format.
- Brother embroidery / KiCad legacy board - Older KiCad and some other tools used .brd for PCB layouts; the Brother machine-embroidery world also uses .brd - all unrelated to EAGLE.
Programs that open BRD files
Technical details
deep spec| Format type | Physical PCB layout (board only - excludes schematic and parts library) |
| Developer | CadSoft Computer GmbH (original); Autodesk Inc. (acquired 2016) |
| Encoding (v6.0+) | XML, UTF-8 plain text |
| Encoding (v5.x and earlier) | Proprietary undocumented binary |
| File signature | ASCII sequence <?xml at byte offset 0 (EAGLE 6.0 and later) |
| XML root and schema | <eagle> root element with DOCTYPE referencing eagle.dtd |
| Format version tag | version attribute inside the <eagle> element (e.g. 6.0 to 9.x) |
| Board data stored | Copper layers, board outline, component placements, nets/signals, wire traces, pads, vias, polygons, DRC rules |
| Companion files | .sch (schematic), .lbr (component libraries), .ulp (user-language scripts) |
| CAM export formats | Gerber RS-274X, ODB++, Excellon drill, DXF |
| Typical file size | Tens of KB to a few MB (scales with board complexity and copper fill) |
| Platform support | Windows, macOS, Linux |
| MIME type | application/xml (v6.0+); application/octet-stream (legacy binary) |
| Extension collision | Allegro/OrCAD, older KiCad, and gEDA PCB also use .brd with entirely different, incompatible formats |
| Current status | EAGLE licensing servers shut down June 7, 2026; .brd files open natively in Autodesk Fusion (Electronics) or KiCad |
| Released | 1988 (EAGLE - Easily Applicable Graphical Layout Editor) |
| Latest version | EAGLE 9.x file format (XML); EAGLE end-of-life June 7, 2026 |
| Specification | www.autodesk.com |
BRD conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about BRD files.