Back to the BIM & IFC blog
Tool Guides · 2026-04-10 · 7 min
How to Export Clean IFC Files from Revit: A Step-by-Step Guide
Revit's default IFC export settings produce avoidable validation warnings by the dozen. Here are the exact settings that eliminate the most common failures before the file reaches the CDE.
How to Export Clean IFC Files from Revit: A Step-by-Step Guide — IFC Viewer Online article cover
Revit has supported IFC export since 2012, but the default settings are optimized for the widest compatibility with receiving software — not for quality. This means they make conservative choices that create validation warnings by the dozen. Here's how to change that.
Step 1: Use the Open Source IFC Exporter
Autodesk's built-in IFC exporter is functional but lags behind the community-maintained open source version. The open source exporter (free on the Autodesk App Store) generates cleaner GUIDs, better spatial hierarchies, and properly supports IFC4. Install it before configuring any export settings.
Step 2: Choose the Right IFC Version
Unless your project specification explicitly requires IFC2x3, export to IFC4 Reference View. IFC4 is the current ISO standard, produces smaller file sizes for complex geometry via tessellated meshes, and resolves several structural ambiguities present in the older schema.
Step 3: Configure These Settings
- "Export GUIDs": set to "Keep Existing". Never "Generate New" — this breaks BCF cross-references on every re-export.
- "Site Placement": set to "Shared Coordinates". Prevents elements from being placed 10 km from the WCS origin.
- "Include Steel Connections": Off (unless delivering a structural steel model).
- "Export Base Quantities": On for LOD 200+ deliveries.
- "Split Walls and Columns by Level": On. Ensures walls are associated with individual storeys.
Common Revit-Specific Issues After Export
- Proxy overuse: Revit families without an IFC mapping export as IfcBuildingElementProxy. Map common families to proper IFC classes in the export mapping table.
- Coordinate offset: Verify the project shares coordinates with the survey point before export.
- Missing property sets: Revit properties export as custom Psets by default. Review the Pset mapping to ensure required standard Psets are included.
How to Export Clean IFC Files from Revit: A Step-by-Step Guide