Home › Unit Conversion › Minutes to Days
Minutes to Days (min to d)
Convert minutes to days: 1 min = 0.000694444 d. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 min = 0.000694444 d
days = minutes × 0.0006944444444 — reverse: minutes = days × 1440
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.00347222 d
- 12.5 min = 0.00868056 d
- 100 min = 0.0694444 d
Minutes to days conversion table
| Minutes (min) | Days (d) |
|---|---|
| 1 | 0.000694444 |
| 2 | 0.00138889 |
| 3 | 0.00208333 |
| 4 | 0.00277778 |
| 5 | 0.00347222 |
| 6 | 0.00416667 |
| 7 | 0.00486111 |
| 8 | 0.00555556 |
| 9 | 0.00625 |
| 10 | 0.00694444 |
| 15 | 0.0104167 |
| 20 | 0.0138889 |
| 25 | 0.0173611 |
| 30 | 0.0208333 |
| 40 | 0.0277778 |
| 50 | 0.0347222 |
| 75 | 0.0520833 |
| 100 | 0.0694444 |
| 200 | 0.138889 |
| 250 | 0.173611 |
| 500 | 0.347222 |
| 1000 | 0.694444 |
FAQ
How many days are in one minute?
1 min = 0.000694444 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 minutes to days?
Multiply the value in minutes by 0.0006944444444: days = minutes × 0.0006944444444. For example, 5 min = 0.00347222 d.
How do I convert days back to minutes?
Multiply by the inverse factor 1440 (minutes = days × 1440), or use the days-to-minutes page.
Related conversions
- Days to minutes (reverse)
- Time Converter — all time units in one tool
- Hours to Minutes
- Minutes to Hours
- Minutes to Seconds
- Seconds to Minutes
- Days to Hours
- Hours to Days
- Weeks to Days
- Days to Weeks
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=min&to_unit=day - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"min","to_unit":"day"} - Markdown: https://tttkmbb.com/conversion/minutes-to-days.md · JSON: https://tttkmbb.com/conversion/minutes-to-days.json (add
?value=for a result) · Units: /api/v1/units?quantity=time - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.