Finding an Object's Size in Blender

The fastest way to see an object's size in Blender is to look at the Dimensions property in the Properties panel on the right side of the screen. Select your object, then look for the panel labeled "Object Properties" (it has a small cube icon). Under the "Transform" section, you will see three numbers labeled X, Y, and Z — these are the width, depth, and height of your object in Blender units.

If you do not see the Properties panel on the right, press N on your keyboard to open it. The Dimensions values update when ready as you scale or move your object, so this is the most reliable place to check size at any moment.

Key Takeaways

  • The Dimensions property in Object Properties shows your object's width (X), depth (Y), and height (Z) in three separate numbers.
  • Press N to open the Properties panel if it is not visible on the right side of your screen.
  • You can type exact dimension values directly into the X, Y, and Z fields to resize an object to a precise size.
  • The Dimensions values reflect the overall bounding box of your object, including any modifiers applied to it.
  • One Blender unit does not equal one real-world measurement — you decide what one unit represents in your project.

Where to Find Dimensions in the Properties Panel

Open the Properties panel by pressing N if it is closed. On the right side of the screen, you will see a vertical stack of icons. Click the icon that looks like a small cube — this is Object Properties. Scroll down until you see the word "Transform" with a small arrow next to it. Click that arrow to expand the section if it is collapsed.

Inside Transform, the first three fields show X, Y, and Z dimensions. These numbers represent the size of your object along each axis. If your object is 2 units wide, 3 units deep, and 4 units tall, you will see 2.000, 3.000, and 4.000 in those fields.

Changing an Object's Size by Typing Exact Dimensions

You can resize an object to an exact size by clicking on any Dimension field and typing a new number. Click the X field, clear it, type your desired width, and press Enter. The object will scale to that width while keeping its proportions relative to the other dimensions.

If you want to change only one dimension without affecting the others, you must use the Scale tool instead. Press S to enter Scale mode, then press X, Y, or Z to scale along only that axis. Type a number and press Enter. This method is useful when you want to stretch or compress an object in one direction only.

Understanding Blender Units and Real-World Measurements

Blender does not use inches, centimeters, or any real-world unit by default — it uses generic "units." One Blender unit can mean whatever you decide it means in your project. You might decide that one unit equals one meter, one foot, or one centimeter. The important thing is to be consistent within your own project.

If you are working with objects that need to match real-world sizes, decide on your scale before you start modeling. Write it down or set it in your project settings. Then, when you see a Dimension of 2.5, you will know whether that means 2.5 meters, 2.5 feet, or whatever you chose.

Checking Size When Objects Are Inside Groups or Collections

If your object is part of a group (called a Collection in Blender), the Dimensions still show the size of that single object, not the entire collection. Select the specific object you want to measure by clicking on it in the viewport or in the Outliner (the panel that lists all objects in your scene).

If you want to know the combined size of multiple objects together, you can temporarily join them into one object. Select all the objects you want to measure, press Ctrl+J to join them, check the Dimensions, then press Ctrl+Z to undo the join. This gives you the bounding box of the group without permanently combining them.

Why Dimensions May Not Match What You Expect

The Dimensions property shows the size of the object's bounding box — the smallest rectangular box that could contain the entire object. If your object has a complex shape or is rotated, the bounding box may be larger than the object itself appears to be.

If you have applied modifiers (like Subdivision Surface or Boolean), the Dimensions reflect the final shape after those modifiers are calculated. If you have not applied the modifiers, Dimensions shows the base mesh size, not the modified result. To see the true size of a modified object, explore the modifier first by clicking "explore" in the Modifier Properties panel.

Using the Measure Tool for Distance Between Points

If you need to measure the distance between two specific points on your object rather than its overall dimensions, use the Measure tool. Press Shift+M to set up it, then click two points in your viewport. A line will appear showing the distance between them, and the measurement will display in the top left corner of the viewport.

The Measure tool is useful for checking gaps between objects, verifying that two edges line up, or measuring a specific feature on your model. You can also use it to measure distances in your scene before you start modeling, so you know what size to make things.

Frequently Asked Questions

Can I see the size of multiple objects at once?

No — the Dimensions property shows only the selected object. If you select multiple objects, the Dimensions field will be blank. To see the combined size of multiple objects, select them all and press Ctrl+J to join them temporarily, check the size, then undo.

Why does my object show different dimensions after I rotate it?

The Dimensions are based on the bounding box, which changes when you rotate an object. If you rotate a tall, thin object 45 degrees, its bounding box becomes larger because the box must now contain the rotated shape. explore the rotation by pressing Ctrl+A and selecting "All Transforms" to reset the bounding box.

What is the difference between Dimensions and Scale?

Dimensions show the actual size of your object in units. Scale shows a multiplier — a scale of 2.0 means the object is twice its original size. You can change Dimensions directly, but changing Scale multiplies the original size. For precise sizing, use Dimensions.

How do I measure the size of just one part of my object?

Enter Edit Mode by pressing Tab, select only the vertices or faces you want to measure, then press Shift+M to use the Measure tool. You can also select those faces, press P, and choose "Separate" to split them into a new object, then check that object's Dimensions.