How-to guide · how to align a block in autocad
How to align a block to an object in AutoCAD
By Saumyajit Maity · Published 23 Nov 2023 · Updated 9 Jun 2024
The ALIGN command is the quiet workhorse that moves, rotates and optionally scales a block onto another object in a single operation. Instead of moving a block, then rotating it to match an angle, then nudging it again, you pick a pair of points on the block and a matching pair on the target, and AutoCAD snaps everything into place at once.
It is the cleanest way to drop a fixture onto an angled wall, lay a block along a slope, or fit a symbol exactly between two points. This guide covers ALIGN with one point pair (a straight move), two point pairs (move plus rotate, with optional scale), and the situations where it beats running MOVE and ROTATE separately.
Most drafters discover ALIGN years late and immediately wonder how they managed without it. For any 'make this match that' task, it is usually the shortest path.
What ALIGN does that MOVE and ROTATE can't in one step
MOVE shifts an object; ROTATE spins it; SCALE resizes it. ALIGN does all three together, driven by point pairs rather than typed values. You tell it 'this point on the block goes to that point on the target, and this second point on the block goes to that second point on the target', and it computes the move, rotation and (if you ask) scale needed to satisfy both.
That makes it ideal whenever you are matching a block to existing geometry whose exact position and angle you don't want to measure. The points do the work; you never type a coordinate or an angle.
Step 1 — Start ALIGN and select the block
Type ALIGN (or AL) and press Enter, then select the block you want to move and press Enter to confirm. AutoCAD now begins asking for source and destination point pairs in turn: 'Specify first source point', then 'Specify first destination point', and so on.
Have Object Snap on (F3) before you start, because ALIGN is all about snapping precise points — endpoints, midpoints, insertion points and intersections are the ones you will pick. The accuracy of the alignment is exactly the accuracy of the points you snap, so pick real geometry, not approximate clicks.
Step 2 — One point pair: a simple move
If you give only one source/destination pair and press Enter at the second source prompt, ALIGN behaves like MOVE: it shifts the block so the source point lands on the destination point, with no rotation. This is occasionally useful, but the single-pair case is rarely why people reach for ALIGN.
The real power starts with two pairs, where rotation enters the picture. Still, knowing the one-pair behaviour helps: if you accidentally press Enter too early, you get a plain move, and you can undo and try again with two pairs.
Step 3 — Two point pairs: move and rotate together
Give two source points and two destination points and ALIGN both moves and rotates the block so that the first source lands on the first destination and the line between the two source points lines up with the line between the two destination points.
In practice: to drop a fixture onto an angled wall, pick two points along the block's base as the source pair, then two points along the angled wall as the destination pair. The block jumps to the wall and rotates to lie along it in one move. After the second destination point, AutoCAD asks 'Scale objects based on alignment points? [Yes/No]' — answer No to keep the block's size and only move and rotate it. This is the everyday case.
Step 4 — Let ALIGN scale the block too
Answer Yes to that 'Scale objects?' prompt and ALIGN also resizes the block so the distance between its two source points matches the distance between the two destination points. This is powerful but a double-edged sword: it is perfect for stretching a generic symbol to fit exactly between two known points, but it will silently distort a scaled block if you didn't intend resizing.
Use the scale option deliberately — for fitting a stretchy graphic or a non-dimensional symbol between two anchors. For a real-world-sized block like a chair or a fixture, answer No, because you want it to keep its true dimensions and only move and rotate. When in doubt, choose No; you can always scale separately afterwards.
Worked example: a fixture on a sloped wall
Say you have a block that needs to sit flat against a wall drawn at an awkward angle. Run ALIGN, select the block. For the first source point, snap to one corner of the block's base edge; for the first destination, snap to the point on the wall where that corner should land. For the second source point, snap to the other end of the block's base edge; for the second destination, snap further along the wall in the direction the block should lie.
Press Enter, answer No to scaling, and the block lands flat against the wall at the correct angle and position. What would have taken a MOVE, a ROTATE-by-reference and a check is done in one command. The same recipe aligns paving to a kerb line, a ramp symbol to a slope, or annotation along an angled grid.
ALIGN tips and gotchas
A few things to keep in mind. The order of your point pairs sets the orientation — if the block lands flipped or facing the wrong way, swap which end of the destination you picked as the second point, or pick the source points in the reverse order. ALIGN works in 3D too (it can align objects across planes), but for flat site and floor plans you will only ever use the 2D, two-pair case.
The biggest gotcha is the scaling prompt: accidentally answering Yes when you meant No resizes the block and you may not notice until a dimension looks off. Read that prompt every time. And as always, the alignment is only as good as your snaps, so keep Object Snap on and pick genuine geometry points rather than eyeballing.
Free download
Browse the full library — DWG & DXF, no signup.
Questions
Frequently asked
What does the ALIGN command do in AutoCAD?+
ALIGN moves, rotates and optionally scales an object onto another object in one step, driven by source and destination point pairs. With two point pairs it both moves and rotates the block to match the target's position and angle.
How do I align a block to an angled wall in one move?+
Run ALIGN, select the block, then pick two source points along the block's base and two destination points along the angled wall. Answer No to scaling. The block moves and rotates onto the wall at the correct angle in a single operation.
Should I answer Yes or No to the scaling prompt?+
Answer No for real-world-sized blocks like furniture or fixtures so they keep their true dimensions and only move and rotate. Answer Yes only when you deliberately want the block stretched to fit exactly between the two destination points.
What is the difference between ALIGN and MOVE plus ROTATE?+
MOVE and ROTATE are two separate steps with typed values or guesswork. ALIGN combines move, rotate and optional scale into one command driven by point pairs, so you match a block to existing geometry without measuring any angles or distances.
Related downloads
Blocks for this guide
Popular blocks to download
Related categories
Related guides
How-to guide
How to Insert a Tree CAD Block in AutoCAD
Step-by-step guide to inserting a tree CAD block in AutoCAD — download the DWG, set units, use INSERT, scale and place it, then array trees across a site plan.
How-to guide
How to Array Trees Along a Path in AutoCAD
Use ARRAYPATH to line trees along a road, footpath or curve in AutoCAD — set spacing, align to the path, vary the look, and keep planting on its own layer.
How-to guide
How to Make a Rectangular Array of Blocks in AutoCAD
Build a grid of blocks with ARRAYRECT in AutoCAD — set rows, columns and spacing, control direction, edit the array live, and avoid the usual grid mistakes.

