Blog · How-to
How to view a DXF file without AutoCAD
DXF is Autodesk's Drawing Exchange Format — a text-based way to move drawings between CAD systems. It's been around since 1982 and is still in active use for 2D drafting, sheet-metal layouts, laser-cut patterns, and architectural plans. You don't need AutoCAD to view one. Here are the working free options.
2D or 3D DXF?
DXF can carry both 2D drawings (lines, arcs, text, dimensions) and 3D entities (lines in space, surfaces, sometimes solids). Most DXFs you'll encounter are 2D — laser cutter patterns, CNC routes, floor plans. A few are 3D, usually from older CAD round-tripping.
If you're not sure which yours is, open it in any of the tools below — they'll tell you, and 2D viewers handle 2D DXFs while 3D viewers handle both.
Option 1 — browser, no install
A handful of web viewers handle DXF. open3d.app/viewer reads DXF and tessellates 3D entities; other browser-based options include the official Autodesk Viewer (free, requires sign-in) and ShareCAD (free, no sign-in).
Browser DXF support is best for inspecting layout, layers and basic geometry. For precise measurement or editing, jump to a desktop tool.
Option 2 — LibreCAD (2D, free, desktop)
LibreCAD is open-source 2D CAD that reads DXF natively. Works on Windows, Mac, Linux.
- Download from librecad.org.
- File → Open → pick the DXF.
- Layers, dimensions, blocks all import.
- You can measure, edit, export to other formats.
Best free option if you actually need to interact with the drawing — change line weights, add notes, export to PDF.
Option 3 — QCAD (free + paid versions)
QCAD is another 2D CAD tool, slicker than LibreCAD. There's a free community edition that handles DXF read/write fine for most users; a paid pro version adds advanced features. qcad.org.
Option 4 — Inkscape (vector graphics tool)
Inkscape reads DXF for 2D files. Useful if you're laser-cutting or making a sticker — you can edit the paths as vector graphics and export SVG or PDF. Doesn't preserve CAD-specific entities like dimensions properly.
Option 5 — Autodesk Viewer (official, free, browser)
Autodesk's own free web viewer at viewer.autodesk.com. Best quality for AutoCAD-originated DXFs because it uses Autodesk's own renderer. Requires a free Autodesk account.
Trade-off: you upload your file. Fine for non-confidential work.
Option 6 — mobile
On iOS and Android, AutoCAD has a free mobile viewer (limited free tier, paid for editing). DWG FastView is a popular third-party option with a free tier. Both handle DXF and DWG, the better-known cousin.
What about DWG?
DWG is AutoCAD's native binary format, DXF is the open text-based exchange variant of the same drawing data. Almost every tool that reads one reads the other. If you have a choice, DXF is more portable; if you have only DWG, the same tools above will open it.
Converting DXF to other formats
- DXF → PDF: LibreCAD or QCAD has Print to PDF. Good for sharing finished drawings.
- DXF → SVG: Inkscape opens DXF, saves SVG. Good for web display or laser cutting.
- DXF → STL: only works for 3D DXFs that contain solids or meshes — most 2D DXFs cannot convert to STL because there is no 3D geometry.