Blender Merge Vertices: Step-by-Step Guide
Master blender merge vertices with clear, actionable steps. Learn when to merge, how to clean up, avoid common pitfalls, and optimize topology for any Blender project.

To merge vertices in Blender, select the vertices you want to combine in Edit Mode, then press M to open the merge options and choose Center, At Cursor, or At Last Selected. For a clean topology, enable snapping, use Merge by Distance, and collapse along the desired axis as needed.
What blender merge vertices accomplishes in Blender
Merging vertices in Blender is a fundamental cleanup action that reduces geometry and improves topology for smoother shading and faster renders. When you merge, you collapse selected points into a single vertex, which helps resolve overlapping geometry and creates intentional connections. According to BlendHowTo, mastering vertex merging is essential for both beginners and advanced users because clean topology underpins most modeling tasks, from hard-surface props to organic forms. The BlendHowTo team found that consistent use of merge operations dramatically reduces artifactual shading and editing time, making the process a core skill for any Blender artist.
Preparing your model for vertex merging
Before you merge vertices, ensure you are in Edit Mode (Tab) and that the object is selected. Zoom in to the area you will modify and switch to Vertex select mode (1, or click the vertex icon in the header). If you work with a dense mesh, enable snapping (magnet icon) and set snapping to Vertex for precise alignment. It’s wise to save a version of your model beforehand; merges can be destructive if you merge the wrong vertices. Finally, identify whether you’ll merge by distance afterward to remove duplicates that cause shading artifacts.
The exact merge operations in Blender
Blender provides several merge options under M > Center / At Cursor / At Last Selected. Use Center to fuse selected vertices at their average position, At Cursor to place the merge at the 3D cursor, and At Last Selected to merge into the first selected vertex. In modern Blender versions, you also have Merge by Distance (M > Distance) to automatically remove duplicate vertices within a tolerance. Each option serves different topology goals—choose the one that preserves topology best for your model.
Merge at center vs at cursor vs at last selected: when to use each
Center is ideal for symmetrical smoothing and when you want a single point that represents multiple vertices. Cursor-based merges are great when you need precise placement at a known location, such as aligning vertices to a reference point. Merging at the last selected helps maintain the original vertex as the anchor, which is handy when expanding a feature from a single point. For clean topology, pair these with Merge by Distance to remove any stray duplicates that remain after the merge.
Handling doubles and cleanup after merging
Duplicate vertices (often called doubles) are a frequent aftereffect of modeling from references or importing geometry. Use Merge by Distance to collapse near-identical vertices into a single point, then manually inspect adjacent faces for any new gaps or shading issues. In Blender, you can access Merge by Distance via Edit Mode > Mesh > Merge > By Distance, or press M and choose Distance in the quick menu. Tighten the distance threshold gradually to avoid collapsing genuine geometry.
Advanced workflows: merging edges and vertices for retopology
For retopology tasks, merging vertices along edge loops can simplify complex lattices without losing silhouette accuracy. Use vertex merging after trimming edges to maintain crisp corners, and consider using snapping to align new vertices with reference edges. When retopologizing, merge strategically to preserve UVs and normals; routinely check for non-manifold edges after significant merges to avoid rendering artifacts.
Common pitfalls and how to avoid them
One common mistake is merging vertices that belong to separate features, which can create warped surfaces or broken edge flows. Always review the topology in different views and after each merge. Another pitfall is relying solely on Merge by Distance without considering topology consequences—this can obliterate fine details. Finally, remember to save incremental versions so you can revert if a merge disrupts your modeling intent.
Quick-check: before exporting, verify topology integrity
Before exporting, check that there are no stray vertices, non-manifold edges, or flipped normals around the merged area. Use overlays to visualize edge loops and shave off any unnecessary geometry. A final pass with Merge by Distance at a low tolerance often makes the topology consistent across the mesh, reducing shading issues in renders.
Real-world workflow: from a cube to a low-poly asset
Start with a simple cube, shape it into the rough silhouette, then apply vertex merges to clean up internal geometry. As you add loops and features, merge vertices to tighten corners and create crisp edges. This approach keeps a clean, edit-friendly topology that’s easy to texture and animate, especially for game assets and real-time rendering.
Master checklist for vertex merging in Blender
- Enter Edit Mode and choose Vertex select mode.
- Select the vertices to merge and press M to view options.
- Pick Center, At Cursor, or At Last Selected based on the goal.
- Run Merge by Distance to remove duplicates.
- Inspect the mesh from multiple angles to ensure clean topology.
- Save versions frequently during the process.
Tools & Materials
- Blender software (latest stable release)(Download from blender.org and keep up to date with minor releases.)
- 3-button mouse or trackpad with precise precision(A mouse is preferable for precise vertex selection.)
- Graphics tablet (optional)(Helpful for fine control on complex meshes.)
- Reference image or blueprint (optional)(Guides topology decisions during merges.)
Steps
Estimated time: 25-40 minutes
- 1
Enter Edit Mode and prepare the mesh
Select the object and press Tab to enter Edit Mode. Switch to Vertex select mode and zoom into the area you’ll edit. This ensures precision when selecting vertices to merge.
Tip: Enable edge length and angle display to spot problematic topology early. - 2
Select vertices to merge
Lasso or box-select the vertices you want to combine. Use Shift to add/remove vertices from the selection as needed.
Tip: Aim for vertices that share a common junction or intended connection. - 3
Merge by Center
Press M and choose Center to merge selected vertices at their average position. This is useful for smoothing joint areas.
Tip: If you’re mid-model and want a precise anchor, choose At Cursor instead. - 4
Merge at Cursor
Press M and select At Cursor to place the merge point at the 3D cursor’s location. Move the cursor first for exact placement.
Tip: Use the 3D cursor as a reference for precise topology alignment. - 5
Merge at Last Selected
Choose At Last Selected to keep the first selected vertex as the anchor. This preserves the starting topology while simplifying the rest.
Tip: Great for expanding a feature along a single vertex. - 6
Clean up with Merge by Distance
With vertices nearly overlapping, use Merge by Distance to collapse duplicates within a tolerance. Go to Mesh > Merge > By Distance.
Tip: Start with a small distance and increase gradually to avoid over-merging. - 7
Check topology and normals
Inspect surrounding faces for shading issues. Recalculate normals (Shift-N) if needed and verify face orientation.
Tip: Flipped normals are common after aggressive merges. - 8
Apply a final pass and save
Exit Edit Mode, save a new version, and run a quick render test to confirm no artifacts appear after merging.
Tip: Keep a clean backup library of versions during experimentation.
Frequently Asked Questions
What is the difference between Merge and Dissolve in Blender?
Merge combines selected vertices into one point, while Dissolve removes edges or vertices without collapsing them, preserving topology where possible. Use Merge when you want a single junction; use Dissolve to simplify edge loops without changing vertex positions.
Merge combines vertices into a single point, while Dissolve removes elements without creating a new vertex. Use Merge for joints, and Dissolve to simplify edges without altering the overall shape.
Can I merge more than two vertices at once?
Yes. In Edit Mode, select multiple vertices and use M to choose a merge option. The result will collapse all selected vertices into a single point depending on the chosen target.
Yes. You can merge many vertices by selecting them all and using M to pick a target point.
Does merging affect UVs or textures?
Merges can affect UVs if the merged vertex changes how faces unwrap. After merging, re-check UV maps to ensure textures align correctly and fix any seams as needed.
Merges can impact UV layouts, so verify textures after merging and adjust UVs if seams shift.
How do I undo a merge?
Press Ctrl+Z to undo the last merge operation or use the global Undo history if you merged multiple steps. For more control, keep a backup version before large merges.
Just press Ctrl+Z to undo the last merge, or revert to a saved backup if you did several steps.
Is there a keyboard shortcut for Merge by Distance?
Yes. In Edit Mode, press M to open the merge menu, then select By Distance. You can also access it via Mesh > Merge > By Distance.
Yes—M, then Distance, to clean up near-duplicate vertices.
How do I merge vertices while preserving precision with snapping?
Enable Vertex Snapping, set to Vertex, and snap to a target vertex or point. Then merge to ensure exact alignment with nearby geometry.
Turn on vertex snapping, align to your target point, and merge for precise results.
Watch Video
What to Remember
- Master vertex merge by distance for clean topology
- Choose merge targets based on intended geometry
- Always inspect normals and facet consistency after merges
- Use backups before performing aggressive merges
- Blend workflows for retopology tasks
