Convert Days to Weeks
online days to weeks converter with 7-day calendar or 5-day business-week modes plus day-remainder split. Client-side, instant.
Turn days into weeks using the 7-day civil week (default) or the 5-day business week. Shows the whole-weeks-plus-leftover-days split and bonus conversions to bi-weeks and months.
How to Use Convert Days to Weeks
- Enter your days in the input field. Decimals and negatives both work.
- Pick week definition. Default is the 7-day calendar week. Switch to "Business week (5 days)" if you're quoting work-week durations - e.g., 10 vacation days is 2 business weeks but only 1.43 calendar weeks.
- Live preview. The result updates with every keystroke; no button press needed unless you want the confirmation toast.
- Read the "Weeks" cell for the primary decimal answer. Check the "Split" cell for a cleaner whole-weeks-plus-leftover-days phrasing - often what you actually want in a status update.
- Bonus conversions. Bi-weeks divides by 14 (common for biweekly payroll). Months (Gregorian avg) uses 30.436875 d/mo, useful for long durations.
- Copy or download. The breakdown text names the mode so anyone reading it knows whether you meant calendar or business weeks.
Frequently Asked Questions
How many days are in a week?
Seven in the civil/ISO/calendar week – this one is universal across cultures that use the seven-day week (which is most of the world). The business-week convention uses five days (Monday through Friday). The calculator defaults to 7 but lets you pick 5 for work-week contexts.
When should I use the 5-day business-week mode?
Whenever the “days” you’re counting are work days, not calendar days. HR systems use it for vacation days (“10 days off = 2 business weeks”). Project estimates often use it for effort (“15 engineer-days = 3 business-weeks of work”). Calendar weeks still measure wall-clock time.
Why is 7 days only 1.4 business-weeks?
Because a 7-day calendar span only contains 5 business days. So dividing 7 real days by 5 business-days-per-week gives 1.4. This is why “I’ll get it done in 1 week” sometimes surprises people – it’s 5 work days, not 7.
What about the ISO week-of-year?
That’s a different concept – ISO 8601 numbers weeks within a calendar year (week 1, week 2, …), not durations. ISO weeks always start on Monday. The tool here doesn’t compute ISO week numbers; use a date-to-ISO-week tool for that.
Does this handle fortnights?
Yes – the “Bi-weeks / fortnights” output is days ÷ 14. Bi-weekly (US) and fortnightly (UK/AU/NZ) payroll cycles both use 14-day periods. 28 days = 2 fortnights; 365 days ≈ 26 fortnights per year.
Can I convert negative days?
Yes. -10 days = -1.428571 weeks, with the split shown as “1 week + 3 days” preceded by a minus sign. Useful for relative offsets (“the deadline was 2 weeks ago”).
How is this different from “weeks between two dates”?
A date-difference tool subtracts calendar dates and gives the real number of days between them, then (optionally) divides by 7. This tool takes a day count as input without looking at a calendar. Either way the math is days ÷ 7, but date-diff tools can also report weekdays, which this one doesn’t.
How precise is the calculation?
Exact to JavaScript double precision (about 15 significant digits). The display rounds to 6 decimals. Integers come through exactly – 14 days rounds to precisely 2 weeks, not 1.999999.
How do I go the other way (weeks to days)?
Multiply weeks by 7 for calendar weeks, or by 5 for business weeks. Our dedicated weeks-to-days converter also exposes both modes plus the bi-weekly/fortnight pivot.
Is the tool free, offline, and private?
Yes. Plain arithmetic in your browser, no upload, no tracking, no account. Load once and it works offline indefinitely.