MPH to Knot

Convert miles per hour to knots with configurable decimal precision

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

Example Results

1 examples

Convert road speed to knots

Translate mph into nautical knots for navigation or wind-speed comparisons

{
  "result": {
    "mph": 10,
    "knots": 8.6898
  }
}
View input parameters
{ "mph": "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 miles per hour (mph) to knots (nautical miles per hour) with our precise online calculator. Whether you are analyzing wind speeds, planning marine navigation, or comparing meteorological data, this tool provides instant conversions using the standard ratio of 1 mph to 0.8689762419 knots, complete with customizable decimal precision.

When to Use

  • When translating terrestrial wind speeds or vehicle speeds from miles per hour into nautical knots for marine navigation.
  • When comparing meteorological forecasts or storm tracking data that mix mph and knots.
  • When performing scientific or engineering calculations that require precise speed conversions with configurable decimal rounding.

How It Works

  • Enter the speed value in miles per hour (mph) into the input field.
  • Adjust the decimal precision setting (from 0 to 10 decimal places) to control the rounding of your output.
  • The tool multiplies the input by 0.8689762419 and outputs the result in knots instantly.

Use Cases

Marine trip planning where road-based wind forecasts in mph need to be converted to knots for sailing logs.
Aviation flight preparation to standardize wind speed reports from local weather stations.
Academic physics or geography homework verification requiring precise unit conversions.

Examples

1. Converting Coastal Wind Speeds for Sailing

Sailing Instructor
Background
A sailing instructor is preparing a safety briefing for students using a local weather report that lists wind speeds in miles per hour.
Problem
The students' marine charts and wind instruments use knots, requiring a quick and accurate conversion of a 15 mph wind speed.
How to Use
Input '15' in the Miles per hour field and set the decimal precision to 2.
Example Config
{"mph": "15", "precision": 2}
Outcome
The tool outputs 13.03 knots, allowing the instructor to deliver clear, standardized safety limits to the class.

2. Standardizing Storm Tracking Data

Meteorology Student
Background
A student is compiling a research paper on tropical storms and needs to compare historical storm advisory speeds recorded in mph with modern nautical datasets.
Problem
Converting a high-velocity wind speed of 120 mph to knots with high precision to maintain scientific accuracy.
How to Use
Input '120' in the Miles per hour field and set the decimal precision to 6.
Example Config
{"mph": "120", "precision": 6}
Outcome
The tool calculates the speed as exactly 104.277149 knots, providing the precise data needed for the academic report.

Try with Samples

math-&-numbers

Related Hubs

FAQ

What is the conversion formula from mph to knots?

The conversion uses the formula: Knots = MPH × 0.8689762419.

Can I control the decimal precision of the converted speed?

Yes, you can configure the decimal precision from 0 up to 10 decimal places to suit your reporting needs.

Is a knot faster or slower than a mile per hour?

A knot is faster; 1 knot is approximately equal to 1.15078 mph, meaning a speed in knots will have a lower numerical value than in mph.

What industries commonly convert mph to knots?

Aviation, marine navigation, meteorology, and sailing frequently convert terrestrial speeds to knots.

Does this tool require any software installation?

No, this is a web-based utility that performs conversions instantly in your browser.

API Documentation

Request Endpoint

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

Request Parameters

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