Convert KMZ to CSV
Convert zipped KMZ map files to CSV
Converting the other way? Use the CSV to KMZ converter. See all geo format converters. Need to convert another format? Search all of our CSV converters.
KMZ Input
Drop your .kmz file here
or click to browse
CSV Output
CSV output will appear here...
How to Use This Tool
This tool converts KMZ into CSV. The archive is unzipped locally, and each placemark in the KML inside becomes a row. Runs entirely in your browser — nothing is uploaded.
- Upload your KMZ file — Drop a .kmz file onto the upload area or click to browse.
- Get your CSV — Preview the table, then copy the result or save it as a .csv file.
FAQ
4 questionsDoes this tool upload my data?
No. The KMZ is unzipped and converted entirely in your browser. Your data never leaves your device.
What is a KMZ file?
KMZ is a zipped KML file — the compressed format Google Earth uses when you save or share a map. It contains a KML document plus any attached images.
How is the KMZ converted?
The archive is unzipped in your browser, the KML document inside is read, and each placemark becomes a CSV row with name, description, ExtendedData, and coordinate columns.
How are paths and polygons handled?
Point placemarks get latitude and longitude columns. Paths and polygons are kept as one row per placemark, with the geometry written to a geometry_wkt column in standard WKT text.