PicaJet

Reference Formats

DWG (AutoCAD Drawing)

DWG is Autodesk's proprietary binary format for storing 2D and 3D vector CAD drawing data, native to AutoCAD since its first release in 1982.

Extension

.dwg

Full name

AutoCAD Drawing Database

Introduced

1982 (as AutoCAD's native format; the underlying format originated with Mike Riddle's Interact CAD in the late 1970s, licensed by Autodesk)

Vendor

Autodesk

What is inside the container

A DWG file stores vector entities (lines, arcs, polylines, blocks, dimensions), layers, layout/paper space definitions, embedded fonts and linetypes, plus raster references and metadata in a proprietary binary structure. The internal format has changed across roughly 18 major revisions between 1982 and 2009, and Autodesk has never published the full specification. Files can also carry attached Xrefs (external reference drawings) that must be shipped together for the drawing to render correctly.

How to open it

Windows/Mac Autodesk AutoCAD (native editor)
Windows/Mac Autodesk DWG TrueView (free viewer, no editing)
Any browser Autodesk Viewer (viewer.autodesk.com), web-based DWG viewing
Windows/Linux/Mac BricsCAD or DraftSight (third-party DWG-compatible editors)
Windows/Linux/Mac ODA File Converter (Open Design Alliance, free batch conversion/version downgrade)

For archives

Store the DWG at its native version alongside an exported DXF (Autodesk's documented ASCII/binary exchange format), since DWG's binary structure is undocumented and older versions can become unreadable in current AutoCAD without a conversion step. Record the exact AutoCAD version the file was saved as, because DWG is not fully backward-compatible and files saved in a newer version may not open in older software. If the drawing references external files (Xrefs, fonts, images), archive them as a bundle, not just the DWG itself.

DWG traces back to Interact CAD, a program Mike Riddle began developing in the late 1970s. Autodesk licensed that codebase in 1982 as the foundation for AutoCAD’s first release, and DWG became AutoCAD’s native file format from that point on. Autodesk never published the DWG specification, and by 2009 the company had shipped roughly eighteen major variants of the format as AutoCAD evolved. The Open Design Alliance, a nonprofit founded in 1998, reverse-engineered enough of the format to build the OpenDWG/Teigha libraries that let non-Autodesk software read and write DWG files, and that toolkit now underlies most third-party CAD applications that claim DWG compatibility.

  • The DWG file itself, at its exact saved AutoCAD version
  • All attached Xrefs (external reference drawings)
  • Custom fonts (SHX/TTF) and linetypes used in the drawing
  • An exported DXF as a documented, more portable fallback

In a DAM system, DWG is one of the harder asset types to handle well because the format cannot be reliably rendered without either a licensed AutoCAD engine or an ODA-based conversion library. Most DAM platforms generate a preview by converting the DWG to a raster thumbnail or an SVG/PDF proxy on ingest, since browsers cannot open DWG natively. That conversion step is also where problems surface: a drawing that depends on external references, custom fonts, or plotter styles that were not included in the upload will preview incorrectly even though the original file is intact.

Version lock-in is the recurring cataloging problem. A DWG saved in a current AutoCAD release will not open in a five-year-old AutoCAD install, and a DAM’s job is to record which version each file was saved as rather than assume DWG is a single stable format. Many DAM workflows keep a DXF export next to the DWG for long-term interchange, since DXF is documented by Autodesk and easier for downstream tools to parse even though it loses some DWG-specific data. Treating a DWG and its Xref dependencies as a single logical asset, rather than filing them separately, avoids the common failure where a drawing is archived but the parts it references are not.

Frequently asked

Can a DAM generate a thumbnail preview of a DWG file without AutoCAD installed?

Yes, most DAM platforms use a third-party rendering library (commonly built on the Open Design Alliance's Teigha/ODA libraries) to rasterize DWG files into a preview image without requiring a licensed copy of AutoCAD.

Why does a DWG file look correct in AutoCAD but broken in the DAM preview?

The drawing likely depends on external references (Xrefs), custom fonts, or linetypes that were not uploaded alongside the DWG, so the DAM's renderer cannot resolve them the way AutoCAD does on the original workstation.

Should a DAM store the DWG version number as metadata?

Yes. AutoCAD's DWG format has changed across many major revisions since 1982, and a file saved in a newer version can fail to open in older AutoCAD installs, so recording the save version is necessary for anyone retrieving the file later.

Is it worth keeping a DXF copy alongside the DWG in the archive?

It is common practice, since DXF is Autodesk's documented exchange format and is more likely to remain readable by future or third-party tools than the undocumented DWG binary structure.

Can DWG files be opened without any Autodesk software at all?

Yes, through third-party tools such as BricsCAD, DraftSight, LibreCAD (with conversion), or the free ODA File Converter, all of which rely on the Open Design Alliance's reverse-engineered libraries rather than Autodesk's own code.

How should Xref-dependent drawings be organized in a DAM?

The DWG and every external reference file it depends on should be grouped as one asset bundle in the DAM, since archiving the main drawing alone without its Xrefs breaks the file when it is later opened elsewhere.

Does converting DWG to PDF for preview lose any drawing data?

A PDF or raster proxy is a flattened, non-editable view, so it is suitable for browsing but the DWG itself must be retained as the authoritative editable asset.

Why is DWG considered a high-risk format for long-term digital preservation?

Because the internal structure is proprietary and undocumented by Autodesk, unlike open formats such as DXF; the Library of Congress and format-preservation bodies flag DWG for this reason and recommend keeping a documented exchange format alongside it.

Sources

  • DWG originated with Mike Riddle's Interact CAD, licensed by Autodesk in 1982 as the basis for AutoCAD's first release checked 2026-08-07Wikipedia - .dwg
  • Autodesk produced roughly 18 major DWG format variants between 1982 and 2009, none of which is publicly documented checked 2026-08-07Wikipedia - .dwg
  • The Open Design Alliance, founded 1998, reverse-engineered DWG and released the OpenDWG toolkit for read/write/view access outside Autodesk software checked 2026-08-07Wikipedia - .dwg
  • DWG (AutoCAD Drawing) is flagged by digital preservation bodies as a proprietary format family with version compatibility risk checked 2026-08-07Library of Congress - Format Description for DWG