Free online KMZ to GEOJSON converter
Convert KMZ to GeoJSON for web mapping, GIS workflows, and data exchange.
Convert KMZ to GEOJSON online - free
Your file is processed instantly and never stored on our servers.
Import a file from a URL
Paste a direct link to the file. We download it to our server and it is converted exactly like an upload.
How it works
-
1/3
Upload your .kmz file
Click to browse to select your file you want to convert or simply drag & drop your file into selected area.
-
2/3
Perform .kmz to .geojson conversion
After successful file upload, click to convert when you are ready.
-
3/3
Download converted .geojson file
Conversion result is ready to download.
How to convert kmz to geojson file
- GPS navigation, maps, GIS
- No ratings yet.
Source format
KMZ is a compressed KML package used for geographic data in mapping and GIS workflows. It is commonly opened by Google Earth, GIS tools, and mapping applications that support KML/KMZ. A KMZ file can contain placemarks, paths, polygons, overlays, styles, and linked resources such as images or icons. It is often used to share map layers, routes, and annotated locations in a compact single file.
Target format
GeoJSON is a widely used JSON-based format for geographic features. It is popular in web mapping, GIS software, and developer workflows because it is easy to read, parse, and integrate with JavaScript and modern APIs. GeoJSON typically stores points, lines, polygons, and feature properties in a structured text format that works well with tools such as Leaflet, Mapbox, QGIS, and many data pipelines.
What changes during conversion
Converting KMZ to GeoJSON usually means extracting the KML data inside the KMZ archive and translating its features into GeoJSON geometry and properties. In most cases, the conversion preserves the geographic shapes and attribute data, but Google Earth styling, icons, image overlays, and other KMZ-specific elements may be lost or simplified. GeoJSON is designed for feature data, not for the full presentation layer used by Google Earth.
How to perform the conversion
The most reliable way to convert KMZ to GeoJSON is to use a desktop GIS tool such as QGIS or a command-line utility such as GDAL. If you want a quick browser-based option, you can also convert the file on 101convert.com for free without installing any software.
Method 1: QGIS
- Open QGIS.
- Use Layer → Add Layer → Add Vector Layer and select your
.kmzfile. - If the file loads correctly, right-click the layer in the Layers panel.
- Choose Export → Save Features As....
- Set Format to GeoJSON.
- Choose an output filename such as
output.geojson. - Confirm the coordinate reference system if needed, then click OK.
Method 2: GDAL command line
If GDAL is installed, you can convert directly with ogr2ogr:
ogr2ogr -f GeoJSON output.geojson input.kmz
If the KMZ contains multiple layers or nested folders, inspect the source first with ogrinfo input.kmz and then convert the relevant layer explicitly if needed.
Method 3: 101convert.com
- Open the KMZ to GeoJSON converter on 101convert.com.
- Upload your
.kmzfile. - Start the conversion and download the resulting
.geojsonfile.
Notes on quality and limitations
- KMZ is compressed, so tools must unpack or read the archive before accessing the KML inside.
- GeoJSON does not store all Google Earth styling, icons, overlays, or embedded media.
- Coordinate reference systems should be checked after conversion to ensure the output matches your workflow.
- Large files may convert more slowly in browser-based tools.
- Multiple folders or layers in a KMZ may appear as separate layers or feature groups depending on the converter.
Summary
KMZ to GeoJSON conversion is a practical way to move geographic data from Google Earth into a modern, web-friendly format. For most users, QGIS offers the best balance of ease and control, while GDAL is the best option for advanced or automated workflows. If you prefer not to install software, you can also convert the file on 101convert.com for free.
KMZ vs GEOJSON: format comparison
How the KMZ and GEOJSON formats compare on the properties that matter most for this conversion.
| Property | .KMZ Keyhole Markup Zip | .GEOJSON GeoJSON |
|---|---|---|
| Data model | Vector | Both |
| Attribute table | Yes | Yes |
| Coordinate system | Embedded in the file | Separate file |
| Plain-text readable | No | Yes |
| Operating system support | Wide | Wide |
| Typical file size | Small | Medium |
| Open standard | Partly open | Yes |
| Introduced | 2004 | 2008 |
| Developer | Keyhole, Inc. / Google | GeoJSON working group / Internet community |
| MIME type | application/vnd.google-earth.kmz | application/geo+json |
The database currently does not contain any direct kmz file converter links.
Frequently asked questions
Is the KMZ to GEOJSON converter free?
Yes, converting KMZ to GEOJSON on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.
How large can my KMZ file be?
You can upload KMZ files up to 250 MB and convert up to 50 files at once in a single batch.
What happens to my uploaded files?
Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.
Do I need to install any software to convert KMZ to GEOJSON?
No. The KMZ to GEOJSON conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.
Did the conversion fail?
In most cases, the cause is an incorrect file format. Please upload a valid KMZ file for this KMZ to GEOJSON conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.