Sprint Date Calculator

Generate agile sprint start and end dates from a cadence.

Free agile sprint date calculator — enter a first sprint start date, sprint length and number of sprints to generate a back-to-back schedule of start and end dates. Runs entirely in your browser. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

How are the end dates calculated?

Each sprint runs for the chosen number of weeks. The end date is the last day of the sprint — that is, the start plus (length × 7 − 1) days — and the next sprint starts the following day with no gap.

Plan an agile cadence in seconds. Enter your first sprint start date, the sprint length in weeks, and the number of sprints, and this tool generates a back-to-back schedule of start and end dates — handy for release planning, roadmaps, and filling in a team calendar.

How it works

The schedule is built as a chain of fixed-length calendar blocks:

  1. Sprint length in days = weeks × 7.
  2. First sprint starts on your chosen date and ends on start + (length − 1) days, because the start day itself is day one.
  3. Each next sprint begins exactly length days after the previous start, so sprints sit directly back to back with no gaps or overlaps.

Inputs are validated: 1–12 weeks per sprint and 1–52 sprints. There is no weekend or holiday skipping — these are continuous calendar spans.

Worked example — quarterly roadmap

First start Monday 1 September 2026, 2-week sprints, 6 sprints:

SprintStartEndWorking days
1Mon 1 SepSun 14 Sep10
2Mon 15 SepSun 28 Sep10
3Mon 29 SepSun 12 Oct10
4Mon 13 OctSun 26 Oct10
5Mon 27 OctSun 9 Nov10
6Mon 10 NovSun 23 Nov10

The six-sprint quarter runs from 1 September through 23 November — useful for setting a Q4 release candidate date and working backward to feature-freeze sprint boundaries.

When to use which cadence

LengthCommon use case
1 weekRapid experimentation, tight-feedback startups
2 weeksMost Scrum teams — balances planning overhead with iteration speed
3 weeksLarger features, hardware-software integration, or regulated environments
4 weeksTraditional Kanban milestones or programs with monthly release trains

The two-week sprint is by far the most common in software teams. If you are planning a PI (Program Increment) under SAFe, run 5 two-week sprints followed by a one-week Innovation and Planning sprint; you can model the 5 sprints here and add the IP week manually.

Tips for building a reliable schedule

Choose your sprint start day deliberately. Starting on Monday keeps the sprint boundary on Sunday, which means retrospectives fall naturally on a Friday and planning on the next Monday. Starting on Wednesday can fragment long weekends.

End dates land on weekends in a standard two-week sprint beginning Monday — the last calendar day is Sunday. Sprint ceremonies (review, retro, planning) should be scheduled for the preceding Friday and the following Monday rather than the official end date.

Build in capacity buffers for known holidays. The calculator uses raw calendar days, so a sprint spanning a public holiday still shows 10 working days but actually has only 9 available. Flag those sprints in your roadmap and reduce their committed scope accordingly.

Export to your calendar tool. Copy the table, then create recurring calendar events for planning and review by matching the sprint boundaries from this schedule. Most project management tools (Jira, Linear, Shortcut) let you set a sprint start date and duration rather than entering individual dates — just seed the first sprint and let the tool chain the rest.