Add/Subtract Days Calculator
Add or subtract days from any date to find a future or past date.
Guide
How it works
This calculator answers a simple but surprisingly fiddly question: what date falls a given number of days before or after a starting date? Choose a start date, pick add or subtract, type the number of days, and it returns the resulting date along with the day of the week. It handles every calendar complication for you - months of different lengths, leap years, and the roll-over from one month or year to the next - so you do not have to count on your fingers or risk an off-by-one error.
How it works
The tool takes your start date and moves the calendar forward or backward by the exact number of days you enter. Because it shifts by real calendar days rather than by months, the answer is always precise: adding 30 days lands on a genuine date 30 days later, even if that crosses into a new month with a different length. Subtracting works the same way in reverse, stepping back day by day into the past. The result includes the weekday, which is often the detail people actually need.
A worked example
Say you sign a document on 15 January 2025 and a clause gives the other side 45 days to respond. Enter 15 January 2025, choose add, and type 45. The calculator returns 1 March 2025, a Saturday. Notice that it correctly steps through the 31 days of January and the 28 days of February 2025 (a non-leap year) to land on the right date. Change the year to 2024, a leap year, and the same 45-day count from 15 January lands on 29 February instead, because that year has an extra day.
Why people use it
- Finding a deadline a set number of days out, such as a 30-day notice period or a 90-day return window.
- Working out a due date in pregnancy, a follow-up appointment, or a project milestone.
- Calculating warranty or guarantee expiry from a purchase date.
- Backdating: finding the date a given number of days before an event, for planning or eligibility checks.
Calendar days versus business days
This calculator counts calendar days, meaning it includes weekends and public holidays. Many legal, financial, and shipping deadlines instead count only business days, which excludes Saturdays, Sundays, and holidays. If your deadline is defined in business days, the calendar-day result here will fall earlier than the true business-day deadline, so always check which basis your agreement uses before relying on the date.
Does this account for leap years?expand_more
Yes. The calculator works from the real calendar, so any 29 February in the span you cross is automatically included when adding or subtracting days. The resulting date is always a genuine calendar date.
Does it count calendar days or business days?expand_more
It counts calendar days, including weekends and public holidays. If your deadline is measured in business days only, the actual date will be later than the result shown here, because weekends and holidays would be skipped.
Can I subtract days to find a past date?expand_more
Yes. Choose the subtract option and the calculator steps backward from your start date by the number of days you enter, returning the earlier date and its weekday.
Why does the result also show the day of the week?expand_more
The weekday is often the reason people use the tool - to check whether a deadline lands on a weekend, for instance. Knowing the day helps you plan around closures or move a deadline to the next working day if needed.
Is there a limit to how many days I can add?expand_more
You can enter large numbers, and the calculator will still return a valid date many years into the past or future. For very long spans, double-check the result if exact historical calendar accuracy matters.
Does daylight saving time change the result?expand_more
No. Because the calculator works in whole calendar days rather than exact hours, daylight saving changes do not shift the resulting date. The clocks moving forward or back by an hour affects the time of day, not which calendar date falls a set number of days away.
What date format does it use?expand_more
You select the start date from a date picker, so there is no ambiguity between day-first and month-first formats. The result is shown with the full month name and the weekday, which removes any confusion about whether, say, 03/04 means 3 April or 4 March.
Next steps