🔗 Related Software

Compare with similar tools in this category:

Software profile · Autodesk

AutoCAD

The original commercial CAD platform — still the lingua franca of DWG-based 2D documentation across AEC, mechanical, and infrastructure work.

At a glance

VendorAutodesk
First releasedDecember 1982
Current release trackAnnual release cadence — AutoCAD 2025 ships with specialized toolsets (Architecture, Mechanical, Electrical, MEP, Plant 3D, Map 3D, Raster Design)
Licensing modelSubscription only since 2016. Named-user single-seat, Flex tokens for occasional users. AutoCAD LT was folded into the AutoCAD subscription in 2024.
PlatformsWindows, macOS (subset), Web (AutoCAD Web App), iOS / Android (AutoCAD mobile)
Native / common formatsDWG (native), DXF (interchange), DWS (standards), DWT (templates), DWF/DWFx, PDF, IFC (limited)
Typical domainsAEC, Mechanical detailing, MEP, Civil documentation, Survey & mapping (Map 3D)
Common alternativesBricsCAD, GstarCAD, ZWCAD, DraftSight, progeCAD

What it is

AutoCAD is a general-purpose computer-aided drafting platform centered on the DWG drawing format. It is file-based CAD — every project is one or more DWG files containing entities (lines, polylines, blocks, text, annotations) organised by layers and plotted from layout sheets.

Unlike model-based BIM tools, AutoCAD does not impose a domain ontology. A wall, a beam, a battery, and a contour line are all graphical objects on layers until you assign meaning via blocks, attributes, layer naming, or extended entity data. This flexibility is exactly why AutoCAD became the workhorse documentation tool for so many industries — and why undisciplined AutoCAD files become unmaintainable so quickly.

Modern AutoCAD subscriptions ship with specialised toolsets (Architecture, Mechanical, Electrical, MEP, Plant 3D, Map 3D, Raster Design). These add domain-specific commands and content libraries on top of the same drawing engine, so one license can target multiple verticals without switching applications.

Where it is used

AutoCAD remains the contract-deliverable tool in many AEC offices: sealed sheets, redlines, as-builts, and consultant exchanges still travel as DWGs. In mechanical shops it survives as the dimensioned detail and fabrication-drawing tool even when 3D modelling moves to Inventor or SOLIDWORKS. Civil teams use base AutoCAD plus Civil 3D for corridors, alignments, and grading. Survey and GIS work uses Map 3D for coordinate systems and topology.

Outside the Autodesk-centric world, DWG files are still the de-facto exchange format with regulators, fabricators, surveyors, and clients who do not own modelling software.

Learning curve and getting started

The basic command set — line, polyline, offset, trim, fillet, dimension, plot — is learnable in a week of focused practice. Most beginners hit their first wall in three places: (1) layers, plot styles, and what lineweight actually means, (2) layouts and viewports instead of plotting from model space, and (3) blocks, attributes, and XREFs so they stop copy-pasting geometry between drawings.

Intermediate skill is when you can build a clean layout-based plotted set, use external references for shared geometry, and read another drafter's drawing without getting lost. Advanced is when you script repeated work with LISP, dynamic blocks, or sheet sets, and when you can negotiate CAD standards across a multi-discipline team.

Licensing reality

Autodesk moved AutoCAD to subscription-only in 2016. Perpetual licenses bought before 2016 still legally exist but receive no updates and no support — many shops continued running AutoCAD 2014 or 2017 perpetuals for years to avoid annual fees. Named-user subscriptions and Flex tokens replaced the older network model. Education licenses are free with renewal, but commercial use of educational software is explicitly prohibited.

AutoCAD LT was the budget 2D-only SKU for decades; in 2024 Autodesk folded it into the full AutoCAD subscription, retiring LT as a separate product. Specialised toolsets are now included in the standard AutoCAD subscription rather than priced separately.

Ecosystem and extensions

