Automotive, Diesel & Motorsports Gearing, Tires & Speed ISO metric tire designation (P-metric / ISO 4000-1)

Tire Size Comparison Calculator

Enter the size on your current tire and the size you are thinking about, and this calculator works out the difference in overall diameter, section width, sidewall height, circumference, theoretical revolutions per mile and static ground clearance. It also shows how fast you are really travelling when the speedometer — which was calibrated for the original diameter — reads whatever speed you type in. Use it before a plus-size on street wheels, before an upsize for off-road clearance, or any time a shop offers you a size that is not the one on the door placard.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
Section widthThe first number in the size code, for example the 265 in 265/70R17.265 mm
Aspect ratioThe second number, the sidewall height as a percentage of section width.70 %
Rim diameterThe number after the R, which is the wheel diameter the tire mounts on.17 in
Section widthThe first number of the size you are considering fitting.285 mm
Aspect ratioThe aspect ratio of the new size; lower numbers mean a shorter sidewall.70 %
Rim diameterWheel diameter for the new size; change it only if you are also changing wheels.17 in
Speedometer reading to checkAny speed you want the true road speed for after the tire change.60 mph

It returns

  • Overall diameter difference — Positive means the new tire is taller than the original.
  • Current overall diameter
  • New overall diameter
  • Diameter change
  • Static ride height / clearance change — Half the diameter change — the axle centreline moves up or down by this much.
  • Sidewall height change
  • New revolutions per mile — Theoretical, from free-rolling circumference.
  • True speed at that reading

The formula

D=R+2WA/10025.4
rev/mi=63360πD
vtrue=vindD2D1

In plain text: D = R + 2 · (W · A / 100) / 25.4 and %Δ = (D₂ − D₁) / D₁ × 100

  • DOverall (outside) tire diameter (in)
  • RRim diameter from the size code (in)
  • WSection width from the size code (mm)
  • AAspect ratio — sidewall height as a percentage of section width (%)
  • D₁, D₂Overall diameter of the current and the new tire (in)

The 25.4 converts millimetres to inches, and the factor of 2 accounts for one sidewall above the rim and one below it. The size code is the ISO metric designation used on P-metric and Euro-metric passenger and light-truck tires.

Updated Category Gearing, Tires & Speed Verified against published test cases Reading time 12 min

What the numbers on a tire sidewall actually mean

A size code like 265/70R17 encodes three separate measurements, and only one of them is already in inches. The 265 is the section width in millimetres — the widest point of the inflated, unloaded tire, measured sidewall bulge to sidewall bulge, not the width of the tread. The 70 is the aspect ratio: the sidewall height expressed as a percentage of that section width, so this sidewall is 70% of 265 mm, or 185.5 mm. The R means radial construction. The 17 is the rim diameter in inches, because the rim dimension survived unconverted from the imperial era.

That mixed-unit scheme is why you cannot compare two sizes in your head. Going from 265/70R17 to 285/70R17 sounds like a 20 mm change, but the aspect ratio multiplies it: the sidewall grows by 70% of 20 mm on each side, so the overall diameter grows by 28 mm, or 1.10 inches. Meanwhile 245/75R17 has a narrower section and a taller overall diameter than 265/70R17. The only reliable way to compare is to convert both codes to a single number — overall diameter in inches — which is exactly what this calculator does.

Every downstream consequence of a tire change flows from that one number. Your speedometer, odometer, ABS wheel-speed comparison, traction control, transmission shift scheduling and effective final-drive ratio are all calibrated against the number of times the tire turns per mile, and that is fixed by diameter alone. Width affects grip, load capacity, fender clearance and steering feel, but it does not move the speedometer.

The formula, and why each term is there

Overall diameter is the rim plus two sidewalls: D = R + 2 · (W · A / 100) / 25.4. Work from the inside out. W · A / 100 converts the aspect ratio percentage into an actual sidewall height in millimetres. Dividing by 25.4 puts it in inches so it can be added to the rim diameter, which is already in inches. Multiplying by two counts the sidewall at the top of the wheel and the sidewall at the bottom — the tire is a ring, and the wheel sits in the middle of it.

