1/4 Mile HP Calculator

Use this 1/4 mile HP calculator to estimate horsepower from ET or trap speed, or calculate quarter mile ET and speed from HP using vehicle weight, WHP/FHP selection, and drivetrain loss.

Include the weight of the driver and fuel for the most accurate calculation.
HP
Standard assumptions: ~15% for manual transmissions, ~18-20% for automatics, and ~20-25% for AWD. Used to calculate wheel vs flywheel horsepower.
%
Estimated 60 Foot Time
sec
Estimated 1/8 Mile ET
sec
Estimated 1/4 Mile ET
sec
Estimated 1/4 Mile Trap Speed
By: AxisCalc Published: March 26, 2026 Reviewed by: Marcus Vance

The 1/4 mile horsepower calculator estimates flywheel and wheel horsepower from track performance (trap speed or elapsed time), or predicts drag strip times (60-foot, 1/8 mile, and 1/4 mile) based on a vehicle’s weight and known engine power. This tool is built for drag racers, tuners, and automotive engineers analyzing straight-line acceleration dynamics.

Drag Strip Power and Time Formulas

The script uses derived power-to-weight ratios to establish track dynamics. When solving for horsepower, the math defaults to flywheel horsepower ($HP_{flywheel}$) based on total vehicle weight ($W$) in pounds.

Calculating Power from Trap Speed:

$$HP_{flywheel} = W \times \left(\frac{S_{mph}}{234}\right)^3$$

Calculating Power from Elapsed Time:

$$HP_{flywheel} = \frac{W}{\left(\frac{ET}{5.825}\right)^3}$$

Calculating 1/4 Mile Elapsed Time from Power:

$$ET_{1/4} = 5.825 \times \left(\frac{W}{HP_{flywheel}}\right)^{1/3}$$

Calculating 1/4 Mile Trap Speed from Power:

$$S_{mph} = 234 \times \left(\frac{HP_{flywheel}}{W}\right)^{1/3}$$

Calculating Incremental Track Distances

When predicting track performance from known horsepower, the calculator generates 1/8 mile and 60-foot elapsed times using fixed fractional constants relative to the 1/4 mile projection.

Calculating 1/8 Mile Time:

$$ET_{1/8} = \frac{ET_{1/4}}{1.4765}$$

Calculating 60-Foot Time:

$$ET_{60ft} = \frac{ET_{1/4}}{6.592}$$

Drivetrain Power Conversion Logic

Depending on the selected input or output mode, the script applies a drivetrain loss factor to convert between wheel and crank power. The loss factor ($L$) is calculated as $1 – (D_{loss} / 100)$.

Converting Wheel HP to Flywheel HP:

$$HP_{flywheel} = \frac{HP_{wheel}}{L}$$

Converting Flywheel HP to Wheel HP:

$$HP_{wheel} = HP_{flywheel} \times L$$

Required Metric and Imperial Inputs

  • Calculation Mode: Select between deriving power from trap speed, deriving power from elapsed time, or projecting track times from known horsepower.
  • Vehicle Weight: The total operational race weight, including the driver and fluids. Accepts pounds or kilograms.
  • Drivetrain Loss: The percentage of mechanical power lost between the engine block and the driven tires.
  • Performance Variable: Depending on the selected mode, requires either Trap Speed (mph or km/h), Elapsed Time (seconds), or Engine Power (wheel or flywheel HP).

Output Variables and Unit Conversions

Calculations strictly process weight in pounds and speed in miles per hour. When metric units are selected, the script runs the following internal conversions before executing the primary algorithms:

  • Mass Conversion: $W_{lbs} = W_{kg} \times 2.2046226218$
  • Velocity Input Conversion: $S_{mph} = S_{kmh} \times 0.621371$
  • Velocity Output Conversion: $S_{kmh} = S_{mph} \times 1.609344$

Outputs generated include Flywheel HP, Wheel HP, 60-foot ET, 1/8-mile ET, 1/4-mile ET, and 1/4-mile Trap Speed, contingent on the active calculation mode.

Algorithm Limitations and Assumptions

  • Weight Constraints: The script halts calculations if weight is zero or negative, and flags a warning if the entered vehicle weight falls outside the 800 to 10,000 lbs operational window.
  • Drivetrain Loss Limits: Values exceeding 25% trigger an estimation warning. The script rejects any calculation where drivetrain loss exceeds 40% or drops below 0%.
  • Speed and Time Bounds: Trap speed inputs must reside between 40 mph and 250 mph to avoid validation errors. Elapsed time inputs are bounded between 6 seconds and 30 seconds for reliable estimation.
  • Input Validation: The calculator will reset all output fields to null states if required numeric fields are left blank, contain non-numeric characters, or fall at or below zero.

Technical Validation FAQs

Why does calculating horsepower from ET yield a different result than calculating from trap speed?

Elapsed time is highly dependent on launch mechanics, tire traction, and 60-foot performance, making it a measurement of applied power over the entire track duration. Trap speed is dictated primarily by the vehicle’s peak power-to-weight ratio and aerodynamic drag at the top end of the track.

The script uses separate, independent cubic formulas for each metric. If a vehicle struggles with traction off the line, the ET will be artificially high, resulting in a lower horsepower calculation than the trap speed formula provides.

How does the script handle wheel horsepower inputs when projecting track times?

The underlying track dynamic equations require flywheel horsepower to function accurately. If you input wheel horsepower, the script first converts it to a flywheel equivalent by dividing your input by the drivetrain loss factor ($1 – (D_{loss} / 100)$) before executing the time and speed projections.

Related Tools & Calculators: