Business days are the Mondays through Fridays in a date range, counted inclusively — both endpoints count when they land on a weekday. This calculator walks the calendar one day at a time, so the count is exact for any range; it excludes weekends but not public holidays, which differ by country and employer.
Suppose you put the default values into Business Days Calculator:
Plug those into the formula count weekdays from start to end inclusive and the result is:
The calculator steps through every date from From to To inclusive and counts the ones whose weekday is Monday through Friday. Counting inclusively means a range that starts and ends on weekdays includes both — a Monday to the same Monday is 1 business day, not 0. Total days equals the span plus one for the same reason, and weekend days is the difference between the two. Work weeks divide the business-day count by 5. The method is deliberately minimal: it excludes Saturdays and Sundays and nothing else, because public holidays differ by country, state, and employer, and no single list would be correct for everyone. To adapt the result to your own calendar, count the holidays that fall on weekdays inside your range and subtract them.
Last reviewed July 2, 2026 · Editorial policy