Native QGIS project in .qgz format — a compressed ZIP container with the project file, GeoPackage data, and QML styles. Opens in QGIS 3.x as a single bundle with full styling, layers, and map settings preserved.
Key Features

About QGIS Project (.qgz) Format
A .qgz file is the native QGIS project format introduced in the 3.x branch: the same XML project, packed into a ZIP container together with auxiliary files. This is exactly what QGIS offers by default for everyday work and for handing maps over.
Take .qgz when the project simply needs to be opened and worked with: sent to a colleague, moved to another machine, put into an archive. If the project has to be readable by eye and live in version control, the .qgs option is more convenient — the same project as text.
In the archive: map.qgz — the project itself, map.gpkg with the layer data, a styles/ folder with QML styles and a README.txt. Unpack everything into one folder and open map.qgz — QGIS 3.x will pull in the data and the styling by relative paths. Version 3.0 or newer is required, with the long-term releases 3.28 and 3.34 recommended.
What Program Opens QGIS Project (.qgz) Files
The following programs and applications can open, edit, and work with QGIS Native Project — Compressed (.qgz) (.zip) files exported from OSM2CDR:
Format specifications
- Open standard
- 2D only
- Lossless (no quality loss)
- Stores feature attributes
- Output: 3 files in archive
- Compressed ZIP bundle: .qgz project file + GeoPackage data + QML styles. Opens in QGIS 3.x with one click; all layers, styles and CRS settings preserved.
Who Uses QGIS Project (.qgz) Maps
How to Export QGIS Project (.qgz)
How to Open After Export
- QGIS 3.x — unpack the ZIP into one folder and open map.qgz with a double click or through Project > Open.
- To look inside — a .qgz is an ordinary ZIP container: rename a copy to .zip and inspect the project file if you need to check the settings by hand.
- Sharing with colleagues — send the whole archive: a lone map.qgz without map.gpkg will open empty, all the geometry lives in the GeoPackage.
- Fieldwork — QField and Mergin Maps open the same project with its GeoPackage on a tablet or a phone.
- If you need a text project for a repository — download the .qgs option.
Popular maps in QGIS Project (.qgz)
Get QGIS Native Project — Compressed (.qgz) map exports
Download professional QGIS Project (.qgz) maps from OpenStreetMap. Instant generation, any area.
Frequently Asked Questions
Related Formats
Frequently Exported Together
Related Articles
QGIS can't find the multipolygons layer in OSM: cause and 2-minute fix
Opened an .osm or .pbf in QGIS but the multipolygons layer is missing? Here are the causes and the fastest fix — build t
tutorialQGIS + OpenStreetMap: Import, Styling and Map Export
How to load OpenStreetMap data into QGIS, configure layer styles and export maps. Step-by-step guide with examples.