Enter your date
Choose any calendar date and tap “Find Week Number”. You’ll see the ISO week number, the ISO week-year, and a short explanation you can easily screenshot or share.
This free Week Number Finder instantly tells you which week of the year any date belongs to, using the ISO week-number system (weeks start on Monday). Perfect for planners, reports, sprints, and school or work schedules.
Choose any calendar date and tap “Find Week Number”. You’ll see the ISO week number, the ISO week-year, and a short explanation you can easily screenshot or share.
At first glance, “What week of the year is this date?” sounds like a simple question. But different countries and systems count weeks in different ways. To keep things clear and globally consistent, this calculator uses the ISO-8601 week-numbering system, which is widely used in Europe, international business, and many planning tools.
In ISO-8601, each week starts on Monday, and weeks are numbered from 1 upwards. The clever twist is how Week 1 is defined: it is the week that contains the first Thursday of the year. Another way to say the same thing is: Week 1 is the week that includes January 4. This removes edge cases where the first few days of January sit in a “Week 0” or belong to the previous year.
Behind the scenes, the Week Number Finder follows the standard ISO formula:
In code form, a common version of this logic looks like:
weekNumber = Math.ceil(((thursdayDate - yearStart) / 86400000 + 1) / 7)
where thursdayDate is your date shifted to that week’s Thursday,
yearStart is January 1 of the same week-year, and
86400000 is the number of milliseconds in a day.
The main idea: you don’t need to remember any of this. The calculator handles all of the calendar math instantly, so you can just read: “This date is Week X of ISO year Y” and move on with your planning.
Once you get used to thinking in weeks, the year feels like a series of 52–53 steady checkpoints. This Week Number Finder is there whenever you need to quickly translate a normal date into that weekly rhythm.
Because Week 1 is defined as the week containing the first Thursday of the year, a few days at the start or end of a calendar year can belong to the previous or next ISO week-year. For example, January 1 might still fall in the last ISO week of the previous year if the “first Thursday” rule pushes Week 1 slightly forward.
This calculator follows the ISO-8601 standard, where weeks start on Monday. If your local calendar or workplace uses Sunday as the first day, the week numbers you see in some apps may differ from this tool’s ISO values.
Most years have 52 ISO weeks, but some have 53. This happens when the year is long enough (because of where the Mondays and Thursdays fall) that one extra full week fits before the week-year rolls over. The calculator automatically handles this, so you don’t have to worry about which years are “53-week years”.
The ISO week calculation itself is precise, but real-world payroll, tax or contract rules can add extra definitions or local variations. Treat this as a reliable technical week-number reference, and always check specific legal or HR documentation when it truly matters.
Many people use them to set weekly goals (“Week 10 = focus on fitness”), plan 12-week progress cycles, or group tasks by week instead of by vague months. Once you know the week number for a key date, you can quickly see how many weeks you have left until it arrives – or how far into the year you already are.
If you like thinking in weeks and dates, you’ll probably love these other everyday tools:
MaximCalculator provides simple, user-friendly tools. Always double-check important dates, deadlines and financial decisions with official sources or a professional.