All converters
HomeShapefile converter › KMZ to Shapefile

Convert KMZ to Shapefile

By , GIS & remote-sensing practitioner · Reviewed

Convert KMZ to shapefile and land compressed Google Earth data directly in QGIS or ArcGIS. One pass in the browser replaces unzipping, converting and re-zipping by hand, and the output zip holds the full five-file set.

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 Shapefile

  1. Drop the KMZ file into the box.
  2. Features inside the archive are parsed; a shapefile stores a single geometry type, so mixed content converts one type per run.
  3. Select Shapefile, convert, and download .shp/.shx/.dbf/.prj/.cpg zipped together.

What changes when you convert KMZ to Shapefile

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

WhatKMZ → Shapefile
GeometryChangesPoints, lines and polygons are all carried over, but a Shapefile holds a single geometry type per file. A layer that mixes types is written one type at a time.
AttributesChangesEvery column is kept, but the Shapefile .dbf caps field names at 10 characters, so long names are shortened (values are untouched).
Styling & labelsDroppedKMZ colours, icons and description balloons are presentation, not data. Shapefile stores the underlying features, so styling is dropped (the geometry and attributes remain).
Coordinate systemKeptThe CRS is written into the sidecar .prj file. Data is reprojected to WGS84 by default, or a CRS you choose.
Elevation (Z)Kept3D Z values carry from KMZ into Shapefile wherever the source records them.
File structureChangesA working Shapefile is several files, so you download one .zip holding .shp, .shx, .dbf, .prj and .cpg. Keep them together.

Why convert KMZ to Shapefile?

People build maps in Google Earth and save them as KMZ, the zipped bundle that also holds custom icons and overlays. However, Google Earth is a viewer, not an analysis tool. So when placemarks, paths, and boundaries need real GIS work, they must become a Shapefile. Shapefile is the common exchange format for desktop GIS, so it loads cleanly into ArcGIS, QGIS, GeoServer, or MapInfo. Then you can join attributes, run spatial queries, edit parcels, or publish layers. In short, KMZ shares the finished picture, while Shapefile lets the data be measured and analyzed.

Coordinate system handling

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

On output, the coordinate system is written into the Shapefile .prj file. By default the data is reprojected to WGS84, or you can choose another EPSG code if your workflow needs one. 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 Shapefile

A KMZ often mixes points, lines, and polygons in one file. However, a Shapefile holds just one geometry type per file, so mixed features split into separate outputs. Also, field names get trimmed to 10 characters, and the icons, images, and ground overlays inside the KMZ are dropped since Shapefile stores only geometry and attributes. Finally, the download arrives as a .zip, so keep every part together.

Which software opens the result

KMZ files typically come out of Google Earth, Google Maps, QGIS, ArcGIS. Once you convert to Shapefile, the file opens in ArcGIS Pro, QGIS, MapInfo and GeoServer, the whole desktop-GIS world. The Shapefile output follows the standard specification exactly, so those programs read it without any special import settings.

Troubleshooting KMZ to Shapefile

About the formats

A KMZ usually starts life in Google Earth, where placemarks and paths get drawn, styled and zipped into one shareable file. Shapefiles live on the other side, inside ArcGIS or QGIS, where analysts expect a proper attribute table and a recorded projection. Converting bridges that gap. This tool opens the archive, reads the KML placemarks inside, then rebuilds them as shapefile geometry so desktop GIS can query, style and edit them.

Frequently asked questions

Why did my KMZ turn into several Shapefiles?

A Shapefile allows only one geometry type per file. So if your KMZ mixes placemarks, paths, and polygons, they split into separate point, line, and polygon Shapefiles.

Can I open the resulting Shapefile in ArcGIS or QGIS?

Yes. Shapefile is the standard vector format for desktop GIS, so it loads directly into ArcGIS, QGIS, GeoServer, and MapInfo. Just unzip first and keep the .shp, .dbf, .shx, and .prj together.

My KMZ has both placemarks and paths. Will they land in one shapefile?

No. A shapefile holds a single geometry type per file. Because your KMZ mixes points, lines and polygons, the conversion separates them by type. That means you may receive distinct point, line and polygon shapefiles rather than one combined layer.

What happens to the Google Earth descriptions and ExtendedData when I open the result in ArcGIS?

Placemark names and ExtendedData tags become columns in the shapefile's .dbf table. Shapefile field names cap at 10 characters, so a long label like measurement_date gets truncated. Check the field names once the layer opens in ArcGIS or QGIS.

What can open a Shapefile file after converting?

A Shapefile file opens in ArcGIS Pro, QGIS, MapInfo and most desktop GIS. Because the output follows the standard specification, any tool that supports Shapefile will read it without special settings.

Does converting KMZ to Shapefile lose any data?

No conversion is perfectly loss-free because each format stores different things, but the only change to watch is that shapefile field names are shortened to 10 characters; your geometry, coordinates and values are all preserved.

Related converters

From that same KMZ you can just as easily pull a plain, editable KML, a GeoJSON layer for web maps, or an Excel sheet of the placemarks. See more on the KML & KMZ converter hub and the Shapefile converter.

Related reading