All converters
HomeKML & KMZ converter › KMZ to DXF

Convert KMZ to DXF

By , GIS & remote-sensing practitioner · Reviewed

Convert KMZ to DXF to take compressed Google Earth features into AutoCAD without an intermediate unzip-and-convert dance. The whole chain, decompress, parse, translate, runs locally in the browser.

Drop a file here, or click to browse

KML, KMZ, SHP (.zip), GeoJSON, GPKG, GML, GPX, DXF, CSV, Excel, and more

No uploadNo trackingOpen standards (GDAL/OGR)Works offline once loaded

No KMZ file to hand? Download a sample KMZ file (100 points) and drop it above to see the conversion.

How to convert KMZ to DXF

  1. Drop the KMZ archive into the converter.
  2. It is opened in memory and the features inside are read for conversion; check them on the preview.
  3. Select DXF and convert; geometry transfers, while Google Earth styling and descriptions stay behind, as DXF has no place for them.

What changes when you convert KMZ to DXF

Every format stores different things, so a conversion is never perfectly loss-free. Here is exactly what carries over when you convert KMZ to DXF, and what to watch for.

WhatKMZ → DXF
GeometryKeptAll geometry is redrawn as CAD entities (points, polylines and closed polylines) on drawing layers.
AttributesDroppedDXF stores drawing geometry, not a data table, so attribute columns are not carried across. Export a CSV alongside if you need the data.
Styling & labelsDroppedKMZ colours, icons and description balloons are presentation, not data. DXF stores the underlying features, so styling is dropped (the geometry and attributes remain).
Coordinate systemChangesDXF stores raw coordinates without a CRS tag, so note the coordinate system separately for whoever opens the file.
Elevation (Z)Kept3D Z values carry from KMZ into DXF wherever the source records them.
File structureKeptA single, self-contained .dxf file you can move around on its own.

Why convert KMZ to DXF?

People often sketch site boundaries, access paths, and placemarks in Google Earth, then save them as a KMZ to email or archive. Engineers and surveyors, however, need that geometry as CAD linework. So they convert KMZ to DXF to bring those points, paths, and polygons into a drawing. DXF stores lines, polylines, arcs, text, and layers, which is exactly what AutoCAD and Civil 3D expect. For example, a field boundary traced over satellite imagery becomes editable linework for a site plan. This is the usual bridge from Google Earth into engineering software.

Coordinate system handling

KMZ is already defined in WGS84 longitude/latitude (EPSG:4326), so no guessing is needed on the way in.

DXF stores raw coordinates without a CRS tag, so make a note of the coordinate system for whoever opens the file next. A quick CRS check before you download saves the classic "my KMZ data is in the wrong place" surprise; the guide on coordinate systems and EPSG codes goes deeper.

What to check when converting KMZ to DXF

Watch the coordinate system. Your KMZ holds lon/lat in WGS84, but DXF is drawing-centric and often expects a local or engineering CRS. So the coordinates arrive as raw degrees, which look tiny and distorted in CAD. Set or reproject the CRS to a projected system before drafting. Also, KMZ styling like custom icons and ground overlays does not map to DXF, so only the geometry and layers carry across.

Which software opens the result

KMZ files typically come out of Google Earth, Google Maps, QGIS, ArcGIS. Once you convert to DXF, the file opens in AutoCAD, BricsCAD, Civil 3D and MicroStation, plus QGIS for a quick look. The DXF output follows the standard specification exactly, so those programs read it without any special import settings.

Troubleshooting KMZ to DXF

About the formats

A KMZ usually starts life in Google Earth. Someone traces boundaries, drops placemarks and packs it all, sometimes with icons, into one zipped file. DXF takes that same linework into CAD, where AutoCAD or Civil 3D can measure, edit and build on it. This conversion unpacks the KMZ, reads the KML inside, then rewrites each point, path and polygon as CAD entities sorted onto named layers.

Frequently asked questions

Will my Google Earth icons and image overlays survive in the DXF?

No. DXF stores lines, polylines, arcs, text, and layers, not custom placemark icons or ground overlays. Those styling elements and bundled images inside the KMZ are dropped, and only the geometry carries across.

Can I open the resulting DXF in AutoCAD or Civil 3D?

Yes. DXF is Autodesk's open interchange format, so AutoCAD, Civil 3D, MicroStation, and QGIS all read it. Just confirm the CRS is set correctly, since the geometry comes in as WGS84 lon/lat degrees.

Why does my drawing land near the origin and look tiny in AutoCAD?

KMZ stores longitude and latitude in degrees, so the raw values sit close to zero and shrink to almost nothing in CAD units. Assign a projected coordinate system for the drawing, and the linework lands in metres or feet where Civil 3D and survey tools expect it.

Do placemark labels and image overlays survive the trip to DXF?

A DXF holds geometry, text and layers, not the rich styling a KMZ can carry. Placemark names typically come across as CAD text, but custom icons, ground overlays and embedded photos are dropped. Folders inside the KML usually map to separate DXF layers, which keeps points and paths organised.

What can open a DXF file after converting?

A DXF file opens in AutoCAD, BricsCAD, Civil 3D and QGIS. Because the output follows the standard specification, any tool that supports DXF will read it without special settings.

Does converting KMZ to DXF lose any data?

No conversion is perfectly loss-free because each format stores different things, but CAD formats store geometry rather than a data table, so attribute columns are dropped while the shapes are kept exactly.

Related converters

Related reading