DXF vs DWG

4 August 2026 · both are Autodesk formats; only one is an open exchange format

Both formats carry the same class of 2D geometry, both come from Autodesk, and search queries treat them almost interchangeably — “convert jpg to cad dwg”, “pdf to dwg”. The practical difference decides which you should ask a converter for, and it is smaller than the arguments about it.

The difference that matters

DXFDWG
What it isDrawing eXchange Format — published spec, text or binaryAutoCAD's native working format, closed binary
Who reads itEffectively everything: AutoCAD, FreeCAD, Fusion, LibreCAD, every laser/plasma/CNC CAM packageAutoCAD natively; others via licensed libraries, with version friction
Best roleMoving geometry between tools and to machinesLiving inside an AutoCAD-centric office
File sizeLarger (text)Smaller (binary)
Version painLow — old revisions like R12 open everywhereReal — a 2026 DWG may refuse to open in older seats

Why converters output DXF first

Every file this site produces — from text, from a PNG, from a PDF page — is R12 ASCII DXF, and the reason is compatibility, not convenience. R12 is the revision that every CAM package and cutter controller imports without complaint, precisely because it is old and settled. The formats page covers what is inside: true CIRCLE and ARC entities, profile and cuts on separate layers, millimetres at 1:1.

A DWG-first converter would be strictly worse: the shop cutting your part almost certainly wants DXF anyway, and a DWG written by anything other than AutoCAD is a compatibility gamble by construction.

When DWG is genuinely the right ask

None of those change the conversion path — they only add one step to the end of it.

DXF → DWG in one step

  1. Open the DXF in AutoCAD (it opens directly — OPEN, file-type DXF) or in free viewers/editors that write DWG.
  2. SAVEAS → choose the DWG version your recipient runs (when in doubt, an older one).
  3. Done. Geometry, layers and dimensions carry over — the two formats describe the same entities.

The reverse trip (DWG → DXF) is the same command in the other direction, which is the quiet proof of the whole article: the formats are two containers for one drawing model. Ask for the open container, convert to the closed one only when a workflow demands it.

Need the DXF in the first place?

Describe a part to the free AI CAD generator or convert an image to CAD — either way the output is measured before you download it.

Open the tool