Learn · File formats · DWG
What is a DWG file?
A DWG file is a drawing saved in AutoCAD’s native format — Autodesk-proprietary, binary, and versioned with each release. It holds the complete drawing database: model and paper space, layers, blocks, dimensions, styles. If AutoCAD made the drawing and nobody exported anything, the DWG is the drawing.
That’s also why your shop software probably won’t open it. DWG has an open, text-based sibling — DXF — that carries the same drawing model, and DXF is what most CNC, nesting, and non-Autodesk software expects. The standard move is a two-minute conversion, covered below, free.
Sec. 01 · Where it sits
Native format on one side, interchange world on the other
DWG is the file the design side lives in. Everything downstream — nesting software, CAM, machine controls, viewers, other CAD — lives in the interchange world, and the passport there is DXF.
Inside the DWG is everything AutoCAD knows about the drawing, not just the visible geometry:
- MODEL SPACE
- PAPER SPACE
- LAYERS
- BLOCKS
- DIMENSIONS
- STYLES
Keeping all of that intact is what a native format is for — the working copy should stay a DWG as long as it’s being edited. But the moment the drawing crosses a software boundary, it needs translating — and that boundary is usually your shop’s front door.
DWG isn’t a bad format — it’s a very good one, for the software it belongs to. The grief starts when it’s treated as a handoff file. It isn’t one, and the fix costs nothing.
Sec. 02 · The big one
DWG vs DXF: same drawing, two containers
Every “DWG vs DXF” question comes down to one distinction: DWG is the native file a drawing lives in; DXF is the open copy you hand to everyone else.
They share the same drawing model — a line in one is the same line in the other. What differs is the wrapper. DWG is binary and its specification is Autodesk’s own; DXF is plain text with a published spec, created by Autodesk precisely so drawings could move between programs. Converting between them is routine, built into every CAD package that reads DWG.
| DWG | DXF | |
|---|---|---|
| What it is | AutoCAD’s native drawing file | The open interchange version of the same drawing |
| Encoding | Binary — unreadable in a text editor | Plain text — group code / value pairs |
| Specification | Autodesk-proprietary | Autodesk-published, open |
| Who reads it | AutoCAD and software specifically built for DWG | Nearly every CAD, CAM, and nesting package |
| Role | The design side’s working file | The handoff the shop side expects |
| Typical failure | “File is too new” — version codes like AC1032 | Unit guessing, splines, blocks — see the DXF guide |
The closed-vs-open difference isn’t abstract. Open a DXF in a text editor and you can read it — codes and values, all the way down. Open a DWG the same way and you get exactly six useful characters:
That version stamp matters. The DWG format changes by AutoCAD release, and when software refuses a file as “too new,” a code like AC1032 is usually what it reports. DXF has versions too, but as open text it travels across software generations more gracefully.
The working rule: staying inside the Autodesk world, keep the DWG — it’s the full database, nothing lost in translation. Crossing any software boundary — to a shop, a machine, a viewer, a different CAD — send a DXF, and say what units it’s in while you’re at it.
Sec. 03 · Getting it out
Three free ways out of a DWG
No path here costs money — two produce a DXF directly; one opens and version-converts the DWG itself. Which one fits depends on what’s already installed and how many files you’re holding.
-
Path 01
ODA File Converter
The workhorse: a free desktop app from the Open Design Alliance. Point it at a file — or a whole folder — pick DWG → DXF and an output version, done. The batch ability is the reason to know it exists.
-
Path 02
Autodesk DWG TrueView
Autodesk’s own free desktop app. It opens, measures, and prints DWG files without an AutoCAD license, and converts between DWG versions — the fix when a file is “too new.” Honest note: it’s a viewer and version converter, so for DWG → DXF pair it with Path 01 or 03.
-
Path 03
Save As DXF from any CAD
Any CAD package that opens DWG can save or export a DXF: open, Save As, choose ASCII DXF. Better yet, ask the design side to send a DXF alongside the DWG in the first place — one sentence in an email saves the whole exercise.
-
Note
About online converters
Web-based DWG converters exist, but they work by uploading your file to someone else’s server. For a garden-shed drawing, fine. For customer work, use one of the three desktop paths above — the drawing never leaves your machine.
We don’t offer in-browser DWG viewing, and we won’t pretend to. DWG is a closed binary format — parsing it honestly in a browser isn’t something we’ll promise.
Our free viewer reads DXF. Convert once with any path above, then drop the DXF in and see your drawing — nothing uploaded, no server involved.
Sec. 04 · Field notes
Common DWG problems in the wild
Four repeat offenders cover most DWG grief on the receiving end — and every one has a no-cost fix.
-
01
The machine software refuses it outright
Most CNC, nesting, and CAM toolchains simply don’t read DWG — they want DXF. Nothing is broken. Convert the file (free paths above) and the same drawing goes through.
-
02
“File is too new”
The DWG format changes with AutoCAD releases, and older software can’t read newer files — the error usually quotes a version code like AC1032. Fix: save it down to an older DWG version (DWG TrueView does this free), convert to DXF, or ask the sender to save down.
-
03
Someone renamed .dwg to .dxf
The oldest trick, and it converts nothing — the file is still binary inside, and any importer that trusts the extension chokes on it. Conversion is a real translation, not a label change — use a real converter or a CAD export.
-
04
The conversion brought the whole drawing along
A DWG holds everything — dimensions, text, borders, layouts — and a straight conversion can carry all of it into the DXF. Nesting software then dutifully tries to cut the dimension lines. Isolate the part geometry before exporting, or switch off the extra layers after import.
Sec. 05 · FAQ
DWG questions, answered plainly
How do I open a DWG file without AutoCAD?
Two free routes. Autodesk’s free DWG TrueView opens, measures, and prints DWG files on the desktop. Or convert the DWG to DXF — free with the ODA File Converter — and open the DXF anywhere, including our free in-browser DXF viewer. DWG itself is closed binary, which is why honest in-browser options for the raw file are thin.
How do I convert DWG to DXF for free?
The ODA File Converter — a free desktop app from the Open Design Alliance — converts single files or entire folders between DWG and DXF, and lets you choose the output version. Alternatively, any CAD package that opens DWG can Save As or export a DXF. Both routes keep the file on your own machine.
Is DWG the same as DXF?
No — but they describe the same drawing. DWG is the closed, binary format native to AutoCAD; DXF is the open, text-based interchange version with a published spec. Renaming the extension converts nothing — the bytes inside don’t care what the file is called. Use a real converter or re-export from CAD. The full comparison is above.
How do I convert a DWG to PDF?
Open it in anything that reads DWG and plot or print to PDF — Autodesk’s free DWG TrueView does this without an AutoCAD license. One caution: a PDF is a picture of the drawing. Fine for review and approval, useless as machine input — for cutting, convert to DXF instead.
Why won’t my machine take a DWG?
Because DWG is a closed format that changes with every AutoCAD release, most machine-side software — nesting, CAM, controllers — standardizes on DXF and never learns DWG at all. It isn’t a fault in your file or your machine. Convert DWG → DXF and the same geometry goes through; then check units on import, as always with DXF.
What does a version code like AC1032 mean?
It’s the version stamp at the very start of every DWG file — the format is versioned by AutoCAD release. When software refuses a DWG and reports a code like AC1032, the file was saved by a newer release than the reader understands. Save it down to an older DWG version (DWG TrueView converts between versions free) or convert it to DXF.
Sec. 06 · Convert, then look
Convert it once — then look at it anywhere
Once your drawing is a DXF, our free viewer opens it right in your browser — entities drawn, layers you can toggle, and an honest note about anything it can’t draw.
Nothing is uploaded — there is no server to upload to. It reads DXF, not DWG: that’s a promise kept, not a feature missing.
Next up: what is an NC1 file? →
Curious Technologies builds tools that batch-process files like this — checking, converting, and correcting whole job folders at a time. If DWG-to-shop handoffs eat hours in your week, tell us about it: john@curioustech.org.