# Yards to meters converter

> Convert yards to meters (yards to meters) with the exact factor, a conversion chart and worked steps.

Interactive version: https://www.calcopenly.com/conversion/yards-to-meters
Subject: Unit converters

Yards appear in fabric orders, field markings and short outdoor distances. A quoted number of yards describes length unless the source explicitly says square or cubic yards. Confirm that the measured quantity and the unit on the purchase order describe the same thing.

One yard is exactly 0.9144 meters, so 100 yd is 91.44 m. To convert yards to meters, multiply by 0.9144; to convert back, multiply by 1.0936132983.

The international yard is defined as exactly 0.9144 m, which is 3 feet. Because both units are defined exactly, the factor above is exact and the results here carry no conversion error.

## Inputs

- **Yards (yd)**

## Results

- Meters (m) — main result
- Conversion
- 1 m in yards (yd)

## Formula

$$
\text{meters} = \text{yards} \times 0.9144
$$

## Worked examples

### 100 yd to m

- Yards (yd): 100 yd
- **Meters: 91.44 m**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 3 yd to m

- Yards (yd): 3 yd
- **Meters: 2.7432 m**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 220 yd to m

- Yards (yd): 220 yd
- **Meters: 201.168 m**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

## Questions

### When would I convert yards to meters?

Yards appear in fabric orders, field markings and short outdoor distances. A quoted number of yards describes length unless the source explicitly says square or cubic yards. Confirm that the measured quantity and the unit on the purchase order describe the same thing.

### How many meters are in a yard?

One yard is exactly 0.9144 meters. The international yard is defined as exactly 0.9144 m, which is 3 feet.

### How do you convert yards to meters?

Multiply the number of yards by 0.9144. For example, 100 yd × 0.9144 = 91.44 m. To go the other way, divide by 0.9144.

### How can I estimate yards to meters without a calculator?

Multiply by 0.9. That is 1.6% low of the exact factor 0.9144, so 100 yd comes out as 90 m instead of 91.44.

### How accurate is the yards to meters converter?

Accuracy depends on your inputs and the method's assumptions. Decimal arithmetic uses 50 significant digits, but estimates, numerical methods and source data can be less precise; the displayed rounding does not remove those limits. It is checked against 3 worked examples whose answers come from independent sources; for example, “100 yd to m” is checked against Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions).

### Where does the method come from?

NIST SP 811 (2008), Guide for the Use of the International System of Units, Appendix B; NIST Handbook 44, Appendix C: General tables of units of measurement; BIPM, The International System of Units (SI Brochure), 9th edition.

## Sources

- [NIST SP 811 (2008), Guide for the Use of the International System of Units, Appendix B](https://www.nist.gov/pml/special-publication-811)
- [NIST Handbook 44, Appendix C: General tables of units of measurement](https://www.nist.gov/pml/weights-and-measures/publications/nist-handbooks/handbook-44)
- [BIPM, The International System of Units (SI Brochure), 9th edition](https://www.bipm.org/en/publications/si-brochure)
