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 Sample: 36 inches

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

InputResult
36 inches0.9144 meters
180 inches4.572 meters
360 inches9.144 meters

JSON API example

Use the public JSON endpoint with these query parameters.

  • value36
  • fromin
  • tom
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.