How-to

How to add a bevel modifier in Blender (5.1, step-by-step)

Add the Bevel modifier in Blender 5.1 to round or chamfer edges non-destructively. Every parameter explained, with the gotchas that catch beginners.

By Mohamed Saleh Zaied ~4 min

If you’ve added a cube in Blender and the corners look fake — too sharp, no light catching them — you need a bevel. Real-world objects don’t have perfect 90° edges. Even the laptop you’re reading this on has a tiny chamfer where the lid meets the base.

This guide is the fastest path to a clean bevel in Blender 5.1, plus the parameters and gotchas that aren’t obvious from the panel.

UI labels and behavior were rechecked August 4, 2026 against the current official Blender Bevel modifier manual. If a label differs, confirm your installed Blender version under Help → About Blender and select that version in the manual.

When to use the Bevel modifier (vs the Bevel tool)

Blender has two ways to bevel:

Bevel toolBevel modifier
How to invokeCtrl+B in Edit ModeModifier Properties → Add Modifier → Bevel
BehaviorBakes new geometry into the mesh immediatelyNon-destructive, lives as a modifier in the stack
IterationYou commit to the result; undoing later is messyTweak Width / Segments anytime, even after months
Best forFinal polish on a finished meshProduction work where design might evolve

Use the modifier 90% of the time. Use the tool only when you’ve decided the bevel is final and you need to manually edit the new geometry afterward.

Step-by-step: add a Bevel modifier

  1. Select your object in Object Mode. Press Tab if you’re in Edit Mode — adding modifiers happens at the object level.
  2. Open Modifier Properties. In the Properties editor (right-side panel), click the wrench icon. If you can’t see the wrench, your Properties panel may be hiding tabs — drag it wider.
  3. Click “Add Modifier”GenerateBevel.
  4. Drag the Width slider until the bevel size looks right. The default is 0.1 (in Offset width type), which is too small for most cube-sized objects.
  5. Bump Segments to 3 or 4 if you want a rounded bevel instead of a single flat chamfer. Segments controls how many edge loops are added across the bevel face.

That’s it. You now have a non-destructive bevel.

How to bevel only selected edges in Blender

Use the modifier’s Weight limit method when only specific edges should bevel:

  1. Select the object and press Tab to enter Edit Mode.
  2. Select the edges you want to bevel.
  3. Open the N sidebar, go to Item, and set Mean Bevel Weight to 1.0.
  4. Return to Object Mode, open the Bevel modifier, and set Limit Method → Weight.

Edges at weight 0 stay unchanged; values between 0 and 1 scale the bevel’s influence. This keeps the operation non-destructive. If you only need a one-time geometry edit, select the edges in Edit Mode and use Ctrl+B instead.

Every Bevel modifier parameter, explained

The Bevel modifier panel has a lot of fields. Here’s what each one actually does, in the order they appear.

Top section

  • AffectVertices or Edges. Edges is what most tutorials assume; Vertices rounds off corners only without affecting connecting edges (useful for low-poly stylized work).

  • Width Type — defines how the Width value is interpreted:

    • Offset — distance from the new edge to the original (default).
    • Width — distance between the two new edges formed by the bevel.
    • Depth — perpendicular distance from the bevel face to the original edge.
    • Percent — percentage of adjacent edge length. The absolute result changes with the surrounding edge length.
    • Absolute — exact distance along the adjacent edges. Useful when adjacent edges meet at non-90° angles.
  • Width — the bevel size itself, interpreted by Width Type.

  • Segments — number of edge loops across the bevel face. 1 = single chamfer. 3-4 = visible curve. 8+ = diminishing returns.

  • Limit Method — controls which edges get beveled:

    • None — every edge.
    • Angle — only edges where the adjacent face normal angle exceeds your threshold (default 30°). Best for hard-surface — sharp corners get beveled, flat areas don’t.
    • Weight — uses Mean Bevel Weight values you assign per-edge in Edit Mode (N-panel → Item → Mean Bevel Weight).
    • Vertex Group — uses a named vertex group’s weight values.

Profile section

  • ProfileSuperellipse (default, single Shape slider from concave to convex) or Custom Profile (a widget where you draw your own bevel cross-section). Custom Profile is overkill for first-time bevels — leave it on Superellipse.
  • Shape — 0.5 is a perfect circle. Below 0.5 = concave inward dish. Above 0.5 = convex outward bulge.

Geometry section

  • Miter Outer / Miter Inner — what happens where two beveled edges meet at a corner. Sharp (default), Patch, or Arc. Sharp is fine for most objects; Arc gives a softer corner.
  • Clamp Overlap — limits each beveled edge so it can’t self-intersect with neighbors. Turn this on if your bevel looks broken on tight corners.
  • Loop Slide — when on, the bevel slides along unbeveled edges into the corner. Off can give more uniform widths but weirder corners.

Shading section

  • Harden Normals — adjusts vertex normals so the bevel face shades smoothly into flat surrounding faces. Required for clean baking on hard-surface models.
  • Mark Seam / Mark Sharp — propagates seam/sharp edges across the new bevel geometry.
  • Material Index — slot index for assigning a different material to the bevel face. Set to -1 (default) to inherit from the nearest face.
  • Face Strength — used together with the Weighted Normals modifier for advanced shading control. Skip unless you’re chasing pixel-perfect renders.

