How To Resize An Object In Blender

Learning how to resize an object in Blender is one of the first skills you’ll need. It’s a fundamental action that you’ll use constantly, whether you’re modeling a simple cup or a complex character. This guide will show you every method, from the basic shortcuts to precise numerical control.

How to Resize an Object in Blender

Resizing, or scaling, is a core transform operation in Blender. When you scale an object, you change its dimensions along the X, Y, and Z axes. You can do this uniformly or along a single axis to stretch or squash your model. Let’s start with the absolute easiest way.

The Quick Scale Tool (Shortcut Method)

This is the fastest way to resize something. You’ll probably use this method 90% of the time.

  1. Select your object by left-clicking on it.
  2. Press the S key on your keyboard. This activates the Scale tool.
  3. Move your mouse cursor away from the object to make it bigger, or towards the object to make it smaller. You’ll see the object change size interactively.
  4. Left-click to confirm the new size, or right-click to cancel and return to the original size.

By default, this scales the object uniformly on all axis. But what if you only want to make it taller or wider?

Scaling Along a Specific Axis

To scale an object only in one direction, you lock the scale to an axis. This is perfect for stretching a cube into a rectangle or a sphere into an oval.

  1. Select your object and press S to start scaling.
  2. Immediately after pressing S, press the key for the axis you want: X, Y, or Z.
  3. Now, moving your mouse will only scale the object along that chosen axis. For example, S then Z will only make the object taller or shorter.
  4. Left-click to confirm.

You can also combine two axis. Pressing S then Shift + X will scale on the Y and Z axes, but not X.

Using the 3D Gizmo for Visual Control

If you prefer clicking and dragging, the on-screen gizmo is your friend. When you select an object, you should see three colored arrows (the move gizmo). To see the scale gizmo, click the scale icon in the toolbar on the left side of the 3D Viewport, or press Ctrl + Spacebar and choose “Scale”.

  • You’ll now see a small cube at the object’s origin with three colored arms.
  • Click and drag the white cube in the center to scale uniformly.
  • Click and drag a colored arm (red for X, green for Y, blue for Z) to scale only on that axis.
  • Click and drag a colored square between two arms to scale on those two planes.

The gizmo is very intuitive, especially for beginners who are still learning the keyboard shortcuts.

Precise Numerical Scaling

Sometimes, you need an object to be an exact size. Maybe you’re 3D printing and need a part to be 2.5 centimeters wide. That’s where numerical input comes in.

  1. Select your object and press S to start scaling.
  2. Instead of moving your mouse, just type a number. For example, type 2 and press Enter. Your object will double in size.
  3. You can also type a specific dimension. After pressing S, type 0.5 to make it half its original size.

For even more control, you can use the Properties panel.

Scaling via the Object Properties

This method lets you see and type exact values.

  1. Select your object.
  2. Look for the orange cube icon in the Properties panel on the right. This is the Object Properties tab.
  3. Find the “Scale” fields under “Transform.”
  4. Here you can type exact values for Scale X, Y, and Z. A value of 1 means 100% (original size). Changing X to 2 makes it twice as wide. Changing all three to 0.5 makes the object half its size.

This panel is also where you can apply your scale, which is a very important concept.

The Critical Step: Applying Scale

This is one of the most common mistakes beginners make. When you scale an object in Blender, its internal data (the mesh) doesn’t change. Only its transform does. This can cause big problems with modifiers, physics, and texture.

  • An unapplied scale value might show as (2, 1, 1) in the properties.
  • To fix this, you need to “apply” the scale. This tells Blender to bake the current size into the mesh and reset the scale value back to 1.

Here’s how to apply scale:

  1. Select your object.
  2. Press Ctrl + A. This opens the “Apply” menu.
  3. Choose “Scale” from the list.

Now look at the Scale values in the Properties panel. They should all be back to 1.000. Your object’s visual size hasn’t changed, but it’s now technically at its default scale. Always apply scale before adding modifiers like Subdivision Surface or before rigging a character.

Scaling in Edit Mode vs. Object Mode

There’s a huge difference between scaling in these two modes, and knowing when to use each is key.

Object Mode Scaling

