What is the MAX file format?
Files with the .max extension are used by 3ds Max, a professional 3D modeling and animation application by Autodesk. .max is the application's native 3D scene file. The contents of a .max file can be very complex and encompass a full 3D scene along with models comprised of elements such as lighting rigs, cameras, animations, shading, and other 3D object data.
Uses of .max files
.max scene files allow users to develop professional 3D graphics, animations, and renders for computer games, television, and cinema. The format is widely used across studios around the world and serves as the primary working format throughout a 3ds Max project.
Opening .max files
.max files can only be opened using dedicated tools. The format stores scene data together with any 3ds Max plugin dependencies, and its internal structure is version-specific and undocumented, making it incompatible with most third-party applications. Autodesk Viewer provides limited web-based viewing as an alternative to the full application.
Additional information
.max files can be exported into other formats, for example .FBX, .DXF, .DWG, .OBJ, .SAT, .STL, or .IGS.
Internally, .max uses a Microsoft OLE2 Compound File Binary (Structured Storage) container - the same low-level container as legacy .doc and .xls files. This binary encoding results in shorter load times and smaller file sizes compared to text-based scene formats.
Security & safety
RISK: MEDIUMThe bigger 3ds Max security issue isn't the file container but MAXScript: 3ds Max has a long history of self-propagating MAXScript malware (e.g. the "ALC"/CRP scene-corrupting scripts and PhysXPluginMfx-style infections) that ride inside scene files and run when a booby-trapped scene is opened. Treat .max files from unknown sources with caution: keep 3ds Max's Safe Scene Script Execution / security tools enabled, scan downloaded scenes, and prefer assets from reputable marketplaces. Merely previewing a .max in the web Autodesk Viewer (which doesn't run MAXScript) is low risk; opening an untrusted scene in full 3ds Max is where the exposure is.
Format details
in a nutshellPrograms that open MAX files
Technical details
deep spec| Container format | Microsoft OLE2 Compound File Binary (Structured Storage) - same low-level container as legacy `.doc` and `.xls` files |
| Magic bytes (hex) | `D0 CF 11 E0 A1 B1 1A E1` at offset 0 (standard OLE2 Compound File signature) |
| MIME type | `application/octet-stream` |
| Encoding | Binary, little-endian |
| Primary platform | Windows only; 3ds Max does not run on macOS or Linux |
| Internal structure | Proprietary and version-specific; the stream layout inside the OLE2 container is undocumented by Autodesk |
| Scene data stored | 3D geometry, materials and shaders, lighting, cameras, animation tracks, render settings, environment and effects |
| Plugin dependencies | Embeds data written by installed third-party plugins; missing plugins at load time produce errors or silent data loss |
| Export formats | `.fbx`, `.obj`, `.3ds`, `.dxf`, `.dwg`, `.stl`, `.sat`, `.igs`, `.ai` and others via built-in 3ds Max exporters |
| Forward compatibility | Older versions of 3ds Max cannot open `.max` files saved by a newer version |
| Backward compatibility | Newer 3ds Max versions generally open older `.max` files, though data from missing plugins may not load |
| Typical file size | A few megabytes for simple scenes; multiple gigabytes for large scenes with embedded geometry and animation data |
| Alternative viewer | Autodesk Viewer (web-based) supports read-only preview of `.max` scenes without a 3ds Max license |
| Related interchange formats | `.fbx`, `.3ds`, `.obj`, `.ase` - lighter-weight or open alternatives used for cross-application asset transfer |
| Released | 1996 (3D Studio MAX 1.0 for Windows NT) |
| Specification | www.autodesk.com |
MAX conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about MAX files.