Week number

Which week of the year it is — in both conventions

There are two answers in common use and they disagree for a good part of the year. Both are shown, with the week-year, because a week number without one is ambiguous every January.

ISO week ISO week-year US week Week runs Weeks in year

The two conventions, and why they disagree

Under ISO 8601, which most of Europe and most business software outside the United States uses, weeks start on Monday and week 1 is the week containing the first Thursday of the year. An equivalent and easier statement of the same rule: week 1 is the week containing 4 January. Under the common United States convention, weeks start on Sunday and week 1 is whichever week contains 1 January, so the first week is usually a stub of one to six days.

The two agree for much of the year and then diverge, sometimes by one and sometimes by two. If a colleague says “week 34” and your calendar says 33, neither of you is wrong; you are using different definitions, and the fix is to say which.

Why a week number needs a year attached to it

Under ISO, early January can belong to the last week of the previous year, and late December can belong to week 1 of the next one. 1 January 2027 falls on a Friday, so it sits in week 53 of week-year 2026 — not week 1 of 2027. That is not an edge case to be tidied away; it is the rule working correctly, and it is why the ISO date format writes the week-year explicitly as 2026-W53.

The practical consequence: never file or sort by a bare week number across a year boundary. The readout above gives the week-year alongside the week, and they are not always the same as the calendar year of the date you entered.

Fifty-two weeks, or fifty-three

A year has 53 ISO weeks when it begins on a Thursday, or when it is a leap year beginning on a Wednesday; otherwise it has 52. That works out to roughly seventy-one years in four hundred. Payroll and rota systems that assume 52 will be short a week in those years, which is a well-known and still surprisingly common source of a missing pay period.

Questions

What week number is it right now?
Both answers are in the strip above, because there are two conventions in common use. The ISO figure is the one most business software outside the United States means; the US figure is the one most American consumer calendars show. If you need to quote a week to somebody, quote which convention you used along with it — that single word removes almost all of the confusion these numbers cause.
Why does my calendar show a different week number than my work system?
Almost certainly because one uses ISO 8601 and the other uses the US convention. ISO weeks start on Monday and week 1 is the one containing the first Thursday; the US convention starts weeks on Sunday and puts 1 January in week 1 regardless. They agree for stretches and then differ by one or two. Enter today's date above and you can see both at once, which usually settles the argument in a few seconds.
Why is 1 January sometimes in week 52 or 53 of the previous year?
Because ISO assigns whole weeks rather than splitting them, and a week belongs to whichever year holds its Thursday. 1 January 2027 is a Friday, so its week's Thursday falls on 31 December 2026 and the whole week belongs to week-year 2026. This is why an ISO week number is properly written with its week-year — 2026-W53 — and why sorting records by a bare week number across a year boundary puts them in the wrong order.
Do all years have 52 weeks?
No. A year has 53 ISO weeks when it starts on a Thursday, or when it is a leap year starting on a Wednesday, which happens about seventy-one times in four hundred years. Everything else has 52. Systems that hardcode 52 — payroll schedules and rota planners especially — lose a week in those years, and the failure usually surfaces as a pay period that does not exist.
What is the difference between a week-year and a calendar year?
The calendar year is the year in the date. The week-year is the year that owns the ISO week that date falls in, and for a few days at each end of the year they differ. A date of 1 January 2027 has calendar year 2027 and week-year 2026. Any system that reports a week number should report the week-year with it; the two together are unambiguous, and either alone is not.