DXF Viewer — View AutoCAD DXF Files Online, Free
Open a .dxf drawing and view its entities and layers directly in your browser — no AutoCAD license, no upload, layer visibility included.
1. Choose or drop a file
2. View instantly
3. Download when done
What this viewer does
- Orbit, pan, and zoom camera controls
- Per-layer visibility toggle — hide/show individual CAD layers
- Preserves lines, circles, arcs, and polylines as distinct entities, not a flattened image
- Wireframe / entity-color display
- Reset-view button
How it's rendered
Custom DXF parser + Three.js renderer. Parses the DXF entity and layer tables directly (DXF is a documented, text-based format) and draws each entity locally — no upload needed since there's no binary format to reverse-engineer.
Nothing about this file is ever sent to a server — open your browser's DevTools Network tab while using this viewer and you'll see no request carrying your file's contents.
100% Private
Files never leave your device. There is no server that ever receives your file's contents.
No Uploads
Every format is decoded and rendered locally via WebAssembly or JavaScript. Open your browser's Network tab and confirm nothing is sent.
No Storage
Nothing is written to a server or database. Memory clears the moment you close or reload the tab.
GDPR-friendly by design
There's no file data collection to comply with in the first place — no account, no tracking of file contents, no analytics on what you view.
DXF viewer — FAQ
What is a DXF file used for?
DXF (Drawing Exchange Format) is AutoCAD's open, text-based interchange format for 2D and simple 3D drawings — widely used for CNC, laser cutting, floor plans, and sharing drawings between CAD programs.
Are layers preserved?
Yes — DXF stores entities on named layers, and this viewer reads that layer table directly, so you can toggle individual layers on and off.
Do I need AutoCAD to open a DXF file?
No — this viewer reads the drawing entities directly and renders them in your browser.
Is my drawing uploaded anywhere?
No, the DXF file is parsed and rendered entirely client-side.
Are there limitations on complex drawings?
Very large drawings with a huge number of entities may take longer to render or, in rare cases, hit your browser's memory limits — see the on-page message if a file doesn't render.