Home › Unit Conversion › Days to Weeks
Days to Weeks (d to wk)
Convert days to weeks: 1 d = 0.142857 wk. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 d = 0.142857 wk
weeks = days × 0.1428571429 — reverse: days = weeks × 7
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 d = 0.714286 wk
- 12.5 d = 1.78571 wk
- 100 d = 14.2857 wk
Days to weeks conversion table
| Days (d) | Weeks (wk) |
|---|---|
| 1 | 0.142857 |
| 2 | 0.285714 |
| 3 | 0.428571 |
| 4 | 0.571429 |
| 5 | 0.714286 |
| 6 | 0.857143 |
| 7 | 1 |
| 8 | 1.14286 |
| 9 | 1.28571 |
| 10 | 1.42857 |
| 15 | 2.14286 |
| 20 | 2.85714 |
| 25 | 3.57143 |
| 30 | 4.28571 |
| 40 | 5.71429 |
| 50 | 7.14286 |
| 75 | 10.7143 |
| 100 | 14.2857 |
| 200 | 28.5714 |
| 250 | 35.7143 |
| 500 | 71.4286 |
| 1000 | 142.857 |
FAQ
How many weeks are in one day?
1 d = 0.142857 wk. 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 days to weeks?
Multiply the value in days by 0.1428571429: weeks = days × 0.1428571429. For example, 5 d = 0.714286 wk.
How do I convert weeks back to days?
Multiply by the inverse factor 7 (days = weeks × 7), or use the weeks-to-days page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=day&to_unit=week - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"day","to_unit":"week"} - Markdown: https://tttkmbb.com/conversion/days-to-weeks.md · JSON: https://tttkmbb.com/conversion/days-to-weeks.json (add
?value=for a result) · Units: /api/v1/units?quantity=time - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.