Anyone who learned on an older release opens a modern AutoCAD and looks for one thing straight away: the AutoCAD classic workspace in the workspace list. It is not there, and most people conclude they simply have not found the right menu yet.
They have. We opened the interface file that ships with the 2027 release and counted, and the answer is blunt. For a proper grounding in AutoCAD see our AutoCAD for Construction course.
The 2027 release has three workspaces, and that is all
Every toolbar, menu and workspace in AutoCAD lives in one file called acad.cuix. We unzipped the 2027 copy and counted.
| Workspace | Note |
|---|---|
Drafting & Annotation | the default on a fresh install |
3D Modeling | for three-dimensional work |
3D Basics | a cut-down 3D set |
Exactly three, and the word Classic appears not once anywhere in the file. There is nothing to select: the AutoCAD classic workspace was dropped from the installed product, so it cannot be switched back to in the sense of clicking a name.
One more detail from the same file: all three workspaces declare MenuBar="off". The old menu bar is therefore switched off in every workspace, not just the default one.
Autodesk calls these task-based workspaces, and defines the idea neatly on its page About Using Task-Based Workspaces: "Workspaces are sets of menus, toolbars, palettes, and ribbon control panels that are grouped and organized so that you can work in a custom, task-oriented drawing environment".
Read that sentence and you can see why rebuilding works. A workspace is only a set of menus, toolbars and palettes gathered under a name. Removing one name does not remove the things that were in it.
Rebuilding it: the menubar variable, then three more steps
If you cannot pick it, build it. We did all four steps on the 2027 release and captured the screen each time.
Step 1 — bring back the menu bar. The menubar variable is what controls it: type MENUBAR and enter 1. The familiar row appears at the top: File, Edit, View, Insert, Format, Tools, Draw, Dimension, Modify, Parametric, Window, Help and Express.
Step 2 — close the ribbon. The ribbonclose command does it in one word: type RIBBONCLOSE. The RIBBONSTATE variable drops from 1 to 0, the whole ribbon disappears, and the screen height goes back to the drawing area. Type RIBBON to bring it back.
Step 3 — call up the toolbars. Type -TOOLBAR. It asks for a toolbar name and then where to put it. Draw and Modify are enough to start with; add more as you need them.
Step 4 — save it as a workspace of your own. This is the step people skip, and skipping it means starting over next time. The wssave command takes care of it: type WSSAVE, AutoCAD asks Save Workspace as <Drafting & Annotation>:, so type a name such as Classic and press Enter.
From then on that name sits in the workspace list, one click away. It will not be called Classic unless you call it that, but it behaves exactly as the AutoCAD classic workspace used to.
Autodesk describes the same mechanism. Once the display is arranged the way you want, on the page linked above, "you can save the current settings to a workspace".
The ribbonclose command and the rest, prompt by prompt
The right-hand column is copied verbatim from AutoCAD 2027.
| Job | Type | What it asks |
|---|---|---|
| Show the menu bar | MENUBAR | enter 1 to show, 0 to hide |
| Close the ribbon | RIBBONCLOSE | asks nothing |
| Reopen the ribbon | RIBBON | asks nothing |
| Call a toolbar | -TOOLBAR | Enter toolbar name or [ALL]: then Enter an option [Show/Hide/Left/Right/Top/Bottom/Float] <Show>: |
| Save the workspace | WSSAVE | Save Workspace as <Drafting & Annotation>: |
| Switch workspace | WORKSPACE | Enter workspace option [setCurrent/SAveas/Edit/Rename/Delete/SEttings/?] <setCurrent>: |
WORKSPACE is the shortest route once you have saved one: type it, press Enter to accept setCurrent, then type the name.
The WSCURRENT variable holds the name of the current workspace. Type it to read where you are, and setting it directly switches as well.
Fifty-two classic toolbars are still there
This is the part people assume went away with Classic. We counted in the same acad.cuix of the 2027 release: 52 toolbars are still declared in full, they are simply all hidden.
The names below are copied from the file, because those are the names -TOOLBAR expects.
| Kind of work | Toolbar name |
|---|---|
| Drawing and editing | Draw, Modify, Modify II, Draw Order |
| Layers and properties | Layers, Layers II, Properties, Styles |
| Annotation | Dimension, Text, Standard Annotation |
| Viewing and plotting | Zoom, View, Viewports, Layouts |
| Snapping and coordinates | Object Snap, UCS, UCS II |
| Enquiry | Inquiry, Insert, Reference |
Call one up and dock it against an edge and it stays there. Object Snap is worth calling early, because it saves remembering the snap shortcuts; the snap modes are covered in our article on object snaps.
One thing to keep in mind: toolbars eat the drawing area. Call up all 52 and there is nothing left to draw in. In our experience four to six is about right, and everything else is faster typed.
There is a second reason to be sparing. A toolbar shows a fixed set of buttons, while the ribbon changes what it offers with the command you are in. Rebuilding the old look therefore costs you something real, and it is worth knowing that before you decide. What most long-time users actually want back is the menu bar, because it lists commands by name in a fixed place. That alone is one variable away, and it costs no screen height at all.
Task-based workspaces from a downloaded CUIX file: worth it or not?
Plenty of sites share a .cuix taken from an old release, promising Classic back in one load. The loading command is real and is called CUILOAD.
We still advise against that route, and not because it is difficult.
A .cuix file does not only hold the shape of the interface. It holds the list of commands each button calls. A file from 2007 knows nothing about commands invented since, so some buttons do nothing and others call the wrong thing. That kind of fault is hard to predict and hard to trace, because you do not know which button is broken until you press it.
There is a second reason, and it is the working one. Load a foreign file and when something breaks you cannot say what broke it, and a colleague on another machine cannot reproduce it. The four steps above take a few minutes, anyone can repeat them, and they fit neatly into an office standard.
Stuck in the 3D interface?
This is a different situation, and this time there really is a name to click. A screen full of solid-modelling tools with a tilted axis icon means you are in the 3D Modeling or 3D Basics workspace.
Type WORKSPACE, press Enter to accept setCurrent, then type Drafting & Annotation. You can also click the gear icon at the right-hand end of the status bar and choose from the list.
If the view is still tilted after switching, that is the view rather than the interface. Bringing the view back to straight down is covered in our article on the UCS.
Three things people say that are not true
| What people say | What the 2027 release actually does |
|---|---|
Pick AutoCAD Classic from the workspace list | The list holds three names, and Classic appears nowhere in acad.cuix |
| Close the ribbon and it looks like the old version | Closing the ribbon leaves you with no menu bar and no toolbars either; you also need MENUBAR set to 1 and -TOOLBAR |
| Rebuild it once and the program remembers | Only if you type WSSAVE and name it; without that it is lost on the next workspace change |
Frequently asked questions
Can I switch to classic with a single command?
Not at first, because that workspace is not in the installed product. But once you have rebuilt it and typed WSSAVE one time, it really is one command after that: WORKSPACE, then the name you chose.
Why does typing MENUBAR seem to do nothing?
Check the value you entered. It takes 1 to show and 0 to hide; it is not a toggle that flips on each use.
How do I bring the ribbon back?
Type RIBBON. The RIBBONSTATE variable tells you where you are: 1 means open, 0 means closed.
How many toolbars can I call up?
Many, and by name. The most used are Draw, Modify, Layers, Properties and Dimension. Type -TOOLBAR then ALL to act on every one at once.
Does changing the interface damage the drawing?
No. Everything in this article lives in the user profile on that machine, not in the drawing file. Send the file to somebody else and they still see their own interface.
What about a machine several people share?
Each Windows account has its own profile, so the interface you build does not affect anyone else. To carry it to another machine, use the SEttings option of WORKSPACE, or copy the user profile across.