Weight To Horsepower Ratio Calculator — Weight per HP and Power-to-Weight
Quick start: enter vehicle weight and engine power, pick units, then Calculate. You will see weight per horsepower (lower is better) and power-to-weight (higher is better).
How it works
- Inputs: vehicle weight (lb or kg) and engine power (hp or kW).
- Conversions use 1 kg = 2.20462 lb and 1 kW = 1.34102 hp.
- Outputs: weight per horsepower (lb/hp or kg/hp) and power-to-weight (hp/lb or hp/kg).
- Both inputs must be greater than zero; otherwise results are blank.
Formula
Compact equations with base units in pounds and horsepower.
- w_lb = weightUnit == "kg" ? weight / 0.45359237 : weight
- hp = powerUnit == "kw" ? power / 0.745699872 : power
- weightPerHp_lb = w_lb / hp
- powerToWeight_hpPerLb = hp / w_lb
- weightPerHp (reported) = weightUnit == "kg" ? weightPerHp_lb × 0.45359237 : weightPerHp_lb
- powerToWeight (reported) = weightUnit == "kg" ? powerToWeight_hpPerLb / 0.45359237 : powerToWeight_hpPerLb
Variables: weight (vehicle mass), power (engine output), w_lb (weight in lb), hp (power in horsepower).
Worked examples
Example A — US units
Inputs: 3500 lb, 300 hp.
- w_lb = 3500 lb
- hp = 300 hp
- weightPerHp = 3500 / 300 = 11.67 lb/hp
- powerToWeight = 300 / 3500 = 0.086 hp/lb
Example B — Metric with hp
Inputs: 1500 kg, 220 hp.
- w_lb = 1500 / 0.45359237 = 3306.93 lb
- hp = 220 hp
- weightPerHp_lb = 3306.93 / 220 = 15.03 lb/hp
- weightPerHp (kg/hp) = 15.03 × 0.45359237 = 6.80 kg/hp
- powerToWeight_hpPerLb = 220 / 3306.93 = 0.0665 hp/lb
- powerToWeight (hp/kg) = 0.0665 / 0.45359237 = 0.147 hp/kg
Applications
- Baseline performance comparison across trims and model years.
- Effect of weight changes (passengers, cargo, tow hitch) on acceleration proxy.
- Estimating gains from power adders (tune, intake, exhaust) versus weight reduction.
Assumptions & limitations
- Static curb weight vs. running weight: add driver, fuel, and cargo for real use.
- Power rating conditions vary (SAE J1349 vs. DIN). Dyno results may differ.
- Does not model traction, gearing, or aerodynamics; it is a first-order proxy.
- Rounding: values ≥100 use 0 decimals; 10–100 use 1; otherwise 2.
Tips / common mistakes
- Do not mix units (e.g., kg with hp without selecting matching unit settings).
- Use the same power basis when comparing cars (both crank hp or both wheel hp).
- Account for payload: +300 lb can noticeably change hp/lb on small cars.
Note: This calculator estimates comparative performance. Mechanical diagnosis or tuning requires professional judgment and measured data.