Tire Size & Speedometer Calculator
Enter the old (stock) tire size and the new tire size using metric sizing (e.g., 205/55R16). The calculator returns both diameters in inches, the speedometer error as a signed percentage, and a true-speed table at indicated 30, 45, 60, and 75 mph. The parse-assist field accepts the full tire code and fills the three numeric fields automatically; the numeric fields are the source of truth and work without JavaScript.
Why a larger (or smaller) tire changes your speedometer reading
A vehicle's speedometer derives its reading from wheel rotation speed: either directly from a mechanical cable driven by the transmission output shaft, or from a wheel-speed sensor (ABS ring) that counts tooth pulses per unit time. In both cases the system is calibrated for a specific tire diameter: it converts rotations per minute (or pulses per second) to miles per hour using a fixed revolutions-per-mile value that corresponds to the stock tire's circumference.
If you install a tire with a larger diameter, its circumference is proportionally larger, so each wheel rotation covers more distance. The speedometer still counts the same rotations per minute but interprets each one as the stock distance covered; it under-reads. You are actually moving faster than shown. Conversely, a smaller tire causes the speedo to over-read: the display shows a higher speed than your actual speed.
The formula is derived directly from the circumference ratio. Circumference is proportional to diameter (C = π · d), so the scale factor is simply newDia / oldDia. True speed = indicated speed × newDia / oldDia. Speedometer error (percent) = (newDia − oldDia) / oldDia × 100. A positive error means you are going faster than indicated; a negative error means you are going slower.
Tire diameter formula and worked example
Metric tire sizing encodes three dimensions: section width in millimetres, aspect ratio as a percentage of section width, and rim diameter in inches. A 205/55R16 tire has a section width of 205 mm, an aspect ratio of 55 (so the sidewall height is 55% of 205 mm = 112.75 mm), and a 16-inch rim.
Overall diameter (in) = rimIn + 2 × widthMM × aspectPct / 100 / 25.4. The factor of 2 accounts for two sidewalls (top and bottom); dividing by 25.4 converts millimetres to inches. For 205/55R16: 16 + 2 × 205 × 55 / 100 / 25.4 = 16 + 2 × 112.75 / 25.4 = 16 + 8.878 = 24.878 in (24.9 in to one decimal place).
For 225/50R16: 16 + 2 × 225 × 50 / 100 / 25.4 = 16 + 2 × 112.5 / 25.4 = 16 + 8.858 = 24.858 in (24.9 in). Error = (24.858 − 24.878) / 24.878 × 100 = −0.08%; essentially identical diameters, speedometer impact is negligible. True speed at indicated 60 mph = 60 × 24.858 / 24.878 = 59.95 mph.
A more dramatic example: replacing a 265/70R17 (stock on many trucks and SUVs) with a 285/75R17 (a common lift-kit upgrade). Stock diameter: 17 + 2 × 265 × 70 / 100 / 25.4 = 17 + 2 × 185.5 / 25.4 = 17 + 14.606 = 31.606 in. New diameter: 17 + 2 × 285 × 75 / 100 / 25.4 = 17 + 2 × 213.75 / 25.4 = 17 + 16.831 = 33.831 in. Error = (33.831 − 31.606) / 31.606 × 100 = +7.0%. At an indicated 60 mph you are actually travelling 64.2 mph. This is a significant deviation that affects both safety margin and legal compliance.
Odometer, ABS, and legal implications
The same diameter change that shifts the speedometer reading shifts the odometer in the same direction. A 7% speedometer under-read corresponds to a 7% odometer under-read: you accumulate 7% fewer logged miles per actual mile driven. For a vehicle driven 15,000 miles per year, that is roughly 1,050 fewer logged miles, which affects oil-change intervals, warranty claims, and resale odometer representation.
Modern ABS and stability-control systems also use wheel-speed sensors calibrated to the stock tire diameter. A larger-diameter tire causes the ABS controller to compute a higher-than-actual vehicle speed for a given sensor pulse rate, which can affect intervention thresholds.
State inspection rules vary; large diameter changes affect ABS calibration and odometer accuracy. Many states' vehicle inspection standards reference a maximum allowable speedometer deviation (commonly ±2-4 mph). A 7% under-read at 60 mph equals a 4.2 mph deviation: within some jurisdictions' tolerance and outside others. Check your local regulations and your vehicle's service manual before installing a significantly different tire diameter. This calculator does not validate legal compliance.
Common tire diameters
All values are computed at build time by the same tested Go function the calculator calls: one source of truth for every cell.
| Tire size | Diameter (in) |
|---|---|
| 175/65R14 | 22.96 |
| 185/65R15 | 24.47 |
| 195/65R15 | 24.98 |
| 205/55R16 | 24.88 |
| 205/60R16 | 25.69 |
| 215/55R17 | 26.31 |
| 225/50R16 | 24.86 |
| 225/45R17 | 24.97 |
| 235/45R17 | 25.33 |
| 245/40R18 | 25.72 |
| 265/70R17 | 31.61 |
| 285/75R17 | 33.83 |
Speedometer error vs 205/55R16 (stock)
All values are computed at build time. Positive error means speedometer under-reads (vehicle going faster than indicated).
| New size | New dia (in) | Error vs 205/55R16 |
|---|---|---|
| 215/55R16 | 25.31 | +1.74% |
| 215/55R17 | 26.31 | +5.76% |
| 225/50R16 | 24.86 | -0.08% |
| 225/45R17 | 24.97 | +0.38% |
| 235/45R17 | 25.33 | +1.80% |
| 265/70R17 | 31.61 | +27.05% |
| 285/75R17 | 33.83 | +35.99% |
FAQ
How much does tire size affect speedometer?
The speedometer error in percent equals (newDiameter − oldDiameter) / oldDiameter × 100. For a modest change such as 205/55R16 to 225/50R16 (both measure approximately 24.9 inches overall), the error is less than 0.1%, which is negligible. For a larger change such as 265/70R17 to 285/75R17, the error is approximately 7%, meaning the speedometer under-reads by 7% when the larger tire is installed. Use the calculator to compute the exact error for your sizes.
Does a bigger tire make the speedometer read faster or slower?
A bigger tire makes the speedometer read slower than actual speed (it under-reads). Each rotation of the larger tire covers more distance, but the speedometer counts rotations at the rate calibrated for the stock (smaller) tire. The display shows a lower speed than you are travelling. This is why the speedometer error for a larger tire is positive in this calculator: positive means you are going faster than indicated.
Can I recalibrate my speedometer after a tire change?
Many modern vehicles allow speedometer recalibration through the OBD-II diagnostic port using a scan tool or programmer, or through a dealer reflash procedure. Some older vehicles with mechanical speedometer drives allow physical recalibration by swapping the speedometer drive gear (a gearset in the transmission). The availability and cost depend on the vehicle make, model, and year. Consult your vehicle's service manual or a qualified shop. This calculator quantifies the deviation; it does not guide the recalibration procedure.
What is the formula for metric tire diameter in inches?
Diameter (in) = rim diameter (in) + 2 × section width (mm) × aspect ratio (%) / 100 / 25.4. The sidewall height in millimetres equals section width times aspect ratio divided by 100; two sidewalls are added to the rim diameter; dividing by 25.4 converts millimetres to inches. This is the standard formula used by tire manufacturers' sizing guides and is implemented and tested in formulas.TireDiameterIn.
Do bigger tires make my speedometer read high or low?
A larger overall tire diameter makes the speedometer read low: you are actually travelling faster than the number shown, because each wheel revolution covers more ground than the gauge was calibrated to assume. Smaller tires do the reverse, making the speedometer read high (indicated speed exceeds actual speed). The calculator computes the exact percentage from your old and new sizes.
Does a tire size change affect the odometer too?
Yes. The odometer counts wheel revolutions the same way the speedometer does, so the same proportional error applies: oversized tires under-count miles and undersized tires over-count them. That matters for mileage-based maintenance intervals (oil changes, belt inspections, and similar) and anything else tied to accumulated distance. As a rule of thumb, treat odometer readings with the same correction factor the speedometer error percentage gives you.
Related calculators
- Sprocket & Gear Ratio Calculator: sprocket teeth and speed for dirt bikes and powersport vehicles
- Density Altitude Calculator: air density and its effect on engine power
Sources
Tire diameter formula and speedometer correction: standard arithmetic from manufacturers' sizing guides. Diameter = rimIn + 2 × widthMM × aspectPct / 100 / 25.4. Speedometer error = (newDia − oldDia) / oldDia × 100. Implemented and tested in formulas.TireDiameterIn, formulas.SpeedoErrorPct, and formulas.TrueSpeedMPH.
ABS and odometer implications: general description of wheel-speed-sensor operation from automotive engineering references. Specific recalibration procedures vary by vehicle; consult your service manual. State inspection rules vary; verify against your jurisdiction's inspection standards.