Home › Unit Conversion › Yards to Meters
Yards to Meters (yd to m)
Convert yards to meters: 1 yd = 0.9144 m. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 yd = 0.9144 m
meters = yards × 0.9144 — reverse: yards = meters × 1.093613298
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 yd = 4.572 m
- 12.5 yd = 11.43 m
- 100 yd = 91.44 m
Yards to meters conversion table
| Yards (yd) | Meters (m) |
|---|---|
| 1 | 0.9144 |
| 2 | 1.8288 |
| 3 | 2.7432 |
| 4 | 3.6576 |
| 5 | 4.572 |
| 6 | 5.4864 |
| 7 | 6.4008 |
| 8 | 7.3152 |
| 9 | 8.2296 |
| 10 | 9.144 |
| 15 | 13.716 |
| 20 | 18.288 |
| 25 | 22.86 |
| 30 | 27.432 |
| 40 | 36.576 |
| 50 | 45.72 |
| 75 | 68.58 |
| 100 | 91.44 |
| 200 | 182.88 |
| 250 | 228.6 |
| 500 | 457.2 |
| 1000 | 914.4 |
FAQ
How many meters are in one yard?
1 yd = 0.9144 m. 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 yards to meters?
Multiply the value in yards by 0.9144: meters = yards × 0.9144. For example, 5 yd = 4.572 m.
How do I convert meters back to yards?
Multiply by the inverse factor 1.093613298 (yards = meters × 1.093613298), or use the meters-to-yards page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=yd&to_unit=m - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"yd","to_unit":"m"} - Markdown: https://tttkmbb.com/conversion/yards-to-meters.md · JSON: https://tttkmbb.com/conversion/yards-to-meters.json (add
?value=for a result) · Units: /api/v1/units?quantity=length - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.