Week Number Calculator
A week number is a simple way to label weeks in a year, like “Week 06” or “Week 42”. Many teams use week numbers for planning, reporting, shipping, payroll, and sprint schedules because it makes timelines easier to compare than using long date ranges.
This calculator turns any date into an ISO week number (the global standard for many businesses) and shows the matching week-year — which can be different from the calendar year near New Year’s. For example, a date in early January might still belong to the last ISO week-year.
If you also work with a Sunday-based calendar, you can switch to the US week number system (Sun–Sat), or enable “Also show the other system” to compare both results side-by-side in stacked cards (never beside inputs).
If you want more tools like this, browse All Calculators or explore our Math Calculators hub for date, number, and planning utilities.
- —
How it works
This Week Number Calculator supports two common systems: ISO-8601 (default) and a practical US week number convention. Both produce an integer week number, but the start day and the “week 1” definition differ. That’s why the same date can show different week labels depending on the system you choose.
ISO week number (Mon–Sun)
- Weeks start on Monday.
- Week 1 is the week that contains the year’s first Thursday (also described as “the week containing Jan 4”).
- Because of that rule, the ISO week-year (WY) can differ from the calendar year for dates near New Year’s.
- Let D be your selected date.
- Move to the Thursday of D’s week to determine the week-year (WY).
- Count weeks from the ISO Week 1 anchor to get the ISO week number (W).
- Compute the ISO week range as Monday to Sunday for that ISO week.
US week number (Sun–Sat)
- Weeks start on Sunday.
- We define Week 1 as the week that contains January 1 (a common simple convention).
- The US week-year here is the calendar year of the selected date.
- Let D be your selected date and Y be D’s calendar year.
- Find the Sunday that begins D’s week (Sun–Sat range).
- Find the Sunday that begins the week containing Jan 1 of year Y.
- Week number is the number of whole weeks between those Sundays, plus 1.
Variables
Terminology
- Week number: The index of the week within a year under a defined system.
- Week-year: The year assigned to that week (ISO can differ near year boundaries).
- Week range: The start and end dates that define the week.
- Day-of-year: The count of the day within the year (Jan 1 = 1).
Common Mistakes
- Mixing ISO weeks (Mon–Sun) with US weeks (Sun–Sat) and assuming they match.
- For ISO, forgetting that week-year can differ from the calendar year near New Year’s.
- Parsing YYYY-MM-DD as UTC and getting a one-day shift due to timezone drift.
- Assuming every year has exactly 52 weeks (some years have week 53 depending on the system).
- Comparing results across apps that use different “Week 1” conventions for US-style numbering.
Quick Tips
- For business reporting across regions, choose ISO to reduce confusion.
- When tracking payroll or shifts, confirm the week start day used by your organization.
- For agile sprints, label sprint weeks using the same system your project tools use.
- When exporting data to spreadsheets, store both date and week-year/week number.
- Near New Year’s, double-check the week-year before assigning annual totals.
Use cases
Payroll scheduling
Many payroll systems group hours by week. A clear week number helps reconcile pay periods, overtime cutoffs, and approvals without misreading date ranges.
Agile sprint planning
Sprint calendars often reference weeks (e.g., “deliver in Week 14”). ISO weeks are especially common when distributed teams need one shared definition.
Logistics and shipping labels
Warehouses and carriers use week labels for dispatch, arrival windows, and batch routing. Knowing the correct week range prevents mis-shipments.
Academic timetables
Universities and training programs often publish schedules by week number. This tool helps students map dates to the right teaching week quickly.
Manufacturing batch tracking
Production lines tag lots by week to identify when items were produced. Including week-year avoids confusion when week 1 overlaps the prior calendar year.
Worked examples
Example 1: 2026-02-04
Choose 2026-02-04 and keep the default ISO system. The calculator will return an ISO week number and the ISO week-year. It will also show the week range (Mon–Sun) that contains the date, plus the day-of-year and day-of-week.
Example 2: 2026-01-01 (near New Year’s)
Dates near New Year’s are where ISO week-year differences often appear. Enter 2026-01-01 and note the ISO week-year shown. This happens because ISO Week 1 is determined by the first Thursday rule, not strictly by January 1.
Example 3: Compare ISO vs US for the same date
Pick a date like 2025-12-31, then enable Also show the other system. You may see different week numbers or ranges because ISO weeks start Monday while US weeks start Sunday and use a different Week 1 rule.
FAQ
What is an ISO week number?
Why can the week-year be different from the calendar year?
Can a year have Week 53?
Why do ISO and US week numbers differ for the same date?
What happens if my date is very close to New Year’s?
Does timezone affect a week number?
How can I use week numbers in Excel or Google Sheets?
Which week system should I use for business reporting?
Trust & Accuracy
- Runs locally: Calculations run in your browser. No data is sent anywhere.
- Precision policy: Week number is an integer. Day-of-year is an integer. Dates are displayed in ISO format (YYYY-MM-DD).
- Privacy-first: Your selected date stays on your device.
Sources & References
- ISO-8601 week date concept (week number + week-year)
- Common US week numbering conventions (week starts Sunday; Week 1 contains Jan 1)