Home › Unit Conversion › Meters to Yards
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.
Formula
1 m = 1.09361 yd
yards = meters × 1.093613298 — reverse: meters = yards × 0.9144
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 = 5.46807 yd
- 12.5 m = 13.6702 yd
- 100 m = 109.361 yd
Meters to yards 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 |
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
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=m&to_unit=yd - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"m","to_unit":"yd"} - Markdown: https://tttkmbb.com/conversion/meters-to-yards.md · JSON: https://tttkmbb.com/conversion/meters-to-yards.json (add
?value=for a result) · Units: /api/v1/units?quantity=length - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.