Skip to content
3DToolBench

Convert F3D to STEP

An .f3d is a Fusion 360 archive. Fusion exports STEP directly and it takes about fifteen seconds — the only thing that catches people is that Fusion keeps its files in the cloud by default, so the .f3d you are looking for may not be a file you have.

We cannot read .f3d files — the format is Autodesk’s and closed. Fusion 360 does this export natively and is free for personal use, and once you have the STEP file we can convert it to STL, OBJ, GLB or 3MF here.

Exporting STEP from Fusion 360

  1. Open the design in Fusion 360

    File → Open (from the cloud), or File → Open → Open from my computer

    If someone sent you an .f3d file, use Open from my computer and select it. Fusion uploads it to your own cloud workspace and opens it.

  2. Start the export

    File → Export…

    Not the Save command. Export is what writes other formats, and it is a separate menu entry.

  3. Choose the STEP type

    Type: STEP Files (*.stp, *.step)

    Fusion writes AP214, which carries colour and is read by everything. There is no application protocol choice to make.

  4. Save to your computer, not the cloud

    Location: choose a folder on your computer

    The dialog defaults to a cloud location. Pick a local folder or the file goes into your Fusion project rather than onto your disk.

  5. Export, and wait for the notification

    Export (button)

    Fusion does exports as a background job on its servers. The file appears when the job finishes, which is usually seconds and occasionally a minute, and a notification tells you. It is easy to assume nothing happened.

Where your Fusion files actually are

Fusion 360 is cloud-first. Designs live in Autodesk’s cloud and are cached locally, so there is often no .f3d on your disk at all. The file list you see in the Data Panel is the cloud project, not a folder.

An .f3d file is what you get when you explicitly export an archive — File, Export, with the type set to Fusion 360 Archive — or when someone else sends you one. It is a package of the design rather than the live document.

This matters when somebody asks you for "the Fusion file". If they have Fusion, sharing the cloud project is easier than sending an archive. If they do not, an .f3d is no use to them at all, and STEP is what they actually need.

What STEP keeps and what it does not

STEP carries the exact geometry: real cylinders, real fillets, real splines, with the assembly structure and component names. Anyone with any CAD program can open it, measure it exactly, and build against it.

It does not carry the timeline. Fusion’s parametric history — the sketches, the extrudes, the constraints, the ability to change a dimension and have everything rebuild — is specific to Fusion and does not exist in STEP. The recipient gets the finished shape, not the recipe.

It also does not carry appearances in the Fusion sense, joints, or motion studies. Colours survive as face colours in AP214; the rendering appearance does not.

For most purposes that is exactly right. The recipient wants to make the part, check it fits, or design around it, and the exact shape is what all three need.

When to export STL instead

If the part is going straight to a 3D printer and nowhere else, STL or 3MF is more direct — File, Export, with the type set to STL, and a mesh refinement setting that works the same way as the tolerances in SolidWorks and Inventor.

Anything else, send STEP. It is the format that keeps the part manufacturable, and converting STEP down to a mesh is one step that anyone can do, while going the other way is not possible.

A useful rule: STL is a destination, STEP is an exchange format. Send the exchange format unless you know the destination.

Questions

I cannot find my .f3d file on my computer.
It is probably not there. Fusion stores designs in the cloud and caches them locally. An .f3d exists only if someone exported an archive. Open the design from the Data Panel instead.
Nothing happened when I pressed Export.
Fusion runs exports as a background job on its servers. The file appears when the job finishes — usually seconds, sometimes a minute — and you get a notification. Check the location you chose.
Does STEP keep my Fusion timeline?
No. The parametric history is specific to Fusion. STEP carries the finished shape as exact surfaces, plus assembly structure and component names.
Is Fusion 360 free?
There is a free tier for personal, non-commercial use with some limitations, and it includes STEP and STL export. That makes it a practical way to open and convert files even if you do not use it as your main CAD program.

Where to go next

Checked against current software versions on 2026-09-11