CAD Files: Types, Formats, and How to Open Them (2026)

VNTANA Blogs CAD Files: Types, Formats, and How to Open Them (2026)

CAD files hold the 3D models and 2D drawings that engineers and designers create in computer-aided design software.

They come in dozens of types and formats, and each one behaves differently when you open, view, or share it. This guide breaks down the main types of CAD files, the difference between native and neutral formats like the .STEP file, and how to open them with or without CAD software.

You’ll also see why CAD files so often get stuck inside engineering, and what it takes to make them usable across sales, marketing, aftermarket, eCommerce, and AI.

Key Takeaways (TL;DR)

  • CAD files store engineering geometry, not just a picture. Depending on the format, that means editable feature history, precise solid geometry, or a simple surface mesh.
  • There are three families of CAD files: native (tied to one program), neutral or exchange formats (built for sharing), and mesh formats (built for visualization and 3D printing).
  • The .STEP file is the most common neutral 3D CAD format, because it follows an open ISO standard and preserves solid geometry across different software.
  • You can view CAD files without CAD software using free desktop viewers, browser viewers, or an enterprise 3D web viewer that needs no install.
  • Native CAD files are too heavy and too sensitive to publish directly. A single assembly can run hundreds of megabytes and carry proprietary geometry, so it has to be optimized and cleaned before it reaches the web.
  • The hard part isn’t opening a CAD file; it’s operationalizing it. Making 3D CAD files usable across every team and channel is where most manufacturers get stuck, and it’s an orchestration problem, not a viewer problem.

Table of Contents

  • CAD Files at a Glance
  • What Are CAD Files?
  • Types of CAD Files: Native, Neutral, and Mesh Formats
  • CAD File Formats and Extensions: Quick Reference
  • What Is a .STEP File?
  • How to Open and View CAD Files
  • How to Share CAD Files Securely
  • Where CAD File Workflows Break Down
  • Turning CAD Files Into Web-Ready, Shareable 3D
  • Everything You Need to Know About CAD Files
  • Get Your CAD Files Working Across the Business
  • FAQs About CAD Files
  • About the Author

CAD Files at a Glance

Question Short Answer
What is a CAD file? A file that stores a 3D model or 2D drawing made in computer-aided design software.
What are the main types? Native formats, neutral or exchange formats, and mesh formats.
Most common 3D exchange format? The .STEP file (.stp / .step), governed by an open ISO standard.
How do you open one? With CAD software, a free file viewer, or a browser-based 3D viewer.
Why won’t it load on the web? Web viewers only support GLB files, native CAD files must be converted first. They are also usually too large and carry data that has to be optimized and stripped first.
Who needs them outside engineering? Sales, marketing, eCommerce, training, aftermarket service and AI teams.

What Are CAD Files?

A CAD file is the digital record of a product design built in computer-aided design software such as SolidWorks, AutoCAD, Siemens NX, Creo, or CATIA. It stores the geometry of a part or assembly, and often the dimensions, materials, tolerances, and metadata that go with it.

The important thing to understand is that a CAD file is not an image. A photo records how something looks from one angle. A CAD file records what the object is, its exact shape, scale, and structure, down to fractions of a millimeter.

That precision is why CAD files sit at the center of how products get designed and manufactured. It’s also why they’re hard to work with outside engineering. The same detail that makes a CAD file useful for design makes it heavy, complex, and locked to specialist tools.

Types of CAD Files: Native, Neutral, and Mesh Formats

There are many types of CAD files, but almost all of them fall into three families. The difference between them comes down to one question, i.e how much of the original design data the file keeps. Think of it as a ladder, where each step down trades editable detail for easier sharing.

Native CAD File Formats

Native formats are created by, and tied to, one specific CAD program. They hold the most information of any CAD file, including the full feature history, so an engineer can reopen the file and edit the design parametrically.

  • SolidWorks: .SLDPRT (part), .SLDASM (assembly)
  • AutoCAD: .DWG
  • Siemens NX: .PRT
  • Creo / Pro-E: .PRT, .ASM
  • CATIA: .CATPart, .CATProduct

The catch is that a native file usually only opens cleanly in the software that made it. Hand a SolidWorks .SLDPRT to a team running Creo and they can’t open it without conversion.

Neutral (Exchange) CAD File Formats

Neutral formats, also called exchange formats, exist to move designs between different CAD programs. They follow published standards, so any compatible software can read them. They keep precise geometry but drop the feature history, so you get an accurate model you generally can’t edit parametrically.

  • STEP: .stp, .step (the most widely used 3D exchange format)
  • IGES: .igs, .iges
  • JT: .jt (common in automotive and aerospace)

