Skip to main content
    Tutorials

    CM to Inches: Formula, Chart and Fast Mental Math

    UnitConvertLab Team
    2026-08-12
    7 min read

    The short answer

    1 centimeter = 0.3937007874 inches. To convert, divide centimeters by 2.54.

    inches = centimeters ÷ 2.54
    centimeters = inches × 2.54

    So 30 cm ÷ 2.54 = 11.811 inches.

    Why 2.54 is exact

    The inch is not an approximation of the centimeter — since the 1959 International Yard and Pound Agreement, the inch is defined as exactly 25.4 millimeters. Every country using inches (US, UK, Canada) signed on, so the conversion carries no measurement uncertainty. The centimeter itself derives from the meter, defined by the speed of light in the SI system maintained by the BIPM.

    That means 2.54 is a definition, not a rounded constant. Any answer you get is limited only by the precision of your original measurement.

    Conversion chart

    CentimetersInches (decimal)Inches (nearest 1/16)
    1 cm0.394 in3/8 in
    5 cm1.969 in1 15/16 in
    10 cm3.937 in3 15/16 in
    15 cm5.906 in5 7/8 in
    20 cm7.874 in7 7/8 in
    25 cm9.843 in9 13/16 in
    30 cm11.811 in11 13/16 in
    50 cm19.685 in19 11/16 in
    100 cm39.370 in39 3/8 in

    Mental math that is close enough

    • Divide by 2.5 then subtract about 1.5%. 40 cm ÷ 2.5 = 16, minus 1.5% ≈ 15.75 in (true: 15.748).
    • Multiply by 4 and drop a decimal. 18 cm × 4 = 72 → 7.2 in (true: 7.087). Good to ~2%.
    • Anchor points: 2.5 cm ≈ 1 in, 30 cm ≈ 1 ft, 90 cm ≈ 1 yd.

    Converting to fractional inches

    Tape measures are graduated in halves, quarters, eighths and sixteenths — not decimals. To convert the decimal remainder:

    fraction = round(decimal_part × 16) / 16

    Example: 17 cm = 6.693 in. 0.693 × 16 = 11.09 → 11/16. So 17 cm ≈ 6 11/16 in.

    For woodworking, round to 1/16 in (±0.8 mm). For machining, keep decimals — a 1/64 in rounding error is 0.4 mm, which is already outside many tolerances.

    Where people get it wrong

    • Using 2.5 for engineering work. The 1.6% error compounds over long runs: over a 3 m wall that is 47 mm.
    • Squaring the linear factor. 1 cm² is 0.155 in², not 0.394 in². Area factors square (2.54² = 6.4516); volume factors cube.
    • Mixing US survey feet. Legacy US survey measurements use a slightly different foot, retired for most purposes in 2023 by NIST/NGS but still present in old land records.
    • Rounding twice. Convert once from the raw measurement rather than converting an already-rounded figure.

    Common real-world sizes

    ItemMetricImperial
    A4 paper21 × 29.7 cm8.27 × 11.69 in
    Standard door203 cm tall80 in
    Laptop screen (15.6")39.6 cm15.6 in
    Adult height 175 cm175 cm5 ft 8.9 in

    Key takeaways

    • 1 in = 25.4 mm exactly, so cm ÷ 2.54 = in with no rounding error baked in
    • Multiply by 0.3937 when you want a single-step factor
    • Round to 1/16 in for construction, keep decimals for engineering
    • Never reuse the linear factor for area or volume