Length Converter
Convert between meters, feet, inches, centimeters, millimeters, yards, miles, and kilometers
About This Tool
Imperial and metric coexist uneasily. A part spec in millimeters next to a shop drawing in inches, a running total in feet from one source and meters from another — sooner or later something gets converted wrong and a hole gets drilled in the wrong place.
Type a number into any of the eight fields (meters, centimeters, millimeters, kilometers, inches, feet, yards, miles) and every other field updates with the equivalent value. Conversions use the international foot definition (1 inch = 25.4 mm exactly) so results round-trip cleanly even at high precision.
If you only ever need millimeters and inches, mental math gets you most of the way (an inch is roughly 25 mm). For mixed-unit projects spanning kilometers and millimeters, or for double-checking before a CNC job, an explicit converter beats arithmetic every time.
The historical reason imperial and metric coexist is that the US never officially completed metric conversion despite signing on to do so in 1975. Manufacturing uses inches, civil engineering uses feet, science and medicine use SI, and consumer products mix both depending on industry. The result is that anyone working across domains in the US spends real time converting, and the cost of a conversion error scales from "annoying" to "structural failure" depending on what's being measured. A bridge engineer using meters and a fabricator using feet without a clean handoff is exactly how mistakes happen.
A worked example: a CAD model in millimeters needs to become a shop drawing dimensioned in inches with sixteenths-of-an-inch tolerance. 25.4 mm exactly = 1 inch. So a 76.2 mm hole becomes 3.000 inches, a 100 mm dimension becomes 3.937 inches (or about 3 15/16"), and a 152.4 mm length becomes 6.000 inches. When fractions matter, the converter showing both decimal and nearest-fraction representations saves a separate round-trip through a fraction-to-decimal lookup.
The place this converter quietly fails is when the source data is itself wrong. Many older drawings were dimensioned in inches and converted to mm by software that rounded to two decimals — so 0.375" became 9.53 mm instead of the exact 9.525 mm. Round-tripping mm-back-to-inch on those values gets you 0.3752", which looks fine until tolerance accumulates over a long chain of dimensions. If you suspect this, work from the original-units drawing, not the converted one.
Adjacent units that look like length but aren't: nautical miles (geographic distance, used in marine and aviation, defined as one minute of arc on a great circle), light-years (astronomical distance), and angstroms (atomic-scale, 1 Å = 0.1 nm). Each has its own conversion factor and its own context where it makes sense. The terrestrial measurements covered here are sufficient for engineering, manufacturing, construction, and most consumer use. Specialty domains have their own tools.
The about text and FAQ on this page were drafted with AI assistance and reviewed by a member of the Coherence Daddy team before publishing. See our Content Policy for editorial standards.