From diameter, everything else follows geometrically. Circumference is π · D. Revolutions per mile is the number of inches in a mile divided by that circumference: 63,360 ÷ (π · D). Ground clearance under the axle changes by half the diameter change, because half the extra diameter goes above the axle centreline and half below it — a 1.10-inch bigger tire lifts the axle 0.55 inches, not 1.10.

Speedometer error is a pure ratio. The instrument counts wheel revolutions and multiplies by an assumed circumference. Fit a tire whose real circumference is 3.49% larger and every revolution covers 3.49% more ground than the instrument assumes, so your true speed is 3.49% higher than the number on the dial: v_true = v_indicated × D₂ / D₁. The same ratio applies to the odometer, and therefore to your fuel-economy readout — worth knowing before you conclude a tire change hurt your mileage. If you want to check that separately, work it through the fuel economy (MPG) calculator using corrected miles.

Worked example: 265/70R17 to 285/70R17 on a half-ton truck

A pickup leaves the factory on 265/70R17 and the owner wants the wider 285/70R17 for a slightly more aggressive stance. Work both sizes by hand.

  1. Current sidewall. 265 × 70 ÷ 100 = 185.5 mm. Divide by 25.4: 185.5 / 25.4 = 7.30315 in.
  2. Current diameter. 17 + 2 × 7.30315 = 17 + 14.60630 = 31.60630 in.
  3. New sidewall. 285 × 70 ÷ 100 = 199.5 mm; 199.5 / 25.4 = 7.85433 in.
  4. New diameter. 17 + 2 × 7.85433 = 17 + 15.70866 = 32.70866 in.
  5. Difference. 32.70866 − 31.60630 = 1.10236 in. As a percentage: 1.10236 ÷ 31.60630 × 100 = 3.49%.
  6. Clearance. Half of 1.10236 = 0.551 in of extra static axle height, and the same 0.551 in less space between the top of the tire and the fender liner.
  7. Revolutions per mile. Old: 63,360 ÷ (π × 31.60630) = 63,360 ÷ 99.29 = 638.1. New: 63,360 ÷ (π × 32.70866) = 63,360 ÷ 102.76 = 616.6. You lose 21.5 revolutions per mile.
  8. Speedometer. At an indicated 60 mph you are really doing 60 × 32.70866 ÷ 31.60630 = 62.1 mph. At an indicated 75 you are doing 77.6.

The verdict: this swap is just outside the 3% band that fitment guides treat as the safe limit. It is a very common change and thousands of trucks run it, but you should expect a speedometer that reads about 2 mph slow at highway speed, a 3.5% optimistic odometer, and a small loss of effective gearing that shows up as slightly lazier acceleration and a lower cruising engine speed.

How to read the result

Stay inside ±3% on overall diameter unless you are prepared to deal with the consequences. That is the working tolerance the tire and wheel trade uses, and it exists because vehicle systems that compare wheel speeds — ABS, traction control, electronic stability control, and on four-wheel-drive vehicles the transfer case — assume all four tires turn at the same rate for a given road speed. A diameter mismatch bigger than a few percent, especially between axles, feeds those systems a signal that looks like wheel slip.

Never mix diameters front to rear on a full-time all-wheel-drive vehicle. A centre differential or viscous coupling absorbs the difference by slipping continuously, and on many transfer cases that is a heat failure rather than a compromise. The tolerance there is far tighter than 3% — check the manufacturer's figure, which is often quoted as a maximum circumference difference in millimetres.

Read the clearance number as a static best case. The extra half-inch of axle height is real, but the number that decides whether a tire rubs is the dynamic one: what happens at full steering lock with the suspension compressed. A taller tire arrives at the fender liner sooner, and a wider tire arrives at the upper control arm and the frame rail sooner. Neither this nor any other size calculator can tell you those clearances; you measure them on the vehicle.

Treat revolutions per mile as a comparison, not a spec. The value here is theoretical, from free-rolling circumference. A manufacturer's published revs-per-mile is measured on a loaded tire, which deflects, so the real figure typically runs a couple of percent higher. Comparing two theoretical values against each other is valid; comparing one theoretical value against a printed one is not.

