Working with scale in AutoCAD is one of the most common tasks faced by engineers, architects and designers. An incorrectly selected scale can lead to distortion of printed dimensions, design errors, or inconvenience when working with a drawing. In this article, we will examine not only the basic commands for changing the scale, but also nuances that are rarely mentioned in standard manuals: from adjusting the viewport to adjusting annotative styles for different scales.

Feature AutoCAD is that here scaling works differently depending on the context: it can be a change in the display on the screen (ZOOM), print scale setting (SCALE in paper space) or adjusting the size of objects relative to real units. We'll cover all of these scenarios and also tell you how to avoid common mistakes, such as dimension lines disappearing after scaling or text becoming unreadable.

The article is relevant for versions AutoCAD 2018–2026 and AutoCAD LT, including specialized industry solutions (for example, AutoCAD Mechanical or AutoCAD Architecture). If you work with 3D models, there is a separate section at the end of the article with recommendations for scaling in 3D space.

1. Basic commands for changing the display scale

Let's start with the simplest thing - controlling the screen scale. These commands do not affect the actual dimensions of objects, but allow you to conveniently navigate through the drawing.

  • πŸ” Team ZOOM (or mouse wheel) β€” a universal tool for zooming in/out. Shortcuts: Z + Enter, then enter E (Extents) to show all objects or W (Window) to select an area.
  • πŸ“ ZOOM SCALE β€” allows you to set an exact scaling factor (for example, 0.5x to reduce by half). Useful when working with very large or small parts.
  • 🎯 ZOOM OBJECT β€” automatically scales the screen to fit selected objects. Select the required elements and enter the command.

