- Home
- Date & Calendar Math
- Week Number Calculator
Week Number Calculator
Find the ISO 8601 week number for a date. ISO weeks start Monday, and week 1 is the week containing January 4.
Worked example
January 1, 2021 falls in ISO week 53 of 2020, not week 1 of 2021: under ISO 8601, a week belongs entirely to whichever year contains its Thursday, and late-December/early-January dates often cross this boundary in a way that surprises people expecting week numbers to reset cleanly on January 1.
ISO week versus locale week
Some calendar systems (and some countries) start the week on Sunday and number weeks differently. This engine always reports the ISO 8601 standard, never a locale-specific display, and states the result's own ISO week-year clearly when it differs from the calendar year.
Limitations
This reports the ISO week number only; it does not reflect a country-specific numbering system that differs from ISO 8601.
Frequently asked questions
- Why does the ISO year sometimes differ from the calendar year?
- Because a week's ISO year is defined by whichever calendar year contains that week's Thursday, which can pull the first days of January into the previous ISO year, or the last days of December into the next one.