Knitting Gauge Calculator


This app will help you calculate stitches and rows when your gauge differs from the gauge specified on the pattern.

The forms are reactive. I.e., when you enter a value in any field, the other fields will automatically be adjusted for the value you entered. For example, if you enter inches in the "Imperial" column, the equivalent value in centimeters will automatically displayed in the "Metric" column.

IMPORTANT!!! This app is currently considered Beta. As such, there may be bugs. If you see something that doesn't look right, please report the issue using the instructions at the bottom of this page.


How do I convert centimeters to/from inches, meters to/from yards or grams to/from ounces?

Conversion Metric Imperial
Centimeters & Inches  a  b
Meters & Yards  c  d
Grams & Ounces  e  f

How it's done:

a = b * 2.54
b = a * 0.393701
c = d * 0.9144
d = c * 1.093613
e = f * 28.349523
f = e * 0.035274


My pattern is written for one gauge, but I get a different gauge (rows or stitches) on my knitting machine. How do I calculate the number of stitches to cast on or the number of rows to knit to achieve the desired size?

Description Value
Rows/stitches per 10cm/4" on the pattern a
Pattern rows/stitches b
Rows/stitches per 10cm/4" on your knitting machine c
Equivalent rows/stitches on your knitting machine d

How it's done:

d = (b / a) * c


How do I calculate the number of stitches to cast on or the number of rows to knit to achieve the desired width or length?

Description Metric (cm) Imperial (in)
Rows/stitches per 10cm/4" a
Desired width/length b
# stitches to cast on or rows to knit c

How it's done:

c = (a / 10) * b (in centimeters)
c = (a / 4) * b (in inches)


Quick Tips:

After you compute the number of stitches or rows required for your gauge, consult the pattern to see if knitting a different size will produce the desired results.

For example, if the pattern instructs you to cast on 80 stitches for a size medium but your gauge requires you to cast on 90 stitches to achieve the same width, look at the pattern to see if the next larger size specifies a cast on that's closer to 90 stitches. Knitting a larger size at a smaller gauge (or smaller size at a larger gauge) may produce the same result.

Bugs & Disclaimers

If you have questions or feedback, please contact beebell on Ravelry via private message, send me an email via my blog or log at issue on GitHub.