cadblockdwg

How-to guide · how to set scale factor when inserting a block

How to set the scale factor when inserting a block

DWGDXFFree1,095 words

By Sumana Kumar · Published 25 Aug 2025 · Updated 25 Aug 2025

Every time you insert a block, AutoCAD asks what scale to place it at — and getting that one number right is the difference between a block that lands at true size and one you spend the next minute fixing. The scale factor at insertion is set in the INSERT command or the Blocks palette, and which value you choose depends entirely on the relationship between the block's units and your drawing's units.

This guide explains where the scale field lives, what value to type for the common metric and imperial cases, the difference between a fixed factor and 'Specify On-screen', and why setting INSUNITS often means you can just leave the factor at 1 and let AutoCAD do the thinking.

Where the scale factor lives on insertion

When you run INSERT (type I) or open the Blocks palette (Insert > Block), the insertion controls give you three things to set: the insertion point, the scale, and the rotation. The scale section has X, Y and Z fields and a 'Uniform Scale' checkbox. Tick Uniform Scale and you type one value that applies to all axes — which is what you want almost always, so the block can't distort.

That single scale value is the factor. A value of 1 inserts the block at its drawn size relative to your units; 2 doubles it; 0.5 halves it. Get comfortable with this field because it's where most sizing happens before a block ever lands.

What value to type — the common cases

The blocks here are drawn full size in millimetres, so the right factor depends on your drawing's units:

- Millimetre drawing: scale 1 — the block lands at true size. - Metre drawing: scale 0.001 — converts millimetres to metres (1000 mm = 1 m). - Centimetre drawing: scale 0.1 — converts millimetres to centimetres. - Inch drawing: scale 0.03937 — converts millimetres to inches (1 ÷ 25.4).

So a 600 mm cabinet inserted at 1 in a mm drawing is 600 units; at 0.001 in a metre drawing it's 0.6 units (0.6 m); both are the same real size. Pick the factor that matches your template's units and the block is correct on arrival.

The better way — set INSUNITS and use scale 1

Typing conversion factors by hand is error-prone, and there's a cleaner path. If you set your drawing's insertion units to match (or simply to a real unit) via the UNITS command, and the block declares its units — these blocks are tagged as millimetres — AutoCAD converts automatically on insertion. Then you can leave the scale factor at 1 and trust AutoCAD to rescale.

This is the professional default: set INSUNITS once per template, insert everything at scale 1, and never compute 0.001 or 0.03937 again. The factor field then becomes something you only touch when you deliberately want a block bigger or smaller than true size, not for unit conversion.

Fixed factor vs 'Specify On-screen'

Each insertion field has a 'Specify On-screen' option. Tick it for scale and AutoCAD won't ask for a number in the dialog — instead, after you pick the insertion point, you drag or type the scale live in the drawing. This is handy when you want to size a block visually against existing geometry, or when you don't yet know the factor and want to judge it by eye.

Leave 'Specify On-screen' unticked and type a fixed value when you know exactly what you want — scale 1 for a true-size block, or a deliberate factor. Most production work uses fixed values for predictability; on-screen scaling is for the occasional 'size it till it looks right against this' moment, after which you can always refine with SCALE.

Negative factors — mirroring on insertion

A factor doesn't have to be positive. Typing a negative X scale (e.g. -1) mirrors the block left-to-right as it inserts; a negative Y scale flips it top-to-bottom. This is a quick way to insert a handed pair — a left and right door, or a mirrored furniture arrangement — without inserting then running MIRROR.

Use it deliberately and sparingly: a negative scale combined with rotation can be confusing to reason about, so for anything beyond a simple flip it's often clearer to insert at a positive scale and MIRROR afterwards. But for a fast handed door, a -1 X scale at insertion is the neat trick.

Common mistakes setting the insertion scale

The frequent error is typing a unit-conversion factor when INSUNITS would have handled it, then forgetting and double-converting on the next block — settle on one approach per template. The second is leaving 'Uniform Scale' unticked and entering mismatched X and Y values, which distorts the block; keep Uniform Scale on unless you truly want a non-uniform result.

Third, people set a careful factor and then ignore that the block still inserted wrong because the drawing's units were undefined (Unitless) — in that state AutoCAD can't auto-convert, so either set the units or apply the manual factor knowingly. Finally, remember the insertion scale isn't a one-shot decision: whatever you set, you can always select the block afterward and refine its size with SCALE, including SCALE Reference for an exact dimension.

Free download

Browse the full library — DWG & DXF, no signup.

Download CAD blocks

Questions

Frequently asked

What scale factor should I use when inserting a millimetre block?+

In a millimetre drawing, use scale 1 — the block lands at true size. In a metre drawing use 0.001, in a centimetre drawing 0.1, and in an inch drawing 0.03937. Or set your insertion units with INSUNITS and insert everything at 1, letting AutoCAD convert automatically.

What does 'Specify On-screen' do for the scale?+

It skips the scale field in the dialog and lets you set the scale live in the drawing after picking the insertion point — by dragging or typing. It's useful for sizing a block visually against existing geometry. Untick it and type a value when you want a fixed, predictable scale.

Can I mirror a block while inserting it?+

Yes. Enter a negative X scale (such as -1) to flip the block left-to-right on insertion, or a negative Y scale to flip it top-to-bottom. It's a quick way to insert a handed pair like a left and right door without running MIRROR afterwards.

Why does my block still insert at the wrong size even with a scale set?+

Usually the drawing's units are undefined (Unitless), so AutoCAD can't auto-convert and your factor alone doesn't match the units. Set the insertion units with UNITS so it converts correctly, or apply the right manual conversion factor (e.g. 0.001 for a metre drawing) knowingly.

Related downloads

Blocks for this guide

Popular blocks to download

Related categories

Related guides