.BRD

BRD File

EAGLE Circuit Board Layout
Ask a question
QUICK ANSWER

A BRD file is a printed-circuit-board layout created by EAGLE (Easily Applicable Graphical Layout Editor). Open it in Autodesk Fusion's Electronics workspace or import it into the free KiCad. Be aware that Autodesk retired EAGLE on June 7, 2026 - EAGLE itself no longer launches, so migrate to Fusion or KiCad and export your Gerber files now if you haven't already.

Developer: CadSoft Computer (acquired by Autodesk in 2016) Category: CAD Files MIME: application/octet-stream
OPENS ON Windows macOS Linux
Related: .DWG · .SLDPRT · .EASM · .NWD

On this page

19k+ extensions indexed
Last reviewed Jul 30, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

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: LOW

A 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
FULL NAMEEAGLE Circuit Board Layoutaka EAGLE board file, EAGLE PCB layout
DEVELOPERCadSoft Computer (acquired by Autodesk in 2016)since 1988 (EAGLE - Easily Applicable Graphical Layout Editor)
CATEGORYCAD Files
MIME TYPEapplication/octet-stream
TYPEPCB layout - XML (EAGLE 6+) or proprietary binary (pre-6) (text/binary)
This extension is also used by…
  • 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.
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001020304
HEX
3C3F786D6C
ASCII
<?xml
EAGLE 6.0 (2012) and later store BRD as XML, so the file begins with the XML declaration "<?xml ..." followed by an "<eagle>" root and a DOCTYPE referencing eagle.dtd. EAGLE 5.x and earlier used an undocumented proprietary binary format with no public magic string. Note: other PCB tools (Allegro/OrCAD, older KiCad, gEDA PCB) also use the .brd extension with entirely different, incompatible internal formats.

Programs that open BRD files

Windows3 apps
Autodesk Fusion (Electronics) Freemium Open the .brd in Fusion's Electronics workspace - it imports EAGLE boards directly. Free for personal use; the official successor to EAGLE.
KiCad Open-source File > Import > EAGLE board/project to convert the .brd into a KiCad PCB. The free long-term home for EAGLE designs.
Autodesk EAGLE Freemium Open natively in EAGLE - but note EAGLE end-of-life is June 7, 2026, after which it will not launch. Migrate to Fusion/KiCad.
macOS2 apps
Autodesk Fusion (Electronics) Freemium Open the EAGLE .brd in the Electronics workspace on macOS; the recommended successor app.
KiCad Open-source Import the EAGLE board into KiCad on macOS.
Linux1 app
KiCad Open-source Import the EAGLE .brd (File > Import) - the main option on Linux, where neither EAGLE nor Fusion run natively.

Technical details

deep spec
Format typePhysical PCB layout (board only - excludes schematic and parts library)
DeveloperCadSoft Computer GmbH (original); Autodesk Inc. (acquired 2016)
Encoding (v6.0+)XML, UTF-8 plain text
Encoding (v5.x and earlier)Proprietary undocumented binary
File signatureASCII 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 tagversion attribute inside the <eagle> element (e.g. 6.0 to 9.x)
Board data storedCopper 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 formatsGerber RS-274X, ODB++, Excellon drill, DXF
Typical file sizeTens of KB to a few MB (scales with board complexity and copper fill)
Platform supportWindows, macOS, Linux
MIME typeapplication/xml (v6.0+); application/octet-stream (legacy binary)
Extension collisionAllegro/OrCAD, older KiCad, and gEDA PCB also use .brd with entirely different, incompatible formats
Current statusEAGLE licensing servers shut down June 7, 2026; .brd files open natively in Autodesk Fusion (Electronics) or KiCad
Released1988 (EAGLE - Easily Applicable Graphical Layout Editor)
Latest versionEAGLE 9.x file format (XML); EAGLE end-of-life June 7, 2026
Specificationwww.autodesk.com

BRD conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with BRD files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about BRD files.

Frequently asked questions

How do I open a BRD file?
Open it in Autodesk Fusion's Electronics workspace (it reads EAGLE boards directly) or import it into the free KiCad. Autodesk EAGLE opens it natively too, but EAGLE is being retired in June 2026.
Is EAGLE really being discontinued?
Yes. Autodesk ends EAGLE on June 7, 2026; after that the licensing servers shut down and EAGLE won't launch even with a subscription. Move designs to Autodesk Fusion Electronics or KiCad and export your Gerbers first.
How do I convert a BRD to Gerber files for manufacturing?
Run EAGLE's CAM Processor (or use Fusion Electronics / KiCad) to export Gerber (RS-274X) plus an Excellon NC drill file - the standard package PCB fabs require.
Can I open an EAGLE BRD in KiCad?
Yes - KiCad's File > Import can bring in EAGLE board and project files and convert them to native KiCad PCBs, which is the recommended free migration path.
My BRD won't open in EAGLE - why?
It's probably a different program's .brd. Cadence Allegro/OrCAD, older KiCad and Brother embroidery all use .brd with incompatible formats. Confirm which tool created it; an EAGLE 6+ BRD is XML starting with '<?xml'.
Can I view a BRD without installing EAGLE?
Use Autodesk Fusion (free for personal use) or KiCad to view/edit it. Some online EAGLE/Gerber viewers can render the board, but for editing use Fusion or KiCad.

References

1Autodesk - The Future of EAGLE: Fusion Electronicswww.autodesk.com
2Autodesk Community - EAGLE end of life June 7, 2026forums.autodesk.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.BCBitComet Incomplete Download File
3.PARTPartial Download File
4.CRDOWNLOADChrome Partial Download File
5.BINCD/DVD Disc Image (BIN/CUE)
6.MDMarkdown Document
7.EXEWindows Executable (Portable Executable)
8.RPMSGRestricted Permission Message
9.AVIFAV1 Image File Format (AVIF)
10.NOMEDIAAndroid No-Media Marker File

Related extensions

.DWGAutoCAD Drawing Database
.SLDPRTSOLIDWORKS Part File
.EASMeDrawings Assembly
.NWDNavisworks Document (published 3D model)
.VWXVectorworks Design File
.DXFDrawing Exchange Format (AutoCAD DXF)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z