.3ds

What is a .3ds file?

A legacy 3D format from the DOS era that still shows up everywhere.

Safe format
Type Cad
By Autodesk
MIME application/x-3ds

Drop any file to identify it

No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.

What is it

3DS is a 3D mesh format that dates back to Autodesk 3D Studio for DOS — released in 1990, before 3ds Max existed, before Windows was the default OS, before "polygon" was a word normal people used. It's one of the oldest 3D formats still in circulation, and its longevity says more about inertia than technical merit.

The format stores triangle meshes, material definitions, texture mapping coordinates, lights, cameras, and basic keyframe animation. It uses a chunked binary structure where each chunk has a type ID and length. The mesh data is limited to 65,536 vertices and faces per object — a hard ceiling from 16-bit DOS days. No quads, no NURBS, no bones, no morph targets.

Despite its limitations, 3DS remains a common lowest-common-denominator exchange format. Game asset libraries, CAD-to-visualisation pipelines, and 3D model marketplaces still offer 3DS downloads because every 3D application on earth can import it. It's the JPEG of 3D — limited, lossy, and universal.

Technical details
Full Name
3D Studio Scene
MIME Type
application/x-3ds
Developer
Autodesk
Magic Bytes
4D 4D
Safety
.3ds is a known, safe format.
What opens it
Blender
FREE Win / Mac / Linux
3ds Max
Subscription Windows
MeshLab
FREE Win / Mac / Linux
Assimp (library)
FREE Cross-platform
FAQ
Why is 3DS still used?
Universal compatibility. Every 3D application can import 3DS files. It's the safe choice when you don't know what software the recipient uses.
What are the limitations of 3DS?
65,536 vertex/face limit per object, triangles only (no quads), no skeleton/bone data, limited material properties, and no scene hierarchy. For modern work, use FBX, glTF, or USD instead.
Related formats