What is the IDW file format?
.idw files are associated with Autodesk Inventor software. They store 2D engineering drawing data - sheet layouts, projected views, section cuts, detail views and annotations - that reference external 3D models rather than containing 3D geometry directly. Autodesk Inventor is parametric modeling software for designing, simulating and visualizing mechanical parts and larger assemblies.
Autodesk Inventor saves project data across several complementary file formats:
.idw- 2D engineering drawings (this format).ipt- individual part models.iam- assembly projects combining multiple parts.ipn- presentation files for exploded views and animation
.idw files are typically converted to .dwg format, compatible with Autodesk AutoCAD and widely accepted by manufacturers and suppliers. Autodesk now recommends saving Inventor drawings directly as .dwg; the .idw format remains fully supported but .dwg is the interoperable default in current releases.
Tools - including Inventor's own iLogic scripting and third-party utilities - allow batch processing of .idw files to update title blocks, revise part references or export entire drawing sets automatically.
Security & safety
RISK: LOWAn IDW is CAD drawing data, not an executable, so opening one in Inventor or the Autodesk Viewer is safe. Realistic concerns are non-malware: an IDW references external .ipt/.iam models, so a file received without its models will show blank/'resolve' views; and a production drawing can expose exact, dimensioned manufacturing detail - treat shared files as sensitive IP. Download Inventor and the Autodesk Viewer only from autodesk.com to avoid fake 'IDW viewer' adware sites.
Format details
in a nutshellPrograms that open IDW files
Technical details
deep spec| Container format | OLE2 / Microsoft Compound File Binary (CFBF) structured-storage container |
| Encoding | Binary, little-endian byte order |
| File signature | D0 CF 11 E0 A1 B1 1A E1 at byte offset 0 (standard OLE2 header, shared with other Inventor file types) |
| Content type | 2D engineering drawing: sheets, base/projected/section/detail views, dimensions, GD&T annotations and title block data |
| Model dependency | Drawing views reference external .ipt (part) or .iam (assembly) files; missing references result in blank or unresolved views |
| Internal versioning | Version-locked to the Inventor release that saved the file; newer Inventor opens older IDW files, older Inventor cannot open newer IDW files |
| Typical file size | 200 KB - 20 MB, growing with sheet count, view complexity and embedded model detail |
| Compression | Proprietary internal stream packing inside the OLE2 container; not a general-purpose compressed archive |
| Encryption | None - no native password protection on the drawing file itself |
| MIME type | application/octet-stream (no registered vendor MIME type for IDW specifically) |
| Platform support | Windows only for native editing in Autodesk Inventor; read-only web viewing available via Autodesk Viewer |
| Export formats | DWG, DXF, DWF, PDF - DWG is the recommended interoperable output for sharing with AutoCAD users |
| Superseded by | Autodesk recommends .dwg as the default Inventor drawing format for interoperability; IDW remains fully supported in current releases |
| Automation support | Inventor API (COM) and iLogic scripting enable batch operations: updating title blocks, exporting sheets and re-referencing part models |
| Released | 1999 (Autodesk Inventor 1.0) |
| Latest version | Tied to the current Autodesk Inventor release (e.g. Inventor 2026); IDW is the legacy native drawing format, DWG is the modern alternative |
| Specification | www.autodesk.com |
IDW conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about IDW files.