Craft & Design
Knit Shaping Rate
Evenly space increases or decreases across a sleeve, hem, or shoulder — "inc 1 every X rows".
Knit Shaping Rate
Inputs
Yes = whole-row intervals with plain rows at the end. No = exact average.
Results
Direction
Increase
Total change
24 sts
Shaping events
24
Spacing
Inc 1 every 3 rows
Remaining plain rows
Worked straight after the last shaping row.
8
Rows between (raw)
3.00
How to use this
Whether you’re tapering a sleeve, shaping a hat crown, or setting waist decreases on a sweater, the problem is the same: distribute N stitch changes evenly over R rows. Every-nth-row spacing rounds down to a whole row interval and puts the leftover rows at the end, which is what most patterns actually want.
If you need paired shaping (both sides of a sleeve or raglan), count each side as its own sequence — one inc per shaping row on each edge, same interval.
Formula
total_change = |end − start|
rows_between = floor(total_rows ÷ total_change)
plain_tail = total_rows − rows_between × total_change
Related calculators
Formula
rows_between = floor(total_rows ÷ |end − start|); plain_tail = total_rows − rows_between × events