How to open .IFC files on Android
To open .IFC files on Android, if you don’t have an IFC-capable BIM viewer app installed, transfer the file to a desktop application that supports IFC import (for example, Autodesk Revit’s IFC workflow).
Step-by-step instructions
- If you don’t have an IFC-capable BIM viewer app installed, transfer the file to a desktop application that supports IFC import (for example, Autodesk Revit’s IFC workflow).
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.
- In your BIM/CAD tool, use the dedicated “Open IFC” / “Import IFC” function (Revit documents an IFC-specific workflow).
- 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.
- 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.
- Try a different import option (e.g., import vs link) and review the importer’s mapping settings if available.
- 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).
- 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.
- If available, request a trimmed export (only needed disciplines/levels) from the sender to reduce size.
- 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.
- 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.