Guide
ISO week numbers explained, and why week 1 moves
In much of Europe, planning happens in week numbers. Deliveries arrive in week 34, holidays are booked for weeks 28 to 30, and nobody blinks. Elsewhere the same numbers cause blank stares, and even among people who use them there is a recurring argument every January about which week is week 1.
The rule
The ISO 8601 standard defines it in a single sentence: week 1 of a year is the week containing that year's first Thursday. Everything else follows from that. Weeks run Monday to Sunday, every week belongs entirely to one year, and there are no partial weeks at either end.
An equivalent way to say the same thing, which some people find easier to hold onto: week 1 is the week containing 4 January, because 4 January is the earliest date that can be a Thursday's week under the rule.
Why January can begin in the previous year's week 53
If 1 January falls on a Friday, Saturday or Sunday, then the first Thursday of the year is later, and those first few days belong to the last week of the previous year. So 1 January can legitimately sit in week 52 or 53 of the year before. The reverse also happens: the last days of December can belong to week 1 of the following year, when 1 January falls early enough in the week.
This is not an edge case that only affects standards bodies. It is the source of the annual confusion in shared calendars, where two people reading the same date disagree about the week by exactly one.
Why some years have 53 weeks
A year has 52 weeks and a day or two left over, so the leftovers accumulate. A year gets 53 ISO weeks when it starts on a Thursday, or when it is a leap year starting on a Wednesday. Roughly speaking that happens about every five or six years, which is often enough that any system assuming 52 weeks will eventually be wrong.
Practical consequences
- Reporting periods. A "52-week year" in a report is a choice, not a fact. In a 53-week year something has to absorb the extra week, and it should be a decision rather than a rounding.
- Year-boundary planning. Always write the year alongside the week: "2026-W01" rather than "week 1", because at the boundary the two adjacent readings differ.
- Software. Not every library implements ISO weeks. Some count from 1 January regardless of weekday, which produces different numbers for most of the year.
Just look it up
The rule is simple to state and awkward to apply in your head, especially in late December. The week number tool gives the ISO week for any date, and the dates covered by any week, which settles the January argument in about five seconds.