Enter the numbers from the tire size printed on the sidewall, such as P265/70R17. The calculator finds the diameter, circumference and revolutions. Enter a new wheel diameter (for plus sizing) or a second tire to compare only when you need them.
Table of Contents
-
What you can do on this page
-
What is this calculation used for?
-
How to Use
-
Formulas and figures
-
Symbols and terms
-
Good to know before you start
-
How to calculate it in Excel
-
How to calculate it in Google Sheets
-
How to calculate it in Python
-
How to write it in LaTeX and other math languages (copy and paste)
-
How to have ChatGPT do the calculation
-
DataChef Features
-
Related Features
-
NumberChef Calculators List
What you can do on this page
- Enter the numbers from a tire size such as P265/70R17, and you get the overall diameter (tire height), sidewall height, circumference and revolutions on the spot, in inches with millimeters alongside
- Enter a new wheel diameter to get a list of alternative tire sizes whose diameter stays within ±3% of the original tire (for plus sizing or minus sizing)
- Enter two tire sizes to get the difference in each dimension (%) and the speedometer error (a table of what the speedometer shows and your actual speed)
- A plain-language explanation of the formulas and copy-and-paste formulas for Excel, Google Sheets and Python are all on this page
What is this calculation used for?
When you move from 17-inch to 19-inch wheels, keeping the same width and aspect ratio would make the overall diameter much larger; the tire may rub the fender or wheel well, and the speedometer would be off. The basic rule of plus sizing is to choose a tire with a smaller aspect ratio so the diameter stays within ±3% of the original.
For example, going from P265/70R17 (about 31.6 inches tall) to 19-inch wheels, you choose from the sizes within ±3% that also meet your width and model needs. This "match the diameter" calculation is exactly the formulas on this page.
Winter tires are often bought one wheel size smaller (minus sizing: a smaller wheel with a taller tire) to save money and add sidewall. Here too, the key question is whether the overall diameter stays about the same; if it does, the effect on the speedometer and ride height stays small.
When you buy used tires or shop online, you cannot see the tire in person. Working out the diameter and width from the tire size and comparing them with your current tires helps you avoid buying tires that do not fit.
After switching to taller tires, the speedometer reads lower than your actual speed. With a tire 3% taller, "60 mph" on the speedometer is really about 62 mph, enough to matter when a police radar checks your speed. With shorter tires, the opposite happens and you drive slower than you think.
The odometer is off by the same ratio, which also matters for lease mileage limits and warranty mileage. Keeping the diameter within ±3% is the practical rule of thumb for keeping these errors small.
The odometer adds up distance as "number of tire turns × circumference of the tire it is set for". After changing to a tire with a different diameter, both the recorded miles and the mpg are off by the same ratio.
For example, with a tire whose circumference is 1% shorter, the odometer records about 1% more miles than you actually drove, and your fill-up mpg also looks about 1% better. Knowing the circumference ratio lets you compare fuel records from before and after a tire change correctly.
At tire shops, auto parts stores and repair shops, questions like "I want bigger wheels" or "which tires fit this wheel?" are answered with exactly the calculations on this page: diameter, diameter difference (%) and speedometer error.
Fitment charts and tire makers' size tables are also built on diameters calculated with these formulas.
Formulas and figures
Symbols and terms
Symbols
| \(W\) | Tire width (section width). The first number in the tire size, in mm. It is the nominal section width; the actual width varies a little with the tire model and the rim width. (For P265/70R17, \(W = 265\).) |
| \(A\) | Aspect ratio. The sidewall height as a percent of the width, the number after the slash in the tire size. (For P265/70R17, \(A = 70\).) |
| \(h\) | Sidewall height (mm), found with \(h = W \times A \div 100\). |
| \(R\) | Wheel (rim) diameter. The number after the R in the tire size, in inches. (For P265/70R17, \(R = 17\).) |
| \(D\) | Overall diameter (mm). The diameter of the tire seen from the side, also called the tire height. |
| \(C\) | Circumference (mm). The distance the tire travels in one turn. |
| \(N\) | Revolutions per km, how many times the tire turns while traveling 1 km (multiply by 1.609 for revolutions per mile). |
| \(\pi\) | Pi, about 3.14159. The constant that tells how many times the diameter the circumference is. |
| \(v_1,\ v_2\) | \(v_1\) is the speedometer reading and \(v_2\) is the actual speed (both in mph, or both in km/h). They are used to find how far off the speedometer is after a tire change. |
Terms
| tire size | The size code on the sidewall, such as P265/70R17: width (mm) / aspect ratio (%), R for radial construction, then the wheel diameter (inches). A leading P means a passenger-car tire (P-metric), LT means a light-truck tire, and no letter means a Euro-metric tire; the dimensions are read the same way. A real tire shows more, such as "P265/70R17 113T", where 113 is the load index and T is the speed rating (not used for the dimensions here). Some off-road tires use flotation sizes such as 33x12.50R15, which give the diameter directly in inches; this calculator is for metric sizes. |
| aspect ratio | The sidewall height as a percent of the tire width, also called the series or profile. The smaller the number, the thinner (lower-profile) the tire. |
| sidewall | The rubber side of the tire, from the edge of the wheel to the tread that touches the road. Its height helps decide the overall diameter. |
| wheel diameter (rim diameter) | The diameter of the wheel the tire fits on. In tire sizes it is always given in inches (1 inch = 25.4 mm), around the world. |
| inch | A unit of length. 1 inch = 25.4 mm exactly. In the US, tire height and wheel size are both talked about in inches. |
| plus sizing | Changing to wheels with a larger diameter ("plus one" for 1 inch larger, "plus two" for 2 inches). To keep the overall diameter the same, you switch to a tire with a smaller aspect ratio (a thinner sidewall). Going to smaller wheels is called minus sizing. |
| speedometer error | The gap between the speed on the speedometer and your actual speed. The speedometer calculates speed from how fast the tire turns, so a tire with a different diameter (circumference) creates a gap. |
Good to know before you start
Here is what helps you use the calculation on this page with real understanding, not just by pressing the button.
| Percents (Grade 6) |
|
| Circumference and pi (Grade 7) |
|
| Converting units (Grades 5–7) |
|
| Ratios (Grade 6) |
|
How to calculate it in Excel
| Tire width W (mm) | 265 |
| Aspect ratio A (%) | 70 |
| Sidewall height h (mm) | =B1*B2/100 |
| Wheel diameter R (in) | 17 |
| Sidewall height h (mm) | 185.5 |
| Overall diameter D (mm) | =B1*25.4+2*B2 |
| Overall diameter D (mm) | 802.8 |
| Circumference C (mm) | =PI()*B1 |
| Circumference C (mm) | 2522 |
| Revolutions per km N | =1000000/B1 |
| Speedometer reading v1 (mph) | 60 |
| Circumference the speedometer is set for C1 (mm) | 2522 |
| Circumference of your tire C2 (mm) | 2501 |
| Actual speed v2 (mph) | =B1*B3/B2 |
"*" is multiplication and "/" is division, and PI() is the Excel function that returns pi.
For example, the first table shows 185.5 in B3, the second shows 802.8 in B3, the third shows about 2522.07 in B2, the fourth shows about 396.51 in B2, and the fifth shows about 59.50 in B4. To get inches, divide any millimeter value by 25.4 (add a cell such as =B3/25.4). Just replace the numbers in column B with the values from your tire size.
How to calculate it in Google Sheets
| Tire width W (mm) | 265 |
| Aspect ratio A (%) | 70 |
| Sidewall height h (mm) | =B1*B2/100 |
| Wheel diameter R (in) | 17 |
| Sidewall height h (mm) | 185.5 |
| Overall diameter D (mm) | =B1*25.4+2*B2 |
| Overall diameter D (mm) | 802.8 |
| Circumference C (mm) | =PI()*B1 |
| Circumference C (mm) | 2522 |
| Revolutions per km N | =1000000/B1 |
| Speedometer reading v1 (mph) | 60 |
| Circumference the speedometer is set for C1 (mm) | 2522 |
| Circumference of your tire C2 (mm) | 2501 |
| Actual speed v2 (mph) | =B1*B3/B2 |
How to calculate it in Python
import math
tire_width_mm = 265 # tire width (mm)
aspect_ratio_pct = 70 # aspect ratio (%)
rim_diameter_inch = 17 # wheel diameter (inches)
sidewall_mm = tire_width_mm * aspect_ratio_pct / 100 # sidewall height
diameter_mm = rim_diameter_inch * 25.4 + 2 * sidewall_mm # overall diameter
circumference_mm = math.pi * diameter_mm # circumference
revolutions_per_km = 1000000 / circumference_mm # revolutions per km
revolutions_per_mile = 1609344 / circumference_mm # revolutions per mile (1 mile = 1,609,344 mm)
print(f"Sidewall height: {sidewall_mm:.1f} mm ({sidewall_mm / 25.4:.1f} in)")
print(f"Overall diameter: {diameter_mm:.1f} mm ({diameter_mm / 25.4:.1f} in)")
print(f"Circumference: {circumference_mm:.0f} mm")
print(f"Revolutions per km: {revolutions_per_km:.1f}")
print(f"Revolutions per mile: {revolutions_per_mile:.1f}")
How to write it in LaTeX and other math languages (copy and paste)
h = W × A ÷ 100
h = W \times \dfrac{A}{100}
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>h</mi>
<mo>=</mo>
<mi>W</mi>
<mo>×</mo>
<mfrac><mi>A</mi><mn>100</mn></mfrac>
</mrow>
</math>
h = W xx A/100
h = W*(A/100)
h := W*A/100;
h = W*A/100;
h = W(A/100)
D = R × 25.4 + 2h
D = R \times 25.4 + 2h
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>D</mi>
<mo>=</mo>
<mi>R</mi>
<mo>×</mo>
<mn>25.4</mn>
<mo>+</mo>
<mn>2</mn>
<mi>h</mi>
</mrow>
</math>
D = R xx 25.4 + 2h
d = R*25.4 + 2*h
d := R*25.4 + 2*h;
D = R*25.4 + 2*h;
D = 25.4R + 2h
C = πD
C = \pi D
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>C</mi>
<mo>=</mo>
<mi>π</mi>
<mi>D</mi>
</mrow>
</math>
C = pi D
c = Pi*d
C := Pi*d;
C = pi*D;
C = πD
N = 1000000 ÷ C
N = \dfrac{1{,}000{,}000}{C}
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>N</mi>
<mo>=</mo>
<mfrac><mn>1000000</mn><mi>C</mi></mfrac>
</mrow>
</math>
N = 1000000 / C
n = 1000000/c
N := 1000000/C;
N = 1000000/C;
N = 1000000/C
v₂ = v₁ × C₂ ÷ C₁
v_2 = v_1 \times \dfrac{C_2}{C_1}
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<msub><mi>v</mi><mn>2</mn></msub>
<mo>=</mo>
<msub><mi>v</mi><mn>1</mn></msub>
<mo>×</mo>
<mfrac>
<msub><mi>C</mi><mn>2</mn></msub>
<msub><mi>C</mi><mn>1</mn></msub>
</mfrac>
</mrow>
</math>
v_2 = v_1 xx C_2/C_1
v2 = v1*(C2/C1)
v2 := v1*C2/C1;
v2 = v1*C2/C1;
v2 = v1(C2/C1)
How to have ChatGPT do the calculation
You are a tire size calculation assistant. Do the following calculation by actually running Python code, and base your answer only on the numbers from the execution result (do not answer by mental math or guessing). For a tire of size P265/70R17 (width 265 mm, aspect ratio 70%, wheel diameter 17 inches), find each of the following: 1. The sidewall height (mm and inches) = width × aspect ratio ÷ 100 2. The overall diameter (mm and inches) = wheel diameter × 25.4 + sidewall height × 2 3. The circumference (mm) = pi × overall diameter 4. The revolutions per mile = 1,609,344 ÷ circumference (1 mile = 1,609,344 mm) Show the formulas you used and the numbers from the execution result.
How to Use
-
1Enter your numbersType the numbers you want to calculate with into the input fields
-
2CalculatePress the "Calculate" button
-
3Check the resultThe result appears on the spot. The same page also explains the idea behind the calculation and the formula
DataChef Features
No technical knowledge required.
Intuitive and user-friendly operation.
Can be used without registering personal information.
Automatic file deletion by clicking "download".
and rapid file conversion.
No attribution required.
No need to contact us for commercial use permission.