This is what we’ve been doing so far. In Object Mode, you scale the entire object as a single unit. All parts of the object grow or shrink together from a central point (the origin). Use this for adjusting the overall size of your model relative to other objects in your scene.

Edit Mode Scaling

In Edit Mode, you can scale individual parts of a mesh. This is essential for modeling.

  1. Select your object and press Tab to enter Edit Mode.
  2. Select one or more vertices, edges, or faces.
  3. Press S to scale just those selected elements.
  4. You can use axis locks (X, Y, Z) here too for precise control.

For example, you can select the top face of a cylinder and scale it down to create a tapered shape. This modifies the actual mesh data directly.

Proportional Editing for Organic Scaling

Want to scale a area smoothly, like creating a bulge on a surface? Proportional Editing is a magical tool for this.

  1. Enter Edit Mode (Tab).
  2. Enable Proportional Editing by clicking the small circle icon in the top bar of the 3D viewport or pressing O.
  3. Select a single vertex or face.
  4. Press S to scale. You’ll now see a white circle around your cursor.
  5. As you scale, all vertices within that white circle will be affected, fading in influence the farther they are from the center. You can scroll your mouse wheel to adjust the circle’s size.

This creates smooth, organic transitions and is fantastic for sculpting landscapes or adjusting character features.

Using the Transform Panel for Ultimate Precision

For technical modeling, the Transform panel (found by pressing N in the 3D viewport) is invaluable. It shows the real-time dimensions of your selection.

  • In Object Mode, you can type exact “Dimensions” here (like 2 m for X) and Blender will automatically calculate the needed scale.
  • In Edit Mode, it shows the location and scale of your selected components relative to the object’s origin.

This panel updates live, so its great for checking the size of something as you work.

Common Problems and How to Fix Them

Scaling seems simple, but a few issues pop up often.

My object scales from a weird point!

This is about the pivot point. The little circle in the center of your selected object(s) is the pivot. You can change its behavior in the pivot point menu in the middle of the 3D viewport header.

  • Median Point: Scales from the center of the selected elements.
  • Individual Origins: If multiple objects are selected, each scales from its own center.
  • 3D Cursor: Scales from the location of the 3D cursor (that red and white circle you can place anywhere).

My scaled object looks distorted or textured weirdly!

This is almost always because the scale isn’t applied. Remember: Ctrl + A > Apply Scale. Also, check if you have non-uniform scale (different values for X, Y, Z) that you didn’t intend. Applying the scale often resolves texture stretching.

I can’t scale my object at all!

Check if the object is locked. In the Object Properties tab (orange cube), look at the “Lock” section at the bottom. Make sure the lock icons next to Scale are not enabled. Also, ensure you’re in the correct mode (Object Mode for the whole object).

FAQ: Your Scaling Questions Answered

What is the shortcut for scale in Blender?

The shortcut is the S key. This is the primary and fastest way to initiate the scale tool.

How do I scale multiple objects at once?

Select all the objects you want to scale (hold Shift while clicking). Then press S. They will all scale together from a common pivot point, which you can set using the pivot point menu.

How do I reset scale to default in Blender?

To visually reset scale without applying it, press Alt + S. This sets the scale values back to 1 but doesn’t change the mesh size. To actually reset the size, you’d need to scale it back manually or apply a previous scale first.

Why is applying scale so important?

Unapplied scale values can cause modifiers to behave incorrectly, make physics simulations go crazy, and distort textures. It’s a best practice to apply scale once you’re happy with an object’s overall size before moving into detailed modeling or animation.

Can I scale an object using a reference measurement?

Yes. Use the Transform panel (N key). In Object Mode, type the desired value into the Dimension field for an axis. Blender will do the math and adjust the scale for you. You can also use the Measure tool (in the Toolbar) to check distances between points.

How do I scale the opposite direction (mirror scale)?

To flip or mirror an object, use a negative scale value. Press S, then type -1 on the axis you want to mirror (like S, X, -1). This creates a perfect mirror copy. Just remember to apply the scale afterwards to make the negative value positive again.

Mastering how to resize an object in Blender gives you total control over your scenes dimensions. Start with the S key, practice axis locking, and never forget to apply your scale. With these tools, you can confidently adjust any model to fit your creative vision perfectly.