Skip to content
Last updated: June 4, 2026

Weight To Horsepower Ratio Calculator

0 people find this calculator helpful
0

Table of contents

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

  1. Inputs: vehicle weight (lb or kg) and engine power (hp or kW).
  2. Conversions use 1 kg = 2.20462 lb and 1 kW = 1.34102 hp.
  3. Outputs: weight per horsepower (lb/hp or kg/hp) and power-to-weight (hp/lb or hp/kg).
  4. 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.

Frequently Asked Questions

What does weight per horsepower mean?

It is the mass each horsepower must move (lb/hp or kg/hp). Lower numbers generally indicate quicker acceleration potential.

What is power-to-weight?

It is horsepower per unit mass (hp/lb or hp/kg). Higher values suggest stronger acceleration capability.

Should I use curb weight or gross weight?

Use the actual running weight: curb weight plus driver, fuel, and typical cargo for realistic results.

Can I enter power in kW?

Yes. The tool converts kW to hp using 1 kW = 1.34102 hp before computing ratios.

Does this predict 0–60 mph times?

No. It is a proxy. Traction, gearing, torque curve, and aerodynamics also affect acceleration.

How precise are the outputs?

Results are rounded based on magnitude (0–2 decimals) after applying exact conversion constants.

Why did my ratio change after adding passengers?

Added mass increases weight per hp and lowers power-to-weight, reducing performance accordingly.

Share Your Feedback