By Nirmal Lashkari · Founder · Indore, Madhya Pradesh, India
100 ft converts to 30.48 m in the locked default scenario. The component initializes the value to 100, converts from feet (ft) to meters (m), and formats the primary result with up to four locale-aware decimal places; it also renders an “All units” list using the same conversion function.
Converted (Metres): 30.48
Metres: 30.48

A length conversion changes the numerical expression of a distance while preserving the physical distance itself. If a board is 6 feet long, expressing it as 1.8288 meters does not make the board longer; it gives the same measurement in a different unit. This calculator is designed for that narrow, useful task: enter one nonnegative Length value, choose the From unit, choose the To unit, and read the converted result.
The result panel also lists the same input converted into All units. That second view is useful when you are not yet sure which unit a drawing, specification, recipe, map, or equipment label expects. The prominent Converted result answers the selected From-to question, while the complete list lets you compare the equivalent values without repeating the calculation. The calculator displays formatted numbers to four decimal places, so small values may show trailing zeroes and very large or very small results should be read as rounded display values rather than extra precision.
The Length field accepts a number and starts at 100. Its minimum is 0, so the component is intended for zero or positive distances. From identifies the unit attached to the number you typed; To identifies the unit you want highlighted in the Converted result. Changing either selector recalculates immediately because the component derives converted from the current value, from unit, and to unit rather than requiring a separate submit action.
A reliable habit is to say the input aloud before reading the output: “100 feet converted to meters,” for example. That sentence prevents the most common semantic mistake, which is treating the From selector as the desired answer unit. The From value describes what you have. The To value describes what you want. The All units list uses the same From interpretation for every available unit, so it is especially important that From matches the original measurement.
The calculator delegates the arithmetic to the shared convertLength function and the unit labels to the shared lengthUnits collection. In practical terms, the function first interprets the entered Length in its selected From unit, maps that distance to the calculator’s common internal basis, and then expresses it in the selected destination unit. This structure makes a conversion directional in presentation even though the underlying relationship is reversible: changing feet to meters and changing meters back to feet should return the original distance subject to displayed rounding.
The component does not ask for a scale, a context, a tolerance, or a date. It therefore does not decide whether a measurement is appropriate for a particular engineering, construction, scientific, or legal purpose. It simply applies the unit relationship encoded in the calculator. If the source measurement was estimated, rounded, or taken from an imprecise instrument, converting it will not improve that underlying accuracy.
Suppose a site note records a straight run as 100 ft and a project worksheet requests meters. Leave Length at 100, select feet in From, and select meters in To. The highlighted result is approximately 30.4800 meters, subject to the component’s four-decimal display formatting. The All units panel then shows the same 100-foot distance in every available unit, including the unchanged feet expression and the corresponding values in other supported units.
The key check is not whether the displayed number looks smaller. Metric and customary unit names have different scales, so a smaller numerical value can still represent the same physical length. To verify the setup, switch From and To only after recording the interpretation: if you enter 30.48 as meters and choose feet as the destination, the result should be approximately 100.0000 feet. Any difference at the final displayed digits is a rounding effect, not a change in the physical distance.
Use Converted when you need one answer for the next step. It is labeled with the selected destination unit, which makes it the clearest value to copy into a form or comparison. Use All units when you are auditing a specification, checking a handoff between teams, or deciding which unit produces a readable number. For instance, a very short distance may be awkward to communicate in kilometers but convenient in meters or centimeters; the list makes that scale difference visible at once.
The four-decimal formatting is a presentation choice. It does not mean that every input is known to four decimal places, and it should not be mistaken for a measurement uncertainty statement. If the input is 2.5, the output may appear with added zeroes; those zeroes make rows align and make comparisons easier. If you need to preserve more source precision than the display shows, retain the original measurement separately and use the displayed result as a practical conversion reference.
A good comparison keeps the Length and From fields fixed while changing only To. That isolates the effect of unit choice. For a 12-inch input, compare the meter, foot, and centimeter rows rather than entering three separate values. For a 1-meter input, the same approach shows how the distance is represented across the available choices. If you change Length and From together, you are testing a new measurement as well as a new unit, so the comparison is no longer controlled.
Another useful comparison is round-trip checking. Convert the original value to a target unit, then use the displayed target value as a new input with the target selected in From. Convert back to the original unit and inspect the difference. A tiny discrepancy can arise because the screen shows four decimal places while the internal calculation may carry more precision. A large discrepancy usually indicates a reversed From or To selection, a mistyped value, or a mismatch between the unit written in the source document and the unit chosen in the form.
The first common mistake is reversing the selectors. “From feet, To meters” is not interchangeable with “From meters, To feet,” even though both directions are supported. The second is converting a number without its unit. A bare 100 is incomplete; 100 inches, 100 centimeters, and 100 yards describe very different distances. The third is assuming that a rounded output is exact to every visible digit. The calculator formats the result to four decimal places, while the source may have been rounded before entry.
Before copying an answer, check four things: the Length value, the unit attached to it, the destination label on Converted, and whether the magnitude is plausible for the task. Then compare the highlighted result with its matching row in All units. If those labels or values do not agree with your expectation, correct the input interpretation instead of applying an ad hoc multiplier. For measurements with a zero value, every supported unit should remain zero; that is a simple sanity check for the direction and display.
Once a length is in the unit required by a plan or worksheet, the next sibling-tool question may concern a different dimensional quantity. A room described by length and width needs area, while a container described by length, width, and height needs volume. Use this converter to normalize each dimension first, then use the appropriate area or volume calculator rather than treating a length as if it were an area or a volume. Squaring or cubing a conversion factor is a different operation from converting one linear measurement.
For a practical handoff, record the original Length and From unit, the selected To unit, and the displayed Converted value. That short audit trail makes it possible for another person to reproduce the result and spot whether a later calculation used feet, meters, or another supported unit. The converter supplies the unit translation; the sibling calculator supplies the dimensional operation that follows.
Measurement conventions are local. Feet are common in the USA and India, while metres dominate in Europe and Australia.
Multiply by 0.3048. The default example converts 100 feet to 30.48 metres exactly.
Divide by the same factor of 0.3048, or simply swap the units. 30.48 metres converts back to 100 feet.
Four decimals catch tolerances fine enough for plot measurements while keeping the number readable. Beyond that, the difference is negligible for property purposes.
When comparing plot dimensions, frontages, or site boundaries listed in different units — such as a plot measured in metres against a listing quoted in feet.
Yes. The highlighted Converted value and every entry in All units are derived from the current Length and From selections, so changing From recalculates the complete result list.
The component passes converted values through formatNumber with four decimal places. The formatting keeps results readable and aligned, but it is not a claim that the original measurement is accurate to four decimal places.
The Length field specifies a minimum of 0, so negative values are outside the intended input range. Use zero for a zero distance and a positive number for an ordinary length.
It represents the current Length interpreted in the selected From unit and converted into each unit supported by the calculator. It is a comparison view, not a second independent input.
Copy the value labeled Converted when you have a specific destination unit. Confirm that its parenthetical label matches the unit requested by your document or workflow before using it.
The displayed destination value is rounded to four decimal places. Re-entering that rounded value can introduce a small return difference even when the underlying unit relationship is consistent.
How we calculate: convertLength in calculators.ts; regression checks in calculators.test.ts
Last reviewed: . Learn more about Nirmal Lashkari and LashkariProperties.
Disclaimer: This calculator provides estimates for informational purposes only and is not financial, tax, or legal advice. Verify figures with a qualified professional before making decisions.