Power ÷ weight in W/kg, hp/ton and kW/kg — cars and cycling, forward and reverse, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
What this tool does
Free power-to-weight ratio calculator for cars, motorcycles and cycling. Enter power in horsepower or kilowatts and weight in kilograms or pounds, and read the ratio three ways at once: watts per kilogram for riders, horsepower per ton for car spec sheets, and kW/kg for engineers. The car world quotes hp/ton because it tracks acceleration better than raw power, while cyclists live by W/kg because it predicts how fast you climb. Switch to reverse mode to work the problem backwards: set a target ratio and the tool tells you how much power you need to add, or how much weight you need to shed, to reach it. A built-in cycling scale labels your W/kg against recreational, amateur and pro-level benchmarks (a Tour rider holds above 5.5 W/kg for twenty minutes). Every number updates live, one click copies the full result, and a shareable link reproduces your exact inputs. 100% client-side, nothing is 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 Power-to-Weight Ratio 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 Horsepower Torque Calculator 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 Open
- 2 Cycling FTP Calculator 20-min power × 0.95 = FTP — Coggan 7 power zones, watts and W/kg, one-click copy — runs in your browser Open
- 3 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
Real-world use cases
Compare two cars on the spec that actually matters
A 250 hp sedan at 1600 kg and a 200 hp coupe at 1100 kg look like the faster car is obvious — until you divide. The sedan is 156 hp/ton, the coupe 182. Punch both into the tool and the lighter, lower-power car wins on power-to-weight, which is what you feel off the line. This is the number to trust when raw horsepower figures tempt you into the wrong choice.
Set a climbing target before a sportive or race
You weigh 72 kg and want to hold 4.5 W/kg up the queen stage climb. Enter the target and your weight in reverse mode, and the tool shows you need 324 watts at threshold. Now you have a concrete training number, not a vague goal, and you know whether this season's FTP test puts the result in reach.
Decide whether to add power or drop weight
Sitting at 3.8 W/kg and chasing 4.2, you can train for more watts or lose body mass. Reverse mode quantifies both paths: it might be 28 more watts, or 4.5 kg lost, or a split. Seeing the exact trade lets you pick the realistic lever instead of guessing, and the same logic works for a track car deciding between a tune and a weight strip.
Sanity-check an EV motor swap or build
An electric build lists a 150 kW motor and a 1250 kg curb weight. The tool converts 150 kW to about 201 hp, then reports 161 hp/ton and 120 W/kg, so you can line the build up against a known benchmark car before committing to parts. Switching the power unit to hp leaves every downstream ratio consistent.
Common pitfalls
Mixing up metric tons and pounds. hp/ton in this tool means horsepower per metric ton (1000 kg). If you feed weight in pounds without switching the unit, the ratio is off by a factor of 2.2. Pick the weight unit first, and the labels confirm what the result is measured against.
Forgetting bike and gear weight for cycling W/kg. On a climb, gravity acts on you plus the bike, bottles and kit — often 8 to 10 kg extra. A W/kg figured on body weight alone overstates your real climbing ratio, so for honest climb predictions add the system weight, not just your own.
Comparing peak power against sustained power. A car's quoted peak hp and a cyclist's twenty-minute threshold are different beasts. Quoting a 6 W/kg sprint number as if it were a climbing figure flatters you badly — use the sustained power that matches the effort you actually care about.
Privacy
Every calculation — the W/kg, hp/ton and kW/kg ratios, the unit conversions and the reverse-mode targets — is plain JavaScript running in your browser tab. No power figure, weight or training number ever leaves the page, and nothing is logged. The one caveat: the shareable link encodes your inputs in the query string, so a link pasted into chat will record those values in the recipient server's access log. If your weight or power numbers are private, use the copy button and paste the text instead of sharing the URL.
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.