"Delivered within 5 working days" sounds simple, until the order is placed on a Thursday afternoon and it's not obvious whether that Thursday counts, whether the weekend counts, or whether the public holiday next Monday pushes everything back a day. The same question shows up in contracts, payroll, visa processing times, and any deadline written as "business days" instead of a fixed date.
A working day isn't a fuzzy concept — it has a consistent definition, it's just one that depends on a country's weekend pattern and holiday calendar. This guide breaks down what actually counts, how to count it correctly, and where people usually get the count wrong.
A working day is any standard business day, Monday through Friday, that is not a recognized public holiday. Saturdays, Sundays, and holidays are excluded from the count, so "5 working days" from a Monday typically lands the following Monday, not Friday, since the counting usually starts from the next full day rather than the day of the request.
What is a working day, exactly?
A working day, also called a business day, is a day on which normal business activity happens — banks are open, offices are staffed, and deliveries are processed. In most Western countries that means Monday through Friday, with Saturday and Sunday treated as the weekend and excluded from any working-day count.
- Standard weekdays. Monday to Friday, unless a specific day is a declared public holiday.
- Public holidays. National or regional holidays are removed from the count even though they fall on a weekday.
- Regional weekend variation. Several countries, including many across the Middle East, use a Friday–Saturday or Thursday–Friday weekend instead of Saturday–Sunday, which shifts which weekdays actually count.
Everything else — SLAs, shipping windows, contract clauses, payroll cycles — builds on top of this one definition. The confusion almost always comes from applying the wrong weekend pattern or forgetting to remove a holiday, not from the definition itself.
Why the definition matters
Getting "working day" slightly wrong doesn't usually cause an error message — it just quietly produces a date that's off by a day or two, which shows up in a few predictable places:
- Shipping and delivery estimates. "Ships in 3 working days" placed on a Friday actually arrives the following Wednesday, not Monday, since the weekend doesn't count toward the total.
- Contracts and notice periods. Legal notice periods and cancellation windows are frequently written in working days specifically so weekends don't shrink the time a party has to respond.
- Payroll processing. Bank transfers and payroll runs often quote "1–2 working days," which can mean anywhere from one to four calendar days depending on where a weekend or holiday falls.
- Visa and government processing times. Processing windows published in working days can look much shorter than the real calendar wait, especially around holiday-heavy months.
Step-by-step: counting working days correctly
Method 1: Manual counting
- Identify the start date. Confirm whether the count begins on the start date itself or the next calendar day — most shipping and legal terms begin counting from the day after.
- Confirm the weekend pattern. Check whether the relevant country or company uses a Saturday–Sunday weekend or a different pattern, since this changes which days get skipped.
- List any holidays in range. Pull the public holiday dates that fall between the start date and the likely end date.
- Count forward, skipping non-working days. Move one day at a time from the start date, skipping weekends and listed holidays, until the required number of working days has been reached.
- Confirm the landing date. The last day counted, after all skips, is the final working day in the range.
Method 2: Using a spreadsheet formula
-
Use NETWORKDAYS to count working days between two known dates.
=NETWORKDAYS(A2,B2)
-
Use WORKDAY to find a date a set number of working days ahead.
=WORKDAY(A2,5)
-
Add a holiday range to either formula to exclude specific dates in addition to weekends.
=WORKDAY(A2,5,D2:D10)
Common mistakes when counting working days
1. Counting the start date as day one
Most working-day terms begin counting from the day after the starting event, so treating the start date itself as the first working day quietly shortens the count by one full day.
2. Assuming Saturday and Sunday are always the weekend
A count built for a Saturday–Sunday weekend will be wrong in any country or business that actually observes a Friday–Saturday or Thursday–Friday weekend instead.
3. Forgetting to remove public holidays
A holiday that falls on what would otherwise be a normal weekday still has to be skipped, and missing even one holiday shifts every date after it by a day.
4. Treating "working days" and "calendar days" as interchangeable
A "5-day" estimate that's actually calendar days will land noticeably earlier than a "5-day" estimate that's actually working days, and mixing the two up is one of the most common sources of missed-deadline disputes.
Real-world examples
A few common scenarios and how the working-day count plays out.
Working days vs calendar days vs weekend days
A side-by-side look at how each day type behaves in a typical count.
| Factor | Working day | Calendar day | Weekend day |
|---|---|---|---|
| Counted in "business days" terms | Yes | Only in calendar-day terms | No |
| Includes weekends | No | Yes | Is one |
| Excludes public holidays | Yes | No | No |
| Best for | SLAs, shipping, notice periods, payroll | Invoice due dates, age, fixed-length contracts | Identifying days to exclude from a count |
Skip the manual count: free working days calculator
If a deadline just needs a real date, the Rebrixe Working Days Calculator handles the weekend pattern and holiday exclusions automatically: enter a start date and a number of working days, and get the exact landing date instantly, right in the browser.