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: az-income-tax |
| 3 | description: Use this skill whenever asked about Arizona individual income tax for self-employed individuals or sole proprietors — filing Form 140, AZ estimated tax (Form 140ES), Arizona flat tax rate, Arizona standard deduction, or any query involving Arizona state income tax compliance. Trigger on phrases like "Arizona income tax", "AZ income tax", "Form 140", "Arizona estimated tax", "Arizona self-employed tax", "AZDOR income tax", "Arizona flat tax", or "ARS §43". |
| 4 | jurisdiction: US-AZ |
| 5 | version: "0.1" |
| 6 | validation_status: ai-drafted-q3 |
| 7 | --- |
| 8 | |
| 9 | # Arizona Individual Income Tax Skill — Self-Employed / Sole Proprietor |
| 10 | |
| 11 | > **Scope.** This skill covers Arizona individual income tax for self-employed individuals and sole proprietors filing Form 140. It addresses tax computation, deductions, estimated payments, and form mapping. |
| 12 | > **Quality tier.** Q3 — AI-drafted with citations; not independently verified by a licensed professional. |
| 13 | |
| 14 | ## Section 1: Metadata |
| 15 | |
| 16 | | Field | Value | |
| 17 | |---|---| |
| 18 | | Jurisdiction | Arizona, United States | |
| 19 | | Jurisdiction code | US-AZ | |
| 20 | | Tax authority | Arizona Department of Revenue (AZDOR) | |
| 21 | | Filing portal | https://www.aztaxes.gov | |
| 22 | | Legislation citation | Arizona Revised Statutes Title 43 (Taxation of Income) | |
| 23 | | Primary form | Form 140 — Arizona Resident Personal Income Tax | |
| 24 | | Filing deadline | April 15 (follows federal deadline) | |
| 25 | | Version | 0.1 | |
| 26 | | Generated | 2026-05-22 | |
| 27 | | Validation status | AI-drafted — Q3 | |
| 28 | |
| 29 | ### Sources consulted |
| 30 | |
| 31 | 1. Arizona Department of Revenue — Individual Income Tax Highlights (2025): https://azdor.gov/forms/individual-income-tax-highlights |
| 32 | 2. Arizona Department of Revenue — Individual Estimated Tax Payments: https://azdor.gov/individuals/individual-estimated-tax-payments |
| 33 | 3. Arizona Form 140 Instructions (TY 2025): https://azdor.gov/forms/individual |
| 34 | 4. Arizona Tax Tables 2025: https://www.taxformcalculator.com/arizona/tax-tables/2025.html |
| 35 | |
| 36 | --- |
| 37 | |
| 38 | ## Section 2: Quick reference — rates and thresholds |
| 39 | |
| 40 | ### Tax rate (TY 2025) |
| 41 | |
| 42 | Arizona imposes a **flat income tax rate of 2.5%** on all taxable income, regardless of filing status or income level. This flat rate took effect in tax year 2023. |
| 43 | |
| 44 | | Filing status | Rate | Applies to | |
| 45 | |---|---|---| |
| 46 | | All statuses | 2.5% | All Arizona taxable income | |
| 47 | |
| 48 | ### Standard deduction (TY 2025) |
| 49 | |
| 50 | | Filing status | Standard deduction | |
| 51 | |---|---| |
| 52 | | Single | $15,750 | |
| 53 | | Married Filing Jointly | $31,500 | |
| 54 | | Married Filing Separately | $15,750 | |
| 55 | | Head of Household | $23,625 | |
| 56 | |
| 57 | Arizona also allows a **Standard Deduction Increase** equal to 34% of qualifying charitable contributions (TY 2025), calculated on page 3 of Form 140. |
| 58 | |
| 59 | ### Personal exemptions |
| 60 | |
| 61 | Arizona does not use personal exemptions in the traditional sense. The standard deduction effectively replaces the exemption for most filers. |
| 62 | |
| 63 | --- |
| 64 | |
| 65 | ## Section 3: How this skill works with the federal return |
| 66 | |
| 67 | 1. **Starting point:** Arizona begins with **federal adjusted gross income** (federal Form 1040, Line 11). |
| 68 | 2. **Arizona additions:** Add back amounts deducted federally but not recognized by Arizona (e.g., other states' municipal bond interest). |
| 69 | 3. **Arizona subtractions:** Subtract Arizona-exempt income (e.g., Social Security benefits, U.S. government interest, Arizona-specific exclusions). |
| 70 | 4. **Arizona AGI:** Federal AGI ± additions/subtractions. |
| 71 | 5. **Deductions:** Subtract standard deduction or Arizona itemized deductions. |
| 72 | 6. **Result:** Arizona taxable income × 2.5% = tax liability. |
| 73 | |
| 74 | --- |
| 75 | |
| 76 | ## Section 4: Self-employed specific rules |
| 77 | |
| 78 | ### Federal conformity |
| 79 | - Arizona generally conforms to the Internal Revenue Code as of a specific date (rolling conformity with some exceptions). |
| 80 | - Schedule C business income and deductions flow through federal AGI into Arizona's computation. |
| 81 | |
| 82 | ### QBI deduction (§199A) |
| 83 | - The federal QBI deduction reduces federal taxable income but does **not** directly apply to Arizona's computation since Arizona starts from federal AGI (above the line). |
| 84 | - However, Arizona allows its own subtraction for certain small business income (check current year instructions). |
| 85 | |
| 86 | ### SE health insurance deduction |
| 87 | - Flows through federal AGI (above-the-line deduction) and is automatically reflected in Arizona's starting point. |
| 88 | |
| 89 | ### Retirement contributions |
| 90 | - SEP-IRA and Solo 401(k) contributions reduce federal AGI and therefore reduce Arizona starting income. |
| 91 | |
| 92 | ### Home office deduction |
| 93 | - Federal home office deduction (simplified or actual) flows through Schedule C and is reflected in federal AGI. |
| 94 | |
| 95 | ### Estimated tax payments (Form 140ES) |
| 96 | |
| 97 | - **Required if:** Your Arizona gross income exceeds $75,000 (single/MFS/HOH) or $150,000 (MFJ) for the current or prior year. |
| 98 | - **Safe harbor:** Total estimated payments + withholding must equal the lesser of 90% of current year tax or 100% of prior year tax. |
| 99 | - **Due dates:** April 15, June 15, September 15, January 15. |
| 100 | - **Payment methods:** Online via AZTaxes.gov or mail Form 140ES to AZDOR. |
| 101 | - **Small business variant:** Form 140ES-SBI for those electing the small business income tax. |
| 102 | |
| 103 | --- |
| 104 | |
| 105 | ## Section 5: Tier 1 rules — deterministic |
| 106 | |
| 107 | | # | Rule | Logic | |
| 108 | |---|---|---| |
| 109 | | T1-01 | Apply 2.5% flat rate to Arizona taxable income | Single rate × taxable income | |
| 110 | | T1-02 | Standard deduction by filing status | Fixed amounts: $15,750 / $31,500 / $23,625 | |
| 111 | | T1-03 | Social Security benefits fully exempt | Subtract from AZ computation | |
| 112 | | T1-04 | U.S. government bond interest exempt | Subtract from AZ income | |
| 113 | | T1-05 | Estimated tax threshold | Gross income > $75,000 (single) or $150,000 (MFJ) | |
| 114 | | T1-06 | Standard deduction increase | Add 34% of qualifying charitable contributions | |
| 115 | |
| 116 | --- |
| 117 | |
| 118 | ## Section 6: Tier 2 rules — requires judgment |
| 119 | |
| 120 | | # | Rule | Why judgment needed | |
| 121 | |---|---|---| |
| 122 | | T2-01 | Standard deduction vs. itemized | Taxpayer must compare both methods | |
| 123 | | T2-02 | IRC conformity date issues | Some federal provisions may not be adopted; requires checking current conformity | |
| 124 | | T2-03 | Part-year resident allocation | Requires apportionment of income to AZ residency period | |
| 125 | | T2-04 | Small Business Income Tax election | Taxpayer may elect to pay 2.5% separately on business income — requires evaluation of benefit | |
| 126 | | T2-05 | Credit for taxes paid to other states | Requires analysis of multistate income sourcing (Form 309) | |
| 127 | | T2-06 | Charitable contribution substantiation | Standard deduction increase requires documentation of qualified contributions | |
| 128 | |
| 129 | --- |
| 130 | |
| 131 | ## Section 7: Supplier pattern library |
| 132 | |
| 133 | | Pattern on bank/CC statement | Likely meaning | |
| 134 | |---|---| |
| 135 | | `AZ DEPT OF REVENUE` / `AZDOR` | Arizona income tax payment (estimated or balance due) | |
| 136 | | `AZTAXES.GOV` | Electronic payment via AZTaxes portal | |
| 137 | | `STATE OF AZ TAX` | State tax payment | |
| 138 | | `ARIZONA DOR` | Department of Revenue payment | |
| 139 | |
| 140 | --- |
| 141 | |
| 142 | ## Section 8: Form mapping |
| 143 | |
| 144 | | Computed value | Form 140 line | |
| 145 | |---|---| |
| 146 | | Federal AGI | Line 12 | |
| 147 | | Arizona additions | Line 13 | |
| 148 | | Arizona subtractions | Line 15 | |
| 149 | | Arizona adjusted gross income | Line 16 | |
| 150 | | Standard or itemized deduction | Line 18 | |
| 151 | | Arizona taxable income | Line 19 | |
| 152 | | Tax (2.5% × Line 19) | Line 20 | |
| 153 | | Credits | Lines 21–30 | |
| 154 | | Estimated payments + withholding | Lines 40–43 | |
| 155 | | Balance due / refund | Lines 52–56 | |
| 156 | |
| 157 | --- |
| 158 | |
| 159 | ## Section 9: Refusal catalogue |
| 160 | |
| 161 | This skill must refuse and recommend professional review when: |
| 162 | |
| 163 | | # | Condition | |
| 164 | |---|---| |
| 165 | | R-01 | Taxpayer has multistate business activity requiring apportionment | |
| 166 | | R-02 | Taxpayer is a part-year resident (Form 140PY) with complex sourcing | |
| 167 | | R-03 | Taxpayer is considering the Small Business Income Tax election and needs cost-benefit analysis | |
| 168 | | R-04 | Issues involving Arizona tax credits (solar, research, qualified facilities, etc.) | |
| 169 | | R-05 | Taxpayer has Arizona net operating loss carryforward | |
| 170 | | R-06 | Questions about TPT (Transaction Privilege Tax) nexus or classification | |
| 171 | | R-07 | Audit representation or controversy matters | |
| 172 | | R-08 | Any question about tax fraud, evasion, or aggressive positions | |
| 173 | |
| 174 | --- |
| 175 | |
| 176 | ## Disclaimer |
| 177 | This skill and its outputs are provided for informational and computational purposes only and do not constitute tax, legal, or financial advice. Open Accountants and its contributors accept no liability for any errors, omissions, or outcomes arising from the use of this skill. All outputs must be reviewed and signed off by a qualified professional (such as a CPA, EA, tax attorney, or equivalent licensed practitioner in your jurisdiction) before filing or acting upon. |
| 178 | |
| 179 | The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com). Log in to access the latest version, request a professional review from a licensed accountant, and track updates as tax law changes. |
| 180 |
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 Arizona individual income tax for self-employed individuals or sole proprietors — filing Form 140, AZ estimated tax (Form 140ES), Arizona flat tax rate, Arizona standard deduction, or any query involving Arizona state income tax compliance. Trigger on phrases like "Arizona income tax", "AZ income tax", "Form 140", "Arizona estimated tax", "Arizona self-employed tax", "AZDOR income tax", "Arizona flat tax", or "ARS §43".
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.