It is important to understand that these commands do not change the objects themselves, only their display. For example, if you use ZOOM 2x, a circle with a diameter of 10 mm will appear as 20 mm on the screen, but its actual size will remain the same. This is critical when working with annotative styles (we'll talk about them later), which can β€œadjust” to the current screen scale.

⚠️ Attention: If after the command ZOOM the drawing has "disappeared" or is displayed incorrectly, check the settings LIMITS (drawing border). Objects may have moved beyond the visible area. Enter LIMITS, then Z β†’ A (Zoom All) to return everything to its place.
πŸ“Š Which scaling method do you use most often?
Mouse wheel
ZOOM Team
Navigation bar
Hotkeys

2. Scaling objects: command SCALE and its nuances

When you need to change the actual sizes of objects (and not their display), use the command SCALE. It also works in model space (Model Space), and on the sheet (Paper Space), but there are key differences.

To scale an object:

  1. Enter SCALE (or SCALE in the Russified version).
  2. Select objects and click Enter.
  3. Specify base point (scaling will occur from it).
  4. Enter the zoom factor or indicate with a second dot (for example, to enlarge by 2 times, enter 2).

Team Features:

  • πŸ”„ Negative coefficient (for example, -1) mirrors the object relative to the base point.
  • πŸ“Œ Reference length (Reference): if you know the current and desired size of the object, you can enter them manually (for example, the current length is 50 mm, you need 75 mm - the coefficient will be calculated automatically).
  • 🚫 Blocks and external links: block scaling (INSERT) changes their definition throughout the drawing. For local change use REFEDIT.
⚠️ Attention: When scaling dimensional styles or text through SCALE their height and proportions may be distorted. For such objects it is better to use PROPERTIES (Properties) or annotative styles.

β˜‘οΈ Preparing to scale objects

Done: 0 / 4

3. Setting the scale for printing in paper space

One of the most difficult moments for beginners is correctly setting the scale when printing a drawing. The rule works here: The sheet scale must match the viewport scale.

Setting algorithm:

  1. Go to the tab Layout (Leaf).
  2. Double click on viewport (Viewport) to activate the model space within it.
  3. Enter ZOOM and set the desired display scale (for example, 1:50 for architectural plans).
  4. Return to the sheet (click outside the viewport) and select its frame.
  5. In the properties panel (PROPERTIES) find the parameter Standard scale and select the same scale as in step 3.

If the viewport and sheet scales do not match, the drawing will be distorted when printed. For example, with screen scale 1:100 and sheet scale 1:50 all objects on paper will become 2 times larger than necessary.

Drawing type Recommended scale Usage example
Mechanical parts 1:1, 1:2, 1:5 Shaft or gear drawing
Architectural plans 1:50, 1:100, 1:200 Floor plan or building elevation
Electrical diagrams 1:1, 1:10 Schematic diagram or installation drawing
3D views (isometric) Custom (manual) Visualize an assembly or part
πŸ’‘

If text or dimensions appear too small when printing, check the print style settings (PLOTSTYLE). Sometimes the problem lies in the incorrectly assigned CTB-file that reduces line thickness and font size.

4. Annotative styles: how they relate to scale

Annotative objects (text, dimensions, callouts) in AutoCAD automatically adjust to the current viewport scale. This is convenient, but requires proper configuration.

To create an annotative style:

  1. Enter STYLE (for text) or DIMSTYLE (for sizes).
  2. In the settings window, find the option Annotative and check the box Yes.
  3. Specify base scale (for example, 1:100 for architectural drawings).
  4. Add additional scales if an object needs to be displayed in multiple viewports at different scales.

Advantages of annotative styles:

  • πŸ“ Automatically resize text/arrows when changing the viewport scale.
  • πŸ”„ Ability to add multiple scales for one object (for example, the size can be displayed correctly in 1:50, and in 1:100).
  • πŸ–ΌοΈ Maintains proportions when printing regardless of the sheet scale.
⚠️ Attention: If annotation text becomes invisible, check to see if annotation display is enabled for the current scale. The icon should be lit in the status bar ANNOTATIONMONITOR (or enter the command ANNOUPDATE to force update).
What if annotative dimensions don't scale?

The problem may be in the variable settings CANNOSCALE. Enter it in the command line and check whether the current viewport scale is in the list of allowed ones. If not, add it via DIMSTYLE β†’ tab Fit β†’ Annotative Scaling

5. Scaling in 3D: features and life hacks

In three-dimensional space AutoCAD scaling works differently than in 2D. Here it is important to take into account the coordinate system (UCS) and the direction of scaling along the axes.

Basic commands for 3D:

  • πŸ”Ί SCALE3D β€” scales the object along three axes independently. For example, you can stretch a part only along the Z axis.
  • πŸ“¦ 3DALIGN β€” aligns and scales objects relative to other 3D elements.
  • 🌐 UCS β€” setting up a custom coordinate system before scaling (for example, for scaling relative to an inclined plane).

A common mistake when working with 3D is scaling along global axes instead of local ones. For example, if you zoom in on a part along the X axis, but it is rotated in space, the result may be unexpected. To avoid this:

  1. Create a local coordinate system (UCS β†’ Object) based on the scaled object.
  2. Apply SCALE3D indicating relative coordinates (for example, @1,1,2 to double the Z size).
πŸ’‘

In 3D modeling, it is better to adjust the scale at the stage of creating the object, rather than after the fact. For example, if you are importing a part from another software, check its dimensions in PROPERTIES before starting work.

6. Problems with scale and their solutions

Even experienced users AutoCAD encounter unexpected problems when working with scale. Let's look at the most common cases and ways to eliminate them.

Problem Probable Cause Solution
Text or dimensions do not change when scaled Annotative mode is disabled or the viewport scale is incorrect Check your settings ANNOTATIONMONITOR and CANNOSCALE
The drawing is printed at the wrong scale Viewport and sheet scales do not match Set the same values in PROPERTIES viewport and print settings
Objects "disappear" when zooming Objects are too small or large relative to the drawing boundaries Use ZOOM Extents or check LIMITS
3D model is distorted when scaled Scaling along global axes instead of local ones Set up UCS before use SCALE3D

If the problem is not resolved, try resetting the zoom settings to default:

-SCALE

Reset

Yes

7. Automation of scaling using scripts and dynamic blocks

To speed up work with scale in AutoCAD you can use scripts (Script) or dynamic blocks (Dynamic Blocks). This is especially useful when working with generic parts or repeating elements.

Example script for scaling selected objects by 2 times:

_.SCALE

_All

0,0

2

Save this code to a file with the extension .scr and upload to AutoCAD through the team SCRIPT.

Dynamic blocks allow you to create parametric objects that can be scaled on the fly using handles. For example, you can set a length parameter for a bolt, and when stretched with a handle, the length will change proportionally.

  • πŸ”§ To create a dynamic block, use the command BEDIT and add the parameter Linear or Scale.
  • πŸ“ Bind an action to the parameter Scale Action and specify a base point.
  • πŸ’Ύ Save the block and check its operation in the drawing.
πŸ’‘

To massively scale objects by layer, use the command QSELECTto select all objects on the layer, and then apply SCALE. This will save time when working with large drawings.

FAQ: Frequently asked questions about scale in AutoCAD

How can I return to the standard scale if the drawing becomes too large or small?

Enter the command ZOOM, then E (Extents) - This will show all the objects in the drawing. If you need to reset the scale of a specific viewport, double-click on it, enter ZOOM 1x, then go back to the sheet and set the viewport scale to 1:1.

Why do the lines appear thinner when printed than on the screen?

This is due to the print style settings (PLOTSTYLE). Open the print dialog, select Plot Style Table and check if the line thickness is set to reduced. For an exact match, use the style acad.ctb or monochrome.ctb.

Is it possible to scale just one view in paper space without affecting the others?

Yes. Double-click the desired viewport to activate the model space within it. Then use ZOOM or SCALE β€” changes will affect only this view. Don't forget to update the viewport scale in its properties afterwards (PROPERTIES).

How to export a drawing to PDF with the correct scale?

When exporting to PDF via PLOT select printer DWG to PDF.pc3. In the settings, specify the same scale as on the sheet (for example, 1:100). Check that in the section Plot Scale there was a tick Fit to paper disabled - otherwise the scale will be reset.

Why do annotative dimensions not display correctly in some viewports?

This occurs if the viewport scale is not added to the allowed list for the annotative style. Open DIMSTYLE, go to the tab Fit and in the section Annotative Scaling add the missing scale (for example, 1:75). After that, update the annotations with the command ANNOUPDATE.