Income Tax CalculatorSpecialized Version
📊

Quarterly Tax Calculator

Quarterly payments

$
$
$
%
⚠️ Disclaimer: This calculator provides estimates only and does not constitute tax advice. Actual taxes may vary based on individual circumstances. Consult a tax professional for accurate tax planning.

Quarterly Tax Calculator

Calculate your estimated quarterly tax payments with our free calculator. Self-employed individuals, freelancers, and those with significant non-wage income must make quarterly estimated payments to avoid penalties—the IRS expects tax-as-you-go, not a single annual payment.

2024 Quarterly Payment Due Dates

Payment PeriodDue DateCovers Income From
Q1April 15, 2024January 1 - March 31
Q2June 17, 2024April 1 - May 31
Q3September 16, 2024June 1 - August 31
Q4January 15, 2025September 1 - December 31

Safe Harbor Rules (Avoid Penalties)

To avoid underpayment penalties, pay at least:

Your SituationSafe Harbor Requirement
Prior year AGI ≤ $150,000100% of last year's tax
Prior year AGI > $150,000110% of last year's tax
Alternative90% of current year's tax

Quarterly Tax Calculator

``javascript function calculateQuarterlyPayment(estimatedAnnualIncome, estimatedDeductions, selfEmployed = true) { const taxableIncome = estimatedAnnualIncome - estimatedDeductions;

// Estimate federal income tax (simplified progressive brackets) let incomeTax = 0; if (taxableIncome > 191950) incomeTax = 39110 + (taxableIncome - 191950) * 0.32; else if (taxableIncome > 100525) incomeTax = 17168 + (taxableIncome - 100525) * 0.24; else if (taxableIncome > 47150) incomeTax = 5426 + (taxableIncome - 47150) * 0.22; else if (taxableIncome > 11600) incomeTax = 1160 + (taxableIncome - 11600) * 0.12; else incomeTax = taxableIncome * 0.10;

// Self-employment tax if applicable let seTax = 0; if (selfEmployed) { const seIncome = estimatedAnnualIncome * 0.9235; seTax = Math.min(seIncome, 168600) * 0.124 + seIncome * 0.029; // Deduct half of SE tax incomeTax -= (seTax / 2) * 0.22; // Approximate tax benefit }

const totalAnnualTax = incomeTax + seTax; const quarterlyPayment = totalAnnualTax / 4;

return { estimatedAnnualTax: totalAnnualTax.toFixed(2), quarterlyPayment: quarterlyPayment.toFixed(2), incomeTaxPortion: incomeTax.toFixed(2), selfEmploymentTax: seTax.toFixed(2) }; } ``

Making Quarterly Payments

Pay via IRS Direct Pay, EFTPS (Electronic Federal Tax Payment System), or by mailing Form 1040-ES with a check. Direct Pay and EFTPS are free; credit card payments incur fees. Keep records of all payments for your annual tax return.

Frequently Asked Questions

When are quarterly taxes due?

Quarterly estimated taxes are due April 15, June 15, September 15, and January 15 of the following year. If these dates fall on a weekend or holiday, the deadline moves to the next business day. The Q4 payment covers September through December.

Who needs to pay quarterly taxes?

You generally must pay quarterly if you expect to owe $1,000 or more when you file your return and your withholding will be less than 90% of your current tax or 100% of last year tax (110% if AGI over $150,000). This typically applies to self-employed, freelancers, and those with significant investment income.

What happens if I underpay quarterly taxes?

The IRS charges an underpayment penalty, currently around 8% annually on the underpaid amount. The penalty is calculated separately for each quarter. You can avoid penalties by meeting safe harbor rules: pay 100% of last year tax (110% if high income) or 90% of current year tax.

Related Tools

Explore other tools you might find useful:

Related Calculators