AutoCAD's longevity is largely an ecosystem story. The DWG format is supported by dozens of third-party applications. AutoLISP, Visual LISP, ObjectARX (C++), and .NET APIs allow extensive customisation; LISP routines from the 1990s often still run on current AutoCAD with minor adjustments. The CUI system lets shops bake their own workflows into the ribbon.

Major ISV add-ons include CADWorx for plant piping, Carlson Software for survey/civil, Spatial Manager for GIS imports, and dozens of MEP and structural plugins. Autodesk's own Autodesk Construction Cloud and AutoCAD Web/Mobile extend the file outside the desktop.

Common pitfalls and misconceptions

Plotting from model space. Beginners plot whole drawings at 1:50 from model space, then discover that text scales break when reused. The correct discipline is layouts + viewports + annotative objects almost always.

Layer chaos. Once a project has 800 ad-hoc layers, layer-state restores and standards enforcement become impractical. Establish a layer naming convention (NCS, BS-1192, AIA-CAD) before geometry hits the file.

Exploded blocks. Exploding a block to 'fix' it destroys reusability and breaks XREF updates downstream. Edit in place (REFEDIT/BEDIT) instead.

Mixing units. Inserting an imperial block into a metric drawing without checking INSUNITS produces silent 25.4× scale errors. Always confirm units and use insertion-units behaviour explicitly.

Treating DWG as the model of record when it isn't. If your project is BIM, the BIM model is the source — do not let a CAD detail diverge silently from the model.

When to use vs. alternatives

Use AutoCAD when (a) the deliverable contract is DWG sheets, (b) you need a tool whose file format is universally readable, (c) the project does not justify a full BIM workflow, or (d) you need a familiar drafting environment for non-CAD-specialist contributors.

Choose a model-based tool (Revit / ArchiCAD / Civil 3D / Inventor / SOLIDWORKS) when project intelligence — schedules, clash detection, parametrics, fabrication BOMs — needs to live in the model. Choose a DWG-compatible alternative (BricsCAD, GstarCAD, ZWCAD) when subscription cost or platform availability is the primary constraint, accepting that LISP and ObjectARX support varies.

Recommended learning path

  1. Week 1 — Foundations. Interface, command line, line/polyline/offset/trim/fillet, dimensioning, units. Save and open DWG. Print one sheet from model space just to feel it before learning the right way.
  2. Week 2 — Layers & layouts. Layer creation, color/lineweight, layer states, layouts and paper space viewports, annotative objects. Plot a sheet with multiple scales correctly.
  3. Week 3 — Blocks & references. Static blocks, dynamic blocks, block attributes, XREFs, DWG compare. Reuse, do not duplicate.
  4. Week 4 — Drawing standards. DWS standards files, Sheet Set Manager, plot styles, templates. Move from one-off drawings to a coordinated set.
  5. Month 2 — Automation. Command aliases, CUI customization, AutoLISP basics, parametric constraints. Cut repeat clicks by an order of magnitude.
  6. Month 3+ — Domain depth. Pick one specialised toolset (Architecture, Mechanical, MEP, Plant 3D, Map 3D) and learn its discipline-specific commands and content libraries. This is where productivity multiplies.

Core terminology & workflows (18)

Atomic concepts our editors broke out from official documentation and real practice. Each is a standalone, linkable definition with sources.

Paper Space (AutoCAD)

The plotting environment in an AutoCAD layout, distinct from model space where geometry lives.

External Reference (XREF)

A linked DWG inserted by reference into a host drawing rather than copied — the basis of multi-discipline AutoCAD coordination.

Dynamic Blocks

Reusable block definitions with parametric grips, lookups, and stretches built into a single block.

Sheet Set Manager (SSM)

AutoCAD's built-in system for managing a coordinated multi-sheet document set, including sheet lists, references, and batch publishing.

Layer States

Named saved configurations of layer visibility, color, lineweight, and other properties — recallable per drawing or per viewport.

