How to Use Loop Cut in Blender (Ctrl+R / Cmd+R)
Windows: Ctrl+R
Mac: Cmd+R
Linux: Ctrl+R
Ctrl+R (Cmd+R on Mac) activates Loop Cut, inserting a new edge loop that encircles the mesh at whatever position your mouse is currently hovering, adding local geometric density without changing the mesh's overall shape or silhouette.
**The two-step interaction**: after pressing Ctrl+R and hovering over a mesh, Blender shows a live yellow preview line indicating where the loop would be inserted based on your cursor's current position — clicking once confirms that loop's position along the mesh's edge flow, then a second interactive step lets you slide the newly created loop along that flow before a final click confirms its exact position, or right-clicking immediately places it at the exact center/default position without any sliding adjustment.
**Why additional geometry density matters**: a loop cut doesn't change what the mesh currently looks like at the moment it's added, but it does add supporting geometry that becomes important once the mesh is deformed — during animation (a bending elbow needs nearby loop cuts to deform convincingly without pinching or distorting unnaturally) or during subdivision surface smoothing (additional loop cuts near a sharp edge help preserve that sharpness when a Subdivision Surface modifier would otherwise round it off too aggressively).
**Multiple loop cuts at once**: scrolling the mouse wheel while the Loop Cut preview is active (before the first confirming click) increases the number of parallel loops inserted simultaneously, useful for quickly adding several evenly-spaced loops across a section of mesh rather than repeating the entire operation multiple times individually.
**Where the cut actually goes**: Loop Cut follows the mesh's existing edge flow (the direction implied by the surrounding quad topology), which is why the preview line automatically wraps sensibly around a cylindrical or organic shape rather than requiring manual point-by-point placement — this automatic flow-following is what makes Loop Cut fast, but also means it can behave unexpectedly on meshes with messy or non-quad topology where a clear consistent edge flow doesn't exist.
**Related shortcuts**: E for Extrude, commonly used together with Loop Cut when building up detailed geometry that needs both new extruded volume and supporting nearby loops for clean deformation.
**Constraining the loop cut's slide to a specific factor**: after the initial click confirming the loop's position along the mesh flow, typing a specific number during the sliding step positions it at an exact numeric factor along that edge span rather than relying on freehand mouse positioning, useful when you need a loop placed at a precise, repeatable fraction of the surrounding geometry's span.
**Loop Cut versus manually adding edges one at a time**: manually selecting an edge and using the Subdivide command achieves a broadly similar visual result on a simple case, but Loop Cut specifically respects the mesh's existing quad flow, automatically wrapping a complete connected loop around a cylindrical or organic shape in one action rather than requiring you to individually subdivide each edge around that loop by hand.
**Combining with Bevel for controlled edge sharpness**: adding a pair of loop cuts closely flanking an edge you want to keep sharp under a Subdivision Surface modifier is a common technique for preserving crisp detail in an otherwise smoothly subdivided mesh, since the tightly spaced loops effectively pin that edge's sharpness against the smoothing modifier's rounding effect.