About the Week Number Calculator
This week number calculator returns the ISO 8601 week for any date, along with the week-numbering year it belongs to, which is not always the same as the calendar year. It also reports the day of year out of 365 or 366, the quarter, the days remaining in the year, the weekday name and the year's progress as a percentage. The full ISO week-date notation is provided in the standard year-Www-D form, so a date such as 2026-W31-5 can be copied straight into a system that expects it.
How to use the Week Number Calculator
- 1
Enter the Date you want to position in the calendar year.
- 2
Read the ISO week number, with the week-numbering year shown as a hint beside it.
- 3
Check the Calendar position panel for the day of year, quarter, days remaining and weekday.
- 4
Copy the ISO notation line if you need the formal year-Www-D form.
What people use it for
Manufacturing and logistics planning
European supply chains routinely schedule in week numbers, so a delivery promised in week 42 needs translating into actual dates before anyone can act on it.
Sprint and iteration tracking
Teams working in one- or two-week cycles often name sprints by week number, which makes reporting consistent across a year with no ambiguity about dates.
Comparing performance year on year
Week-over-week comparison is more meaningful than date-over-date for retail, because week numbers align weekdays across years while calendar dates do not.
Reading a European date reference
Documents from German, Nordic and Dutch organisations use KW or vecka numbers as a matter of course, and this converts one back into a date range.
Why 1 January is not always in week 1
ISO 8601 defines weeks as starting on Monday, and week 1 as the week containing the year's first Thursday. Several equivalent formulations exist: it is the week containing 4 January, it is the first week with at least four days in the new year, and it is the week containing the first Monday that falls on or after 29 December. The Thursday rule exists to assign each week wholly to the year that owns most of its days. The consequence is that early January dates can belong to the previous year's final week. If 1 January falls on a Friday, Saturday or Sunday, those days sit in week 52 or 53 of the outgoing year, because the week they belong to has fewer than four days in the new one. The reverse happens at the other end: if 31 December falls on a Monday, Tuesday or Wednesday, it belongs to week 1 of the following year. This is why the tool reports a week-numbering year separately, and why storing an ISO week without its year is a genuine data bug.
Years with 53 weeks, and other numbering conventions
An ISO year has 53 weeks when 1 January falls on a Thursday, or on a Wednesday in a leap year; otherwise it has 52. That works out at 71 long years in every 400-year cycle, roughly one year in every 5.6, which is why any system assuming 52 weeks will eventually drop or duplicate a period. ISO is not the only convention in use. The common North American scheme starts weeks on Sunday and treats the week containing 1 January as week 1, which typically yields a number one higher than ISO during early January. Some Middle Eastern and North African countries start the week on Saturday. Retail organisations often use the 4-4-5 calendar, dividing each quarter into two four-week months and one five-week month so that quarters remain comparable, with a 53rd week inserted periodically to stay aligned. Because these conventions disagree, a week number is only unambiguous when the standard is stated alongside it.
Tips
- Always store the week-numbering year with the week number — week 1 alone is ambiguous across a year boundary.
- Check whether a system means ISO weeks or US weeks before acting on a number in early January.
- The ISO day number runs 1 for Monday to 7 for Sunday, not 0 for Sunday as many programming languages do.