Week Number Calculator
Find the ISO week number for any date.
Find the ISO week number for any date.
How Week Number Calculator Works
Using the ISO 8601 standard, weeks run Monday through Sunday, and week 1 of each year is defined as the week containing that year's first Thursday — which is the same as the week containing January 4th. Dates near the very start or end of a calendar year can end up belonging to a week number from the adjacent year under this rule.
Who Uses Week Number Calculator and Why
- Finding the ISO week number for a date needed on a business report, timesheet, or project schedule that tracks by week number.
- Checking which week a specific date falls into for manufacturing, shipping, or inventory systems that reference ISO week numbers.
- Resolving a discrepancy between a spreadsheet's week number and the ISO standard week number for the same date.
- Planning a schedule that's organized around numbered weeks rather than calendar dates.
Mistakes to Avoid
- Assuming a late-December date is automatically in the final week of that year — under ISO 8601, it can actually belong to week 1 of the following year, which is standard behavior, not an error.
- Comparing this tool's result directly against a spreadsheet's week number without checking which standard the spreadsheet uses — many spreadsheet functions use a simpler Sunday-start numbering that can shift the result by one near year boundaries.
Tips for Best Results
- If your organization's week numbers don't match this tool's output, check whether they're using ISO 8601 (Monday-start, Thursday-anchored) or a different convention.
- Remember week 1 is defined by containing the year's first Thursday, equivalently the week containing January 4th — useful for sanity-checking edge cases near year boundaries.
Fixing Common Problems
A date in late December shows as week 1. — This is correct ISO 8601 behavior — week 1 of a year is defined as the week containing that year's first Thursday (or January 4th), so the last few days of December can fall into week 1 of the following year.
My spreadsheet shows a different week number for the same date. — Many spreadsheet week functions default to a simpler Sunday-start numbering rather than the ISO Monday-start, Thursday-anchored standard — check which convention your spreadsheet function actually uses.
Terms Explained
ISO 8601: An international date and time standard that, among other things, defines weeks as running Monday through Sunday with week 1 anchored to the year's first Thursday.