What is the Days Until Tax Day Calculator?
This calculator applies to the United States, where the federal income tax filing deadline ("Tax Day") falls on April 15 each year. (Note: when April 15 lands on a weekend or holiday the IRS may shift the actual deadline by a day or two; this tool counts to the calendar date April 15.) Enter any starting date and the calculator counts the days, weeks and months until the next April 15.
How to use it
Leave the date set to today for a live countdown, or pick a different start date to plan ahead. The tool finds the next occurrence of April 15: if your start date is on or before April 15 of that year, it uses that year; otherwise it rolls forward to April 15 of the following year.
The formula explained
The core calculation is a simple date difference:
$$\text{days} = \text{next April 15} - \text{from date}$$Both dates are evaluated at UTC midnight so daylight-saving transitions never knock the result off by one day. Weeks are \(\text{days} \div 7\) and approximate months are \(\text{days} \div 30.4375\) (the average month length).
More generally:
$$\text{Days} = \text{April 15}_{\,Y} - \text{From Date}, \quad Y = \begin{cases} \text{year} & \text{if From Date} \le \text{Apr 15} \\ \text{year}+1 & \text{if From Date} > \text{Apr 15} \end{cases}$$
Worked example
Suppose your start date is April 16, 2024. Because this is after April 15, 2024, the next Tax Day is April 15, 2025. From April 16, 2024 to April 15, 2025 there are exactly \(364\) days (2024 is a leap year). For a start of April 15, 2024 the next deadline is the same day — \(0\) days.
FAQ
Does it account for weekends and holidays? No — it counts to the calendar date April 15. The IRS sometimes extends the deadline to the next business day.
Why does the count include leap days? It counts actual calendar days, so a span crossing February 29 includes that day.
Can I count from a past date? Yes. The tool always targets the next April 15 on or after your chosen date.