Home › Unit Conversion › Hours to Days
Hours to Days (h to d)
Convert hours to days: 1 h = 0.0416667 d. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 h = 0.0416667 d
days = hours × 0.04166666667 — reverse: hours = days × 24
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 h = 0.208333 d
- 12.5 h = 0.520833 d
- 100 h = 4.16667 d
Hours to days conversion table
| Hours (h) | Days (d) |
|---|---|
| 1 | 0.0416667 |
| 2 | 0.0833333 |
| 3 | 0.125 |
| 4 | 0.166667 |
| 5 | 0.208333 |
| 6 | 0.25 |
| 7 | 0.291667 |
| 8 | 0.333333 |
| 9 | 0.375 |
| 10 | 0.416667 |
| 15 | 0.625 |
| 20 | 0.833333 |
| 25 | 1.04167 |
| 30 | 1.25 |
| 40 | 1.66667 |
| 50 | 2.08333 |
| 75 | 3.125 |
| 100 | 4.16667 |
| 200 | 8.33333 |
| 250 | 10.4167 |
| 500 | 20.8333 |
| 1000 | 41.6667 |
FAQ
How many days are in one hour?
1 h = 0.0416667 d. 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 hours to days?
Multiply the value in hours by 0.04166666667: days = hours × 0.04166666667. For example, 5 h = 0.208333 d.
How do I convert days back to hours?
Multiply by the inverse factor 24 (hours = days × 24), or use the days-to-hours page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=h&to_unit=day - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"h","to_unit":"day"} - Markdown: https://tttkmbb.com/conversion/hours-to-days.md · JSON: https://tttkmbb.com/conversion/hours-to-days.json (add
?value=for a result) · Units: /api/v1/units?quantity=time - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.