Home › Unit Conversion › Nautical miles to Kilometers
Nautical miles to Kilometers (nmi to km)
Convert nautical miles to kilometers: 1 nmi = 1.852 km. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 nmi = 1.852 km
kilometers = nautical miles × 1.852 — reverse: nautical miles = kilometers × 0.5399568035
The factor is derived from the SI definitions of both units (base unit: m) 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 nmi = 9.26 km
- 12.5 nmi = 23.15 km
- 100 nmi = 185.2 km
Nautical miles to kilometers conversion table
| Nautical miles (nmi) | Kilometers (km) |
|---|---|
| 1 | 1.852 |
| 2 | 3.704 |
| 3 | 5.556 |
| 4 | 7.408 |
| 5 | 9.26 |
| 6 | 11.112 |
| 7 | 12.964 |
| 8 | 14.816 |
| 9 | 16.668 |
| 10 | 18.52 |
| 15 | 27.78 |
| 20 | 37.04 |
| 25 | 46.3 |
| 30 | 55.56 |
| 40 | 74.08 |
| 50 | 92.6 |
| 75 | 138.9 |
| 100 | 185.2 |
| 200 | 370.4 |
| 250 | 463 |
| 500 | 926 |
| 1000 | 1852 |
FAQ
How many kilometers are in one nautical mile?
1 nmi = 1.852 km. 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 nautical miles to kilometers?
Multiply the value in nautical miles by 1.852: kilometers = nautical miles × 1.852. For example, 5 nmi = 9.26 km.
How do I convert kilometers back to nautical miles?
Multiply by the inverse factor 0.5399568035 (nautical miles = kilometers × 0.5399568035), or use the kilometers-to-nautical miles page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=nmi&to_unit=km - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"nmi","to_unit":"km"} - Markdown: https://tttkmbb.com/conversion/nautical-miles-to-km.md · JSON: https://tttkmbb.com/conversion/nautical-miles-to-km.json (add
?value=for a result) · Units: /api/v1/units?quantity=length - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.