.FBX

FBX File

Autodesk FBX (Filmbox) 3D Interchange File
Ask a question
QUICK ANSWER

An FBX file is a 3D model/scene in Autodesk's Filmbox interchange format, carrying geometry, textures, rigs, animation, cameras and lights. To view one free, use Autodesk FBX Review or Microsoft 3D Viewer; to edit it, use Blender. Note: some databases mislabel .fbx as an ArcView spatial index - that is wrong for the vast majority of FBX files.

Developer: Autodesk (format created by Kaydara, 1996; Autodesk acquired it via Alias in 2006) Category: 3D Image Files MIME: application/octet-stream
OPENS ON Windows macOS Linux Web
Related: .DCM · .STEP · .SKP · .STP

On this page

19k+ extensions indexed
Last reviewed Jul 13, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the FBX file format?

.fbx is a platform-independent 3D interchange file format owned by Autodesk. FBX files store complete 3D scene data - including geometry, materials, textures, animation, cameras, and lights - and preserve the fidelity and functionality of the original scene across different applications and platforms.

The main goal of the FBX format is to provide data compatibility between various applications for creating digital content. FBX files allow users to exchange 3D scenes between many different editing tools, regardless of system platform. The format is widely used in game development, film production, and real-time rendering pipelines.

The FBX format was developed by Kaydara, originally for files generated with its Filmbox motion-capture software - which is where the format got its name. Alias Systems acquired Kaydara in 2004, and Autodesk Inc. acquired Alias in 2006, at which point Autodesk took full ownership of the format.

Additional details:

  • .fbx files can store data in plain-text (ASCII) or compact binary format; binary files begin with the 21-byte magic string Kaydara FBX Binary \0.
  • .fbx can be converted to and from formats such as .dae (COLLADA), .obj, .3ds, and .gltf.
  • FBX is a proprietary format - Autodesk controls the specification, and no fully open specification document is published.

Security & safety

RISK: LOW

An FBX is 3D data, not an executable, so opening one to view it is safe. Two real-world cautions: (1) FBX can embed media and reference external texture files, and historically there have been parser vulnerabilities in FBX SDK/importers - keep your 3D software updated and import assets from reputable sources; (2) downloaded model archives sometimes bundle unexpected scripts or oversized scenes. The file itself can't 'run', but treat models from unknown sources with the same caution as any download, and verify the real extension isn't a disguised executable.

Format details

in a nutshell
FULL NAMEAutodesk FBX (Filmbox) 3D Interchange File
DEVELOPERAutodesk (format created by Kaydara, 1996; Autodesk acquired it via Alias in 2006)since 1996 (Kaydara Filmbox 1.5); owned by Autodesk since 2006
MIME TYPEapplication/octet-stream
TYPE3D scene interchange format (geometry, materials, animation, cameras, lights); binary or ASCII
MAGIC BYTES · FILE SIGNATURE
OFFSET
000102030405060708090a0b0c0d0e0f1011121314
HEX
4B617964617261204642582042696E617279202000
ASCII
Kaydara FBX Binary ·
Binary FBX begins with the 21-byte magic "Kaydara FBX Binary \x00" (note two spaces) at offset 0, followed by 0x1A 0x00 and a uint32 version. ASCII FBX has no binary magic - it's plain text starting with a "; FBX ..." comment and "FBXHeader Extension:" block (hex: null for that variant).

Programs that open FBX files

Windows5 apps
Blender Open-source File > Import > FBX to view and fully edit geometry, materials, rigs and animation. The free powerhouse for FBX.
Autodesk Maya Paid Import the FBX as a scene for professional animation/modelling work.
Autodesk FBX Review Free Free official viewer; drag the FBX in to view geometry, materials and play animations. Best first stop for just looking.
Microsoft 3D Viewer Free Free Microsoft Store app; open the FBX to view and rotate the model (basic, good for a quick look).
Autodesk 3ds Max Paid File > Import the FBX for professional editing; FBX is native interchange for 3ds Max.
macOS3 apps
Blender Open-source Import > FBX to view and edit the model on macOS.
Autodesk FBX Review Free Free viewer for macOS; open the FBX to inspect geometry and animation.
Preview / Quick Look Built-in macOS can preview many 3D files via Quick Look; for FBX it may need conversion to USDZ - use FBX Review/Blender if Quick Look declines.
Linux2 apps
Blender Open-source The primary free tool on Linux: Import > FBX to view and edit geometry, rigs and animation.
Autodesk FBX Review Free Official lightweight viewer (where a Linux build/Wine is available) for inspecting FBX.
Web2 apps
Autodesk Viewer Free Upload the FBX in a browser to view, rotate and inspect - no install.
Sketchfab Freemium Upload the FBX to view it in the browser with materials and animation; good for sharing a model.

