Days to Weeks Converter
100 days equals 14.2857 weeks, or 14 weeks and 2 days. This days to weeks converter switches between the two units in either direction. Enter a number of days to see the decimal-weeks equivalent alongside a whole-weeks-plus-remainder-days breakdown, or enter a number of weeks, including fractional values like 2.5, to see the matching total in days. Both directions also show the total in hours so you can compare a span of time on three scales at once. The decimal form is useful for spreadsheets, growth-rate math, and anywhere you need a single continuous number. The whole-weeks-plus-remainder-days form is usually more useful for scheduling, because it matches how people actually read a calendar: 100 days out from today is not a clean 14.2857-week mark, it is 14 full weeks and then 2 extra days. This tool gives you both readings from a single input so you do not have to do the division and the remainder math by hand.
Quick answer
One week is always 7 days, so dividing a day count by 7 gives the decimal-weeks equivalent.
What this tells you
- •One week is always 7 days, so dividing a day count by 7 gives the decimal-weeks equivalent.
- •The whole-weeks-plus-remainder-days form comes from floor division: divide by 7 and round down for the whole weeks, then whatever is left over is the remainder in days.
- •Converting weeks to days is the reverse operation: multiply the number of weeks by 7.
- •Fractional weeks, such as 2.5 or 14.5, are valid input and convert to a fractional or whole number of days depending on the value.
- •Total hours are shown alongside the day and week totals, calculated as days times 24.
- •An approximate month count is included as a rough reference only, based on the average Gregorian month length of 30.44 days, since real months vary from 28 to 31 days.
- •Zero is accepted as a valid input in either direction and simply returns zero for every result field.
How to Use
- 1Choose a direction using the mode selector: Days to weeks or Weeks to days.
- 2In Days to weeks mode, enter the number of days you want to convert, such as 100 or 21.
- 3In Weeks to days mode, enter the number of weeks, including decimals like 2.5 or 14.5 if your span is not a whole number of weeks.
- 4Click Calculate to see the decimal-weeks value, the whole-weeks-plus-remainder-days breakdown, the total in hours, and an approximate month count.
- 5Use the decimal figure for spreadsheets or further math, and use the whole-weeks-plus-remainder-days figure when you are marking a date on a calendar or explaining a timeline to someone else.
How It Works
Formula
decimal weeks = days / 7. whole weeks = floor(days / 7). remainder days = days mod 7. days = weeks x 7.A week is a fixed unit of exactly 7 days, so converting days to weeks is a single division by 7, and converting weeks to days is a single multiplication by 7. The decimal-weeks result keeps the full precision of that division, for example 100 / 7 = 14.2857 weeks. The whole-weeks-plus-remainder-days form splits that same value into two pieces that map onto a real calendar: the whole weeks come from rounding the division down, or floor(days / 7), and the remainder days come from the modulo operation, days mod 7, which is whatever is left over after removing the full weeks. For 100 days, floor(100 / 7) = 14 whole weeks, and 100 mod 7 = 2 remainder days, so the breakdown reads 14 weeks and 2 days. Converting from weeks to days first multiplies the entered weeks by 7 to get a total day count, and then that same whole-weeks-plus-remainder-days breakdown is applied to the result so both directions read the same way.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Converting a 100-day project timeline into weeks
100 / 7 = 14.2857 decimal weeks. Floor(100 / 7) = 14 whole weeks, and 100 mod 7 = 2 remainder days, so the calendar-friendly reading is 14 weeks and 2 days. At 24 hours per day, 100 days is also 2,400 hours.
Converting exactly 3 weeks worth of days
21 / 7 = 3 decimal weeks with no fractional part, and 21 mod 7 = 0, so the breakdown is a clean 3 weeks and 0 days. This is the case where the decimal form and the whole-weeks form agree exactly.
Converting 2.5 weeks of parental leave into days
2.5 x 7 = 17.5 total days. Applying the same breakdown to that total gives floor(17.5 / 7) = 2 whole weeks and 17.5 mod 7 = 3.5 remainder days, so the result reads 2 weeks and 3.5 days. In hours, 17.5 days is 420 hours.
Converting a full year of 365 days into weeks
365 / 7 = 52.1429 decimal weeks, which is the standard reference for how many weeks are in a calendar year. Floor(365 / 7) = 52 whole weeks and 365 mod 7 = 1 remainder day, which is why a non-leap year runs one day longer than exactly 52 weeks.
Common Day Counts Converted to Weeks
Frequently looked up day totals shown as decimal weeks and as a whole-weeks-plus-remainder-days breakdown.
| Days | Decimal weeks | Whole weeks + remainder days |
|---|---|---|
| 7 | 1 | 1 week 0 days |
| 14 | 2 | 2 weeks 0 days |
| 21 | 3 | 3 weeks 0 days |
| 30 | 4.2857 | 4 weeks 2 days |
| 60 | 8.5714 | 8 weeks 4 days |
| 90 | 12.8571 | 12 weeks 6 days |
| 180 | 25.7143 | 25 weeks 5 days |
| 365 | 52.1429 | 52 weeks 1 day |
30, 60, 90, and 180 days do not divide evenly by 7, which is why they land on a remainder rather than a clean whole number of weeks. Only multiples of 7, such as 7, 14, and 21 days, convert to a whole number of weeks with no remainder.
Decimal weeks vs. whole weeks and days
A decimal-weeks figure like 14.2857 is exact, but it is not how most people think about a calendar span. Nobody schedules something for 0.2857 of a week from now. The whole-weeks-plus-remainder-days form solves that by splitting the same value into a count you can actually count off on a calendar: full 7-day weeks, plus a small number of extra days. That is why this converter always shows both forms side by side instead of picking one.
The two forms are mathematically identical, just formatted differently. Decimal weeks come from ordinary division, days divided by 7. The whole-weeks-plus-remainder-days form comes from floor division for the whole-week count and a modulo operation for the leftover days. Floor division rounds down to the nearest whole week rather than the nearest whole number, so 14.9 weeks still floors to 14 whole weeks with the leftover 0.9 of a week converted back into just over 6 remainder days, not rounded up to 15.
The approximate month figure works differently from the week conversion and deserves a separate note. A week is a fixed 7-day unit everywhere on the calendar, so the days-to-weeks math is always exact. A month is not fixed. It runs anywhere from 28 to 31 days depending on which month and whether it is a leap year, so any days-to-months conversion has to use an average, in this case 30.44 days, and the result is only ever an estimate. Treat the month figure as a rough sense of scale, not an exact calendar answer, and use a dedicated date calculator when you need to land on a specific calendar month.
Common mistakes
- Assuming every month is exactly 4 weeks. It is not. Most months run 4 weeks plus 2 or 3 extra days, since 4 weeks is only 28 days and most months have 30 or 31.
- Rounding the decimal-weeks figure instead of reading the whole-weeks-plus-remainder-days form when scheduling something in calendar terms. Rounding 14.2857 weeks up to 14.3 or down to 14 loses the exact 2-day remainder that matters for picking a real date.
- Confusing a 7-day calendar week with a 5-day work week when estimating business timelines. This converter always uses a fixed 7-day week, so a project quoted in business days needs a separate conversion before it maps onto this tool's output.
- Treating the approximate month figure as exact. It uses an average month length of 30.44 days and will drift from the real calendar month by a day or two depending on which months are involved.
- Forgetting that fractional weeks are valid input in Weeks to days mode. Values like 2.5 or 14.5 weeks are common for things like parental leave or rental terms, and the converter handles them the same way it handles whole numbers.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="days-to-weeks-converter" async></script>Preview the embed at /embed/days-to-weeks-converter/.