Next Occurrence of Weekday Calculator
Find the next date a specific weekday occurs on or after a given start date.
How to use this tool
- Enter from date and weekday in the fields above.
- Results update instantly as you type — or click Calculate.
- Read your next date and the full breakdown beneath it.
Find the next date a specific weekday occurs on or after a given start date.
How it works
This tool finds the next date on which a specific weekday falls, starting from a date you choose. If today is Wednesday June 25 and you want the next Monday, the tool returns June 30.
Enter a starting date and select the target weekday. The tool checks whether the starting date itself is that weekday (in which case it returns the starting date) and otherwise advances day by day until it finds the next matching weekday. The result is always within 7 days of the start date.
This is handy for scheduling: "when is the next Tuesday after my vacation ends?", "what is the next Friday after the invoice date?", or "when is the next Monday after a bank holiday?". It eliminates manual calendar scanning.
The tool is also useful in automated workflows where you need to compute a business-day deadline relative to a variable event date, such as a payment due on the next business day after a transaction posts.
Worked example
Find the next Friday after a project kickoff
- Enter from date: 2025-09-10 (a Wednesday)
- Select weekday: Friday
- Click Calculate
- Result: September 12, 2025
Friday, September 12, 2025 (2 days after the start date)
Common mistakes to avoid
- Expecting the tool to skip the start date if it matches the target weekday -- it returns the start date itself in that case.
- Using this tool when you actually need the Nth weekday of a specific month (use the Nth Weekday calculator instead).
- Forgetting that Sunday is a valid weekday selection even though it is not a business day.
Key terms
- From date
- The starting reference date from which the search for the next weekday occurrence begins.
- Weekday
- One of the seven named days of the week: Monday through Sunday.
Frequently asked questions
- What if today is already that weekday?
- The calculator returns today's date with 0 days away.
- Does this go forward only?
- Yes — this tool always returns the current or next upcoming occurrence.