Home › Unit Conversion › Yards to Feet
Yards to Feet (yd to ft)
Convert yards to feet: 1 yd = 3 ft. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 yd = 3 ft
feet = yards × 3 — reverse: yards = feet × 0.3333333333
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 = 15 ft
- 12.5 yd = 37.5 ft
- 100 yd = 300 ft
Yards to feet conversion table
| Yards (yd) | Feet (ft) |
|---|---|
| 1 | 3 |
| 2 | 6 |
| 3 | 9 |
| 4 | 12 |
| 5 | 15 |
| 6 | 18 |
| 7 | 21 |
| 8 | 24 |
| 9 | 27 |
| 10 | 30 |
| 15 | 45 |
| 20 | 60 |
| 25 | 75 |
| 30 | 90 |
| 40 | 120 |
| 50 | 150 |
| 75 | 225 |
| 100 | 300 |
| 200 | 600 |
| 250 | 750 |
| 500 | 1500 |
| 1000 | 3000 |
FAQ
How many feet are in one yard?
1 yd = 3 ft. 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 feet?
Multiply the value in yards by 3: feet = yards × 3. For example, 5 yd = 15 ft.
How do I convert feet back to yards?
Multiply by the inverse factor 0.3333333333 (yards = feet × 0.3333333333), or use the feet-to-yards page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=yd&to_unit=ft - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"yd","to_unit":"ft"} - Markdown: https://tttkmbb.com/conversion/yards-to-feet.md · JSON: https://tttkmbb.com/conversion/yards-to-feet.json (add
?value=for a result) · Units: /api/v1/units?quantity=length - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.