Length Converter — Convert Meters, Feet, Inches, Miles, km and More

📐 Unit Converters Free Forever

Length Converter

Convert between metres, kilometres, miles, feet, inches, yards, nautical miles, light-years, angstroms, and more — all length and distance units in one place.

All Unit Converters
Quick:

All conversions from 1 metre

UnitSymbolValue
About This Tool

How the length converter scales from the Planck length to a parsec using one metre reference

Length is the unit family everyone learns first and few people realize spans forty five orders of magnitude in practical use. This tool’s table runs from the Planck length, the smallest distance physics currently treats as meaningful, up through nanometres, everyday metric and imperial units, nautical measures, and out to the light-year and parsec used in astronomy. Every one of those nineteen units is defined as an exact multiplier against a single reference: the metre.

Conversion happens entirely in the browser through simple multiplication and division against a static factor array. No location, measurement or query is ever sent off the page.

How a length conversion runs

Step 1 Look up the source and target units Both units are located in a flat array of nineteen entries by key, each carrying a label, a symbol and a factor expressed in metres.
Step 2 Normalize to metres The input is multiplied by the source unit’s factor. A mile becomes val × 1609.344, the exact international mile definition rather than a rounded approximation.
Step 3 Scale to the target unit The metre value is divided by the target unit’s factor. Converting to a parsec divides by 3.0856775814914e16, a figure derived from stellar parallax geometry rather than any simple round number.
Step 4 Fill the comparison table The source factor is divided against every other unit’s factor in one pass, so the table always shows what one unit of your source equals across all nineteen units, with automatic scientific notation for anything smaller than 1e-10 or larger than 1e15.
// a slice of the real factor table, all values in metres var LC_UNITS = [ { key: ‘meter’, factor: 1 }, // base unit { key: ‘mile’, factor: 1609.344 }, { key: ‘nautical_mile’, factor: 1852 }, // exact, international definition { key: ‘light_year’, factor: 9.4607304725808e15 }, { key: ‘parsec’, factor: 3.0856775814914e16 }, { key: ‘planck’, factor: 1.616255e-35 } ]; var inMeters = val * fromUnit.factor; var result = inMeters / toUnit.factor;

Full unit table, factor relative to one metre

UnitSymbolFactor (m)
Metrem1 (base unit)
Kilometrekm1,000
Centimetrecm0.01
Millimetremm0.001
Micrometreμm0.000001
Nanometrenm0.000000001
ÅngströmÅ1e-10
Milemi1,609.344
Yardyd0.9144
Footft0.3048
Inchin0.0254
Nautical milenmi1,852
Fathomftm1.8288
Furlongfur201.168
Chainch20.1168
Light-yearly9.4607304725808e15
Astronomical UnitAU1.495978707e11
Parsecpc3.0856775814914e16
Planck lengthℓP1.616255e-35
The nautical mile is one of the few round-number units by design. Its factor, exactly 1,852 metres, was not chosen for convenience the way a foot or inch was. It was defined in 1929 by international agreement to equal one minute of arc along a great circle of the Earth, meaning it ties length directly to navigation and latitude rather than to a physical prototype. That’s also why nautical charts and aviation still use it: sailing one nautical mile corresponds to a fixed, calculable change in position on a globe, which no land based unit in this table can claim.

The scale extremes worth knowing

The astronomical end

The astronomical unit, roughly the Earth-Sun distance, anchors the light-year and parsec. A parsec, at about 3.26 light-years, is defined by parallax angle: it’s the distance at which one astronomical unit subtends an angle of exactly one arcsecond, which is why professional astronomy favors it over the more familiar light-year.

The subatomic end

The Planck length, at roughly 1.6e-35 metres, comes from combining the gravitational constant, the speed of light and the reduced Planck constant. It isn’t a unit anyone measures with directly; it marks the scale where current physics theories are expected to break down.

Where these units originate

SI base unit, the metre 1959 international yard and pound agreement 1929 international nautical mile Stellar parallax geometry

The metre is one of the seven SI base units, currently defined by fixing the speed of light at exactly 299,792,458 metres per second. The imperial units in this table, the inch, foot, yard and mile, all trace to the 1959 international agreement between the US, UK and other Commonwealth nations that standardized the yard at exactly 0.9144 metres, which is why the factors here are clean terminating decimals rather than the messier historical values used before that treaty. The furlong and chain predate that agreement by centuries, rooted in English agricultural land measurement, and survive today mainly in horse racing distances and old cadastral surveys.

Length standard references

Everyday and technical length work

Converting a US construction drawing in feet and inches into metric for an international contractor, working out nautical mile distances for boat or flight planning against a road mile trip estimate, translating a materials science measurement from nanometres or ångströms into metres for a lab report, putting astronomical distances quoted in light-years into parsecs for a research paper, and checking old English land survey documents that reference furlongs or chains against a modern metric map.

Common Questions

FAQ: Length Converter

One metre equals exactly 3.28084 feet. Equivalently, 1 foot = 0.3048 metres (exact, by international definition). This means 1 metre is about 3 feet 3⅜ inches.

One mile equals exactly 1.609344 kilometres. A quick approximation: multiply miles by 1.6 to get kilometres, or multiply kilometres by 0.621 to get miles.

One centimetre = 0.393701 inches (about 0.4 inches). One inch = 2.54 cm exactly. This is the exact international definition established in 1959.

A nautical mile equals exactly 1852 metres (1.852 km or about 1.15078 statute miles). It is defined as one arcminute of latitude on Earth’s surface, making it naturally useful for navigation. Speed in nautical miles per hour is called a knot.

Privacy Overview

Cookies let this site remember your preferences and show us which tools people actually use. Full detail sits in our Privacy Policy.