Skip to main content
    Guides

    KM to Miles: Formula, Chart and the Fibonacci Trick

    UnitConvertLab Team
    2026-08-12
    6 min read

    The short answer

    1 kilometer = 0.6213711922 miles. Multiply kilometers by 0.621371.

    miles = kilometers × 0.6213711922
    kilometers = miles × 1.609344

    The mile is exactly 1609.344 meters by definition, following from the exact inch.

    The Fibonacci trick

    Consecutive Fibonacci numbers (1, 2, 3, 5, 8, 13, 21, 34, 55, 89) have a ratio approaching 1.618 — remarkably close to 1.609. So a Fibonacci number in kilometers is roughly the next one down in miles:

    • 5 km ≈ 3 mi (true 3.107)
    • 8 km ≈ 5 mi (true 4.971)
    • 13 km ≈ 8 mi (true 8.078)
    • 89 km ≈ 55 mi (true 55.3)

    For non-Fibonacci values, decompose: 70 km = 55 + 13 + 2 → 34 + 8 + 1 = 43 mi (true 43.5).

    Simpler alternative: multiply by 6 and drop a digit, then add 3%. 40 km → 24, +3% ≈ 24.9 mi (true 24.85).

    Running distances

    RaceKilometersMiles
    5K5 km3.107 mi
    10K10 km6.214 mi
    Half marathon21.0975 km13.109 mi
    Marathon42.195 km26.219 mi
    50K ultra50 km31.069 mi
    100 mile160.934 km100 mi

    Pace converts inversely: 5:00 min/km = 8:03 min/mile; 8:00 min/mile = 4:58 min/km.

    Speed limits

    km/hmph
    3018.6
    5031.1
    6037.3
    8049.7
    10062.1
    12074.6
    13080.8

    Enforcement is on the posted unit — a US car showing 62 mph in a 100 km/h zone is exactly at the limit, not under it.

    Miles that are not the mile

    UnitMetersUse
    Statute mile1609.344Roads
    Nautical mile1852Sea, air
    US survey mile1609.347Legacy land records
    Scandinavian mil10,000Informal, Norway/Sweden

    The nautical mile is one minute of latitude, which is why it is 1852 m exactly (international definition, 1929) and why one knot = one nautical mile per hour = 1.852 km/h.

    Key takeaways

    • 1 mi = 1609.344 m exactly; km × 0.621371 = mi
    • Fibonacci pairs give fast, surprisingly accurate mental conversions
    • Nautical miles (1852 m) are 15% longer than statute miles
    • Pace and fuel figures convert inversely, not by the same factor