# 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.

- Page id: `meters-to-inches` · Quantity: Length (`length`, base unit m) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/meters-to-inches · This document: https://tttkmbb.com/conversion/meters-to-inches.md · JSON: https://tttkmbb.com/conversion/meters-to-inches.json (add `?value=` for a result)

## Formula

- `1 m = 39.3701 in`
- `inches = meters × 39.37007874`
- Reverse: `meters = inches × 0.0254`

The factor follows from the SI definitions of both units (NIST SP 811); values below are rounded 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

## 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 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=m&to_unit=in` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":5,"from_unit":"m","to_unit":"in"}`
- All length units: https://tttkmbb.com/api/v1/units?quantity=length · full converter: [Length Converter](https://tttkmbb.com/conversion/length.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## 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

- [Inches to meters](https://tttkmbb.com/conversion/inches-to-meters.md) (reverse)
- [Kilometers to Miles](https://tttkmbb.com/conversion/km-to-miles.md)
- [Miles to Kilometers](https://tttkmbb.com/conversion/miles-to-km.md)
- [Meters to Feet](https://tttkmbb.com/conversion/meters-to-feet.md)
- [Feet to Meters](https://tttkmbb.com/conversion/feet-to-meters.md)
- [Centimeters to Inches](https://tttkmbb.com/conversion/cm-to-inches.md)
- [Inches to Centimeters](https://tttkmbb.com/conversion/inches-to-cm.md)
- [Millimeters to Inches](https://tttkmbb.com/conversion/mm-to-inches.md)
- [Inches to Millimeters](https://tttkmbb.com/conversion/inches-to-mm.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
