How to open .IFC files on Windows

To open .IFC files on Windows, in Autodesk Revit, use the IFC open/import workflow described in Revit Help to open or import the .ifc model.

Step-by-step instructions

  1. In Autodesk Revit, use the IFC open/import workflow described in Revit Help to open or import the .ifc model.
  2. If the file won’t open as a native project, try importing/linking it as IFC instead of using a normal “Open Project” action.

Common issues

The app says the .ifc file is unsupported or won’t open

Many design tools don’t treat IFC as a native project format; they require a specific IFC import/open workflow. Also, IFC family variants exist (.ifcxml, .ifczip) and renaming can confuse software.

  1. In your BIM/CAD tool, use the dedicated “Open IFC” / “Import IFC” function (Revit documents an IFC-specific workflow).
  2. Verify the file extension and packaging: .ifc is the clear-text STEP-based form; if you received .ifczip or .ifcxml, open it with software that supports that variant instead of renaming it.
  3. If you still can’t open it, ask the sender which IFC version/schema they exported (e.g., an IFC4.x export vs older exports) and try re-exporting to a version your tool supports.

Model opens, but elements/metadata are missing or mapped strangely

IFC is an exchange format; different applications can interpret and map IFC entities and property sets differently, leading to lost classifications, incorrect categories, or partial geometry/metadata on import.

  1. Try a different import option (e.g., import vs link) and review the importer’s mapping settings if available.
  2. Ask for a re-export from the source tool using a more compatible IFC setup (often an IFC4.x export if both sides support it).
  3. If the receiving tool is Revit, follow Revit’s documented IFC open/import guidance and confirm you’re using the intended workflow for your use case.

The file is very large or slow to open

IFC-SPF (.ifc) is clear text and can be large for detailed BIM models; opening may be slow due to parsing and model conversion into the receiving application’s internal format.

  1. If available, request a trimmed export (only needed disciplines/levels) from the sender to reduce size.
  2. If you receive a compressed IFC variant (such as .ifczip), open it with IFC-aware software that supports that packaging rather than manually extracting/renaming.
  3. Consider linking/importing only what you need (when the tool offers such options) instead of fully converting everything at once.

Security note

IFC (.ifc) is typically clear-text model data, not an executable format, but it can still carry untrusted content that triggers vulnerabilities in IFC importers/parsers; only open IFCs from trusted sources in production tools.

Back to .IFC extension page