ToolZoneX
Blog

Week Number Finder

Find the ISO 8601 week number (1-53) for any date, correctly handling year-boundary edge cases per the ISO week-numbering standard.

ISO Week Number

Week 36

of ISO year 2026


How the Week Number Finder Works

Pick any date and the tool calculates its ISO 8601 week number, following the official standard: weeks run Monday through Sunday, and week 1 of a year is defined as the week that contains that year's first Thursday. This rule means the very last days of December can actually fall into week 1 of the following year, and the first few days of January can fall into the last week of the previous year — the calculation here follows that rule exactly, rather than a simplified approximation.

Example

January 1, 2023 was a Sunday, so under the ISO rule it belongs to Week 52 of 2022, not Week 1 of 2023 — the Monday right after it, January 2, 2023, is the true start of ISO Week 1 of 2023. Entering either date shows this correctly.

Common Use Cases

  • Finding the correct ISO week number for timesheets, invoices, or project planning that reference week numbers.
  • Checking whether a late-December or early-January date belongs to the previous or next ISO year's week numbering.
  • Cross-referencing dates against systems (like European business software) that use ISO week numbers by default.

FAQs

  • Why can a date in December show a week number from "next year"? Because ISO week 1 is defined as the week containing the year's first Thursday, a Monday, Tuesday, or Wednesday in very late December can belong to the week that contains the following year's first Thursday — making it "week 1" of that next ISO year rather than a week of the current one.
  • Why do weeks start on Monday instead of Sunday? ISO 8601 specifically defines Monday as the first day of the week, unlike the Sunday-first convention used in some calendars and countries — this tool follows the ISO standard exactly.
  • Can a year have 53 weeks? Yes — most years have 52 ISO weeks, but years where the extra day(s) push the first Thursday's week to align differently (and leap years in particular) can have 53 ISO weeks instead.