How-to guide · how to resize a block without distorting it
How to resize a block without distorting it
By Saumyajit Maity · Published 28 Oct 2024 · Updated 13 Nov 2025
A distorted block is a giveaway of rushed drafting: a circle squashed into an oval, a chair with stretched arms, text squeezed thin. It almost always comes from one mistake — applying different scale factors to the X and Y axes. The cure is simple once you understand it: to resize a block and keep its proportions, you scale uniformly, with the same factor in every direction.
This guide explains why uniform scaling preserves shape, how to do it cleanly with the SCALE command and the INSERT dialog, and — just as important — when resizing isn't the right answer at all and STRETCH or a different block is what you actually want.
Why blocks distort: non-uniform scaling
Every block reference carries an X scale, a Y scale and (in 3D) a Z scale. When all three are equal, the block keeps its proportions — a circle stays a circle. When they differ — X = 2 but Y = 1, say — the geometry stretches in one axis and the block distorts. Circles become ellipses, squares become rectangles, round table tops go oval.
This usually happens by accident in the INSERT/Blocks palette, where it's easy to untick 'Uniform Scale' and type two different numbers, or to fix a wrong width by changing only X. The result looks subtly (or badly) wrong. Knowing this is the whole battle: distortion isn't a glitch, it's unequal X and Y scale factors.
The fix — uniform SCALE
To resize without distortion, use the SCALE command, which only ever applies one factor to every axis at once — it cannot distort. Select the block, type SCALE, pick a base point, and enter a single factor: 2 to double, 0.5 to halve, 1.5 to grow by half. The block changes size but its proportions are locked.
If you want an exact target size rather than a factor, use SCALE's Reference option: type R, click two points as the current length, then type the new length. AutoCAD computes the uniform factor for you. Either way, because SCALE is inherently uniform, the shape is safe.
Scaling cleanly in the INSERT dialog
If you prefer to set the size as you place the block, the INSERT command and Blocks palette let you. The key is to tick 'Uniform Scale' (or enter the same value in X and Y) so the block can't distort. With uniform scale ticked you type one number and all axes follow.
Leave that box unticked and type mismatched X and Y values only when you genuinely, deliberately want a non-uniform result — which for real-world symbols is almost never. As a habit, keep Uniform Scale on for furniture, fixtures, people, vehicles and trees; the only common exceptions are abstract or stretchable graphics where shape doesn't carry meaning.
When SCALE isn't what you want — use STRETCH
Sometimes you don't actually want to resize the whole block — you want to make one part longer while keeping everything else the same. A worktop that needs to run 200 mm further, a table that should seat one more, a cabinet run that must reach the wall. Uniform scaling would grow the thickness and details too, which is wrong. This is a STRETCH job, not a SCALE job.
For a static block you'd need to explode it first (or edit it in BEDIT), then STRETCH the relevant part. Better still, use a dynamic block built with a stretch action, which lets you pull a grip to lengthen just one dimension while the rest stays put — exactly the right tool for worktops, doors and desks that come in many lengths but one depth.
When the answer is a different block
There's a third case worth naming: sometimes neither scaling nor stretching is right, and you simply need a different block. A two-seat sofa scaled up to three-seat width looks wrong because a real three-seater has different cushion divisions, not just more width. A 600 mm cabinet scaled to 900 mm gets a stretched door and an off-size handle. In these cases, insert the block that's already drawn at the size and configuration you need.
The principle: scale to change size, stretch to change one dimension, and swap the block when the form itself should differ. Picking the right one of those three keeps every drawing clean and proportionate.
Checking a block hasn't been distorted
If you inherit a drawing and suspect distortion, select a block and open the Properties palette. It lists the X scale, Y scale and Z scale separately. If they don't match, the block is distorted; set them equal (or set the odd one to match the others) to restore the proportions. This is the quickest way to audit a messy file for squashed symbols.
A visual tip: look for circles and squares within blocks — a logo, a round rug, a square sink. Those read distortion instantly because the eye knows a circle should be round. If they look stretched, the X and Y scales disagree, and the Properties palette will confirm and let you fix it.
Free download
Browse the full library — DWG & DXF, no signup.
Questions
Frequently asked
Why does my block look stretched after I resize it?+
You applied different X and Y scale factors. A block distorts whenever its X and Y scales differ — circles become ovals, squares become rectangles. Use the SCALE command, which applies one factor to every axis, or tick 'Uniform Scale' in the INSERT dialog, to keep proportions.
How do I resize a block to an exact size without distorting it?+
Use SCALE with the Reference option: type SCALE, pick the block, type R, click two points as the current length, then type the target length. AutoCAD calculates a single uniform factor, so the block reaches the exact size while keeping its proportions perfectly.
When should I stretch a block instead of scaling it?+
When you want to change one dimension only — lengthen a worktop or a desk without thickening it. Uniform SCALE grows everything together, so for a single-axis change use STRETCH (on an exploded or dynamic block), ideally a dynamic block with a stretch grip.
How can I tell if a block has been distorted?+
Select it and check the Properties palette, which lists X scale, Y scale and Z scale separately — if they differ, the block is distorted. Set them equal to restore proportions. Visually, look for circles or squares inside the block; if they're stretched, the scales don't match.
Related downloads
Blocks for this guide
Popular blocks to download
Related categories
Related guides
How-to guide
How to Edit a Block in AutoCAD (BEDIT)
Edit a block in AutoCAD with BEDIT — open the Block Editor, change the geometry, save, and update every inserted instance at once. Tips and pitfalls.
How-to guide
How to Explode a Block in AutoCAD (EXPLODE)
How to explode a block in AutoCAD with EXPLODE — break a block into editable lines, handle nested blocks, and use BURST to keep attributes.
How-to guide
How to Rename a Block in AutoCAD (RENAME)
How to rename a block in AutoCAD with RENAME — change a block's name without breaking its references, fix imported names, and apply a convention.