IGES is one of the oldest neutral formats, first published by the U.S. agency NIST in 1980 to let incompatible CAD systems share data. STEP later became the default because it preserves solid geometry more reliably. Step can come in be B-rep or Mesh.

Mesh-Based 3D CAD Files

Mesh formats describe a model as a surface made of thousands of small triangles. They throw away the precise math behind the shape and keep only the outer skin, which makes them light and easy to render. These are the 3D CAD files you’ll see in web viewers, AR, games, and 3D printing.

  • STL: .stl (standard for 3D printing)
  • OBJ: .obj (common in graphics and visualization)
  • GLB / glTF: .glb, .gltf (the web and anroid AR standard)
  • USDZ: .usdz (AR on Apple devices)
  • 3MF: .3mf (modern 3D printing)

Each step down this ladder, from native to neutral to mesh, makes the file easier to share but harder to edit. Knowing which step you need is the key to choosing the right format for the job.

CAD File Formats and Extensions: Quick Reference

Use this table to match a file extension to its family, its origin, and what it’s best used for. It’s the fastest way to know what you’re holding before you try to open it.

Extension Family Source / Software Best For
.SLDPRT / .SLDASM Native SolidWorks Active engineering and editing
.DWG Native AutoCAD 2D drawings and drafting
.PRT / .ASM Native Siemens NX, Creo Editable parts and assemblies
.CATPart Native CATIA Automotive and aerospace design
.step / .stp Neutral ISO 10303 standard Sharing 3D models between programs
.igs / .iges Neutral IGES standard Legacy data exchange
.jt Neutral JT Open Lightweight viewing of large assemblies
.stl Mesh Standard tessellation 3D printing
.obj Mesh Wavefront Graphics and visualization
.glb / .gltf Mesh Khronos Group Web and android AR delivery
.usdz Mesh Pixar / Apple AR on iOS devices

What Is a .STEP File?

A .STEP file is a neutral 3D CAD format that stores precise solid geometry in plain text, so it can move between different CAD programs without losing accuracy. The extensions .stp and .step refer to the same format. It’s the format most engineers reach for when they need to send a 3D model to someone running different software.

STEP works because it follows the ISO 10303 standard, an open specification for product data exchange. Because the standard is public and stable, almost every serious CAD program can read and write STEP files. That’s what made it the common language of 3D CAD.

The .step file is also where a lot of enterprise pain shows up. Many large manufacturers receive STEP files from suppliers and then defeature them, stripping out internal geometry, before the model can be reused for sales and marketing. At companies with many teams, the same STEP file gets reworked again and again, which is slow and expensive. A manufacture, for example, had five or more teams defeaturing the same STEP files independently, and Revit conversion alone ran one and a half to two months per product line.

How to Open and View CAD Files

How you open a CAD file depends on who needs to see it and what they need to do with it. An engineer editing a part needs different tools than a salesperson showing a customer a product on a call. There are three practical ways to view CAD files.

Desktop CAD Software

The most complete way to open a CAD file is the program that made it, or one that supports its format. SolidWorks, AutoCAD, Siemens NX, Creo, CATIA, and Fusion 360 all open native and neutral files and let you edit, measure, and inspect them in full.

The downside is cost and skill. These programs are expensive, run on workstation hardware, and take training to use. They’re built for engineers, not for the rest of the business.

Free CAD File Viewers

If you only need to look at a file, a free viewer is enough. Tools like Autodesk Viewer, eDrawings, and Glovius open common CAD formats so you can rotate, zoom, and mark up a model without a full license. Autodesk Viewer runs in the browser and supports DWG, DXF, STEP, IGES, and more.

Free viewers are fine for one-off reviews. They start to fall short once you need to manage thousands of files, control who sees what, or publish models to a website.

Viewing 3D CAD Files in the Browser

The third option is a web-based 3D viewer that needs no install at all. You send a link, and the recipient can view 3D CAD files on any device, rotate them, explode assemblies, and inspect individual parts, the same way they would in a CAD program, but in a browser.

This is the format that works for sales, marketing, and customers, because it asks nothing of the viewer. VNTANA’s Enterprise 3D Web Viewer is Khronos-certified and loads five to ten times faster than Sketchfab, adds scene-graph navigation, exploded views, and measurements, and supports native AR with no app and WebXR headsets like Vision Pro and Quest. So a non-technical buyer can understand a complex product without ever touching CAD software, and an admin can govern how thousands of models behave across the whole organization from one place.

