ISO Week Number Calculator
Enter one exact date and get its ISO week label, ISO week-year, and Monday-to-Sunday bounds for timesheets, sprint plans, and delivery schedules.
See which ISO week a mid-July work date belongs to before you fill the timesheet.
ISO weeks always start on Monday, and ISO week 1 is the week containing Jan 4 / the first Thursday. That anchor is why the week label stays consistent around year-end.
ISO 8601 weeks only. This calculator does not model local workweek, payroll, holiday, or business-day rules.
Was this useful?
Examples
How It Works
Formula
Variables
- ISO weekday number, where Monday = 1 and Sunday = 7
- Gregorian weekday index, where Sunday = 0 and Saturday = 6
- UTC date for the Monday starting the entered date’s ISO week
- UTC date for the Monday starting ISO week 1 of the resolved ISO week-year
Enter one exact date and the calculator applies ISO 8601 week rules only. The hero result shows the ISO week label, while the supporting rows show the ISO week-year and the exact Monday-to-Sunday bounds so you can use the answer immediately in planning or reporting.
ISO week lookup:
- Parse the entered value strictly as one ISO calendar date.
- Convert the Gregorian weekday into ISO weekday numbering, where Monday = 1 and Sunday = 7.
- Shift that date to the Thursday of the same ISO week. The Gregorian year of that Thursday is the ISO week-year.
- Find the Monday that starts ISO week 1 for that ISO week-year. ISO week 1 is the Monday-to-Sunday week containing Jan 4 / the first Thursday.
- Count whole weeks from that ISO week-1 anchor to the entered date’s Monday to get the ISO week number.
- Return the final ISO week label plus the exact Monday and Sunday dates for the containing ISO week.