Annotative Objects

Text, dimensions, hatches, and blocks that automatically scale to the current annotation scale so they print at the right size in every viewport.

AutoLISP

AutoCAD's embedded Lisp dialect for scripting commands, geometry queries, and lightweight UI dialogs.

DWG File Format

Autodesk's native binary CAD drawing format, also the industry de-facto exchange format read by dozens of non-Autodesk applications.

DXF File Format

Autodesk's text-based (or binary) drawing interchange format — the lowest-common-denominator way to move CAD geometry between applications.

User Coordinate System (UCS)

A local coordinate system you define inside AutoCAD to align drafting tools to a non-world-aligned face or direction.

Polyline (AutoCAD)

A single AutoCAD entity composed of connected line and/or arc segments with optional widths — the workhorse of clean drafting.

Dynamic Input (AutoCAD)

On-cursor command tooltips that show prompts and accept relative or absolute coordinates as you type.

Customize User Interface (CUI)

AutoCAD's framework for editing menus, ribbon panels, toolbars, keyboard shortcuts, and command aliases.

Plot Styles (CTB / STB)

The mapping from on-screen color or named style to printer lineweight, color, screening, and dithering at plot time.

Data Extraction (AutoCAD)

AutoCAD's built-in tool to extract block attributes and entity properties into a table or external file.

Block Attributes

Text fields embedded in block definitions that capture per-instance data — the data layer over visual blocks.

Parametric Constraints (AutoCAD)

Geometric and dimensional rules applied to AutoCAD entities so that resizing or moving one drives the rest.

Multiline Text (MTEXT)

AutoCAD's paragraph-style text object — supports inline formatting, columns, tabs, and field codes.

Frequently asked questions (18)

Is AutoCAD LT still sold separately?

No. In 2024 Autodesk consolidated AutoCAD LT into the standard AutoCAD subscription at a single price point. New buyers receive the full AutoCAD with specialized toolsets. Existing LT subscribers were migrated. If you see LT listed by a reseller it is either a transitional SKU or a regional exception.

What is the latest DWG file version AutoCAD writes?

AutoCAD 2018+ writes the 'AutoCAD 2018' DWG format, which is current through AutoCAD 2024 and 2025. Newer releases have not (so far) introduced a new DWG version — meaning files travel freely between recent releases. Always SAVEAS to the recipient's release if you know they are older.

Can I install both AutoCAD and AutoCAD specialized toolsets on the same machine?

Yes — and since 2024 they ship together under one subscription. You install AutoCAD plus the specific specialized toolset(s) you need from the Autodesk Desktop App or Account portal. They share the same DWG engine, so cross-toolset workflows work natively.

Why does my plot look different at home than at the office?

Almost always plot-style mismatch. AutoCAD plot styles (.ctb or .stb) live separately from DWG and are searched in the configured Printer Support File Path. Either embed your styles in the drawing's plot-style folder, or include them in your project package alongside the DWG.

How do I move a customised AutoCAD installation to a new computer?

Use Migrate Custom Settings (or the Reset Settings to Default option for a clean start) and export your profile (Options > Profiles > Export). Also copy your acad.pgp (command aliases), partial CUIs, LISP files, custom blocks, templates, plot styles, and printer .pc3 files. Re-import the profile and link the file locations on the new workstation.

What is the difference between PURGE and AUDIT?

PURGE removes unused named objects (layers, blocks, linetypes, text styles, dimension styles) from the drawing. AUDIT scans the drawing for internal errors and offers to fix them. RECOVER opens a damaged drawing while running an audit. Run all three on inbound DWGs before treating them as the model of record.

Why are my XREFs not updating on file open?

Either the XREF path is broken (file moved or server unreachable), the reference is loaded with 'don't reload' demand-loading set, or the XREF was bound. Check the External References palette: a yellow icon means the file is missing; a green icon means it loaded; a chained icon means it is bound and no longer linked. Re-attach via XATTACH using a relative path.