Technical details

deep spec
File encodingsTwo sub-formats share the `.fbx` extension: plain-text ASCII (human-readable) and compact binary; the encoding is not signalled by a separate file extension
Binary magic bytes`Kaydara FBX Binary \x00` - 21-byte signature at offset 0, followed by `0x1A 0x00` and a uint32 version number
Version field (binary)uint32 at byte offset 23; e.g., 7400 = FBX 7.4, 7500 = FBX 7.5, 7700 = FBX 7.7
MIME type`application/octet-stream`
Scene data storedPolygon meshes, NURBS surfaces, skeletal rigs, keyframe animation curves, blend shapes, materials, textures, cameras, lights, and constraints
Coordinate systemY-up or Z-up; the active axis convention is declared in the `FBXHeaderExtension` block and is configurable at export
Unit systemScene measurement units (default: centimetres in most exporters) stored in `GlobalSettings` → `UnitScaleFactor`
Embedded mediaTextures and other binary assets can be embedded directly inside the `.fbx` file or referenced as external paths
Scene hierarchyStored as a typed node graph (object/connection model); nodes carry named properties and typed connections - not a flat list
Skin and rig bindingSupports multi-influence vertex skinning and IK/FK rigs stored as `Cluster` and `Skin` deformer nodes
Official SDKAutodesk FBX SDK (C++), free closed-source library for reading and writing `.fbx`; Python bindings included
Game engine supportNative importer built into Unity, Unreal Engine, Godot, and most major game engines; the de-facto standard for game-ready 3D asset exchange
ASCII header formatASCII `.fbx` begins with a `;` comment line (e.g., `; FBX 7.7.0 project file`) and an `FBXHeaderExtension:` block - no binary magic
Specification statusProprietary - Autodesk controls the format; no publicly published specification document
Released1996 (Kaydara Filmbox 1.5); owned by Autodesk since 2006
Specificationwww.autodesk.com

FBX conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with FBX files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about FBX files.

Frequently asked questions

How do I open an FBX file for free?
Use Autodesk FBX Review (free official viewer) or Microsoft 3D Viewer just to look at it, or Blender (free, open source) to view and fully edit it. Online, upload it to Autodesk Viewer or Sketchfab.
What is an FBX file used for?
It's a 3D interchange format that carries a whole scene - meshes, materials, rigs, animation, cameras and lights - so assets can move between programs like Maya, 3ds Max, Blender, Unity and Unreal Engine.
How do I convert FBX to OBJ or glTF?
Import the FBX into Blender and Export as OBJ (static mesh) or glTF/GLB (keeps materials and animation; best for web/AR). FBX2glTF is a dedicated tool for the glTF route.
How do I convert FBX to STL for 3D printing?
Import the FBX in Blender and Export STL, then load it into a slicer (Cura, PrusaSlicer). STL keeps only the mesh shape - materials, textures and animation are dropped.
Can I open an FBX in Blender?
Yes. Use File > Import > FBX (Blender's FBX importer is built in). You can then view, edit, re-rig and re-export the model in many formats.
Why does my FBX import look wrong (scale/rotation off)?
FBX is proprietary and apps disagree on units and axes. Check the import scale (often 0.01/100x) and the up-axis (Y-up vs Z-up) settings in your importer - that fixes most 'tiny model' or 'lying-down' issues.
Is .fbx the same as the ArcView FBX?
No. The common .fbx is Autodesk's Filmbox 3D format. There is a separate, obscure ArcView/Esri spatial-index .fbx; if your file came from GIS software it could be that, but the vast majority of .fbx files are 3D models.

References

1Khronos Group - glTF (recommended modern 3D interchange)www.khronos.org
2Autodesk - FBX overviewwww.autodesk.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.DCMDICOM Medical Image
.STEPSTEP - Standard for the Exchange of Product Data (ISO 10303)
.SKPSketchUp Document
.STPSTEP - Standard for the Exchange of Product Data (ISO 10303), .stp spelling
.MTLMaterial Template Library (Wavefront)
.MAX3ds Max Scene File (Autodesk 3ds Max)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z