What the Scale tool does in Blender
The Scale tool in Blender lets you make an object larger or smaller while keeping its shape the same. You can scale an entire object at once, or scale it only along one direction — wider but not taller, for example. The tool works the same way whether you are working with a single cube or a complex model made of thousands of points.
Scaling is different from stretching. When you stretch, you change the proportions. When you scale, everything grows or shrinks together. If you scale a sphere to half its size, it stays a perfect sphere — just smaller. If you scale a cube to twice its size, all three dimensions double.
Key Takeaways
- Press S to enter Scale mode, then type a number and press Enter to scale by that amount — 2 makes it twice as large, 0.5 makes it half as large.
- Press S then X, Y, or Z to scale only along one axis, which lets you stretch an object in a single direction.
- You must select an object or enter Edit mode before you can scale — nothing happens if you press S with nothing selected.
- Move your mouse while in Scale mode to see the change in real time, or type an exact number for precise control.
- Press Escape to cancel a scale operation before you confirm it, or Z to undo the last confirmed scale.
Selecting what you want to scale
Before you can scale anything, Blender needs to know what you are scaling. In Object mode — the default view when you open a file — you select entire objects by clicking on them. The selected object turns orange, and a small circle appears at its center point.
If you want to scale only part of an object, you need to enter Edit mode first. Press Tab to switch to Edit mode. Now you can select individual vertices (corner points), edges, or faces by clicking on them. You can also press A to select all, or Alt+A to deselect all. Once you have selected what you want, press S to start scaling.
The basic scale shortcut and how to use it
Press S to enter Scale mode. The word "Scale" appears in the top left corner of the viewport, and a white line extends from the object's center point to your cursor. This line shows you the direction of the scale.
You have two ways to finish the scale. Move your mouse away from the object to make it larger, or toward the object to make it smaller. Watch the number that appears near your cursor — this is the scale factor. When the number looks right, click to confirm. Alternatively, type a number directly: type 2 and press Enter to make the object exactly twice as large, or type 0.5 and press Enter to make it half as large.
If you change your mind before clicking or pressing Enter, press Escape to cancel. The object returns to its original size.
Scaling along a single axis or direction
Sometimes you want to make an object taller without making it wider, or wider without making it taller. This is where axis-constrained scaling comes in. Press S to enter Scale mode, then when ready press X, Y, or Z to lock the scale to one direction. The white line from the object's center changes color — red for X, green for Y, blue for Z — to show which direction you are scaling.
Now when you move your mouse or type a number, only that one dimension changes. The other two stay the same. This is useful when you need to stretch a cube into a tall rectangle, or make a sphere into an egg shape by scaling only the Z axis.
You can also constrain to a plane instead of a line. Press S, then Shift+Z to scale on the X and Y axes but not Z. This keeps the object's height the same while making it wider and deeper.
Using the properties panel for exact numbers
If you need to scale by a very precise amount, the properties panel gives you exact control. After you press S and move your mouse or type a number, press F9 (or look for a small panel in the bottom left corner of the viewport). A box appears showing the exact scale value. You can click in this box and type a new number to override what you just did.
This panel also appears if you press N to open the properties sidebar on the right. Look for the "Scale" section under the object's transform properties. You can type exact scale values here for X, Y, and Z separately, and the changes take effect when ready.
Common mistakes and how to fix them
The most common mistake is forgetting to select something before pressing S. If nothing is selected, Blender does nothing — no error message, no warning. If Scale mode does not seem to work, click on the object you want to scale first.
Another frequent issue is scaling in the wrong mode. If you are in Object mode and press S, you scale the entire object. If you are in Edit mode with some vertices selected, you scale only those vertices. Make sure you are in the right mode for what you want to do. Press Tab to switch between Object and Edit mode.
Scaling by very large numbers — like 100 or 1000 — can cause problems later. Blender's physics simulations and some other tools work better when objects are roughly human-sized. If you need a very large object, consider scaling it to a reasonable size and then adjusting the camera or scene scale instead.
Frequently Asked Questions
What is the difference between scale and grab?
Grab (press G) moves an object from one place to another without changing its size. Scale (press S) changes the size without moving the center point. You can grab and scale in the same operation by pressing G then S, but they are separate tools.
Can I scale an object non-uniformly, making it bigger in one direction than another?
Yes. Press S, then X, Y, or Z to scale only along one axis. You can also scale different axes by different amounts using the properties panel — set Scale X to 2, Scale Y to 1, and Scale Z to 0.5 to stretch and compress in different directions at once.
How do I scale from a point other than the object's center?
Change the pivot point before scaling. Press Period (on the numpad) or look for the pivot point menu in the top right of the viewport. You can choose to scale from the 3D cursor, the median point of selected objects, or the individual origins of each object.
What does it mean when the scale shows negative numbers?
A negative scale value flips the object. Scale X to -1 and the object mirrors left to right. This is useful for creating symmetrical models, but negative scales can cause problems with physics and rendering. Use the Mirror modifier instead if you need a flipped copy.
How do I scale multiple objects at the same time?
Select all the objects you want to scale by clicking the first one, then holding Shift and clicking the others. They all turn orange. Now press S and scale — all selected objects scale together by the same amount.