Can AutoCAD open BIM (RVT) files?

Not natively. AutoCAD can import IFC (limited) and link DWGs exported from Revit, but it does not open RVT directly. The conventional workflow is: model in Revit, export DWG of sheets for delivery, link as an XREF if AutoCAD-side detailing is required.

What's the practical difference between Save As DWG and eTransmit?

Save As writes only the current DWG. eTransmit packages the DWG plus all dependent files (XREFs, fonts, plot styles, raster images, embedded materials) into a zip with optional report file. eTransmit is what to use when sending a drawing externally, because Save As leaves dependencies behind.

How do I plot to a PDF that recipients can search and copy text from?

Use the built-in 'AutoCAD PDF (General Documentation)' plotter and ensure 'Capture as text' is enabled in PDF options. Text drawn with TrueType fonts becomes searchable; text drawn with SHX fonts is converted to geometry and is not searchable. Use TrueType throughout if searchable PDFs matter.

Why does dimension text appear at the wrong size in different viewports?

Your dimensions are not annotative. Switch the dimension style to Annotative (DIMSTYLE > Modify > Fit > Annotative), add the required scales, and AutoCAD will display dimensions at the correct paper height per viewport scale automatically.

Is AutoCAD available on macOS?

Yes — AutoCAD for Mac is a separate build with most of the Windows feature set but missing some advanced functionality (sheet sets, action recorder, dynamic block authoring, some specialised toolsets). DWGs interchange freely. For full feature parity, run AutoCAD for Windows in a Mac virtualisation environment.

How do I prevent users from editing certain layers?

Lock the layer in the Layer Properties Manager. Locked entities are visible and snap-targetable but cannot be modified. For stronger protection, freeze the layer (entities are not visible and not regenerated). Drawing standards (DWS files) can flag layers that should be locked but cannot enforce locking automatically.

What is the AutoCAD command line cheat for canceling a stuck command?

Press ESC. If a command keeps re-entering itself, you likely have a recursive LISP routine or a sticky CUI button — close and reopen AutoCAD, then check APPLOAD startup contents and CUI button macros.

Why does AutoCAD freeze on file open?

Most common causes: huge XREF tree being resolved over a slow network, missing fonts being substituted slowly, embedded raster images being decoded, or proxy graphics being loaded from an unloaded application. Use Audit + Purge on the file, ensure fonts are local, and consider Demand Load XREFs (XLOADCTL) for large references.

Can multiple users edit the same DWG at the same time?

Not natively. AutoCAD has a file lock — second user opens read-only. The conventional approach is to split the drawing into XREFs by discipline so each team works on their own file. For true co-authoring you need a coordination platform such as Autodesk Construction Cloud, or move to a model-based BIM workflow.

How do I script a repetitive task across many drawings?

Use ScriptPro 2.0 (free Autodesk Labs tool) or AutoCAD's built-in SCRIPT command. Author a .scr file containing the commands you want to run, then point ScriptPro at a folder of DWGs. For more complex logic — branching, querying — write LISP or .NET instead.

What is the difference between BIND and INSERT for XREFs?

Both convert an XREF into local geometry, but BIND keeps named objects (layers, blocks) prefixed by the original file (XREFNAME$0$LAYERNAME) while INSERT merges them into the host's name table by stripping the prefix. BIND is safer (no name collisions); INSERT can produce cleaner result if names already align. Both break the live link.

All AutoCAD FAQs ›

⚡ Software Guide Self-Test

Verify your high-level understanding of AutoCAD to sync with your learning track progress.

Question 1

Which of the following is considered an Autodesk AutoCAD drafting best-practice regarding layout annotation?

Sources & further reading

Continue exploring

Article text is original commentary by Gstarcademy editors. External documentation is linked, not republished. Vendor names and trademarks belong to their respective owners.