Hang two wall calendars side by side and you may find their columns in different orders: one beginning each row with Monday, the other with Sunday. Neither is a misprint. The week start is one of the few calendar conventions on which the world has genuinely never agreed, and the disagreement is preserved in standards, in software defaults and in the layout of nearly every date picker you have ever used.
This article explains where each convention comes from, which countries follow which, and why the split causes real problems when week numbers and reports cross a border. The ISO value is shown on the week number page, which follows the standard rather than the local habit.
Which Day Does The Week Start On?
It depends whose rule you are using. ISO 8601, the international standard, makes Monday day 1 and Sunday day 7. The older religious and North American convention treats Sunday as the first day, with Saturday closing the week.
Both are in active use, and both are internally consistent. What causes trouble is that they are rarely stated. A spreadsheet, a scheduling tool and a payroll system can each hold a different assumption about the week start without ever displaying it, and the mismatch only becomes visible when the numbers they produce refuse to line up.
The ISO Standard: Weeks Begin On Monday
ISO 8601 fixes Monday as the first day of the week, numbering the days 1 through 7 to Sunday. It is the convention used by the ISO week date system, by most of Europe, and by international business and technical documentation.
The reasoning is practical rather than traditional. Starting on Monday keeps the five ordinary working days together in one unbroken block, so the weekend forms a single unit at the end of the week rather than being split across two rows of a calendar. That arrangement suits shift rotas, project plans and any count of working days, which is why it underpins the approach in counting business days. It also makes the first-Thursday rule for numbering weeks work cleanly, since Thursday sits exactly in the middle of a Monday-to-Sunday week, as explained in ISO week numbers explained.
Where The Sunday Convention Comes From
The Sunday start is much older than the standard that opposes it. In the Hebrew calendar the Sabbath falls on the seventh day, Saturday, which makes Sunday the first day of the week by definition, and early Christian practice carried the same numbering into European use.
The residue is everywhere once you look. Portuguese names the weekdays by number, with Monday as segunda-feira, the second day, which only makes sense if Sunday is the first. Ecclesiastical calendars still count from Sunday, and liturgical years are organised on that basis. The Islamic week is arranged differently again, built around Friday as the day of congregational prayer, so the weekend in several countries falls on Friday and Saturday rather than Saturday and Sunday. These traditions long predate any international standard, and they are not going to be legislated away; how the calendars they belong to are constructed is covered in dates in other calendars.
Which Countries Use Which Week Start
Broadly, Europe and most international institutions start the week on Monday, while the United States, Canada, Japan and much of Latin America print calendars starting on Sunday. A third group, including several countries in the Middle East and North Africa, begins the week on Saturday.
The pattern is not tidy, and the following distinctions are worth holding on to:
- Monday-first countries: the United Kingdom, most of Europe, Russia, China, India and Australia, matching the ISO standard in everyday printed calendars.
- Sunday-first countries: the United States, Canada, Japan, Brazil and much of Latin America, where wall calendars and diaries almost always place Sunday in the leftmost column.
- Saturday-first countries: a number of states across the Middle East and North Africa, reflecting a working week that begins on Sunday and a weekend on Friday and Saturday.
- Institutional practice: international standards, transport schedules and technical documentation use the Monday start regardless of the host country's habit.
Note that the printed week start and the working week are separate questions. Japan begins its calendars on Sunday but works Monday to Friday, and a country's business rhythm is a better guide to its deadlines than its calendar layout is.
Why Do Calendars And Software Disagree?
Because different systems inherited different defaults, and almost none of them make the choice visible. Long-standing programming conventions number Sunday as day 0, the ISO week date numbers Monday as day 1, and many spreadsheet functions offer both without making clear which is active.
The result is a class of bug that is easy to create and hard to see. A weekly report grouped with a Sunday start and compared against one grouped with a Monday start will differ by a single day's data in every period, which is small enough to look like noise and large enough to matter. Week numbers are worse, because a Sunday-start system that also treats the week containing 1 January as week 1 can disagree with ISO 8601 by a whole week at the turn of the year. Modern software usually holds a per-locale week start setting, which is the correct approach but means the same file can behave differently on two machines. When week numbers are exchanged between organisations, say explicitly that ISO 8601 is meant.
What The Week Start Changes In Practice
It changes which week a Sunday belongs to, and therefore every figure aggregated by week. Weekly sales totals, rota coverage, sprint boundaries and week numbers all shift when the start day moves, even though the underlying days are identical.
It also changes how a calendar reads at a glance. With a Monday start the weekend sits together at the right-hand end of the row, so the working block is visually obvious; with a Sunday start the two weekend days are separated by the whole width of the week. Neither layout is wrong, but choosing one and applying it consistently across a team's tools removes an entire category of small confusions. Where the two conventions must coexist, quote actual dates rather than week positions, and confirm the current week against the ISO week number page or the today's date page, both of which follow the standard.
Conclusion
The week start is genuinely contested: ISO 8601 says Monday, and religious tradition together with United States practice says Sunday, while parts of the Middle East and North Africa begin on Saturday. Each convention is coherent, and each is embedded in calendars, contracts and software defaults that will not change. The practical answer is to state which you mean whenever a week number or weekly total leaves your desk. Check the ISO week on the week number page, or browse the rest of the calendar tools at datetoday.now.