If your change also involves new wheels, the offset matters at least as much as the size. Run it through the wheel offset and backspacing calculator before you order, because a wider tire on a wheel with less offset moves outward at both edges.

Plus-sizing reference: staying near a 205/55R16 baseline

Common upsizes from a 205/55R16 original equipment fitment, with overall diameter, percent difference and theoretical revolutions per mile. Sizes inside ±3% keep the speedometer and stability systems within normal tolerance.
SizeSidewall (in)Overall diameter (in)DifferenceRev/mile
205/55R16 (baseline)4.43924.878810.7
225/45R173.98624.972+0.38%807.6
235/45R174.16325.327+1.80%796.3
235/40R183.70125.402+2.11%794.0
215/50R174.23225.465+2.36%792.0
235/35R193.23825.476+2.41%791.6
245/40R183.85825.717+3.37%784.2

Every figure is the formula above evaluated at that size: sidewall = width × aspect ÷ 100 ÷ 25.4, diameter = rim + 2 × sidewall, rev/mile = 63,360 ÷ (π × diameter). Note that 245/40R18 breaks the 3% rule while the physically larger-looking 235/35R19 does not — sidewall height, not rim size, drives overall diameter.

Mistakes that make a tire comparison useless

  • Comparing section widths instead of diameters. Section width tells you about fender and suspension clearance. It tells you nothing about speedometer error, gearing or ride height. Those come from diameter only.
  • Assuming section width is tread width. Section width is measured at the widest bulge of the sidewall on a specified measuring rim. Tread contact width is always narrower, and both change when you mount the tire on a wheel wider or narrower than the measuring rim.
  • Forgetting the load index and speed rating. This calculator compares geometry only. A size that fits perfectly can still be illegal or unsafe on your vehicle if its load index is below the placard requirement — critical on trucks, vans and anything that tows.
  • Applying the clearance number to the fender. Half the diameter change lifts the axle, and the same half is added to the top of the tire. Both numbers are the same magnitude, but the fender gap does not grow — it shrinks by that amount when you fit a taller tire.
  • Ignoring the difference between a placard size and what is on the car. Compare against the size actually fitted if the vehicle has already been changed, and against the door-jamb placard if you want to know how far you have drifted from stock.
  • Treating a 3% diameter change as free. It is a 3% change in effective gearing too, which shifts cruising rpm, shift points and the load your engine sees when towing.

Where size comparison sits among the other checks

Size comparison answers one question — how far the new tire deviates from the old one geometrically — and it is the first of several checks, not the whole job. After it, you need the load index and speed rating against the door placard, the wheel width range the tire manufacturer approves for that size, wheel offset and backspacing against your suspension and fenders, and on a lifted or lowered vehicle a physical clearance check at full lock and full compression.

Flotation sizes, printed as 33x12.50R15, are a different scheme: the first number is already the nominal overall diameter in inches and the second is the section width in inches. If a shop quotes you one of each, convert the metric size to inches with this calculator and compare like with like — but expect the flotation number to be a nominal marketing figure that a real tire may miss by a quarter-inch or more.

Once you know the diameter change, the downstream calculators fill in the consequences. A taller tire raises the effective final-drive ratio and changes how the vehicle accelerates and stops; that matters for both the braking stopping distance calculator, where contact patch and grip dominate, and for the road trip fuel cost calculator, where an over-optimistic odometer flatters your mileage. If you are chasing clearance for a heavier build, check the loaded-weight side of the equation with the towing capacity and payload calculator before you commit to a bigger, heavier tire on the same axles.

One last practical note: a bigger tire is a heavier tire, and the added mass is unsprung and at a larger radius. Both the rotational inertia and the wheel-bearing load go up. On a vehicle already near its rated axle load, that is a real cost, not a cosmetic one.

Key terms

Section width
The widest point of an inflated, unloaded tire, sidewall to sidewall, measured on the manufacturer's specified measuring rim. It is not tread width.
Aspect ratio
Sidewall height as a percentage of section width. A 45-series tire has a sidewall 45% as tall as the tire is wide, so lowering the aspect ratio shortens the sidewall for a given width.
Plus sizing
Fitting a larger-diameter wheel with a proportionally shorter sidewall so overall diameter stays roughly constant. Plus one means one inch more rim; plus two means two.
Revolutions per mile
How many times the tire turns to cover a mile. It sets speedometer and odometer calibration, and it is the quantity ABS and traction control compare across the four corners.
Static loaded radius
The distance from the axle centreline to the ground on a loaded tire — always less than half the free diameter, because the tire deflects. It is what actually determines ride height.

