If there’s one concept that confuses new AutoCAD users more than any other, it’s the difference between model space and paper space. Get it straight and your drawings print at the right scale every time, with clean sheets and accurate dimensions. Misunderstand it and you’ll fight scaling problems forever. Here’s the clear version.
The two environments
AutoCAD has two distinct drawing environments, reached from tabs near the bottom of the drawing area: the Model tab and one or more Layout tabs (paper space).
- Model space is the limitless environment where you draw the actual thing — walls, parts, geometry — always at 1:1, full scale. A 10-metre wall is drawn 10 metres long. There’s no “edge” to model space.
- Paper space (Layout) represents the printed sheet. It looks like a piece of paper with edges, and it’s where you arrange the presentation: title block, sheet-specific annotations, and viewports. Each drawing has one model space but can have many named layouts.
Viewports: windows into the model
The bridge between the two is the viewport — a window cut into the paper space layout that looks into model space. Think of it as a picture frame containing a scaled “photograph” of your model. Each viewport displays the model at a scale and orientation you set, so you can show a plan at 1:100 and a detail at 1:20 on the same sheet, all from the same 1:1 model.
To work inside a viewport, double-click into it — the crosshairs appear only within its bounds, and you’re now editing model space through that window. Double-click outside (in the grey area) to return to paper space. You can also toggle the MODEL/PAPER button on the status bar.
The workflow that prevents scaling headaches
- Draw everything at 1:1 in model space — the geometry, full size.
- Switch to a layout tab and set its paper size and plotter/page setup.
- Create a viewport (MVIEW, or use the Layout ribbon) and position it on the sheet.
- Set the viewport scale — select the viewport, pick a standard scale (1:50, 1:100, etc.).
- Lock the viewport so an accidental scroll doesn’t change the scale — this is a habit that saves real grief.
- Add the title block and sheet annotations in paper space.
Where to put dimensions and text?
This is the classic debate. Annotations placed in paper space stay a consistent printed size regardless of viewport scale, which avoids scaling confusion — a clean, predictable approach. The modern alternative is annotative dimensions and text in model space, which automatically size themselves to each viewport’s scale. Both are valid; the key is to pick one approach and apply it consistently rather than mixing methods at random.
A couple of pro habits
Control layer visibility per viewport (VP Freeze) so the same model can show different content on different sheets. And once your layout is arranged, put the viewport border on its own layer and turn that layer off (or set it to non-plotting) so the frame doesn’t print. Build all of this into your template (.dwt) and every new sheet starts correct.
Master this one concept and the rest of AutoCAD documentation falls into place: draw real things full-size once, then present them at any scale you like on paper.
Part of our AutoCAD & drafting series. Next: how to plot to PDF in AutoCAD without errors.