Length
Inches to Meters Converter
Convert inches to meters with a fast calculator, formula, examples and API-ready result.
NewAPI Ready
Focused calculator
Calculate Inches to Meters Converter
0.9144 m
Formula
Formula: meters = inches x 0.0254.
Factor: 1 inches = 0.0254 meters.
Example: 36 inches = 0.9144 meters.
The calculator keeps full precision internally and rounds only for display.
Common examples
| Input | Result |
|---|---|
| 36 inches | 0.9144 meters |
| 180 inches | 4.572 meters |
| 360 inches | 9.144 meters |
JSON API example
Use the public JSON endpoint with these query parameters.
value36fromintom
GET https://api.convematik.com/convert?value=36.0&from=in&to=m
{
"value": 36.0,
"from": "in",
"to": "m",
"result": 0.9144
}
Common questions
What does the Inches to Meters Converter do?
It converts inches to meters using Convematik's unit conversion engine.
What formula does it use?
meters = inches x 0.0254.
Can I use decimal values?
Yes. Enter whole numbers or decimals and the calculator returns a decimal result.
Is this page free?
Yes. The converter runs as a free browser tool and can also be accessed through the API.