Home › Unit Conversion › Dynes to Newtons
Dynes to Newtons (dyn to N)
Convert dynes to newtons: 1 dyn = 0.00001 N. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 dyn = 0.00001 N
newtons = dynes × 0.00001 — reverse: dynes = newtons × 100000
The factor is derived from the SI definitions of both units (base unit: N) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 5 dyn = 0.00005 N
- 12.5 dyn = 0.000125 N
- 100 dyn = 0.001 N
Dynes to newtons conversion table
| Dynes (dyn) | Newtons (N) |
|---|---|
| 1 | 0.00001 |
| 2 | 0.00002 |
| 3 | 0.00003 |
| 4 | 0.00004 |
| 5 | 0.00005 |
| 6 | 0.00006 |
| 7 | 0.00007 |
| 8 | 0.00008 |
| 9 | 0.00009 |
| 10 | 0.0001 |
| 15 | 0.00015 |
| 20 | 0.0002 |
| 25 | 0.00025 |
| 30 | 0.0003 |
| 40 | 0.0004 |
| 50 | 0.0005 |
| 75 | 0.00075 |
| 100 | 0.001 |
| 200 | 0.002 |
| 250 | 0.0025 |
| 500 | 0.005 |
| 1000 | 0.01 |
FAQ
How many newtons are in one dyne?
1 dyn = 0.00001 N. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures.
What is the formula to convert dynes to newtons?
Multiply the value in dynes by 0.00001: newtons = dynes × 0.00001. For example, 5 dyn = 0.00005 N.
How do I convert newtons back to dynes?
Multiply by the inverse factor 100000 (dynes = newtons × 100000), or use the newtons-to-dynes page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=dyn&to_unit=N - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"dyn","to_unit":"N"} - Markdown: https://tttkmbb.com/conversion/dynes-to-newtons.md · JSON: https://tttkmbb.com/conversion/dynes-to-newtons.json (add
?value=for a result) · Units: /api/v1/units?quantity=force - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.