Solve any one of horsepower, torque or RPM from the other two — HP = T × RPM / 5252, HP↔kW and lb·ft↔N·m built in — browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
At 5252 RPM the HP and lb·ft values are equal — the curves cross there.
What this tool does
Free horsepower, torque and RPM calculator. Pick the value you want to solve for, type in the other two, and the tool returns the third using the engine power identity HP = Torque(lb·ft) × RPM / 5252, or the metric form kW = Torque(N·m) × RPM / 9549. Switch unit systems and it converts both ways, so a dyno sheet quoted in pound-feet and one quoted in newton metres land on the same page, and a kilowatt rating becomes horsepower without a second tab. The result panel shows the equivalent in the other unit system alongside the answer, plus the exact formula it used. It also makes the famous 5252 RPM crossover obvious, where the horsepower number and the lb·ft torque number read exactly the same. Every calculation is plain JavaScript in your browser. One-click copy and a shareable URL that reopens the same numbers. 100% client-side, nothing uploaded.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Developer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Horsepower Torque Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Gear Ratio Calculator Gear & transmission ratio plus bicycle gear inches, development and speed from cadence — exact, browser-only Open
- 2 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 3 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
Real-world use cases
Read a dyno sheet and fill in the missing number
A dyno run prints peak torque of 400 lb·ft at 4000 RPM but the horsepower line is smudged. Solve for HP, type 400 and 4000, and you get about 305 HP without redoing the pull. Flip it around if the sheet shows peak HP and you want the torque at that point. The tool covers all three directions so you never have to rearrange the formula by hand at the track.
Compare an imperial and a metric engine spec
One brochure lists 300 HP and 400 lb·ft, another lists 220 kW and 540 N·m. Put both on the same footing: 220 kW is about 295 HP and 540 N·m is about 398 lb·ft, so the two engines are within a whisker of each other. The unit toggle and the side-by-side equivalent make the comparison a few taps instead of a spreadsheet.
Size an electric motor against a gas engine
An EV motor is rated 150 kW and 310 N·m, and you want to know how it stacks up against the 200 HP gas car it replaces. Convert 150 kW to about 201 HP and 310 N·m to about 229 lb·ft, then see how the torque delivered low in the rev range explains why the electric feels quicker off the line even at similar peak horsepower.
Teach or learn the 5252 crossover
Showing a student why every dyno graph crosses at 5252 RPM is easier with live numbers. Set torque to 250 lb·ft and RPM to 5252 and watch the horsepower come out at exactly 250. Nudge the RPM up and down and the two values split apart in real time, which makes the otherwise abstract constant click in a way a static diagram does not.
Plan a gearing or tuning change
You are deciding whether to chase peak power higher in the rev range or fatten the midrange torque. Plug in candidate torque and RPM figures and read the horsepower each produces, then pair it with a gear-ratio calculation to see how the change lands at the wheels before you spend money on parts or a tune.
Common pitfalls
Using 5252 with metric numbers. The 5252 constant only works when torque is in lb·ft. If your torque is in N·m, use 9549 to get kilowatts, or convert the N·m to lb·ft first. Mixing a metric torque with the 5252 formula gives a meaningless answer.
Confusing peak torque RPM with peak power RPM. They almost never sit at the same engine speed. Plugging peak torque together with the peak-power RPM into the formula computes a horsepower the engine never actually makes at that point. Use the torque and RPM that occur together.
Treating the 5252 crossover as a real engine event. Nothing physical happens at 5252 RPM. It is only where the imperial HP and lb·ft numbers happen to be equal because of the constant. An engine redlining below 5252 never shows the crossover at all, and metric curves do not cross there.
Privacy
Every calculation, the 5252 formula, the metric 9549 form and all the unit conversions, is plain JavaScript that runs in your browser tab. No torque figure, power rating or RPM ever leaves the page, and there is no logging of what you typed. The one caveat is the shareable URL, which encodes your inputs in the query string, so a share link pasted into chat records those numbers in the recipient server access log. For confidential pre-release engine data, use the copy button and paste the text instead.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.