Business Days Calculator
Free business days calculator excluding holidays. Count how many working days between two dates, skipping weekends and any holiday dates you list.
One date per line, in YYYY-MM-DD format
Business Days
What Is a Business Days Calculator?
A business days calculator counts the number of working days (Monday through Friday) between two dates, excluding weekends and, optionally, any holidays you specify. This is different from a plain date-difference calculation, which counts every calendar day including Saturdays and Sundays. It's the tool to reach for when you need to know how many actual working days you have for a project, a shipping estimate, a notice period, or a payroll cutoff.
How to Use It
- Enter a start date and an end date for your range.
- Optionally list holidays in the text box, one date per line in YYYY-MM-DD format (for example, 2026-12-25 for Christmas).
- Click "Calculate Business Days" to see the total working days, along with a breakdown of total calendar days, weekend days, and excluded holidays.
The Method Used
The calculator walks through every calendar day from your start date to your end date, inclusive of both endpoints. For each day, it checks:
- Is it a Saturday or Sunday? If so, it's excluded as a weekend day.
- Otherwise, does it match a date you listed as a holiday? If so, it's excluded as a holiday.
- Otherwise, it counts as a business day.
Holiday dates you enter are matched against the calendar date only (year-month-day), so it doesn't matter what day of the week the holiday falls on when you type it in — the calculator figures that out itself and only subtracts holidays that would have otherwise been counted as a business day.
Worked Example
Suppose your start date is Monday, December 22, 2025 and your end date is Friday, January 2, 2026, and you list two holidays: 2025-12-25 (Christmas Day) and 2026-01-01 (New Year's Day). The full range spans 12 calendar days. Walking through them:
- Dec 22 (Mon), 23 (Tue), 24 (Wed) — 3 business days
- Dec 25 (Thu) — excluded, listed holiday
- Dec 26 (Fri) — 1 business day
- Dec 27–28 (Sat–Sun) — excluded, weekend
- Dec 29 (Mon), 30 (Tue), 31 (Wed) — 3 business days
- Jan 1 (Thu) — excluded, listed holiday
- Jan 2 (Fri) — 1 business day
That totals 8 business days, with 2 weekend days and 2 holiday weekdays excluded out of 12 total calendar days — which is exactly what the calculator would display for this range.
Practical Notes
- This calculator assumes a standard Monday–Friday work week. If your organization uses a different work week (for example, Sunday–Thursday in some regions), the weekend exclusion logic won't match your needs directly.
- Only holidays that fall within your selected date range and on a weekday affect the result — holidays outside the range, or that happen to fall on a weekend, are simply ignored.
- For a plain count of every calendar day (including weekends), use the Date Difference Calculator instead.
- No data is sent to a server; the calculation runs entirely in your browser.