What is the IFCZIP file format?
.ifczip files are ZIP-compressed .ifc building models based on the Industry Foundation Classes standard, maintained by buildingSMART International. Rather than distributing a large plain-text .ifc file, compliant tools package exactly one .ifc (IFC-SPF) or .ifcxml file inside a standard ZIP archive and rename the result .ifczip.
The compression benefit is significant: an .ifczip is typically 60-80% smaller than the equivalent .ifc file and 90-95% smaller than an .ifcXML equivalent, making large architectural, structural, or MEP models practical to share by email or cloud upload.
buildingSMART's implementation agreement restricts the archive to PKZip 2.04g DEFLATE compression. Deflate64, Unicode filenames, and encryption are explicitly forbidden to guarantee maximum compatibility across BIM tools. The ZIP must contain exactly one IFC file at the root level - no subdirectories for the IFC content.
Opening an .ifczip in any compliant BIM application is transparent: the tool decompresses automatically, exactly as if a plain .ifc were opened. The inner file declares the IFC schema version (IFC2X3, IFC4, or IFC4.3) in its FILE_SCHEMA statement. Renaming the file to .zip lets any archive utility inspect or extract the contents without specialized software.
The format has been in use since the early IFC2x era. Current content may conform to the IFC4.3 schema (2024), while the ZIP container itself remains unchanged.
Security & safety
RISK: LOWThe IFCZIP contains only IFC building model data (no executable code). The ZIP wrapper is compliant with PKZip 2.04g - no encryption. Treat with same caution as any ZIP: verify the inner file is .ifc or .ifcXML and not an executable disguised inside. Large building models may contain proprietary design information.
Format details
in a nutshellPrograms that open IFCZIP files
Technical details
deep spec| Container format | PKZip 2.04g - ZIP local file header signature 50 4B 03 04 at offset 0 |
| Inner content constraint | Exactly one .ifc or .ifcxml file at the ZIP root; no subdirectories for IFC content (buildingSMART mandate) |
| Compression algorithm | DEFLATE only - Deflate64, Unicode filenames, and encryption explicitly forbidden by buildingSMART implementation agreement CV-2x3-154 |
| Inner file encoding | IFC-SPF: plain-text STEP Part-21 beginning with ISO-10303-21; - or IFC-XML: UTF-8 XML |
| IFC schema declaration | FILE_SCHEMA statement inside the inner file names the version: IFC2X3, IFC4, or IFC4.3 |
| Compression ratio | 60-80% smaller than equivalent .ifc (SPF); 90-95% smaller than equivalent .ifcXML |
| Typical file size | 500 KB - 200 MB (large BIM models may exceed 50 MB uncompressed) |
| Magic bytes | 50 4B 03 04 at offset 0 - standard ZIP header, identical to any ZIP archive |
| Byte order | Little-endian (ZIP structures); inner IFC-SPF is ASCII/UTF-8 text |
| Integrity check | ZIP CRC-32 per entry; no additional IFC-level checksum |
| MIME type | application/zip (primary); application/x-step (alternative) |
| Encryption | None - explicitly prohibited by buildingSMART specification |
| Platform support | Windows, macOS, Linux; compliant BIM viewers decompress transparently on open |
| Released | early 2000s (official buildingSMART IFC format variant alongside IFC2x) |
| Latest version | IFC4.3 (2024) content inside; container is PKZip 2.04g |
| Open standard | Yes · royalty-free |
| Specification | technical.buildingsmart.org |
IFCZIP conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about IFCZIP files.