KML to Shapefile Converter

Common when features are drawn in Google Earth but downstream GIS work (ArcGIS, QGIS) demands shapefile.

Convert KML to Shapefile now

Common issues converting KML to Shapefile

Frequently asked questions

Can I convert a KML with points, lines, and polygons all together?

Not into a single shapefile — the format allows exactly one geometry type per file. Split the KML by geometry type first (folders in Google Earth are a natural way) and convert each.

Do ExtendedData fields become shapefile attributes?

Yes. Each <Data name='...'> child becomes a column in the .dbf file. Names are truncated to 10 characters per the DBF spec.

Is the .prj file included?

Yes. KML is always WGS 84, and the output pins the shapefile to EPSG:4326 so tools requiring explicit projection metadata load it without warnings.

Will my KML styling carry over?

No. Shapefile has no styling layer. Re-apply symbology in ArcGIS or QGIS after import.

Related conversions