How to Share CAD Files Securely

Knowing how to share CAD files matters as much as knowing how to open them, because a raw native file is rarely safe to send as-is. Two problems get in the way: size and security. A single assembly can run to hundreds of megabytes, and it carries proprietary geometry and metadata you may not want outside your company.

There are a few common ways to share CAD files, each with trade-offs:

  • Email or file transfer: Fine for small parts, but native files are often too large, and they expose your full design data to whoever receives them.
  • A neutral format like STEP: Converting to a .step file makes the model more portable, though it still carries detailed geometry a competitor could reuse.
  • A secure share link: A browser-based viewer with optimization and conversion like VNTANA lets you send a link with stripped out GLB version, so the recipient sees the model without ever downloading the source CAD.

For teams that share 3D regularly, the safer answer is a 3D digital asset management platform that governs 3D across your existing stack. VNTANA stores every file in one governed place, controls access by role, and can automatically strip proprietary geometry and metadata before anything is shared externally. That removes the engineer as the manual gatekeeper for IP security, and because VNTANA is SOC2 Type II certified, it clears the enterprise security review that most 3D tools fail.

Where CAD File Workflows Break Down

The trouble with CAD files isn’t creating them, but more of getting them anywhere useful. Most manufacturers have spent years and real money building 3D assets, and then watch those files sit trapped in engineering, unusable by anyone else.

A few patterns show up again and again:

  • The files are too heavy. A native CAD assembly can be hundreds of megabytes. The web needs models under 10MB, so nothing loads until someone optimizes it.
  • They’re locked to specialist tools. Only people with CAD licenses and training can open them, so sales, marketing, and merchandising are stuck waiting on engineering.
  • The same work happens over and over. Multiple teams defeature and convert the same STEP files with different tools, duplicating weeks of effort per product line.
  • Sharing is a security risk. Native files carry sensitive geometry, so they get passed around over consumer file-sharing tools with no access control or audit trail.

The result is a backlog. Buyers now expect to inspect products in 3D and AR before they commit, and most websites still can’t deliver that, because the 3D exists but can’t reach the page.

Turning CAD Files Into Web-Ready, Shareable 3D

Getting past that backlog means automating the step between engineering and everyone else. That’s the gap VNTANA closes. As an enterprise 3D Digital Asset Management Platform, it sits between your existing PLM, ERP, PIM, and eCommerce systems through open APIs, so there’s no rip-and-replace. It takes a native CAD file in, automatically optimizes and converts it, and outputs a web-ready, AR-ready, viewer-standardized 3D model, with no manual rework from engineering.

The optimization is the part most teams underestimate. VNTANA’s patented Intelligent Optimization™ can cut file size up to 99% while keeping visual fidelity. In real use, a 221MB STEP file came out at 9.4MB with its full hierarchy intact, or 1.3MB with internal geometry removed, and a 1.2GB model came out at 6.7MB with no visible quality loss. Speed compounds too: one manufacturer optimized 2,500 product models in a single hour, work that previously took six weeks by hand.

From there, the optimized model is ready to view and share anywhere. Anyone can open it in a browser on any device, with no CAD software and no source file handed over, while the same governed file stays in sync across teams. VNTANA can also bulk-publish those models straight to dealer portals and retail channels like Amazon, Home Depot, and Lowe’s through automated syndication, so one update at the source flows out everywhere at once. Manufacturers like Kohler and Doosan Bobcat run their CAD this way, so the file becomes one source of truth instead of a dead end inside engineering.

Everything You Need to Know About CAD Files

Topic What to Know
Definition A CAD file stores the precise geometry of a 3D model or 2D drawing, not just an image of it.
Native formats Tied to one program (SolidWorks, AutoCAD, NX, Creo, CATIA); fully editable, hard to share.
Neutral formats STEP, IGES, and JT move designs between programs; accurate geometry, no feature history.
Mesh formats STL, OBJ, GLB, and USDZ are light surface models for printing, web, and AR.
The .STEP file The most common 3D exchange format, governed by the open ISO 10303 standard.
Opening files Use CAD software to edit, a free viewer to review, or a browser viewer to share.
Viewing without CAD Web-based 3D viewers let anyone view CAD files on any device, no install needed.
Sharing securely Send a link with a stripped down version for visualization only, not the source file.
The real bottleneck Native files are too heavy and too sensitive to publish until they’re optimized and cleaned.
Making them usable Automated CAD-to-web conversion and optimization turns one file into 3D for sales, marketing, training, eCommerce, aftermarket service and AI.

