Week Number Calculator

The ISO week a date falls in, and what that week covers.

Runs in your browserNothing you enter is uploaded, and it keeps working with the network off.

The ISO week a date falls in, and what that week covers.

How to use it

  1. Enter the date. As YYYY-MM-DD. The week is worked out under ISO 8601.
  2. Read the week. Written as 2026-W34, which is the ISO form, along with the days it covers.
  3. Check the note. It appears when the week belongs to a different year from the date.

When you would use this

ISO 8601 defines the week number that payroll, manufacturing and project schedules run on. Weeks start on Monday, and week 1 is the one containing the first Thursday of the year, which is the same as the one containing 4 January. That definition has a consequence people get caught by. A week belongs to the year holding its Thursday, so the week year is not always the calendar year. 1 January 2027 is a Friday, and its week is week 53 of 2026. 29 December 2025 is a Monday, and its week is week 1 of 2026. Both are correct and both look wrong at a glance, so this reports the week year explicitly and adds a note whenever it differs from the calendar year. Most years have 52 weeks and some have 53, which happens when the year starts on a Thursday or on a Wednesday in a leap year. The count is shown, because scheduling something into week 53 of a year that has 52 is a mistake made once. Everything is calculated in UTC as a calendar date rather than a moment.

Questions

Why is 1 January sometimes in week 53 of the year before?
Because ISO weeks do not split across the new year. A week belongs to whichever year holds its Thursday, so a year beginning on a Friday, Saturday or Sunday starts in the last week of the previous year. 1 January 2027 is a Friday, so it is in week 53 of 2026, and a report filed by week number alone would land twelve months out.
Which day does the week start on?
Monday, under ISO 8601. That is not universal: the United States, Canada and Japan conventionally start on Sunday, which shifts the number by one for part of the week. Anything calling itself an ISO week number means the Monday version.
How many weeks are in a year?
52 usually, 53 when the year starts on a Thursday or on a Wednesday in a leap year. 2020 and 2026 have 53. The count is shown so you can tell whether week 53 exists before scheduling into it.