Force Unit Converter
Convert force between newtons, kilonewtons, dynes, kilogram-force (kgf), pound-force (lbf), ounce-force, poundals, and ton-force units at once. Enter one value, pick its unit, and see the equivalent in all 12 units.
Input
Output
| Unit | Value |
|---|---|
| No data yet | |
Guides
The Force Unit Converter turns a single force measurement into its equivalent across twelve units at once. Enter one value, choose the unit it is expressed in, and the tool instantly builds a table showing the same force in newtons, kilonewtons, meganewtons, dynes, kilogram-force, gram-force, metric ton-force, pound-force, ounce-force, poundals, US (short) ton-force, and UK (long) ton-force.
Force is what physics and engineering use to describe a push or a pull, and different fields favour different units. The SI world works in newtons (N), where one newton accelerates one kilogram at one metre per second squared. Older metric and gravitational systems use kilogram-force (kgf) and dynes, while imperial and US engineering leans on pound-force (lbf) and ounce-force. This converter bridges all of them without hunting for factors.
How to use it
- Type the amount you want to convert into the Amount box.
- Pick the unit that amount is in from the Unit list.
- Optionally set the Decimal precision (0 to 10 places) for how the results are rounded.
The results table updates automatically. Very large or very small results are shown in scientific notation so nothing is lost to rounding. Use the copy and download buttons to grab every conversion as CSV.
Common force references
Real-world magnitudes help sanity-check a conversion:
- Earth gravity on a 1 kg mass: about 9.81 N (2.20 lbf)
- Average push to open a door: about 50 N (11.2 lbf)
- Weight of an average adult: about 686 N (154 lbf)
- Compact car weight: about 12,000 N (2,700 lbf)
- A Boeing 747 engine at max thrust: about 282,000 N (63,400 lbf)
- Saturn V rocket thrust: about 34,000,000 N (7,644,000 lbf)
What is the difference between newton and kilogram-force?
A newton is the SI unit of force. A kilogram-force is the weight of one kilogram under standard Earth gravity, which equals 9.80665 N exactly. So 1 kgf and 1 kg "weight" describe the same everyday pull, but only the newton is a pure force unit independent of gravity.
How do I convert pound-force to newtons?
Multiply pound-force by 4.4482216152605 to get newtons, so 100 lbf is about 444.82 N. This tool applies that factor for you and shows the reverse conversions in the same table.
Is pound-force the same as pound (mass)?
No. Pound-mass (lb) measures how much matter an object contains, while pound-force (lbf) measures the gravitational pull on one pound-mass at standard gravity. The poundal is the related unit that keeps pound-mass in a fully consistent imperial system.
Why do short ton-force and long ton-force differ?
They are built on different tons: the US short ton (2,000 lb) gives about 8,896 N of force, while the UK long ton (2,240 lb) gives about 9,964 N. The tool lists both so you never mix them up.
Privacy
Every conversion runs entirely in your browser. Nothing you enter is sent to a server, logged, or stored, so you can use the tool for sensitive engineering figures with confidence.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/force-unit-converter \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"value": "1",
"fromUnit": "kgf",
"precision": "4"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `force-unit-converter` tool (Force Unit Converter) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.