Why Your "5 Working Days" Delivery Date Is Probably Wrong

A person checking a laptop screen while working out a delivery date, the kind of everyday moment where working-day math quietly goes wrong
Photo by Kaitlyn Baker on Unsplash

"Delivered within 5 working days" sounds simple, until the order is placed on a Friday afternoon and it's not obvious whether that Friday counts, whether the weekend counts, or whether the public holiday next Monday pushes everything back a day. Run the math the naive way — just add 5 to the calendar date — and the estimate lands on a Wednesday. Count it correctly and it actually lands two days later, on the following Friday. That two-day gap is exactly the kind of error that turns a "why hasn't this shipped yet" complaint into a support ticket.

The same counting problem shows up in contracts, payroll runs, visa processing windows, and any deadline written in "business days" instead of a fixed calendar date. A working day isn't a fuzzy concept — it has a precise, consistent definition. What trips people up is that the definition depends on two variables that change by country and company: which two days count as the weekend, and which specific dates are blocked out as holidays. Get either variable wrong and the final date quietly shifts, often without anyone noticing until the deadline is missed.

Quick Answer

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. Because most terms start counting from the day after the request rather than the request date itself, "5 working days" from a Monday typically lands the following Monday — six calendar days later, not five, once the weekend in between is skipped.

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. Three things determine whether a given calendar date qualifies:

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. The diagram below walks through a concrete case: an order placed on a Friday, with delivery promised in "5 working days."

Counting 5 working days from a Friday order
Weekend / order day (not counted) Counted working day Final landing day
Fri
Order
Mon
Day 1
Tue
Day 2
Wed
Day 3
Thu
Day 4
Fri
Day 5
Naive count (just add 5 calendar days): Wednesday. Correct working-day count: the following Friday.

The weekend sitting in the middle of the count is what causes the gap — two calendar days pass without moving the working-day total forward at all. Stretch the same logic across a longer window, like a 10-working-day notice period, and two full weekends get skipped instead of one, which is why a "10-day" deadline written in working days almost always lands closer to 14 calendar days out.

28.6%

of the calendar doesn't count toward a working-day total. That's why any deadline of a week or more runs roughly 40% longer in calendar days than the working-day number implies — before a single holiday is even factored in.

Feel free to cite this figure — source: rebrixe.com/blogs/working-days-explained

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:

📊 Quick stat A standard Monday-to-Friday work week means 2 out of every 7 calendar days don't count toward a working-day total — about 28.6% of the calendar. That alone makes any deadline of a week or more roughly 40% longer in calendar days than the working-day number implies. Add even one public holiday inside the window and the gap widens further, since each holiday adds exactly one more calendar day without adding a working day.

Step-by-step: counting working days correctly

Method 1: Manual counting

  1. 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.
  2. 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.
  3. List any holidays in range. Pull the public holiday dates that fall between the start date and the likely end date.
  4. 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.
  5. 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

  1. Use NETWORKDAYS to count working days between two known dates.
    =NETWORKDAYS(A2,B2)
  2. Use WORKDAY to find a date a set number of working days ahead.
    =WORKDAY(A2,5)
  3. Add a holiday range to either formula to exclude specific dates in addition to weekends.
    =WORKDAY(A2,5,D2:D10)
  4. Use NETWORKDAYS.INTL for a non-Saturday–Sunday weekend by passing a weekend code — 1 is the default Sat/Sun, 7 is Sunday-only, and 11–17 map to single-day weekends.
    =NETWORKDAYS.INTL(A2,B2,7,D2:D10)

The weekend-code argument is the part most templates leave out, and it's exactly the piece that breaks a working-day count for a Friday–Saturday or Thursday–Friday weekend business. Without it, the formula silently assumes Saturday and Sunday are the non-working days even when they aren't.

Don't want to count by hand? Rebrixe's free Business Days Calculator does the counting instantly, weekends and holidays included.
Calculate Business Days →

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. An order placed at 11pm on a Tuesday and one placed at 9am on a Tuesday are usually treated identically — the count starts Wednesday either way, not partway through Tuesday.

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 weekend, which is standard across much of the Gulf region, or a Thursday–Friday weekend, used in parts of the Middle East and South Asia. A courier estimate calculated with the wrong weekend pattern can be off by an entire extra day without any other part of the calculation being incorrect.

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. This is where "working days" calculators that only account for weekends fall short — they'll confidently return a landing date that's wrong by exactly the number of holidays inside the range.

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 — as much as two calendar days earlier in a single week, and more if a holiday is involved. Mixing the two up is one of the most common sources of missed-deadline disputes in shipping and contract terms, precisely because both get shortened to "5 days" in casual conversation.

