Time systems, calendar references, and timezone tools.

Week-number reference

ISO week numbers vs US week numbers.

This page exists because “what week is it?” is not always a single answer. ISO 8601 and common US calendar systems define week boundaries differently, especially at the start and end of the year.

Why two systems exist

ISO 8601 was designed to create a clean, internationally consistent business calendar. It avoids partial first weeks by defining Week 1 as the week that contains the first Thursday of the year. That guarantees every ISO week is a full Monday-to-Sunday unit.

The US convention is less formal and more calendar-oriented. Many American wall calendars start the week on Sunday and treat the first days of January as Week 1, even when that produces a short opening week. That is acceptable for casual planning, but it creates ambiguity in software, reporting, and cross-border operations.

Where the mismatch appears

The disagreement is strongest in early January and late December. A date can belong to the previous ISO year even though the calendar year has already changed. The reverse can also happen near year-end, where a late-December date becomes part of ISO Week 1 of the next year.

Comparison examples

These are the kinds of dates that create reporting mistakes when teams assume everyone uses the same standard.

Date ISO result US-style result Why they differ
January 1, 2021 2020-W53 2021 Week 1 ISO keeps the date in the last week of the previous ISO year.
December 31, 2024 2025-W01 2024 Week 53 or partial final week ISO assigns the date to the next ISO year because the week belongs there.

Which one should your site or product use?

If the audience is international, B2B, logistics-oriented, or European, ISO week numbering is usually the safer default. It is the standard behind many ERP systems, manufacturing schedules, and reporting workflows.

If the audience is consumer-facing and primarily US-based, the Sunday-first convention may be more intuitive, but it should still be labeled clearly. Problems start when a page says “week number” without telling the user which system is being used.

Continue with adjacent calculators and references that solve the next step.