Knot to KMH

Convert knots to kilometers per hour with configurable decimal precision

Enter knots and convert to kilometers per hour using 1 knot = 1.852 km/h.

Example Results

1 examples

Convert knots to km/h

Turn nautical speed readings into kilometers per hour

{
  "result": {
    "knots": 10,
    "kmh": 18.52
  }
}
View input parameters
{ "knots": "10", "precision": 4 }

Key Facts

Category
Math, Date & Finance
Input Types
text, number
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The Knot to KMH converter allows you to instantly translate nautical speed measurements in knots to kilometers per hour (km/h) using the standard conversion factor of 1 knot = 1.852 km/h, complete with customizable decimal precision.

When to Use

  • When analyzing marine navigation logs or meteorological wind reports that use knots and you need to present them in metric speed units.
  • When planning sailing trips or flights and comparing speeds across different regional standards that require kilometers per hour.
  • When teaching or studying physics, geography, or aviation and requiring quick, precise speed conversions.

How It Works

  • Enter the speed value in knots into the input field.
  • Specify your desired decimal precision (from 0 to 10 decimal places) to control the rounding of the output.
  • The tool multiplies the knots by 1.852 and formats the result to your chosen decimal precision.

Use Cases

Converting marine vessel speeds from knots to km/h for coastal navigation logs.
Translating aviation wind speeds or aircraft cruise speeds for metric-based flight reports.
Standardizing meteorological data where wind speeds are recorded in knots by weather stations.

Examples

1. Converting Marine Vessel Cruise Speed

Marine Navigator
Background
A yacht navigator is preparing a voyage report for a port authority that requires all speeds to be documented in kilometers per hour instead of knots.
Problem
The yacht's cruising speed is recorded as 15.5 knots, and it needs to be converted accurately to km/h with 2 decimal places.
How to Use
Enter '15.5' in the Knots field and set the Decimal Precision to '2'.
Example Config
{
  "knots": "15.5",
  "precision": 2
}
Outcome
The tool outputs a speed of 28.71 km/h.

2. Aviation Wind Speed Conversion

Flight Planner
Background
A flight planner receives a meteorological terminal air report (METAR) indicating wind speeds of 25 knots.
Problem
The local ground crew requires the wind speed in kilometers per hour for safety compliance checks.
How to Use
Input '25' in the Knots field and leave the precision at the default value of 4.
Example Config
{
  "knots": "25",
  "precision": 4
}
Outcome
The tool converts the speed to exactly 46.3 km/h.

Try with Samples

math-&-numbers

Related Hubs

FAQ

What is the conversion formula used from knots to km/h?

The tool uses the standard international conversion factor where 1 knot equals exactly 1.852 kilometers per hour.

Can I customize the decimal precision of the output?

Yes, you can set the decimal precision anywhere from 0 to 10 decimal places using the precision option.

Is this converter suitable for aviation and marine speeds?

Yes, both aviation and marine industries use the standard nautical knot, which converts to km/h using this exact ratio.

What happens if I leave the decimal precision field blank?

The tool defaults to a precision of 4 decimal places for the converted km/h value.

Can I convert fractional or decimal knot values?

Yes, you can input decimal values (e.g., 12.5 knots) to get an accurate conversion to km/h.

API Documentation

Request Endpoint

POST /en/api/tools/knot-to-kmh

Request Parameters

Parameter Name Type Required Description
knots text Yes -
precision number No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-knot-to-kmh": {
      "name": "knot-to-kmh",
      "description": "Convert knots to kilometers per hour with configurable decimal precision",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=knot-to-kmh",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]