m/s to B
Snapshot
1 Meters per second equals 1 Beaufort. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion is threshold-based and maps values to the nearest valid Beaufort level.
- Example: For 0.836 Meters per second, the mapped result equals 1 Beaufort.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
1 Beaufort (B)
SwitchMachine access
Available to apps and AI agents
m/s to B can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
beaufort-scale- Source unit
meter_per_second- Target unit
beaufort
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "beaufort-scale",
"value": 1,
"from": "meter_per_second",
"to": "beaufort"
}Essential response
{
"ok": true,
"conversion": {
"family": "beaufort-scale",
"value": 1,
"from": "meter_per_second",
"to": "beaufort",
"result": {
"raw": 1,
"display": "1"
},
"canonicalPath": "/beaufort-scale/meters-per-second-to-beaufort/"
}
}Explanation
Formula: B = round((v / 0.836)^(2/3)), clamped to 0-12 after normalizing speed to m/s. Why: the reverse route maps continuous wind speed into the nearest discrete Beaufort force level.
Meters per second (m/s): the SI unit of speed and the canonical wind-speed basis used in this Beaufort model.
Beaufort (B): a standardized empirical wind-force scale from 0 to 12 used to describe observed wind conditions.
This route is useful when classifying measured meters per second wind speeds into standard Beaufort force levels for charts, marine conditions, and weather reporting.
This conversion is not a simple shared factor in every direction: Beaufort routes use a standardized wind-force mapping, and reverse pages round to the nearest valid force level and clamp results to 0 through 12.
Common Conversion Values
| Meters per second (m/s) | Beaufort (B) |
|---|---|
| 0 | 0 |
| 0.836 | 1 |
| 2.364565 | 2 |
| 4.343983 | 3 |
| 6.688 | 4 |
| 9.346764 | 5 |
| 12.286641 | 6 |
| 15.482937 | 7 |
| 18.916521 | 8 |
| 22.572 | 9 |
| 26.436641 | 10 |
| 30.499682 | 11 |
| 34.751867 | 12 |
Questions & answers
Frequently Asked Questions
What standard is used for Beaufort conversion?
This page uses v = 0.836 * B^(3/2) at 10 m over open water, with exact unit factors for m/s, km/h, mph, and knots.
How is speed to Beaufort handled?
Reverse pages compute B = (v / 0.836)^(2/3), then round to the nearest integer and clamp the result to 0 through 12.
How do I switch direction?
Use Switch Units to open the dedicated mirror page for the reverse conversion.