Get Your CAD Files Working Across the Business

CAD files come in native, neutral, and mesh formats, each easy to open in the right tool but hard to move past engineering. The files are heavy, locked to specialist software, and risky to share, so the 3D you already paid to build never reaches the teams and channels that could use it.

VNTANA fixes the operational problem. As the 3D digital asset management platform that sits on top of your existing systems, it automatically converts and optimizes native CAD files into web-ready 3D, then lets anyone view and share them securely in a browser, without an engineer in the loop after initial setup. It’s built for manufacturers and product teams sitting on 3D assets they can’t yet use everywhere, and it’s SOC2 Type II certified for the enterprises that need to pass a security review before they adopt anything.

Kohler, Bobcat, and Astec already run on it. Watch your own CAD files go through the pipeline, your assets, your proof. Book a demo with VNTANA →

FAQs About CAD Files

What are CAD files?

CAD files are digital files that store 3D models or 2D drawings created in computer-aided design software like SolidWorks, AutoCAD, or CATIA. Unlike a photo, a CAD file records the exact geometry, scale, and structure of a design, often down to fractions of a millimeter. They’re the working format for product design and manufacturing. Depending on the format, a CAD file can hold an editable feature history, precise solid geometry, or just a surface mesh. That detail is what makes them powerful for engineering and difficult to use outside it.

What are the main types of CAD files?

The main types of CAD files fall into three families: native, neutral, and mesh. Native formats like .SLDPRT and .DWG are tied to one program and keep full editable detail. Neutral or exchange formats like STEP and IGES follow open standards and move designs between programs. Mesh formats like STL, OBJ, and GLB describe a model as triangles and are used for 3D printing, web, and AR. Each family trades editable detail for easier sharing.

What is a .STEP file?

A .STEP file is a neutral 3D CAD format that stores precise solid geometry as plain text, so it can move between different CAD programs without losing accuracy. The extensions .stp and .step refer to the same thing. It follows the open ISO 10303 standard, which is why nearly every CAD program can read it. That makes the .step file the default choice for sending a 3D model to someone using different software. It keeps the geometry but not the editable feature history.

How do I open a CAD file without CAD software?

You can open a CAD file without CAD software using a free viewer or a browser-based 3D viewer. Tools like Autodesk Viewer and eDrawings open common formats so you can rotate, zoom, and mark up a model with no license. A web-based 3D viewer goes further, letting anyone view CAD files on any device through a shared link, with no install. This is the practical option for sales, marketing, training, aftermarket service and customers who don’t run CAD. Free desktop viewers suit one-off reviews; web viewers suit sharing at scale.

How do I share CAD files with someone who doesn’t have CAD software?

To share CAD files with someone who doesn’t have CAD software, send a secure view link from a browser-based 3D viewer instead of the source file. The recipient can open the model on any device and inspect it without downloading anything or installing software. This also protects your design, since they never receive the raw geometry. For regular sharing, an 3D digital asset management platform that governs 3D across your existing systems controls access and strips sensitive geometry automatically before anything leaves your company.

What’s the difference between native and neutral CAD files?

The difference between native and neutral CAD files is portability versus editability. Native files like .SLDPRT or .CATPart are made by one program and keep the full feature history, so engineers can edit the design parametrically, but they usually only open in that software. Neutral files like STEP and IGES follow open standards and open almost anywhere, but they drop the feature tree, so you get accurate geometry you generally can’t edit. Use native files for active design work and neutral files for sharing across tools. Most companies design in native formats and exchange in STEP.

Can you convert a CAD file to a 3D web format?

Yes, you can convert a CAD file to a 3D web format like GLB or USDZ, but you also need optimization, not just a file export. A native CAD assembly can run hundreds of megabytes, while the web needs models under about 10MB to load quickly. Optimization has to reduce the polygon count and file size while keeping the model looking right. VNTANA’s Intelligent Optimization can cut file size up to 99% and output web-ready 3D CAD files automatically. Doing this by hand for each model is the bottleneck that stalls most 3D programs.

Are free CAD viewers good enough for an enterprise team?

Free CAD viewers are not good enough for an enterprise team managing 3D at scale. They work fine for opening and reviewing a single file, but they lack access control, version history, audit trails, automated optimization, and the ability to publish 3D to a website or retailer. Once a catalog passes a few hundred models, those gaps turn into manual work and security risk. Free viewers also can’t strip proprietary geometry before sharing or push models to AR and AI pipelines. Enterprise teams typically outgrow them and standardize on a governed 3D digital asset management platform within a year or two.