What is a .blend file?
Blender Project File · 3D model · Blender Foundation · 1994
A BLEND file is Blender's own project file, holding an entire 3D scene: models, materials, textures, lights, cameras, animation and settings. It is meant to be opened in Blender, and it is tied to the Blender version that saved it.
What is a .blend file used for?
A .blend is essentially a snapshot of everything in a Blender project, which is why it can hold a complete scene, geometry, shaders, rigs, animation and even compositing setups, in one file.
It is version-specific: a newer Blender opens older .blend files, but a file saved in a newer version may not open cleanly in an older one.
Because it is Blender's internal format, other 3D programs do not read it. To move work elsewhere, you export from Blender to an interchange format like FBX, glTF or OBJ.
One safety note: a .blend can embed Python scripts that run when the file loads. Blender disables that auto-run by default, and you should only enable it for files you trust.
What opens a .blend file?
The .blend format opens in the following apps, grouped by operating system. If one app does not work, try another from the same list.
Windows
- Blender
macOS
- Blender
Linux
- Blender
Web
- Not applicable; open in Blender or ask for an exported FBX/glTF
Open a .blend file step by step
- Confirm the file really is a .blend. Drop it into the WhatFileType identifier, which reads its signature in your browser without uploading anything.
- On Windows, open it with Blender.
- On Mac, use Blender.
- On Linux, try Blender.
- Still stuck? Convert the .blend to FBX, which opens more widely.
Why can't I open my .blend file?
Almost always because no installed app understands BLEND. Install one of the apps above, or convert the file to a format your existing software already reads. If double-clicking opens the wrong program instead of nothing at all, the file association is set to the wrong app rather than the file being broken.
The other possibility is that the file is not really a .blend at all. Drop it into the file identifier to check it by its bytes instead of its name. Nothing is uploaded.
How to convert a .blend file
You can convert a .blend file to FBX, GLTF, OBJ, STL using a conversion tool or the export menu of an app that opens it.
What is the .blend file signature (magic bytes)?
A .blend file starts with the hex bytes 42 4C 45 4E 44 45 52, which read as BLENDER in ASCII. Programs identify BLEND by those bytes, not by the filename, so a renamed file still gives itself away.
These are the documented signatures for BLEND. For a full breakdown, see the Blender file signature page.
| Hex signature | Offset | ASCII | Note |
|---|---|---|---|
| 42 4C 45 4E 44 45 52 | 0 | BLENDER | 'BLENDER' followed by version and pointer-size info |
See the full magic-numbers reference for every format.
Frequently asked questions
What is a .blend file?
A BLEND file is Blender's own project file, holding an entire 3D scene: models, materials, textures, lights, cameras, animation and settings. It is meant to be opened in Blender, and it is tied to the Blender version that saved it.
How do I open a .blend file without Blender?
You generally cannot: .blend is Blender's own format and other programs do not read it. Open it in the free Blender, or ask whoever sent it to export an FBX, glTF or OBJ you can use elsewhere.
Can a .blend file contain a virus?
A .blend can embed Python scripts that run when it loads, which in theory could be misused. Blender disables auto-running those scripts by default, so keep that setting off and only enable it for files you trust.
Related formats
Sources
Details on this page were checked against authoritative references. How sources are ranked and what is deliberately left out is set out in the methodology.