The 3 mistakes everyone makes their first time

1. Width is way too big and the bevel chews the whole face. Turn on Clamp Overlap in the Geometry section, or just dial Width down. If you’re in Offset mode and Width is 0.5 on a 1m cube, you’re trying to fit a half-meter bevel onto a one-meter face — there isn’t enough room.

2. Segments is left at 1, so the “round” bevel is actually a single flat chamfer. Raise Segments to 3-4. Don’t go past 8 unless you’re rendering close-up.

3. The bevel applies to every edge, including the ones you wanted left flat. Set Limit Method to Angle (default 30° works for most hard-surface) so only the actual corners get beveled, not the seams running across faces.

Chamfer vs bevel in Blender

In hard-surface modeling, chamfer usually means a flat cut across an edge. In Blender, that is simply a bevel with Segments set to 1. Raise Segments to create a rounded transition.

This terminology matters when searching for help: a tutorial called “chamfer an edge” may still use Blender’s Bevel tool or Bevel modifier. You do not need a separate Chamfer modifier.

Troubleshooting uneven or broken bevels

Apply object scale first

If an object was stretched in Object Mode, its scale may be non-uniform. Apply it with Ctrl+A → Scale, then tune Width again. This is the first check when equal-looking edges receive visibly different bevels.

Reduce Width before adding geometry

A bevel needs room on both sides of an edge. Very short neighboring edges can run out of space quickly. Reduce Width and inspect the corner before adding more Segments.

Understand Clamp Overlap

According to Blender’s manual, Clamp Overlap limits the width of each beveled edge so generated intersections cannot overlap nearby geometry. It prevents many self-intersections, but it can also make the visible width vary where space is tight. If a bevel unexpectedly stops growing, Clamp Overlap may be doing exactly what it is designed to do.

Use Segments for shape, not problem hiding

Segments controls how many edge loops are added across the bevel face. More segments make the profile smoother; they do not fix bad topology, an oversized Width, or non-uniform scale.

Inspect topology and normals

If a small bevel is still broken, check for doubled vertices, non-manifold edges, internal faces, and inconsistent normals. Clean geometry before relying on shading options to disguise the artifact.

When to apply the modifier vs leave it as a modifier

If your model is going through more iterations — texture painting, rigging, animation — leave the modifier live. You can always tweak it.

If you’re exporting to a game engine, baking, or sharing the .blend with someone who’ll never touch the modifier stack, click the modifier dropdown → Apply to bake it in. After applying, it becomes regular geometry and you lose the ability to change Width or Segments.

Continue learning

For the most common next step in the modifier stack, follow the Subdivision Surface modifier guide or review the broader Blender modifiers lesson. If you are still choosing what to practice next, use the project-first Blender learning roadmap.

FAQ

Frequently asked questions

What's the difference between the Bevel modifier and the Bevel tool (Ctrl+B)?
The Bevel tool (Ctrl+B in Edit Mode) cuts geometry permanently — it bakes the bevel into the mesh. The Bevel modifier is non-destructive: you can change Width, Segments, or remove it entirely without touching the underlying geometry. Use the modifier for production work where you might iterate on design. Use the tool when you're certain about the bevel and want to manually tweak vertices afterward.
Why does my bevel look weird or overlap itself?
First apply object scale and test a smaller Width. Enable Clamp Overlap when nearby bevels intersect; Blender limits the width to prevent overlapping geometry. If artifacts remain, inspect doubled vertices, non-manifold edges, very short adjacent edges, and inconsistent normals.
How do I bevel only certain edges, not all of them?
Two options. The cleanest is the Weight limit method: in Edit Mode, select the edges you want, open the N-panel sidebar → Item tab, and set 'Mean Bevel Weight' to 1.0 (or any value between 0 and 1). Back in the modifier, set Limit Method to Weight. Alternatively, use Vertex Group to assign a vertex group and limit by that. Angle limit works for hard-surface modeling where you want sharp edges only.
What's a good starting value for Segments?
For hard-surface modeling (mechanical parts, props), 2-3 segments gives a clean visible bevel without quad-bombing your mesh. For organic or close-up renders where the bevel will catch light, 4-6 segments gives a smoother roll. Going higher than 8 is rarely worth the geometry cost — use a Subdivision Surface modifier after the Bevel for smoother results instead.
Why is my bevel width inconsistent after scaling?
Non-uniform object scale can distort a modifier's result. In Object Mode, apply scale with Ctrl+A → Scale, then adjust Width again. Width Type also changes what the value measures: Offset, Width, Depth, Percent, and Absolute are different geometric definitions.
How do I move the Bevel modifier above or below other modifiers?
Modifier order matters — modifiers process top-to-bottom. To reorder, click the dropdown arrow (or grip handle) next to the modifier name and select Move to Top / Move Up / Move Down. Common pattern: Bevel before Subdivision Surface for a sharper result, Bevel after Subdivision Surface for a softer one. Bevel is almost always before Mirror so it doesn't bevel the seam.

Keep learning

Related guides