5. Ignoring partial or half-day holidays

Some countries and companies treat certain dates — Christmas Eve, New Year's Eve, the day after Thanksgiving — as half working days rather than full holidays. Whether a half day counts as a full working day, a skipped day, or something in between depends entirely on the specific policy or jurisdiction, so it's worth checking rather than assuming.

💡 Pro tip When a deadline crosses a holiday-heavy stretch like late December or a national holiday week, always list the actual holiday dates before counting — assuming "no holidays in range" without checking is the single most common way a working-day count comes out wrong.

Real-world examples

A few common scenarios and how the working-day count actually plays out once weekends and holidays are accounted for.

Online order
Placed Friday, ships in 3 working days
Arrives Wednesday
Saturday and Sunday don't count, so the three-day count runs Monday–Wednesday — five calendar days after the order, not three.
Notice period
10 working days' notice, given on a Tuesday
14 calendar days later
A 10-working-day period spans two full weekends, so the notice period ends almost exactly two calendar weeks after it started.
Holiday overlap
5 working days including one public holiday
+1 extra calendar day
Each holiday inside the range pushes the final date one calendar day later, since the holiday is skipped just like a weekend day.
International wire
Bank quotes "1–2 working days," sent Thursday afternoon
Could land Monday
If the sending bank's daily cutoff has passed, the transfer doesn't start processing until Friday, and 2 working days from Friday clears the weekend into Monday.
Visa processing
"15 working days" published turnaround
~21 calendar days
Three full weekends sit inside a 15-working-day window, so the real wait is roughly three weeks — longer if a public holiday falls in that stretch.
Support SLA
"Respond within 2 business days," ticket filed Saturday
Clock starts Monday
Weekend submissions typically don't start the SLA timer until the next working day, so the 2-day response window runs Monday–Tuesday.

Regional weekend patterns change every one of these examples. The table below shows how the working week shifts depending on which two days a country or company treats as non-working.

Most of North America, Europe, East Asia
Sat–Sun weekend
Working week runs Monday through Friday.
UAE, Egypt, and much of the Gulf
Fri–Sat weekend
Working week runs Sunday through Thursday.
Saudi Arabia, parts of South Asia
Thu–Fri or Fri–Sat weekend
Exact pattern varies by country and by sector within the same country.
Israel
Fri–Sat weekend
Working week runs Sunday through Thursday, with Friday often a shortened working day.

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

Manual counting works fine for a single short deadline, but it gets error-prone fast once holidays, regional weekends, or multi-week notice periods are involved. 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.

Free Business Days Calculator Enter a start date and a day count, get the exact result instantly.
Open Business Days Calculator →

Frequently asked questions

A working day is any standard business day, typically Monday through Friday, that is not a recognized public holiday, while Saturdays, Sundays, and holidays are excluded from the count.
Usually no. Most business and shipping terms start counting from the next full day, so an order placed on a Monday and shipped in "3 working days" typically arrives Thursday, not Wednesday.
Yes, the two terms are used interchangeably in almost all contexts, both referring to weekdays that fall outside weekends and public holidays.
No. The Saturday-Sunday weekend is standard in most Western countries, but several countries, including many in the Middle East, treat Friday and Saturday, or Thursday and Friday, as the weekend instead.
Any public holiday that falls within the date range is skipped just like a weekend day, which pushes the final date further out than a simple weekday count would suggest.
Calendar days count every single day including weekends and holidays, while working days count only weekdays that are not holidays, so a 10-day calendar deadline is roughly two weeks shorter than a 10-day working-day deadline.
Count forward day by day from the start date, skip every Saturday, Sunday, and listed holiday, and stop once the target number of qualifying weekdays has been reached.
NETWORKDAYS.INTL accepts a weekend-code argument that lets it count around a Friday–Saturday or Thursday–Friday weekend instead of the default Saturday–Sunday, which the plain NETWORKDAYS and WORKDAY formulas can't do on their own.
RB
Rebrixe Team We build free, client-side utility tools and write practical guides on how they work. Last reviewed Aug 8, 2026.

Get the exact working day, fast

Skip the manual weekend-and-holiday counting — the Rebrixe Business Days Calculator handles weekends, regional patterns, and holiday lists automatically.

Launch the Business Days Calculator →
← Back to blogs