What week number is today? ISO 8601 (Mon-start) + US (Sun-start), plus year + week → date range — browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
What this tool does
A two-way week-number calculator that answers the question every project plan, payroll run, and CI cron actually asks: "which week is this?" Type or pick any date and read its week number in both systems side by side — ISO 8601, where weeks start on Monday and week 1 is the week containing January 4 (equivalently, the year's first Thursday), and the US / North-American convention, where weeks start on Sunday and the partial week containing January 1 already counts as week 1. The two numbers can differ by one near the start of the year, which is exactly why this tool shows both rather than silently picking one. It also reports the ISO week-year — the year a week belongs to, which is not always the calendar year: January 1, 2021 sits in ISO week 53 of 2020, and December 30, 2024 sits in ISO week 1 of 2025. Flip to reverse mode and the tool works backward: enter a year and a week number and it returns the Monday-to-Sunday date range of that ISO week, refusing impossible weeks (week 53 in a year that only has 52). It tells you the total number of weeks in the year (52 or 53 for ISO) so you know the valid range up front, and a "this week" badge appears when your date is the current week. Every date is handled as a plain local calendar date, so two people in different time zones reading the same date get the same week number with no off-by-one drift. Inputs sync to the URL for a shareable link, and your preferred week system is remembered locally. 100% client-side.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Developer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Week Number Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Date Difference Calculator Days / weeks / months / years between two dates — plus business-days mode — browser-only Open
- 2 Business Days Calculator Working days between two dates, or a date N working days out — weekends + holidays excluded, browser-only Open
- 3 Age Calculator Calculate your exact age — years, months, days, hours. Compare two dates or count to a future date. Open
Real-world use cases
Name a sprint by its ISO week for a global agile team
Your team labels every two-week sprint "W22–W23" so a developer in Berlin and a PM in São Paulo refer to the same fortnight without arguing about dates. Open the tool, pick the sprint start date, and read the ISO week number off the cyan card — ISO is the right system here because the rest of your Jira / Linear tooling and most European calendars already use it. Steps: (1) pick the Monday the sprint starts; (2) copy the ISO week number; (3) if you need the closing week, add one. The "this week" badge confirms whether the current sprint is live.
Reconcile a weekly finance report to calendar dates
Finance hands you a report keyed "Week 6, FY2026" and you need the actual dates to match it against bank statements. Switch to reverse mode, enter the year and the week number, and read the Monday-to-Sunday range. If finance is using the Sunday-start US numbering instead of ISO, check the forward mode first with a known date from the report to confirm which system gives Week 6, then trust the range. The tool refuses impossible weeks, so a typo like "Week 60" surfaces immediately instead of producing a garbage range.
Set a CI cron that fires only on even ISO weeks
You want a heavy integration job to run biweekly, on even ISO week numbers, but cron has no native "every other week" expression. First confirm what week the schedule should start on: pick today's date, read the ISO week, and decide whether this week is the "on" or "off" week. Then your job's guard becomes a one-liner that computes the ISO week and skips odd ones — and you can sanity-check its output against this tool for any date for the next few months.
Plan a content calendar by week instead of by date
A marketing calendar that says "ship the launch post in W37" reads more cleanly than juggling specific dates that slip. Use reverse mode to turn each planned week into its real date range so writers know their actual deadlines, and use the total-weeks readout to see whether your year stretches to W52 or W53 before you over-commit the back half of December. Steps: list your target weeks, expand each to a date range, drop the ranges into the shared calendar.
Check whether a year you're scheduling against has 53 weeks
Annual planning templates that hardcode 52 rows quietly break in a 53-week year — the last week's data has nowhere to go. Before you clone last year's spreadsheet, type any date in the target year and read the "weeks this year" line: if it says 53 (like 2026 does), add the extra row now. This is the same edge case that causes "missing week 53" bugs in BI dashboards every few years; catching it at planning time is far cheaper than at year-end close.
Common pitfalls
Assuming ISO and US week numbers always match. They agree most of the year but can differ by one in early January because ISO weeks start Monday and require the first week to hold a Thursday, while the US numbering starts Sunday and counts the January-1 week as week 1. Pick the system your counterpart uses before you quote a number.
Treating the ISO week-year as the calendar year. An ISO week belongs to the year that holds its Thursday, so January 1 can be in week 52 or 53 of the previous year, and late December can be in week 1 of the next year. Always read the week-year line, not just the calendar year, when a date is within a few days of January 1.
Hardcoding 52 weeks. Years where January 1 is a Thursday (or a leap year with January 1 on a Wednesday) have 53 ISO weeks. Spreadsheets and dashboards built for 52 rows silently drop week 53's data. Check the year's total before you build the template.
Privacy
Every calculation — ISO and US week numbers, weeks-in-year, and the reverse week-to-date-range lookup — is plain JavaScript that runs in your browser tab. No date is uploaded, no analytics record which dates you looked up, and nothing is logged. The one privacy caveat: the shareable URL encodes your current inputs (the date in forward mode, or the year and week in reverse mode) in the query string, so if you paste a "share link" into Slack or email, the destination server's access log will record those values. A week number is rarely sensitive, but if the date itself is confidential (an unannounced launch, a private deadline), copy the result by hand rather than sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.