District of Columbia Income Tax Calculator

Quickly estimate your Washington, DC income tax, marginal rate, effective rate, and after-tax pay. This accessible routine mirrors the 2024 bracket structure used by US tax professionals.

Income & Filing Details

Deduction type

Based on 2024 federal standard deduction amounts.

Used for per-paycheck after-tax estimates.

Results refresh automatically as you type; tap Calculate to announce the latest result to assistive tech.

How to Use This Calculator

Provide your annual gross income, select filing status, and choose whether to use the standard deduction or supply itemized deductions. Add any DC tax credits you expect to claim, pick a pay frequency, and compare the take-home pay that appears in the results card.

Data Source and Methodology

Tutti i calcoli si basano rigorosamente sulle formule e sui dati forniti da queste fonti.

Methodology

The calculator subtracts the chosen deduction from your income to find taxable income and applies the DC progressive bracket schedule. It adds up each bracket's tax, subtracts any credits, and reports both the marginal and effective rates along with after-tax income and pay-frequency breakouts.

Marginal rate shows the rate applied to your last dollar of taxable income. Effective rate divides total tax after credits by total income, and per-paycheck math uses the selected frequency (Annual, Monthly, Biweekly, Weekly).

Glossary of Variables

  • Annual gross income (I): Total pre-tax income subject to DC rules.
  • Filing status: Your federal filing category, which determines the standard deduction.
  • Standard deduction (D): Default 2024 deduction for your filing status; updated automatically.
  • Itemized deductions (D): Your entered deduction total when you select Itemized.
  • Credits (C): Dollar-for-dollar reductions applied after tax is calculated.
  • Taxable income (TI): Income after deductions: max(0, I − D).
  • Tax owed (T_net): DC tax after credits.
  • Marginal rate: The bracket rate that touches your final dollar of TI.
  • Effective rate (ER): T_net divided by I.
  • After-tax income: I − T_net.

Worked Example

How It Works: A Step-by-Step Example

Suppose income I = $85,000, Filing Status = Single (Standard Deduction for 2024 = $14,600), Credits C = $0.

  1. Taxable income: \( TI = \max(0, 85{,}000 - 14{,}600) = 70{,}400 \).
  2. Apply brackets:
    • 4% of first $10,000 = $400
    • 6% of next $30,000 (10k–40k) = $1,800
    • 6.5% of next $20,000 (40k–60k) = $1,300
    • 8.5% of remaining $10,400 (60k–70.4k) = $884
    Total \( T(TI) = $4,384 \)
  3. Credits: \( T_{\text{net}} = \max(0, 4,384 - 0) = 4,384 \).
  4. Effective rate: \( ER = 4{,}384 / 85{,}000 \approx 5.16\% \).
  5. After-tax income: $85,000 − $4,384 = $80,616.

Numbers rounded to the nearest dollar where appropriate.

Frequently Asked Questions (FAQ)

Does DC have different brackets by filing status?

No. DC’s marginal brackets are the same for all statuses. Filing status only changes the standard deduction.

Which standard deduction amounts are used?

2024 federal standard deduction amounts: Single/MFS $14,600; HOH $21,900; MFJ/QS $29,200. You can override by selecting Itemized.

Are local credits included?

Enter a total for DC credits as a single number. The calculator does not determine credit eligibility.

Can I use this for paychecks?

Yes. Choose a pay frequency to view an approximate per-paycheck after-tax amount based on annualized figures.

Is this tax advice?

No. It is an educational estimate. Consult a licensed tax professional for advice.

Where can I verify the DC tax rates?

See the DC Office of Tax and Revenue: official tax rate schedules.

About the author

Strumento sviluppato da Ugo Candido. Contenuti verificati da Ugo Candido.

Ultima revisione per l'accuratezza in data: .

Formulas

Taxable income: \( TI = \max(0, I - D) \), where I is annual income and D is the chosen deduction.

Progressive tax: Apply the DC bracket limits \(\{b_k\}\) with rates \(\{r_k\}\) to taxable income and sum:

\( T(TI) = \sum_{k=1}^{n} \big[ \max(0, \min(TI, b_k) - b_{k-1}) \times r_k \big] \)

Net tax after credits: \( T_{\text{net}} = \max(0, T(TI) - C) \).

Effective rate: \( ER = \frac{T_{\text{net}}}{I} \) (if \( I > 0 \)).

DC brackets (current schedule): 4% to $10,000; 6% over $10,000–$40,000; 6.5% over $40,000–$60,000; 8.5% over $60,000–$250,000; 9.25% over $250,000–$500,000; 9.75% over $500,000–$1,000,000; 10.75% over $1,000,000.

Citations

https://www.irs.gov/publications/p501 — irs.gov · Accessed 2026-01-19

https://otr.cfo.dc.gov/page/dc-tax-rates — DC Office of Tax and Revenue · Accessed 2026-01-19

https://calcdomain.com/finance — CalcDomain Finance · Accessed 2026-01-19

https://calcdomain.com/subcategories/taxes — CalcDomain US Taxation (State) · Accessed 2026-01-19

Changelog
  • 0.1.0-draft — 2026-01-19: Initial audit spec draft generated from HTML extraction.
  • Verify formulas match the calculator engine and express formulas in LaTeX where possible.
  • Confirm all sources remain authoritative and fit the calculator methodology.
Verified by Ugo Candido Last Updated: 2026-01-19 Version 0.1.0-draft
Version 1.5.0