How-to guide · how to convert dwg to dxf in autocad
How to convert a DWG to DXF in AutoCAD
By Sumana Kumar · Published 6 Mar 2025 · Updated 7 Jun 2026
Converting a DWG to DXF in AutoCAD is a two-minute job once you know which menu to use and, more importantly, which DXF version to pick at the bottom of the dialog. DWG is AutoCAD's compact native format; DXF is the open interchange format that machines and other CAD programs read. You convert when the file has to leave the AutoCAD world — heading to a laser cutter, a CNC router, Illustrator, Inkscape or a colleague on different software.
This guide uses the built-in SAVEAS workflow, which is the cleanest route because no third-party translator sits between your drawing and the output. We will cover the version choice that trips most people up, how to keep precision sensible, and how to confirm the export actually carried the geometry you expected.
Step 1 — Open the DWG and check what's on screen
Open the drawing you want to convert. Before you export, take a moment to see what is actually in the file: type LAYER and glance at the layer list, and run a quick ZOOM EXTENTS so any stray geometry far out in the model space jumps into view. DXF carries every visible entity, so a forgotten construction line a kilometre away will travel with the part.
If you only need one block or one part exported — say a single door outline rather than a whole floor plan — it is often cleaner to isolate it first. Either delete the surrounding geometry in a throwaway copy of the drawing, or use WBLOCK to write just the selected objects out and then convert that smaller file.
Step 2 — Run SAVEAS and choose the DXF file type
Type SAVEAS (or pick Save As from the application menu). In the Save Drawing As dialog, open the 'Files of type' dropdown at the bottom and choose one of the AutoCAD DXF entries. This is the single most important control in the whole process — it sets both the format and, indirectly, the version.
Name the file and pick a destination folder. AutoCAD will append the .dxf extension automatically. Do not click Save yet; the version you choose in the dropdown determines how widely the file will open, and the right answer depends entirely on where the DXF is going next.
Step 3 — Pick the right DXF version
AutoCAD offers several DXF flavours: R12, 2000, 2004, 2007, 2010, 2013 and 2018 (the exact list depends on your release). The rule of thumb is to go as old as you can get away with. Older versions strip out modern object types that a simple machine controller or a basic vector editor may choke on, leaving clean lines, arcs and polylines.
For a laser cutter or CNC, R12 DXF is the safest, most universally understood option — it predates a lot of the complexity and almost every CAM package reads it. For another full CAD program (BricsCAD, DraftSight, FreeCAD) the 2000 or 2007 DXF keeps more fidelity while staying broadly compatible. Only reach for the newest DXF version when the recipient is running an equally current AutoCAD and you need every feature preserved.
Step 4 — Set precision in the DXF options
In the Save As dialog, click 'Tools' (top-right) then 'Options', and look at the DXF options tab. Here you can choose ASCII (plain text, the universal default) or binary DXF, and set the decimal places of accuracy. ASCII at 6 to 8 decimal places is right for almost all work; it keeps the file readable and the geometry exact to a fraction of a millimetre.
Leave 'Select objects' unticked if you want the whole drawing, or tick it to export only a selection when you click Save. Higher precision means a slightly larger file but never causes a problem; lowering it can introduce tiny gaps that a laser cutter reads as an open contour, so err on the generous side.
Step 5 — Save and verify the output
Click Save. If you ticked 'Select objects', AutoCAD now asks you to window the geometry; otherwise it writes the whole drawing straight away. The DXF lands in your chosen folder ready to hand off.
Verify before you send it. Open the DXF back in AutoCAD, or in a free viewer, and run ZOOM EXTENTS — the part should look exactly as it did, with nothing missing and no extra debris. Because ASCII DXF is plain text, you can even open it in a text editor to confirm it is not empty. If something dropped out, it is almost always because that object type does not survive the DXF version you chose; step back up to a newer version, or explode the offending objects into simple lines and arcs and export again.
Common pitfalls when converting to DXF
A few issues recur. Text and dimension styles sometimes look different in the receiving program because that program substitutes its own fonts — for machine cutting this rarely matters, but for a drawing meant to be read, explode text to geometry if the appearance is critical. Hatches and gradients may not translate to a basic cutter; if all you need is the cut path, delete the hatch and keep the boundary polyline.
The other classic trap is exporting the whole model space when the recipient only wanted one part, sending them a noisy file full of irrelevant geometry. Isolate the part first. And remember that a DXF is typically several times larger than the equivalent DWG because it is text rather than binary — that size jump is normal and is the price of the format's universal reach.
Free download
Browse the full library — DWG & DXF, no signup.
Questions
Frequently asked
Which DXF version should I choose for a laser cutter?+
Choose R12 DXF. It is the oldest and most universally understood version, strips out modern objects a machine controller may not read, and leaves clean lines, arcs and polylines that CAM software imports reliably.
Does converting DWG to DXF lose anything?+
Geometry survives, but some advanced AutoCAD-specific objects may not round-trip into older DXF versions, and the receiving program can substitute fonts. For pure cutting paths this is harmless; for drawings meant to be read, explode text and check the result.
Should I export ASCII or binary DXF?+
Use ASCII unless you have a specific reason not to. ASCII DXF is plain text, the universal default that every program reads, and you can open it in a text editor to inspect it. Binary DXF is smaller but less widely supported.
Can I export just one block instead of the whole drawing?+
Yes. Either tick 'Select objects' in the Save As options so you window only what you want, or use WBLOCK to write the selected geometry out as a separate file first, then convert that smaller file to DXF.
Related downloads
Blocks for this guide
Popular blocks to download
Related categories
Related guides
How-to guide
How to Create a Block in AutoCAD (BLOCK & WBLOCK)
Learn how to create a block in AutoCAD with the BLOCK and WBLOCK commands — pick a base point, choose objects, set units, and save a reusable DWG block library.
How-to guide
How to Convert DXF to DWG (3 Ways)
Convert a DXF to DWG three ways — in AutoCAD with SAVEAS, free with the ODA File Converter, or in DraftSight. Pick the right DWG version and keep layers intact.
How-to guide
How to Open a DWG File Without AutoCAD
Open a DWG file without AutoCAD using free viewers and CAD apps — Autodesk's online viewer, DWG TrueView, DraftSight and LibreCAD. Windows, Mac and browser.

