Dates & Time

Week Number of the Year (ISO & US)

Tells you which week of the year a date falls in. You can switch between ISO 8601 with a Monday start and the US convention with a Sunday start, or count weeks between two dates.

Reviewed and updated

How to use
  1. Enter a date, or use today.
  2. Choose ISO 8601 (Monday start) or US (Sunday start).
  3. Switch to the two-date mode to count weeks between dates.
Jump to
Week number

Date math uses your inputs as given; check time-zone and leap-year edge cases.
Was this helpful?

How the ISO week number is set

Week 1 = the first week containing a Thursday (the week with 4 January)

ISO 8601 weeks start on Monday and end on Sunday. The anchor is the Thursday: every Thursday belongs to the same ISO year, so counting Thursdays from the start of the year gives the week number without any ambiguity at the year boundary.

ISO vs US week numbering

ISO 8601US
Week startsMondaySunday
Week 1 isFirst with a ThursdayWeek with 1 January
Partial weeksNonePossible at year edges
Used byEurope, business, ITUS, Excel default

The two systems can disagree by one at the start and end of a year, so always state which one you mean when a week number goes in a schedule or report.

The year-boundary catch

  • 1 January is not always week 1 — if it falls on a Friday, Saturday or Sunday it belongs to week 52 or 53 of the previous ISO year.
  • Late December can be week 1 — the same rule pulls 29–31 December into the next year's week 1 when they share a week with a January Thursday.
  • 53-week years — 71 of every 400 years have a week 53. The next ones are 2026, 2032 and 2037.

Common questions

What is an ISO 8601 week?

It is the international standard for numbering weeks. Weeks run Monday to Sunday, and week 1 is the first week that contains a Thursday, which is the same as the week containing 4 January. Dates are written like 2026-W19.

How many weeks are in a year?

Most years have 52 weeks, because 52 x 7 is 364 and a year is 365 or 366 days. Every five or six years an extra day builds up into a 53rd week. A year has 53 ISO weeks when it starts or ends on a Thursday; 2026 is one.

Why does Excel give a different week number?

The default WEEKNUM function uses the US system, where the week starts on Sunday and week 1 is the week containing 1 January. For the ISO number, use ISOWEEKNUM instead.

From the blog

Guides & how-tos

All articles →