Guide
Business Days vs Calendar Days: How to Count Them Correctly
"Ships in 5 business days" and "5 days from now" rarely land on the same date. The gap comes from two things people mix up: which days count, and whether you count inclusively or as elapsed time.
Calendar days and business days measure the same stretch of time but answer different questions. Calendar days ask "how much time has passed?" Business days ask "how many working days are in this stretch?" Getting a deadline right means knowing which one a contract, shipping estimate, or policy actually means — and counting it the way everyone else does.
Calendar days: elapsed time
A calendar day is just a day — weekday, weekend, or holiday, they all count. The usual way to measure "days between two dates" is elapsed: the start date is day zero and you count forward to the end date. From Monday, July 1 to Monday, July 8 is 7 calendar days. This is the number you want for "how long ago" and "how far away," and it is the basis for expressing a span in weeks or in months and days.
Business days: working days only
A business day is a day the office is open — conventionally Monday through Friday, minus public holidays. Weekends are always dropped. Whether holidays are dropped depends on the context: shipping and legal deadlines usually exclude them; a simple "weekdays only" count may not.
Here is the twist that causes most disagreements. The standard way to count working days — the one built into the spreadsheet function NETWORKDAYS that offices everywhere rely on — is inclusive: it counts both the start date and the end date when they are working days. That is different from the elapsed convention for calendar days, and it is why a business-day total and a calendar-day total for the same two dates are not simply "the same number minus weekends."
A worked example
Take Monday, July 1, 2024 to Friday, July 5, 2024. Independence Day, Thursday July 4, is a federal holiday.
| How you count | Result | Why |
|---|---|---|
| Calendar days (elapsed) | 4 days | Jul 1 to Jul 5 is four days of elapsed time. |
| Business days, weekends only | 5 days | Mon, Tue, Wed, Thu, Fri — all five weekdays, counted inclusively. |
| Business days, holidays excluded | 4 days | The same five weekdays, minus Thursday July 4. |
Notice the calendar-days figure (4) and the holiday-excluded business-days figure (4) match here only by coincidence — one is elapsed, the other is an inclusive weekday count that happened to lose one day to the holiday. Change the dates and they will part ways again.
Observed holidays: the Saturday and Sunday rule
US federal holidays that fall on a fixed date are observed on a nearby weekday when they land on a weekend. A holiday on a Saturday is observed the Friday before; one on a Sunday is observed the Monday after. So when July 4 falls on a Saturday, federal offices close on Friday July 3, and that Friday is the day a working-day count should drop. Any tool that removes holidays needs to remove the observed date, not the nominal one. There are eleven federal holidays: New Year's Day, Martin Luther King Jr. Day, Washington's Birthday (Presidents' Day), Memorial Day, Juneteenth, Independence Day, Labor Day, Columbus Day, Veterans Day, Thanksgiving, and Christmas.
Two counting conventions, spelled out
When someone gives you a deadline in days, pin down two things:
- Which days count? All days (calendar) or working days only (business)? If business, are public holidays excluded?
- Inclusive or elapsed? Does "within 5 business days" start counting today or tomorrow? Contracts often specify; when they do not, the safe reading of a working-day promise is the inclusive one that matches
NETWORKDAYS.
A caution: business days are local. Federal holidays are not the same as your state's, your company's, or another country's, and banking "business days" can differ again. The built-in holiday list here covers US federal holidays for 2024–2030; for anything else, check the specific calendar that governs your deadline.
Quick reference
- Calendar days between two dates — elapsed count; start date is day zero.
- Business days — Monday to Friday, counted inclusively (both endpoints), optionally minus holidays.
- Observed holiday — Saturday shifts to Friday, Sunday shifts to Monday.
- When in doubt — ask whether the deadline means calendar or business days, and whether counting starts today.
However you need to count, do it on plain year-month-day values so a timezone conversion cannot move a date across a weekend — the approach the days between dates calculator takes.