Watts to Brake horsepower (W to BHP)

Watt to Brake Horsepower Calculator

const bhp = watt / 745.7; // Convert W to BHP const formattedBhp = bhp.toString().replace(/\.0+$/, ”).replace(/(\.\d{1,10})\d+/, ‘$1’); // Format to remove trailing zeros // Display results document.getElementById(‘resultBhp’).innerText = `Power: ${formattedBhp} BHP`; document.getElementById(‘conversionSteps’).innerHTML = `

Formula: BHP = W รท 745.7

BHP = ${watt} W รท 745.7

BHP = ${formattedBhp} BHP

`; document.getElementById(‘outputSection’).style.display = ‘block’; } function resetCalculator() { document.getElementById(‘watt’).value = ”; document.getElementById(‘outputSection’).style.display = ‘none’; }

Watts (W) to Brake Horsepower (BHP) Conversion

To convert Watts (W) to Brake Horsepower (BHP), use the formula:

Conversion Formula

BHP = W ร— 0.0013410220888

Where:

  • BHP = Brake Horsepower
  • W = Watts

Example

If you have a power output of 1000 W, the calculation would be:

BHP = 1000 W ร— 0.0013410220888 โ‰ˆ 1.341 BHP

What is a Watt (W)?

A watt (W) is a unit of power that measures the rate of energy transfer. It is defined as one joule per second and is commonly used to quantify the output of engines and the power consumption of electrical devices.

What is Brake Horsepower (BHP)?

Brake horsepower (BHP) is a unit of power that measures the engine’s output before losses such as friction. It is commonly used to rate the power of engines and motors.

Watts (W) to Brake Horsepower (BHP) Conversion Table

Formula: BHP = W ร— 0.0013410220888

Example Values

Watts [W] Brake Horsepower [BHP]
1 W 0.00134 BHP
10 W 0.01341 BHP
50 W 0.06705 BHP
100 W 0.13410 BHP
500 W 0.67105 BHP
1000 W 1.34102 BHP
5000 W 6.70548 BHP

Author

  • Manish Kumar

    Manish holds a B.Tech in Electrical and Electronics Engineering (EEE) and an M.Tech in Power Systems, with over 10 years of experience in Metro Rail Systems, specializing in advanced rail infrastructure. He is also a NASM-certified fitness and nutrition coach with more than a decade of experience in weightlifting and fat loss coaching. With expertise in gym-based training, lifting techniques, and biomechanics, Manish combines his technical mindset with his passion for fitness.

Leave a Comment