Business Day Deadline Calculator
About This Calculator
The business day deadline calculator finds the date that falls a given number of working days from a start date. It counts Monday to Friday and skips Saturdays and Sundays, so a response window written as "within 10 business days" lands on the correct date rather than the one you would get by counting straight calendar days.
Business-day deadlines are everywhere: replying to an official letter, clearing a payment, delivering under a service-level agreement, exercising a right within a working-day window, or turning around a review. Counting them by hand is error-prone because you have to step over every weekend, and a single missed weekend throws the date off by two days. This tool does that stepping for you.
Start from any date — it defaults to today — enter the number of business days, and the calculator returns the deadline date, the weekday it falls on, and how many calendar days that spans. It also shows how many days remain from today, and flags the deadline plainly if it has already passed.
The counting is done in a timezone-safe way, so the result is stable and repeatable. Note that this page skips weekends only; if your deadline must also skip public holidays, the working days calculator is holiday-aware and lets you choose a country.
To use it, set the start date, enter the number of business days, and read the deadline. Switch the counting mode to calendar days if you need every day counted, or use the plain deadline calculator, which opens in calendar-day mode. To count the working days already between two known dates, the days between and working days calculators cover that.
How It Works
- Enter a start date (defaults to today).
- Enter the number of days and pick calendar or business days.
- Click “Find the deadline”.
- See the deadline date and how long is left.
Formula & Methodology
The result is worked out as follows:
Deadline = start + N days (calendar or business); days left = deadline − today
Starting from the start date, the calculator steps forward one day at a time, counting only Monday–Friday, until it has counted the requested number of business days. Weekends are skipped and never counted. Days left is the whole-day gap from today to that date.