Calculate Now
What is a Working Days Calculator?
A Working Days Calculator counts only the weekdays — Monday through Friday — between a start date and an end date, automatically skipping every Saturday and Sunday that falls in the range. It's built for anyone who needs a realistic "business day" figure rather than a raw calendar-day count: HR teams working out notice periods, freelancers estimating project turnaround, students tracking how many teaching days remain in a term, or anyone tracking a contractual SLA quoted in "working days" rather than calendar days.
How It Works
The tool walks through every single date from your start date to your end date, one day at a time, and checks the day-of-week for each one. Saturdays and Sundays are skipped; every other day adds one to the running total.
if day-of-week(d) is not Saturday AND not Sunday
Working Days += 1
Worked Example
Suppose you set Start Date = 6 July 2026 (a Monday) and End Date = 17 July 2026 (a Friday):
- The full range spans 12 calendar days (6 July through 17 July, inclusive).
- Two of those days — Saturday 11 July and Sunday 12 July — fall on a weekend and are excluded.
- Result: 10 working days (Mon–Fri, 6–10 July, plus Mon–Fri, 13–17 July).
How to Use This Calculator
- Select your Start Date using the date picker.
- Select your End Date.
- Click Calculate to see the total number of working days (Mon–Fri) between the two dates.
Things to Know
Need the raw calendar-day gap instead of a business-day count? Use the Date Difference Calculator. Counting down to a single event instead of a range? Try the Days Until Calculator, or check exact age with the Age Calculator.
Common Use Cases
Working-day counts matter most whenever a contract, policy, or law specifies a timeline in "business days" rather than calendar days. HR and payroll teams use this figure to check statutory notice periods (often 30 or 90 working days), calculate leave-encashment windows, or verify probation-period completion. Freelancers and agencies quote project delivery in working days to avoid disputes over weekends. Legal and compliance teams check "X working days" deadlines for replying to a legal notice, filing an appeal, or responding to an RTI request — where Indian government offices generally count only Monday–Friday. Import-export businesses estimate customs clearance and bank processing timelines this way too, since most banks and government offices operate five days a week. Because this tool doesn't subtract festival holidays automatically, always double-check your date range against your organisation's official holiday calendar for that year before finalising a deadline.
Frequently Asked Questions
Q: Does this calculator subtract Indian public holidays like Diwali or Republic Day?
A: No, it only excludes Saturdays and Sundays. If your date range includes festival holidays such as Diwali, Holi, or Independence Day, you need to manually subtract those specific dates from the result to get an accurate working-day count for HR or compliance purposes.
Q: Are both the start date and end date included in the count?
A: Yes, the calculation is inclusive of both endpoints, provided they aren't weekend days. For example, if Start Date and End Date are both the same Monday, the result is 1 working day.
Q: How many working days are typically in a standard Indian calendar month?
A: A month with no holidays usually has 20 to 23 working days, since most months contain 4 to 5 weekends (8 to 10 weekend days) out of 28 to 31 total calendar days.
Q: Can I use this to calculate a notice period stated in working days?
A: Yes — enter your last working day as the Start Date and count forward, or use the tool to verify that the End Date you propose actually satisfies a "30 working days" or similar notice requirement, remembering to manually exclude any holidays in between.
Q: What's the difference between this and the Date Difference Calculator?
A: The Date Difference Calculator returns the total calendar-day gap including weekends, while this tool only counts Monday-to-Friday days. For a range like 6–17 July 2026, the Date Difference Calculator would show 11 days, while this calculator shows 10 working days after excluding the one weekend in between.
Q: Does this calculator work for a Sunday-only weekend system, since some Indian businesses are open Saturdays?
A: No — this tool assumes a standard Monday-to-Friday, five-day working week and always excludes both Saturday and Sunday. If your organisation follows a six-day week with only Sunday off, you'll need to manually add back any Saturdays that fall within your date range to get an accurate figure for your specific schedule.
Who Should Use This Calculator
This tool is built for anyone who needs a realistic business-day count rather than a raw calendar-day gap. HR and payroll teams verifying notice periods, statutory timelines, or leave-encashment windows; freelancers and agencies quoting turnaround times in working days; legal and compliance staff tracking response deadlines for notices or RTI requests; and students or professionals estimating available working time for a project all benefit from this weekday-only count. It's not the right tool if you need the full calendar-day gap including weekends (use the Date Difference Calculator), a countdown to a single future date (use the Days Until Calculator), or a count that also subtracts festival and public holidays, which this calculator does not do automatically.
More Worked Examples
Applying the day-by-day count to a few different date ranges shows how weekends get excluded:
- Start = 1 June 2026 (Monday), End = 30 June 2026 (Tuesday): 30 calendar days, spanning 4 complete weekends (8 weekend days) → 22 working days.
- Start = 3 August 2026 (Monday), End = 7 August 2026 (Friday): 5 calendar days, no weekend in range → 5 working days.
- Start = 14 December 2026 (Monday), End = 31 December 2026 (Thursday): 18 calendar days, spanning 2 complete weekends → 14 working days, before subtracting any year-end holidays your organisation observes.
Common Mistakes to Avoid
- Assuming the tool excludes public holidays automatically: It only removes Saturdays and Sundays — festival dates like Diwali, Holi, or Independence Day must be subtracted manually from the result.
- Miscounting a notice period that spans a long weekend: A "30 working days" notice can stretch to 40+ calendar days once weekends and any holidays are factored in — plan calendar dates accordingly, not just a rough month estimate.
- Ignoring regional holiday variation: Public holidays differ by state in India (bank holidays, state formation days, regional festivals), so a working-day count that's accurate in one state may need adjustment for another.
📅 Last reviewed: July 2026 · Formulas verified against RBI/SEBI/IT Dept guidelines.