Home › Unit Conversion › Minutes to Hours
Minutes to Hours (min to h)
Convert minutes to hours: 1 min = 0.0166667 h. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 min = 0.0166667 h
hours = minutes × 0.01666666667 — reverse: minutes = hours × 60
The factor is derived from the SI definitions of both units (base unit: s) 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 min = 0.0833333 h
- 12.5 min = 0.208333 h
- 100 min = 1.66667 h
Minutes to hours conversion table
| Minutes (min) | Hours (h) |
|---|---|
| 1 | 0.0166667 |
| 2 | 0.0333333 |
| 3 | 0.05 |
| 4 | 0.0666667 |
| 5 | 0.0833333 |
| 6 | 0.1 |
| 7 | 0.116667 |
| 8 | 0.133333 |
| 9 | 0.15 |
| 10 | 0.166667 |
| 15 | 0.25 |
| 20 | 0.333333 |
| 25 | 0.416667 |
| 30 | 0.5 |
| 40 | 0.666667 |
| 50 | 0.833333 |
| 75 | 1.25 |
| 100 | 1.66667 |
| 200 | 3.33333 |
| 250 | 4.16667 |
| 500 | 8.33333 |
| 1000 | 16.6667 |
FAQ
How many hours are in one minute?
1 min = 0.0166667 h. 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 minutes to hours?
Multiply the value in minutes by 0.01666666667: hours = minutes × 0.01666666667. For example, 5 min = 0.0833333 h.
How do I convert hours back to minutes?
Multiply by the inverse factor 60 (minutes = hours × 60), or use the hours-to-minutes page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=min&to_unit=h - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"min","to_unit":"h"} - Markdown: https://tttkmbb.com/conversion/minutes-to-hours.md · JSON: https://tttkmbb.com/conversion/minutes-to-hours.json (add
?value=for a result) · Units: /api/v1/units?quantity=time - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.