What "Reset Position" Means in Blender
Resetting position in Blender means moving an object back to the origin point (coordinates 0, 0, 0) or clearing any location transforms you have applied to it. When you move an object around your scene, Blender tracks those changes as transform data. Resetting position erases that movement history and places the object at the world center, or it clears the transform values while keeping the object visually where it is.
You will encounter two different reset scenarios: you want the object to physically move to the origin, or you want to zero out the transform values without moving it visually. The method you use depends on which outcome you need.
Key Takeaways
- Press Alt + G to move a selected object back to the origin point (0, 0, 0) in your scene.
- Press Ctrl + Alt + G to clear transform values while keeping the object in its current visual position.
- Use the Properties panel (press N) and manually set Location X, Y, and Z to 0 if you prefer typing values.
- The origin point (the small dot at an object's center) is what resets to 0, 0, 0—not necessarily the object's visible geometry.
- Resetting position is different from resetting rotation or scale, which use different keyboard shortcuts.
Using Alt + G to Move an Object to the Origin
The fastest way to reset position is the keyboard shortcut Alt + G. Select the object you want to move, then press Alt + G. The object will jump to the world origin (0, 0, 0) when ready. This is the most common reset method because it is direct and works on any selected object.
If you have multiple objects selected, Alt + G will reset all of them to the origin at once. They will stack on top of each other at that point. If that is not what you want, select one object at a time instead.
After you press Alt + G, you can see the change reflected in the Location fields in the Properties panel on the right side of the screen. All three values (X, Y, Z) will now read 0.
Using Ctrl + Alt + G to Clear Transform Data Without Moving
Ctrl + Alt + G clears the transform values but leaves the object visually where it is. This is useful when you have moved an object and want to "bake" that position into the object's data without the transform offset. After you press Ctrl + Alt + G, the Location fields will show 0, 0, 0, but the object will not move on screen.
This method is common in workflows where you need clean transform data for export, rigging, or when you are preparing a model for animation. The object's geometry stays in place; only the recorded movement is erased.
Resetting Position Using the Properties Panel
If you prefer to see what you are doing or want to reset only one axis (X, Y, or Z), you can use the Properties panel. Press N to open it if it is not already visible on the right side of your screen. Look for the Transform section, which shows Location, Rotation, and Scale.
Under Location, you will see three fields labeled X, Y, and Z. Click on any field and type 0 to reset that axis. You can reset all three one at a time, or select all three fields at once and type 0 to reset them together. This method gives you control over which axes you change.
You can also click and drag the values in the Location fields to move an object gradually, then type 0 when you want to snap it back to that axis. This is slower than the keyboard shortcut but more visible if you are learning.
Understanding Object Origin vs. Object Geometry
When you reset position, you are resetting the object origin—the small dot (usually orange or white) at the center of your object. The origin is the point Blender uses as the reference for location, rotation, and scale. Resetting position moves or clears the origin, not necessarily the visible geometry of the object.
In most cases, the origin is at the center of the object, so resetting position moves the whole object. However, if the origin has been moved away from the geometry (which can happen during modeling or after certain operations), resetting position will move only the origin, and the geometry will appear to move relative to the world center.
If you need to move the origin to match the geometry, that is a different operation: select the object, press Shift + S to open the Snap menu, and choose "Snap Cursor to Selected" or use the Set Origin menu (Shift + Ctrl + Alt + C in some Blender versions).
Resetting Position for Multiple Objects
If you have several objects that you want to reset to the origin, select them all by holding Shift and clicking each one, or by pressing A to select all objects in the scene. Then press Alt + G. All selected objects will move to 0, 0, 0 and will overlap.
If you want to reset the transform values for multiple objects without moving them visually, select them all and press Ctrl + Alt + G instead. This clears the location data for every selected object while keeping them in their current positions.
When to Reset Position vs. Other Transform Resets
Blender has separate reset shortcuts for different transforms. Alt + G resets location (position). Alt + R resets rotation. Alt + S resets scale. If you accidentally press the wrong shortcut, you can undo it when ready by pressing Ctrl + Z.
You might reset position when you have moved an object around and want to start fresh, or when you are organizing your scene and want all objects at the origin before you position them intentionally. You would reset rotation if an object is tilted and you want it level, or reset scale if an object has been stretched or shrunk and you want it back to its original size.
Frequently Asked Questions
What happens if I reset position by accident?
Press Ctrl + Z when ready to undo the reset. Blender keeps an undo history, so you can step back as many times as you need. If you have already saved the file, you can also close it without saving and reopen the last saved version.
Can I reset position for just one axis (like X or Y)?
Yes. Open the Properties panel (press N), find the Location fields, and type 0 into only the axis you want to reset. Alternatively, press G to grab (move) the object, then press X, Y, or Z to constrain movement to that axis, type 0, and press Enter.
Why did my object move to a weird location instead of the origin?
This usually means the object's origin is not at its center. Check the origin location by looking at the small dot on the object. If it is offset, you may need to recenter the origin using the Set Origin menu before resetting position will work as expected.
Does resetting position affect the object's appearance in the final render?
No. Resetting position only changes where the object is located in the 3D scene. It does not change the object's shape, material, or any other property that affects how it looks when rendered. The object will render from its new location, but it will look identical otherwise.
Can I reset position for objects inside a group or collection?
Yes. Select the objects you want to reset (they can be in any collection), and press Alt + G. Collections are organizational tools and do not prevent transforms. All selected objects will reset regardless of which collection they belong to.