How to Open a STEP File Free (.step and .stp)
You can view a STEP file free in Autodesk Viewer, right in your browser, with no CAD software installed. For real editing or measuring, FreeCAD is a free, full CAD program that opens .step and .stp files directly.
A file ending in .step or .stp is a STEP file. Both extensions are the exact same format, just spelled differently. Only the letters differ.
STEP is a neutral 3D CAD exchange format, built on the ISO 10303 standard. Every major CAD program can read and write it, including SolidWorks, Inventor, Fusion, CATIA, Creo, Solid Edge, Rhino, and FreeCAD.
That is the whole point of the format. It lets one CAD program hand a finished model to a completely different one.
The catch: most people who receive a STEP file did not create it. It usually arrives from a client, a supplier, or a 3D printing service, and the recipient does not own SolidWorks, Inventor, or CATIA.
The good news: you do not need that software just to open it.
Before you try anything, confirm the file really ends in .step or .stp. If your computer hides extensions, you can show file extensions in Windows to reveal the true name.
View it online for free with Autodesk Viewer
Autodesk Viewer is a free online tool at viewer.autodesk.com. It opens .step files directly in a browser tab, with no software to download.
Here is how to use it:
- Go to viewer.autodesk.com.
- Sign in, or create a free Autodesk account if you do not have one yet.
- Upload your .step or .stp file.
- Rotate, pan, and zoom to inspect the model.
It works the same way on Windows, Mac, or Chromebook, since the whole tool runs as a web page. There is nothing to install and nothing that only works on one operating system.
eDrawings Viewer for offline use
eDrawings Viewer is a free desktop viewer, built by the team behind SolidWorks. Download it from edrawingsviewer.com, and it opens STEP files without any subscription.
It reads both flavours of STEP. There is a real difference between them: AP214 carries assembly structure and colours, while AP203 does not. That matters if you are opening a multi-part assembly rather than a single part.
eDrawings opens both, plus native SolidWorks files. It also includes distance and angle measurement, section views, and markup tools.
Once activated, it runs completely offline.
That makes it a solid choice if you need to open STEP files often, without a browser open every time.
Edit or measure it for free with FreeCAD
FreeCAD is free and open source. Unlike the two viewers above, it is real CAD software, not just a viewer.
To open a file:
- Download FreeCAD from freecad.org.
- Install it and launch the application.
- Go to File, then Open.
- Select your .step or .stp file.
Once it is open, you can inspect the model, take measurements, modify the geometry, or export it to another format. As of this writing, the current stable release is version 1.1.1.
This is the best free option if you need to do more than just look. The two viewers above are for checking a model. FreeCAD is for working on it.
Why a .step file is not fully editable
Here is the honest part: a STEP file gives you the shape, not the recipe. It carries finished 3D geometry, but not the design history, feature tree, or parametric intent that built it.
Even inside paid CAD software, a STEP import opens as one plain solid body. You can reshape that body. You cannot scroll back through the original steps that created it, because that information was never in the file.
That is true in every CAD program, free or paid.
NIST offers a free tool for this: the STEP File Analyzer and Viewer. It is more technical, built for inspecting and validating what is actually inside a file rather than casual viewing.
Preparing a .step file for 3D printing
Plenty of people assume the 3D Viewer app built into Windows will open a STEP file.
It will not, because Windows 3D Viewer only handles mesh formats such as 3MF, STL, OBJ, FBX, and GLB. Those are a different kind of file entirely.
STEP describes a solid, mathematical shape.
3D printing needs a mesh instead, built from triangles.
That means a STEP file has to be converted before it will print.
FreeCAD can export a .step file to .stl for this exact purpose, and so can most full CAD programs. The two viewers above are built for looking, not converting. For the full walkthrough, see how to convert a STEP file to STL.
If your file is 2D drafting rather than a 3D model, the same free-tool approach applies to opening a DWG file instead.
Only download STEP tools from their official sites. Several “STP viewer” search results are unknown download pages pushing their own installers. Stick to viewer.autodesk.com, edrawingsviewer.com, and freecad.org, and you avoid the adware risk entirely.
Frequently asked questions
Here are quick answers to what people ask most about STEP files.
Is a .stp file the same as a .step file?
Yes. They are the same format under two different extensions, and every tool in this guide opens both.
Can I open a .step file without expensive software?
Yes. Autodesk Viewer works free in a browser, and eDrawings Viewer and FreeCAD are both free downloads.
Can I edit a .step file?
You can edit the geometry in FreeCAD at no cost. What you cannot get back is the original feature history, since a STEP file never stores it.
How do I open a .step file on a Mac?
Autodesk Viewer works in any browser, including on a Mac. FreeCAD is also available for Mac, free, if you want to do more than view the file.
How do I open a .step file for 3D printing?
Convert it to STL first, since printers need a mesh rather than a solid. FreeCAD can export a .step file to .stl for printing.