An FBX file is a 3D model container that holds geometry, animation, and material information in a single package
FBX stands for FilmBox. It was created by Autodesk (the company behind AutoCAD and Maya) as a way to move 3D models, rigged characters, and animations between different software programs without losing data. When you open an FBX file, you are looking at a 3D object — it might be a chair, a character, a building, or a landscape — along with information about how it looks (colors, textures) and how it moves (if it has animation built in).
The file format became an industry standard because it preserves more information than simpler formats do. If you export a model from Maya as an FBX and then open it in Blender or Unreal Engine, the geometry stays intact, the bones that control character movement stay in place, and the animation data comes along. Other formats often lose one or more of these pieces.
Key Takeaways
- FBX files contain 3D geometry, skeletal rigging (the digital bones that make characters move), and animation data all in one file.
- The format was designed by Autodesk to move models between different 3D software without losing information that other formats drop.
- Game engines like Unreal Engine and Unity use FBX files as a standard import format for characters and props.
- You cannot open or view an FBX file in a standard image viewer or web browser — you need 3D software or a specialized viewer.
Where FBX files come from and where they go
3D artists create FBX files by modeling in software like Maya, Blender, Cinema 4D, or 3ds Max, then exporting the finished work as an FBX. The file is then sent to a game developer, animator, visual effects studio, or architect who needs to use that model in their own software.
FBX is especially common in game development. A character artist creates a rigged and animated character in Maya, exports it as FBX, and a game programmer imports it into Unreal Engine or Unity. The skeleton, the mesh, and the walk cycle all come through intact. Without FBX or a similar format, the artist would have to rebuild the entire rig inside the game engine — a process that wastes hours and introduces errors.
What information an FBX file actually stores
An FBX file is a container. Inside it lives the 3D mesh (the actual shape of the object), the skeleton or rig (the digital bones that control deformation), animation keyframes (the poses that make a character move), materials (the surface properties that tell software what the object should look like), and sometimes textures (image files that add detail to surfaces).
Not every FBX contains all of these things. A static prop — a chair or a rock — might have only geometry and materials. A rigged character will have geometry, a skeleton, and usually animation. A motion-capture file might be skeleton and animation with no mesh at all, because the mesh will be added later in a different software.
Why FBX instead of other 3D formats
Other 3D file formats exist. OBJ is simpler and more widely supported, but it cannot store animation or rigging data. GLTF (also called GLB) is newer and works well on the web, but it does not preserve all the information that professional animation software needs. Collada (DAE) was designed for the same job as FBX but is less reliable in practice.
FBX became the standard because it handles complex rigs and animation better than alternatives, and because Autodesk made it the native export format for Maya — the software that dominated professional animation and game development for two decades. When the industry standard uses a format, everyone else adopts it too.
How to open or view an FBX file
You cannot open an FBX file in Photoshop, Windows Photo Viewer, or any standard image software. You need either professional 3D software or a free viewer. Autodesk offers FBX Review, a free standalone viewer that lets you see the model, play animations, and inspect materials without owning Maya or any other paid software. Blender (free and open-source) can also open and display FBX files.
If you have received an FBX file and just want to look at it, FBX Review is the fastest route. If you need to edit it or use it in a project, you will need 3D software — Blender is free, or you can use a trial version of Maya, Cinema 4D, or another professional tool.
FBX file size and what affects it
An FBX file size depends on how much data it contains. A straightforward static model might be a few megabytes. A rigged character with multiple animations can be 50 to 200 megabytes or larger. High-resolution textures embedded in the file make it bigger; if textures are stored separately and linked, the FBX itself stays smaller.
When you send an FBX file to someone else, ask whether they want textures embedded or separate. Embedded textures make the file self-contained but heavy. Separate textures mean the FBX file is lighter, but the recipient needs to receive the texture folder too, and the paths have to be set up correctly or the software will not find them.
Common problems when working with FBX files
The most frequent issue is that animation or rigging data does not transfer cleanly between software. A character rigged in Maya might import into Blender with the skeleton intact but the skin weights (the information about which bones move which parts of the mesh) slightly different, causing the character to deform oddly. This is usually fixable but requires adjustment.
Another common problem is broken texture paths. If you export an FBX with linked textures and then move the texture folder, the software that opens the FBX will not find the images and the model will appear gray or white. Always keep textures in the same folder structure, or embed them in the FBX if the file size is acceptable.
Scale mismatches also happen. One software might measure in centimeters and another in inches. A character that looks right in Maya might be tiny or huge in Unreal Engine. Most software has a scale setting during import to fix this, but it is worth checking before you spend time troubleshooting.
Frequently Asked Questions
Can I convert an FBX file to a different format?
Yes. Open the FBX in Blender or another 3D program and export it as OBJ, GLTF, Collada, or another format. Keep in mind that some formats do not support animation or rigging, so you may lose that data in the conversion. Check what the destination software needs before you convert.
What if I receive an FBX file but the textures look wrong?
The texture paths are probably broken. Check whether the texture folder was sent along with the FBX. If it was, move it to the same location as the FBX file. If textures were not sent, ask the person who created the file to send them or to re-export the FBX with textures embedded.
Is FBX the same as a 3D model file?
FBX is one type of 3D model file. Other types include OBJ, GLTF, STL, and Collada. FBX is popular in animation and games because it preserves rigging and animation, but it is not the only option. The right format depends on what software you are using and what data you need to keep.
Do I need to pay for software to open an FBX file?
No. Autodesk FBX Review is free and lets you view and play animations. Blender is also free and can open, edit, and re-export FBX files. If you only need to look at the model, FBX Review is enough. If you need to edit it, Blender is a good choice.