Home › Unit Conversion › Meters to Inches
Meters to Inches (m to in)
Convert meters to inches: 1 m = 39.3701 in. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 m = 39.3701 in
inches = meters × 39.37007874 — reverse: meters = inches × 0.0254
The factor is derived from the SI definitions of both units (base unit: m) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 5 m = 196.85 in
- 12.5 m = 492.126 in
- 100 m = 3937.01 in
Meters to inches conversion table
| Meters (m) | Inches (in) |
|---|---|
| 1 | 39.3701 |
| 2 | 78.7402 |
| 3 | 118.11 |
| 4 | 157.48 |
| 5 | 196.85 |
| 6 | 236.22 |
| 7 | 275.591 |
| 8 | 314.961 |
| 9 | 354.331 |
| 10 | 393.701 |
| 15 | 590.551 |
| 20 | 787.402 |
| 25 | 984.252 |
| 30 | 1181.1 |
| 40 | 1574.8 |
| 50 | 1968.5 |
| 75 | 2952.76 |
| 100 | 3937.01 |
| 200 | 7874.02 |
| 250 | 9842.52 |
| 500 | 19685 |
| 1000 | 39370.1 |
FAQ
How many inches are in one meter?
1 m = 39.3701 in. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures.
What is the formula to convert meters to inches?
Multiply the value in meters by 39.37007874: inches = meters × 39.37007874. For example, 5 m = 196.85 in.
How do I convert inches back to meters?
Multiply by the inverse factor 0.0254 (meters = inches × 0.0254), or use the inches-to-meters page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=m&to_unit=in - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"m","to_unit":"in"} - Markdown: https://tttkmbb.com/conversion/meters-to-inches.md · JSON: https://tttkmbb.com/conversion/meters-to-inches.json (add
?value=for a result) · Units: /api/v1/units?quantity=length - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.