What is the JT file format?
.jt files are used with lightweight 3D CAD visualization software. The format was developed by Siemens Digital Industries Software (originally created by Engineering Animation Inc. and HP in the late 1990s). .jt files hold coordinate data, tessellated mesh geometry, optional precise B-rep surfaces, product and manufacturing information (PMI), assembly structure, and metadata.
The .jt format was designed as an open, lightweight, durable, and high-performance format. .jt files are used chiefly for product visualization purposes, collaboration, and sharing CAD data across supply chains. Transporting .jt files over the internet is not an issue, as the compact binary encoding keeps sizes small - far smaller than an equivalent STEP file carrying the same model.
The format became an ISO standard (ISO 14306) in 2012, cementing its role as a neutral exchange format. A .jt file begins with an 80-byte ASCII version header (e.g., Version 9.5 JT or Version 10.5 JT) followed by binary table-of-contents and compressed data segments.
.jt files may be exported by many CAD systems, including Siemens NX, Solid Edge, CATIA, Creo, and Autodesk Inventor. The format is widely used in the automotive and aerospace industries, but is suitable for many other manufacturing industries as well.
Security & safety
RISK: LOWA JT file is 3D geometry/visualization data - it contains no executable code and cannot run anything, so opening one in a viewer is safe. The realistic concerns are non-malicious: large assemblies can still be heavy, and (as with any CAD exchange file) a JT may inadvertently expose proprietary design detail - if it includes B-rep, a recipient can measure exact geometry. As always, verify the file's true extension; the only real risk is a non-JT file disguised with a .jt name.
Format details
in a nutshellPrograms that open JT files
Technical details
deep spec| Container structure | Binary file with an 80-byte ASCII version header, followed by a binary table-of-contents (TOC) and data segments |
| Identification | ASCII version string at byte offset 0, e.g. "Version 9.5 JT" or "Version 10.5 JT" - no fixed hex magic number |
| MIME type | model/jt |
| Geometry representation | Tessellated mesh (always present); optional precise B-rep via embedded XT or ACIS kernel data |
| Levels of detail (LOD) | Multiple LOD meshes per shape node, enabling fast rendering at varying zoom levels without reloading |
| Assembly support | Hierarchical scene graph with part instances and 4x4 transform matrices encoding position and orientation |
| PMI support | Embeds Product and Manufacturing Information (GD&T annotations, datums, surface finish) as 3D objects |
| Compression | Per-segment zlib or LZW compression of geometry and attribute data within the binary container |
| Appearance data | Per-face and per-part material colors, shininess, transparency, and UV-mapped texture references |
| Custom metadata | User-defined attribute sets storing part numbers, revision levels, and other PLM lifecycle properties |
| Coordinate system | Right-handed Cartesian; unit scale (mm, inch, etc.) declared in file header metadata |
| Version history | Format versions from 6.x through 10.x+; newer readers maintain backward compatibility with older files |
| ISO standardization | ISO 14306:2012 (first edition); subsequent editions extended PMI and B-rep capabilities |
| Primary industry use | Automotive OEM supply chains, aerospace MRO, and heavy machinery manufacturing for lightweight CAD sharing |
| Released | Late 1990s (Jupiter Tessellation); standardized as ISO 14306 (JT V1) in 2012 |
| Open standard | Yes · royalty-free |
| Specification | www.iso.org |
JT conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about JT files.