Knot to MPH

Convert knots to miles per hour with configurable decimal precision

Enter knots and convert to miles per hour using 1 knot = 1.150779448 mph.

Example Results

1 examples

Convert marine speed to mph

Translate a vessel or wind speed in knots into miles per hour

{
  "result": {
    "knots": 10,
    "mph": 11.5078
  }
}
View input parameters
{ "knots": "10", "precision": 4 }

Key Facts

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

Overview

Easily convert speed from knots to miles per hour (MPH) with high precision. This utility tool applies the standard conversion factor of 1 knot to 1.150779448 mph, allowing you to customize the decimal precision of your output for marine, aviation, or meteorological calculations.

When to Use

  • When translating marine vessel speeds from knots to standard land-based miles per hour.
  • When analyzing meteorological wind speed data recorded in knots for public weather advisories.
  • When converting aviation flight speeds or wind shear reports into miles per hour for flight planning.

How It Works

  • Enter the speed value in knots into the input field.
  • Specify your desired decimal precision between 0 and 10 digits (defaults to 4).
  • The tool multiplies the input by 1.150779448 to calculate the exact speed in miles per hour.
  • View the converted result instantly in structured JSON format.

Use Cases

Converting cruise ship or yacht speeds to miles per hour for passenger itineraries.
Translating hurricane or tropical storm wind speeds from knots to mph for news broadcasts.
Comparing aircraft airspeed indicators calibrated in knots against ground speeds in mph.

Examples

1. Converting Marine Vessel Speed

Marine Navigator
Background
A yacht navigator needs to explain the vessel's cruising speed of 18 knots to passengers who only understand miles per hour.
Problem
Convert 18 knots to mph with a clean, two-decimal precision.
How to Use
Input '18' in the Knots field and set the Decimal Precision to '2'.
Example Config
{
  "knots": "18",
  "precision": 2
}
Outcome
The tool outputs a speed of 20.71 mph.

2. Meteorological Wind Speed Conversion

Meteorologist
Background
A weather station records a peak wind gust of 45 knots during a storm and needs to publish this in a public report using miles per hour.
Problem
Convert 45 knots to mph with high precision (5 decimal places) for scientific archiving.
How to Use
Enter '45' in the Knots field and set the Decimal Precision to '5'.
Example Config
{
  "knots": "45",
  "precision": 5
}
Outcome
The tool outputs a speed of 51.78508 mph.

Try with Samples

math-&-numbers

Related Hubs

FAQ

What is the exact conversion rate from knots to mph?

One knot is equal to exactly 1.150779448 miles per hour.

Can I control the decimal rounding of the output?

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

Is this tool suitable for aviation and marine calculations?

Yes, it uses the standard international nautical mile conversion factor suitable for marine and aviation contexts.

What happens if I do not specify a decimal precision?

The tool defaults to a precision of 4 decimal places for the converted mph value.

Does this tool support bulk conversions?

This tool is designed for single speed conversions per request to ensure high accuracy and instant results.

API Documentation

Request Endpoint

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

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-mph": {
      "name": "knot-to-mph",
      "description": "Convert knots to miles per hour with configurable decimal precision",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=knot-to-mph",
      "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]