Use this skill with your AI agent
Paste this skill into your AI agent's context, or save the file to your project. Works with any AI agent that reads markdown.
| 1 | --- |
| 2 | name: va-income-tax |
| 3 | description: > |
| 4 | Use this skill whenever asked about Virginia individual income tax, Virginia Form 760, Virginia graduated tax rates, Virginia self-employment income tax at the state level, Virginia standard deduction, or any Virginia personal income tax question for sole proprietors. Trigger on phrases like "Virginia income tax", "VA income tax", "Form 760", "Virginia tax brackets", "Virginia 5.75%", "Virginia standard deduction", or any request involving Virginia state individual income tax computation or filing. |
| 5 | jurisdiction: US-VA |
| 6 | version: "0.1" |
| 7 | validation_status: ai-drafted-q3 |
| 8 | --- |
| 9 | |
| 10 | # Virginia Individual Income Tax Skill — Self-Employed / Sole Proprietor |
| 11 | |
| 12 | > **Scope.** This skill covers the Virginia individual income tax return (Form 760) for full-year Virginia residents who are sole proprietors or single-member LLC owners. It addresses the graduated rate computation, Virginia adjustments to federal AGI, the standard deduction, and Virginia-specific credits. |
| 13 | |
| 14 | > **Quality tier.** Q3 — AI-drafted, not independently verified. All rates and rules are sourced from the Virginia Department of Taxation publications and third-party research current as of May 2026. A licensed CPA or EA should verify before relying on this skill for filing. |
| 15 | |
| 16 | --- |
| 17 | |
| 18 | ## Section 1: Metadata |
| 19 | |
| 20 | | Field | Value | |
| 21 | |-------|-------| |
| 22 | | Jurisdiction | Virginia, United States | |
| 23 | | Jurisdiction code | US-VA | |
| 24 | | Tax type | Individual income tax | |
| 25 | | Rate structure | Graduated (4 brackets) | |
| 26 | | Rate range | 2% – 5.75% | |
| 27 | | Primary form | Form 760 (Resident Individual Income Tax Return) | |
| 28 | | Governing statute | Virginia Code §58.1-320 et seq. | |
| 29 | | Tax authority | Virginia Department of Taxation | |
| 30 | | Filing portal | https://www.tax.virginia.gov | |
| 31 | | Tax year covered | 2025 (filed 2026) and 2026 (filed 2027) | |
| 32 | | Last updated | May 22, 2026 | |
| 33 | |
| 34 | ### Sources |
| 35 | |
| 36 | | # | Source | URL | |
| 37 | |---|--------|-----| |
| 38 | | 1 | Virginia Department of Taxation — Income Tax | https://www.tax.virginia.gov/individual-income-tax | |
| 39 | | 2 | 2025 Form 760 Instructions | https://www.tax.virginia.gov/sites/default/files/vatax-pdf/2025-760-instructions.pdf | |
| 40 | | 3 | Virginia Code §58.1-320 — Tax rates | https://law.lis.virginia.gov/vacode/title58.1/chapter3/section58.1-320/ | |
| 41 | | 4 | Tax Foundation — Virginia profile | https://taxfoundation.org/location/virginia/ | |
| 42 | |
| 43 | --- |
| 44 | |
| 45 | ## Section 2: Quick reference — rates and thresholds |
| 46 | |
| 47 | ### Tax brackets (2025 and 2026 — same rates, all filing statuses) |
| 48 | |
| 49 | | Taxable income bracket | Marginal rate | Tax on prior brackets | |
| 50 | |------------------------|---------------|-----------------------| |
| 51 | | $0 – $3,000 | 2% | $0 | |
| 52 | | $3,001 – $5,000 | 3% | $60 | |
| 53 | | $5,001 – $17,000 | 5% | $120 | |
| 54 | | $17,001 and above | 5.75% | $720 | |
| 55 | |
| 56 | **Formula for taxable income over $17,000:** Tax = $720 + 5.75% × (taxable income − $17,000) |
| 57 | |
| 58 | ### Standard deduction (2025 tax year, filed 2026) |
| 59 | |
| 60 | | Filing status | Standard deduction | |
| 61 | |---------------|-------------------| |
| 62 | | Single | $8,500 | |
| 63 | | Married filing jointly | $17,000 | |
| 64 | | Married filing separately | $8,500 | |
| 65 | |
| 66 | ### Standard deduction (2026 tax year, filed 2027) |
| 67 | |
| 68 | | Filing status | Standard deduction | |
| 69 | |---------------|-------------------| |
| 70 | | Single / HoH | $8,750 | |
| 71 | | Married filing jointly | $17,500 | |
| 72 | | Married filing separately | $8,750 | |
| 73 | |
| 74 | **Note:** The increased standard deduction is scheduled to sunset after TY 2026, reverting to $3,000 (single) / $6,000 (MFJ) unless extended by the General Assembly. |
| 75 | |
| 76 | ### Personal exemptions (2025 and 2026) |
| 77 | |
| 78 | | Item | Amount | |
| 79 | |------|--------| |
| 80 | | Personal exemption — each taxpayer | $930 | |
| 81 | | Personal exemption — each dependent | $930 | |
| 82 | | Age 65+ additional exemption | $800 per person | |
| 83 | | Blind additional exemption | $800 per person | |
| 84 | |
| 85 | ### Other key thresholds |
| 86 | |
| 87 | | Item | Amount | Source | |
| 88 | |------|--------|--------| |
| 89 | | Filing threshold (single, under 65) | $11,950 (based on federal filing requirement) | Form 760-I | |
| 90 | | Extension deadline | November 1 (automatic 6-month from May 1) | Va. Code §58.1-344 | |
| 91 | | Filing due date | May 1 (Virginia's unique deadline) | Va. Code §58.1-341 | |
| 92 | | State sales tax rate (general) | 5.3% (4.3% state + 1% local) | Va. Code §58.1-603 | |
| 93 | | Sales tax — Hampton Roads / Northern VA | 6.0% (additional 0.7% regional) | Va. Code §58.1-603.1 | |
| 94 | |
| 95 | --- |
| 96 | |
| 97 | ## Section 3: How this skill works with the federal return |
| 98 | |
| 99 | Virginia starts from **federal adjusted gross income (FAGI)** — Form 1040, Line 11. This is BEFORE the federal standard deduction and QBI deduction. |
| 100 | |
| 101 | **Flow:** |
| 102 | 1. Federal Form 1040 is completed (including Schedule C, SE). |
| 103 | 2. Federal AGI (Line 11) flows to Virginia Form 760, Line 1. |
| 104 | 3. Virginia additions are applied (Line 2 — e.g., state tax deduction add-back if itemizing for VA while claiming state taxes federally). |
| 105 | 4. Virginia subtractions are applied (Line 6 — e.g., Social Security if applicable). |
| 106 | 5. Virginia AGI is computed (Line 7 = FAGI + additions − subtractions). |
| 107 | 6. Standard deduction OR itemized deductions (must match federal choice) are subtracted. |
| 108 | 7. Personal exemptions are subtracted. |
| 109 | 8. Virginia taxable income results; tax is computed from the rate table. |
| 110 | |
| 111 | **Key structural point:** Because Virginia starts from federal AGI, the federal standard deduction is NOT already baked in. Virginia applies its own (typically larger) standard deduction. The QBI deduction (§199A) is also NOT included in the starting point — it does not exist for Virginia purposes. |
| 112 | |
| 113 | --- |
| 114 | |
| 115 | ## Section 4: Self-employed specific rules |
| 116 | |
| 117 | ### Self-employment tax deduction |
| 118 | The federal deduction for 50% of self-employment tax (Form 1040, Schedule 1, Line 15) reduces federal AGI. Since Virginia starts from federal AGI, this flows through automatically. |
| 119 | |
| 120 | ### Retirement contributions |
| 121 | SEP-IRA, SIMPLE IRA, and solo 401(k) contributions that reduce federal AGI flow through to Virginia automatically. |
| 122 | |
| 123 | ### Health insurance deduction |
| 124 | The self-employed health insurance deduction (Schedule 1, Line 17) reduces federal AGI and flows through automatically. |
| 125 | |
| 126 | ### QBI deduction (§199A) |
| 127 | Virginia does NOT conform to the federal QBI deduction. The §199A deduction reduces federal taxable income (after AGI) but since Virginia starts from AGI, it is not part of the Virginia computation. Virginia taxable income will be higher than federal taxable income by the QBI amount (all else equal). |
| 128 | |
| 129 | ### Home office deduction |
| 130 | Reduces Schedule C net profit → reduces federal AGI → flows through to Virginia. |
| 131 | |
| 132 | ### Estimated tax payments |
| 133 | Virginia requires estimated payments if the expected tax liability (after withholding and credits) will be $150 or more. Due dates: May 1, June 15, September 15, January 15. Note the first payment aligns with the May 1 filing deadline (not April 15). |
| 134 | |
| 135 | --- |
| 136 | |
| 137 | ## Section 5: Tier 1 rules — deterministic |
| 138 | |
| 139 | **[T1-VA-1] Tax computation.** Apply the graduated rate table to Virginia taxable income: |
| 140 | - First $3,000 × 2% = $60 |
| 141 | - Next $2,000 × 3% = $60 |
| 142 | - Next $12,000 × 5% = $600 |
| 143 | - Remainder × 5.75% |
| 144 | |
| 145 | **[T1-VA-2] Starting point.** Begin with federal adjusted gross income from Form 1040, Line 11. Enter on Form 760, Line 1. |
| 146 | |
| 147 | **[T1-VA-3] Virginia additions (Form 760, Line 2).** Common additions for self-employed: |
| 148 | - Interest income from other states' obligations (tax-exempt federally but not for VA) |
| 149 | - Certain fixed-date conformity additions (Virginia does not automatically conform to all post-2021 IRC changes) |
| 150 | |
| 151 | **[T1-VA-4] Virginia subtractions (Form 760, Line 6).** Common subtractions: |
| 152 | - First $20,000 of military pay (if applicable) |
| 153 | - Virginia lottery winnings up to $600 (already reported federally) |
| 154 | - Age deduction: up to $12,000 per taxpayer age 65+ (subject to income limits — phases out above $50,000 single / $75,000 MFJ AFAGI) |
| 155 | |
| 156 | **[T1-VA-5] Deduction choice.** Virginia requires the same deduction method as federal: if you claimed federal standard deduction, you must claim Virginia standard deduction. If you itemized federally, you must itemize for Virginia (using Virginia Schedule A, which largely mirrors federal but excludes state/local income tax deduction). |
| 157 | |
| 158 | **[T1-VA-6] Filing due date.** **May 1** following the tax year (NOT April 15). For TY 2025, the deadline is May 1, 2026. Extension is automatic for 6 months to November 1. |
| 159 | |
| 160 | **[T1-VA-7] Estimated tax payments.** Required if expected liability exceeds $150 after withholding and credits. Quarterly dates: May 1, June 15, September 15, January 15. |
| 161 | |
| 162 | **[T1-VA-8] Virginia Earned Income Credit.** 20% of the federal EIC amount (refundable for TY 2025 and 2026 per recent legislation). Claimed on Schedule ADJ. |
| 163 | |
| 164 | --- |
| 165 | |
| 166 | ## Section 6: Tier 2 rules — requires judgment |
| 167 | |
| 168 | **[T2-VA-1] Residency determination.** Virginia defines a resident as a person domiciled in Virginia or who maintains a place of abode in Virginia and is present for 183+ days. "Domicile" requires intent to remain permanently or indefinitely. Freelancers who split time between states should document domicile carefully. |
| 169 | |
| 170 | **[T2-VA-2] Fixed-date conformity.** Virginia conforms to the Internal Revenue Code as of a specific date set by the General Assembly (currently December 31, 2022 for most provisions). Federal tax law changes after that date may require Virginia additions or subtractions. Reviewer should check current conformity date for the filing year. |
| 171 | |
| 172 | **[T2-VA-3] Multi-state credit.** Virginia provides a credit for income taxes paid to other states on income also taxed by Virginia (Schedule OSC). The credit cannot exceed Virginia tax on the income sourced to the other state. |
| 173 | |
| 174 | **[T2-VA-4] Standard deduction sunset.** The enhanced standard deduction ($8,750 single / $17,500 MFJ for 2026) is scheduled to revert to $3,000 / $6,000 after TY 2026 unless the General Assembly acts. Reviewer should monitor this for future-year planning. |
| 175 | |
| 176 | **[T2-VA-5] Business vs. hobby.** Virginia follows the federal §183 determination. If Schedule C activity is reclassified as hobby by IRS, Virginia follows. |
| 177 | |
| 178 | --- |
| 179 | |
| 180 | ## Section 7: Supplier pattern library |
| 181 | |
| 182 | | Income/deduction type | Virginia treatment | Notes | |
| 183 | |----------------------|-------------------|-------| |
| 184 | | Schedule C net profit | Included via federal AGI | No adjustment | |
| 185 | | Self-employment tax deduction | Included via federal AGI reduction | No adjustment | |
| 186 | | SEP/SIMPLE/solo 401(k) | Included via federal AGI reduction | No adjustment | |
| 187 | | QBI deduction (§199A) | NOT included — Virginia starts from AGI | VA taxable income is higher | |
| 188 | | Self-employed health insurance | Included via federal AGI reduction | No adjustment | |
| 189 | | Home office deduction | Included via Schedule C reduction | No adjustment | |
| 190 | | Social Security benefits | Partially/fully included (follows federal inclusion) | No VA subtraction for <65 | |
| 191 | | Out-of-state bond interest | Add to Virginia income | Not exempt for VA | |
| 192 | | Virginia bond interest | Subtract from Virginia income | Exempt | |
| 193 | | Federal tax refund | Not applicable (VA doesn't deduct federal tax) | N/A | |
| 194 | |
| 195 | --- |
| 196 | |
| 197 | ## Section 8: Form mapping |
| 198 | |
| 199 | | Form 760 Line | Description | Source | |
| 200 | |---------------|-------------|--------| |
| 201 | | Line 1 | Federal adjusted gross income (FAGI) | Form 1040, Line 11 | |
| 202 | | Line 2 | Additions (Schedule ADJ, Section A) | Computed | |
| 203 | | Line 3 | Adjusted FAGI (Line 1 + Line 2) | Computed | |
| 204 | | Line 6 | Subtractions (Schedule ADJ, Section B) | Computed | |
| 205 | | Line 7 | Virginia AGI (Line 3 − Line 6) | Computed | |
| 206 | | Line 9 | Deductions (standard or itemized) | Per filing method | |
| 207 | | Line 10 | Exemptions ($930 × number) | Computed | |
| 208 | | Line 11 | Virginia taxable income (Line 7 − 9 − 10) | Computed | |
| 209 | | Line 12 | Tax (from rate table) | Computed per brackets | |
| 210 | | Line 17 | Tax after credits | Computed | |
| 211 | | Line 22+ | Payments (withholding, estimated) | W-2s, vouchers | |
| 212 | |
| 213 | --- |
| 214 | |
| 215 | ## Section 9: Refusal catalogue |
| 216 | |
| 217 | | ID | Refusal | Reason | |
| 218 | |----|---------|--------| |
| 219 | | R-VA-1 | Part-year resident return (Form 760PY) | Different form and allocation rules | |
| 220 | | R-VA-2 | Nonresident return (Form 763) | Different form and sourcing rules | |
| 221 | | R-VA-3 | Virginia corporate income tax | Different tax type (Form 500) | |
| 222 | | R-VA-4 | BPOL (local business license tax) | Local tax, not state-administered | |
| 223 | | R-VA-5 | Virginia estate/trust return | Different form (Form 770) | |
| 224 | | R-VA-6 | Land preservation / historic rehabilitation credits | Specialized credit computation | |
| 225 | | R-VA-7 | Amended returns (Form 760C / 760F) | Requires additional procedures | |
| 226 | | R-VA-8 | Pass-through entity tax (PTET) election | For multi-owner entities only | |
| 227 | |
| 228 | --- |
| 229 | |
| 230 | ## Disclaimer |
| 231 | |
| 232 | This skill and its outputs are provided for informational and computational purposes only. They do not constitute tax advice, legal advice, or a substitute for the professional judgment of a qualified CPA, Enrolled Agent, or tax attorney. Tax law changes frequently; always verify rates, thresholds, and rules against current official sources before filing. The contributors and maintainers of OpenAccountants accept no liability for errors, omissions, or actions taken based on this content. |
| 233 |
Run this skill, then get an accountant to check it
After running the full skill pack in your AI agent, sign up and upload your worksheet. We'll connect you with a trusted accountant in our network who can review your numbers before you file.
Quality
Q3: AI-drafted
AI-generated with structure and citations. Not independently verified.
Needs deep research against tax authority websites to reach Q2.
Accountant Review
About
Use this skill whenever asked about Virginia individual income tax, Virginia Form 760, Virginia graduated tax rates, Virginia self-employment income tax at the state level, Virginia standard deduction, or any Virginia personal income tax question for sole proprietors. Trigger on phrases like "Virginia income tax", "VA income tax", "Form 760", "Virginia tax brackets", "Virginia 5.75%", "Virginia standard deduction", or any request involving Virginia state individual income tax computation or filing.
Use this skill
This skill is open source and free to use in any AI agent. Copy it, download it, or clone the repo. If you find an error, flag it — a licensed accountant will review.