The Add Weeks to Date Calculator finds the exact future date that results from adding any number of complete weeks to a starting date. Since one week always equals exactly 7 days, this preserves the day of week — useful for pregnancy tracking, sprint planning, and fitness programs.
2,030
8
15
70
days
2,030
8
15
70
days
The calculator for adding weeks to a date finds the precise future date that falls exactly N weeks after any starting date. Unlike month-based arithmetic where month lengths vary, week arithmetic is perfectly consistent — one week is always exactly 7 days, making week-based date calculations reliable and unambiguous.
Adding weeks avoids the complexity of variable month lengths. Adding 4 weeks to any date gives a result exactly 28 days later — the same day of the week, four weeks forward. This consistency makes weeks the natural unit for:
The add months to date calculator handles month-based arithmetic where the duration is specified in months, and the add days to date calculator covers exact-day periods.
A key feature of week arithmetic is day-of-week preservation — adding any whole number of weeks always lands on the same day of the week as the start date. Adding 6 weeks to a Tuesday gives a Tuesday; adding 13 weeks to a Friday gives a Friday. This property makes weeks the preferred unit for recurring weekly events: a Monday standup scheduled "every 2 weeks" always falls on Monday. Use this online calculator to find any future date in a weekly recurring series instantly.
Week-based date calculation is central to obstetric practice. The standard gestational age measurement runs from the Last Menstrual Period (LMP) to delivery, with key milestones at specific week marks:
Adding the appropriate number of weeks to the LMP gives each milestone date directly. The add years to date calculator and date arithmetic calculators category provide the complete set of date addition tools.
In software development and project management, sprint cadences are almost universally week-based. A project starting a 2-week sprint on Monday, March 3 completes sprint 1 on March 16, sprint 2 on March 30, and so on — each sprint end date calculated by adding the appropriate multiple of 2 weeks to the project start. This calculator eliminates the manual calendar counting that leads to sprint scheduling errors, especially around holidays and month boundaries where the next sprint date is not immediately obvious.
Adding weeks to a date is a special case of day addition where the number of days is always a multiple of 7. The relationship is:
$$d_{total} = w \times 7$$
where $$w$$ is the number of weeks and $$d_{total}$$ is the equivalent number of days. The result date is then:
$$T_{result} = T_{start} + (w \times 7 \times 86{,}400{,}000)$$
where all values are in milliseconds. Because a week is exactly 7 days with no variation (unlike months, which vary from 28 to 31 days, or years, which vary from 365 to 366 days), week arithmetic is the most straightforward of all the calendar period additions.
An important property of week addition is weekday preservation: if the start date falls on weekday $$w_0$$ (where $$w_0 \in \{0,1,...,6\}$$ with 0 = Sunday), then:
$$w_{result} = (w_0 + 7k) \mod 7 = w_0$$
for any integer $$k$$. This means adding any number of whole weeks to a Tuesday always produces a Tuesday, adding to a Friday always produces a Friday, and so on. This property is especially valuable when scheduling recurring weekly meetings, appointments, or deadlines.
For ISO week numbering, the week containing Thursday is always the first week of the year, and weeks run Monday through Sunday. The formula for ISO week number is:
$$W = \left\lfloor \frac{d_{oy} - d_{dow} + 10}{7} \right\rfloor$$
where $$d_{oy}$$ is the day of year (1-366) and $$d_{dow}$$ is the ISO day of week (1=Monday, 7=Sunday).
The Result Date shows the calendar date exactly $$w$$ weeks after your start date. Because weeks are exactly 7 days, the result always falls on the same day of the week as the start date — a reassuring consistency for recurring scheduling. The Total Days Added output confirms the equivalent number of calendar days (weeks × 7) for complete transparency.
If you need the result to fall on a specific weekday that differs from your start date, consider adjusting the start date or adding partial days. For scheduling that must account for business weeks (Monday-Friday) rather than calendar weeks (all 7 days), you will need to add additional days to compensate for the non-working days in each week.
Inputs
Results
A surgery on March 10, 2026 (Tuesday) has its 6-week follow-up on April 21, 2026 (Tuesday). 42 calendar days are added.
Inputs
Results
A 12-week fitness program starting January 5, 2026 (Monday) ends on March 30, 2026 (Monday), 84 days later.
Because a week is always exactly 7 days, and 7 divides evenly into the 7-day weekday cycle. Mathematically, if the start date is weekday $$w_0$$, adding $$k$$ weeks gives weekday $$(w_0 + 7k) \mod 7 = w_0$$. This holds for any positive integer $$k$$, making weekly scheduling inherently consistent with respect to weekdays.
A week is always exactly 7 days, without exception. Unlike months (28-31 days) and years (365-366 days), the week is invariant. This is why the Total Days Added output is always simply weeks × 7. The 7-day week has been used continuously since antiquity and is standardized in ISO 8601.
Yes. A fortnight or bi-weekly period is 2 weeks. Enter 2 for weeks to add to find the next bi-weekly date, 4 for a monthly equivalent, 26 for semi-annual, or 52 for an annual approximation (noting that 52 weeks = 364 days, not a full calendar year of 365 or 366 days).
No. 52 weeks = 364 days, which is 1 or 2 days short of a full calendar year (365 days in a common year, 366 in a leap year). This is why a given date's anniversary is usually a different weekday each year — the calendar year and the 52-week cycle do not align perfectly. For exactly one calendar year later, use the Add Years calculator instead of adding 52 weeks.
The calculator supports up to 5,200 weeks (exactly 100 years). This covers virtually all practical scheduling needs, from weekly meeting recurrence to centennial planning exercises. The underlying arithmetic — millisecond timestamp addition — is equally accurate for any value within this range.
The calculation is performed in UTC (Coordinated Universal Time), which has no daylight saving offsets. This ensures that adding exactly 7 days always results in a date exactly 7 × 86,400 seconds later, regardless of whether a daylight saving transition occurs in the interval. If you are scheduling times (not just dates) across DST boundaries, additional adjustments for the 1-hour clock change may be needed.
How helpful was this calculator?
Be the first to rate!
Monthly Budget Calculator
Budget & Expense Calculators
Cost of Living Calculator
Budget & Expense Calculators
Household Expense Split Calculator
Budget & Expense Calculators
Streaming Service Cost Calculator
Subscription & Membership Calculators
Temperature Converter (Physics)
Physical Constants & Unit Converters