Free · No signup · GDAL-powered

Convert DXF to Shapefile Online — Free & Instant

DXF files from AutoCAD and other CAD tools often need to be brought into GIS for spatial analysis, overlay, or publishing. Converting DXF to Shapefile extracts the vector geometry (lines, polylines, polygons) into the universally-supported Shapefile format. GDAL handles layer-to-feature mapping automatically.

Advertisement (728×90)

Converter

When to convert DXF to Shapefile

  • Importing CAD site plans into QGIS for spatial analysis
  • Converting AutoCAD utility networks to Shapefile for GIS database loading
  • Bringing architectural floor plans into ArcGIS for facility management
  • Converting surveyed DXF boundaries into GIS format for land registry

How to convert DXF to Shapefile

  1. 1

    Upload DXF

    Drop your .dxf file on the upload zone.

  2. 2

    Select Shapefile

    Click Shapefile .zip in the format selector.

  3. 3

    Download ZIP

    Unzip and open the .shp in QGIS or ArcGIS.

  4. 4

    Set CRS if needed

    DXF files rarely include CRS information. Set the correct CRS in QGIS after import.

About DXF format

Drawing Exchange Format (DXF) is the open interoperability format developed by Autodesk for AutoCAD. It is widely used in civil engineering, architecture, and urban planning workflows. DXF files contain geometric primitives like lines, arcs, polylines, and text. When converting DXF files to GIS formats like Shapefile or GeoJSON, the geometry is preserved but attribute data may be minimal since DXF layers are mapped to feature properties. Conversely, GIS data exported to DXF can be brought into CAD workflows for drafting.

Strengths

  • +Universal in CAD workflows
  • +Supported by AutoCAD, Revit, FreeCAD, LibreCAD
  • +Good for precise engineering geometry

About Shapefile format

Shapefile (SHP) is the de-facto standard vector format developed by Esri. A shapefile is actually a collection of at least three files: .shp (geometry), .dbf (attributes), and .shx (index). Despite its age, it remains the most widely-supported format across GIS desktop software including ArcGIS and QGIS. Shapefiles support points, lines, and polygons but are limited to 2 GB in size and 10-character field names. When sharing shapefiles, always bundle them into a .zip archive.

Strengths

  • +Universal compatibility with all GIS software
  • +Stable, well-documented format
  • +Supported natively by QGIS, ArcGIS, GRASS

Frequently asked questions

Why does my DXF not have a coordinate system?

DXF format does not mandate CRS metadata. You may need to define the CRS manually in QGIS using the Layer > Set Layer CRS option.

Which DXF geometry types are supported?

GDAL extracts points, lines (LINE, LWPOLYLINE, POLYLINE), and polygons (closed polylines) from DXF. Text entities and blocks are not converted.

Can I convert AutoCAD 2024 DXF files?

Yes. GDAL supports DXF files from all AutoCAD versions (R14 through 2024).

Related conversions