# Meters to Yards (m to yd)

> Convert meters to yards: 1 m = 1.09361 yd. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

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

## Formula

- `1 m = 1.09361 yd`
- `yards = meters × 1.093613298`
- Reverse: `meters = yards × 0.9144`

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 = 5.46807 yd
- 12.5 m = 13.6702 yd
- 100 m = 109.361 yd

## Conversion table

| Meters (m) | Yards (yd) |
| --- | --- |
| 1 | 1.09361 |
| 2 | 2.18723 |
| 3 | 3.28084 |
| 4 | 4.37445 |
| 5 | 5.46807 |
| 6 | 6.56168 |
| 7 | 7.65529 |
| 8 | 8.74891 |
| 9 | 9.84252 |
| 10 | 10.9361 |
| 15 | 16.4042 |
| 20 | 21.8723 |
| 25 | 27.3403 |
| 30 | 32.8084 |
| 40 | 43.7445 |
| 50 | 54.6807 |
| 75 | 82.021 |
| 100 | 109.361 |
| 200 | 218.723 |
| 250 | 273.403 |
| 500 | 546.807 |
| 1000 | 1093.61 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=m&to_unit=yd` → 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":"yd"}`
- 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 yards are in one meter?**

1 m = 1.09361 yd. 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 yards?**

Multiply the value in meters by 1.093613298: yards = meters × 1.093613298. For example, 5 m = 5.46807 yd.

**How do I convert yards back to meters?**

Multiply by the inverse factor 0.9144 (meters = yards × 0.9144), or use the yards-to-meters page.

## Related conversions

- [Yards to meters](https://tttkmbb.com/conversion/yards-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)
