Skip to content
Last updated: June 4, 2026

Silca Tire Pressure Calculator

0 people find this calculator helpful
0

Table of contents

Silca Tire Pressure Calculator — What it does and how to use it

I’m Carson Patel, Sports Performance Analyst. This tool estimates front and rear tire pressures for road, gravel, and cyclocross by blending mass distribution, tire width, terrain, and casing effects. Outputs are in bar and psi, per wheel. Use as a starting point, then validate on road/trail.

Definitions and units

  • System mass (kg): rider + bike + kit.
  • Tire width (mm): labeled size; check actual measured width if possible.
  • Bike type: road, gravel, cyclocross (affects base stiffness calibration).
  • Terrain: smooth/rough pavement, hardpack, loose/chunky (surface compliance).
  • Setup: tubeless or clincher (tube); tubeless runs slightly lower.
  • Rider position: aero, neutral, upright (changes front/rear load split).
  • Outputs: front_bar, rear_bar (bar); front_psi, rear_psi (psi).

Method (formula)

Variables follow the calculator’s spec and use fixed factors with clamps to keep results within safe bounds for typical road/gravel/cx tires.

  • sysLoad_N = mass × g, with g = 9.80665 (for load reference).
  • frontSplit = 0.46 (aero), 0.44 (neutral), 0.42 (upright); rearSplit = 1 − frontSplit.
  • base_kPa_per_mm = 7.0 (road), 5.0 (gravel), 4.4 (cx).
  • terrainFactor = 1.00 (smooth), 0.92 (rough), 0.85 (hardpack), 0.78 (loose).
  • casingFactor = 0.95 (tubeless), 1.00 (clincher).
  • widthFactor = refWidth / width, with refWidth = 25 mm.
  • front_kPa_raw = base_kPa_per_mm × widthFactor × terrainFactor × casingFactor × frontSplit × 100.
  • rear_kPa_raw = same but with rearSplit.
  • front_kPa = clamp(front_kPa_raw, 120, 520); rear_kPa = clamp(rear_kPa_raw, 140, 560).
  • front_bar = front_kPa / 100; rear_bar = rear_kPa / 100.
  • front_psi = front_kPa × 0.1450377377; rear_psi = rear_kPa × 0.1450377377.

Inputs, sampling, and data notes

  • Data requirements: just the listed inputs; no ride data needed.
  • No smoothing windows; outputs are point estimates.
  • Typical width range: 25–35 mm (road), 35–50 mm (gravel), 33 mm (cx). Wider tires → lower pressure via widthFactor.
  • Position context: aero shifts more weight forward (higher front pressure than upright).
  • Clamps prevent unrealistic values for most rims/tires; still check manufacturer limits.

Worked example (quick sanity check)

Inputs: mass = 80 kg; width = 28 mm; bike = road; terrain = smooth; setup = tubeless; position = neutral.

  • front_bar ≈ 3.1 bar; rear_bar ≈ 3.9 bar.
  • front_psi ≈ 45 psi; rear_psi ≈ 56 psi.

Interpretation: Rear runs higher due to load split. Tubeless and wider-than-25 mm lower the requirement compared with narrow clinchers.

How to apply on the bike

  1. Start with the calculator values for your race/training setup.
  2. Field-check: ride a known segment; assess comfort, grip, and rim strikes.
  3. Adjust in small steps: ±0.1–0.2 bar (±1–3 psi). Loose gravel: bias down; sharp rims/overweight load: bias up.
  4. Re-check after large temperature swings (about −0.07 bar per 10°C drop; −1 psi per ~6°C drop).
  5. Revisit width and terrain settings when you change tires or course.

Assumptions and limitations

  • Assumes typical modern casings; very supple or reinforced sidewalls may deviate.
  • Actual measured tire width on your rim can differ from the label; measure if possible.
  • Does not account for tire insert effects; inserts often allow 0.1–0.3 bar (1–4 psi) lower safely.
  • Rim/tire max pressures vary—always respect manufacturer limits.

Coach notes

  • For race week, set baseline by course type: smoother stages higher, technical or loose stages lower.
  • Pair with tire temp logs; standardize pressures at a consistent ambient or normalize to temperature.
  • For mixed surfaces, favor grip and comfort for stability and reduced puncture risk.

Disclaimer: This is a planning tool, not medical advice. Inspect tires/rims regularly and adapt to environmental conditions.

Frequently Asked Questions

How does rider position change pressure?

It shifts load split. Aero sends ~46% to the front (slightly higher front), upright ~42% front (lower front), neutral ~44%.

Why are gravel settings lower than road?

The model uses a lower base kPa/mm and adds terrain factors to improve compliance and grip on rough surfaces.

Do tubeless tires always run lower?

In this model yes—casingFactor 0.95 reduces pressure versus clinchers due to better pinch protection and air volume behavior.

What tire width should I enter—the label or measured?

Use measured if available; wider actual width lowers the recommended pressure via widthFactor.

How big should my adjustments be after the first ride?

Change in small steps: ±0.1–0.2 bar (±1–3 psi) based on comfort, grip, and rim strikes.

What about temperature changes?

Expect pressure to drop as temperatures fall; re-check before rides, especially after large ambient swings.

Are there boundaries in the calculator?

Yes, front clamps to 120–520 kPa (1.2–5.2 bar) and rear to 140–560 kPa (1.4–5.6 bar) to keep values in typical safe ranges.

Share Your Feedback