Frequently asked questions

How much bigger can I go before my speedometer is wrong?

It is wrong the moment overall diameter changes at all — the question is by how much. Speedometer error equals the percentage diameter change exactly, so a 2% taller tire makes the instrument read 2% low. The widely used limit is 3%, which is about 2 mph at 70 mph. Beyond that you should have the speedometer recalibrated, which on most modern vehicles is a software change made through the diagnostic port using the new tire's revolutions-per-mile figure.

Does a taller tire make my odometer read high or low?

Low. A taller tire covers more ground per revolution than the vehicle assumes, so it logs fewer miles than you actually drive — a 3% taller tire under-reports by 3%. That also inflates your calculated fuel economy, because you divide understated miles by real gallons. Reverse it for a shorter tire, which over-reports miles and flatters nothing.

Why does the calculator say revolutions per mile that don't match the manufacturer's number?

Because this figure is theoretical and theirs is measured. The calculator uses the free-rolling circumference, π × overall diameter. A manufacturer measures revolutions per mile on a loaded tire on a test wheel, and a loaded tire deflects, so its effective rolling circumference is smaller and the measured revs-per-mile figure comes out higher — commonly by a couple of percent. Use the theoretical values here to compare two sizes against each other, and use published values when you need an absolute number for speedometer programming.

How much lift do I actually get from a bigger tire?

Half the diameter increase, and only under the axle. If overall diameter grows by 1.1 inches, the axle centreline sits 0.55 inches higher, so ground clearance at the differential and at the frame improves by 0.55 inches. Nothing else moves. The body sits at the same height relative to the axle, and the gap between the tire and the fender lip actually shrinks by that same 0.55 inches, which is why bigger tires rub before they lift.

Can I run different tire sizes front and rear?

Only if the vehicle was designed for it — many rear-drive performance cars come with a staggered fitment from the factory, sized so both axles have very nearly the same overall diameter. What you must not do is create a diameter mismatch on a four-wheel-drive or all-wheel-drive vehicle, or across a driven axle, because the driveline absorbs the difference as continuous slip. On those vehicles the tolerance is far tighter than the 3% used for speedometer purposes.

Is a wider tire always better for grip?

Not automatically. A wider tire spreads the same load over a larger contact patch, which usually improves dry lateral grip, but it also increases the tendency to follow road crown and to aquaplane in standing water because a wider patch has more water to displace per unit length. It weighs more, it costs more, and it demands a wheel inside the tire manufacturer's approved rim width range. Check that range before ordering — mounting a wide tire on a narrow rim distorts the sidewall profile and changes the effective section width.

What does the R in 265/70R17 mean, and does it affect the size?

R means radial construction — the body plies run radially from bead to bead — and it does not affect the dimensional arithmetic. You will occasionally see D for diagonal (bias-ply) or B for belted bias, and a letter in front of the width such as P for P-metric or LT for light truck. The LT prefix matters a great deal for load rating and inflation pressure, but the diameter formula is identical.

What is a normal amount of speedometer error from the factory?

Most manufacturers deliberately bias the speedometer to read slightly high, so the indicated speed is a little above true speed and the driver is never accidentally speeding on a correctly calibrated instrument. A few percent optimistic is typical. That factory bias works in your favour when you fit a taller tire — the error partially cancels — which is one reason a 2% oversize often goes unnoticed. It works against you when you fit a shorter tire, because both errors point the same way.

References

  • Tire and Rim Association Year Book (dimensional standards for passenger and light truck tires) — The Tire and Rim Association, Inc.
  • ISO 4000-1: Passenger car tyres and rims — Part 1: Tyres (dimensions and load-carrying capacity) — International Organization for Standardization
  • Tire Safety: Everything Rides On It (sidewall markings and load index)National Highway Traffic Safety Administration