Week number calculator
This tool tells you which week of the year any date falls in, using both the international and US conventions. Week numbers are widely used in payroll, project planning, manufacturing schedules, and shared calendars, where teams refer to “week 23” rather than a specific date.
How it works
For the ISO 8601 number (weeks start Monday; week 1 is the week containing the year’s first Thursday), the calculator shifts your date to its nearest Thursday, then counts the whole weeks between that Thursday and the Thursday of week 1 (the week containing 4 January), adding one. Because the Thursday always lands in the “majority” year, this also yields the correct ISO year, which can differ from the calendar year at the start or end of December and January.
It also shows the US week number (weeks start Sunday; the week containing 1 January is week 1), the day of year (1 January = 1), and the weekday.
| Field | Convention |
|---|---|
| ISO 8601 week | Monday start, week 1 holds first Thursday |
| US week | Sunday start, week 1 holds 1 January |
| Day of year | Ordinal day, 1–365/366 |
Example
Take 1 January 2027, which is a Friday. Its nearest Thursday falls in late December 2026, so the ISO result is Week 53 of 2026, while the US convention counts it as Week 1 of 2027. The day of year is 1. This new-year overlap is exactly why showing both numbers matters.
Everything runs entirely in your browser — nothing is uploaded.