Find the exact date a set number of business days from today, counting only Monday through Friday and skipping US federal holidays - so "30 working days from today" lands on a real date.
Day of the week
Calendar days spanned
-
Defaults to today; the count begins the next working day.
Weekends and US federal holidays are skipped, not counted.
A lot of deadlines are quoted in working days rather than calendar days - "ships in 5 business days," "allow 10 working days for the refund," "30 business days to respond." Those are not the same as counting squares on a wall calendar, because every Saturday, Sunday, and federal holiday the span crosses pushes the real date further out. This tool takes a start date and a number of working days, skips the days when nothing gets processed, and returns the actual date the count lands on.
The gap between the two ways of counting grows fast. Ten working days is two weeks of Monday-to-Friday, but on the calendar it is fourteen days - and more if a holiday falls inside the window. Thirty working days is roughly six weeks of business, which stretches to six-and-a-half or seven weeks of calendar time once the weekends between are added back. That is why "calendar days spanned" is reported alongside the date: it shows exactly how much longer the working-day deadline really is than its number suggests.
The holidays skipped here are the eleven observed US federal holidays, applied on the dates the government actually observes them - a holiday on a Saturday is taken the Friday before, one on a Sunday the Monday after. If your office keeps a different holiday calendar, treat the result as the federal-baseline date and adjust by hand for any company-specific closures.
The start date you give is the reference point, and the first working day counted is the next eligible business day after it - so entering a Monday and asking for 1 working day returns that Tuesday, not the Monday itself. This matches how processing timelines are usually written: "5 business days from when we receive it" means five whole working days pass after the receipt date, with the receipt day acting as day zero rather than day one.
That convention is the single most common source of off-by-one disputes over a working-day deadline. When a policy says a refund arrives in 10 business days, the clock almost always starts the day after the request is logged, which is exactly the count this tool performs - so the date it returns is the day the tenth working day completes, not a day early.
Each block of five working days spans a full seven-day calendar week, because the weekend in the middle is jumped rather than removed - the two weekend days still sit on the calendar between the working ones. So a clean 30-working-day count with no holidays covers 42 calendar days, exactly six weeks, landing on the same weekday it started from.
Drop a federal holiday inside that window and the calendar figure grows by one for each holiday crossed, while the working-day count stays fixed. A 30-working-day span running through Labor Day covers 43 calendar days instead of 42; a 10-working-day span crossing Thanksgiving covers 15 calendar days instead of 14. The working-day number is what the policy promises, but the calendar-days figure is what you actually wait.
Reach for working days when the thing you are timing only happens on business days: bank transfers clearing, a court or agency processing a filing, a supplier picking and shipping an order, an HR team running payroll or a background check. None of those advance on a Saturday, so counting calendar days would promise a date earlier than anything can realistically be done.
Calendar-day counting is the right choice for the opposite kind of deadline - a return window, a notice period, a warranty - where the clock runs continuously regardless of weekends. If your deadline is phrased in plain "days" rather than "business" or "working" days, it is almost certainly a calendar count, and a straight day-offset calculator will match it more closely than this one.
30 working days from Monday, August 3, 2026 lands on Tuesday, September 15, 2026. That span crosses Labor Day (the first Monday of September), so it covers 43 calendar days rather than the flat 42 a holiday-free six-week stretch would - the single skipped holiday pushes the date one day further out than the weekends alone would.
A holiday-free window shows the clean ratio: 30 working days from Monday, July 6, 2026 reaches Monday, August 17, 2026 - exactly 42 calendar days, six full weeks, ending on the same weekday it began. Nothing between early July and mid-August is a federal holiday, so weekends are the only thing added back.
10 working days from Monday, November 16, 2026 lands on Tuesday, December 1, 2026. Two calendar weeks would be 14 days, but Thanksgiving falls inside the window, so the real span is 15 calendar days - a good example of why a refund quoted as "10 business days" in late November arrives later than a mid-summer one.
5 working days from Monday, December 14, 2026 reaches Monday, December 21, 2026 - one clean business week, 7 calendar days, with no holiday yet in range (Christmas falls the following week). Push the same 5-day count a week later and the Christmas holiday would stretch it past a single calendar week.
What counts as a business day here?
Monday through Friday, excluding the eleven observed US federal holidays. Saturdays, Sundays, and those holidays are skipped entirely - they are jumped over, not counted toward the total - so the result is the date the requested number of actual working days completes.
Does the start date itself count as day one?
No. The start date is day zero and the count begins the next working day, matching how processing timelines are normally written ("5 business days from receipt"). Enter a Monday and ask for one working day and you get that Tuesday.
Which holidays are skipped?
The eleven US federal holidays, each on its observed date: New Year's Day, MLK Jr. Day, Washington's Birthday, Memorial Day, Juneteenth, Independence Day, Labor Day, Columbus Day, Veterans Day, Thanksgiving, and Christmas. A holiday on a Saturday is observed the Friday before; one on a Sunday, the Monday after.
My company observes different holidays - is the result still right?
It reflects the federal calendar only. If your workplace closes on days the government does not (the day after Thanksgiving, Christmas Eve, a floating holiday), those closures are not deducted here, so subtract them by hand - the returned date is the federal-baseline answer.
Why is "calendar days spanned" so much larger than the working-day count?
Because it adds the skipped weekends and holidays back in. Every five working days spans a full calendar week, so 20 working days is about 28 calendar days before any holidays - the calendar figure is what you actually wait, while the working-day figure is what the deadline is quoted in.
Can I count business days backward from a deadline?
This tool only counts forward from the start date. To find the latest day you could start and still meet a working-day deadline, the reverse operation, use the two-date business-days calculator and adjust, or count forward from a candidate start date until it reaches your target.
How is this different from just adding days on a plain date calculator?
A plain date calculator adds every calendar day, including weekends and holidays; this one adds only working days and jumps the rest. For a deadline written in "business" or "working" days they give different dates - use this one when weekends genuinely do not count toward the clock.