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: mi-income-tax |
| 3 | description: > |
| 4 | Use this skill whenever asked about Michigan individual income tax for self-employed |
| 5 | persons, sole proprietors, or single-member LLCs. Trigger on phrases like |
| 6 | "Michigan income tax", "MI income tax", "Form MI-1040", "Michigan Treasury", |
| 7 | "MCL 206.51". |
| 8 | jurisdiction: US-MI |
| 9 | version: "0.1" |
| 10 | validation_status: ai-drafted-q3 |
| 11 | --- |
| 12 | |
| 13 | # Michigan Individual Income Tax Skill — Self-Employed / Sole Proprietor |
| 14 | |
| 15 | > **Scope.** This skill covers Michigan Form MI-1040 for full-year Michigan |
| 16 | > residents who are sole proprietors or single-member LLC owners. Michigan |
| 17 | > imposes a flat 4.25% income tax. This skill also flags city-level income |
| 18 | > taxes that may apply in 24 Michigan cities. |
| 19 | > |
| 20 | > **Quality tier.** Q3 — AI-drafted, not independently verified. All rates and |
| 21 | > thresholds were researched on 2026-05-22 from official Michigan Department |
| 22 | > of Treasury publications. A qualified professional must review before filing. |
| 23 | |
| 24 | --- |
| 25 | |
| 26 | ## Section 1: Metadata |
| 27 | |
| 28 | | Field | Value | |
| 29 | |---|---| |
| 30 | | Jurisdiction | Michigan (US-MI) | |
| 31 | | Tax type | Individual income tax | |
| 32 | | Primary form | Form MI-1040 | |
| 33 | | Tax year | 2026 (filed in 2027) | |
| 34 | | Authority | Michigan Department of Treasury | |
| 35 | | Statute | MCL 206.1 et seq. (Income Tax Act of 1967) | |
| 36 | | Version | 0.1 | |
| 37 | | Last updated | 2026-05-22 | |
| 38 | | Validation | AI-drafted — Q3 | |
| 39 | |
| 40 | ### Sources consulted |
| 41 | |
| 42 | | # | Source | URL | |
| 43 | |---|---|---| |
| 44 | | 1 | Michigan Treasury — 4.25% Rate Notice for 2026 | https://www.michigan.gov/treasury/reference/taxpayer-notices/2026/04/15/425-income-tax-rate-for-individuals-and-fiduciaries-in-2026-tax-year | |
| 45 | | 2 | MI-1040 Book (TY 2025 instructions) | https://www.michigan.gov/taxes/-/media/Project/Websites/taxes/Forms/IIT/TY2025/MI-1040-Book.pdf | |
| 46 | | 3 | MCL 206.51 — Tax rate | https://legislature.mi.gov/Laws/MCL?objectName=mcl-206-51 | |
| 47 | | 4 | Michigan city income tax list | https://www.michigan.gov/taxes/iit/city | |
| 48 | |
| 49 | --- |
| 50 | |
| 51 | ## Section 2: Quick reference — rates and thresholds |
| 52 | |
| 53 | ### Tax rate — 2026 tax year |
| 54 | |
| 55 | | Item | Value | Source | |
| 56 | |---|---|---| |
| 57 | | Michigan flat income tax rate | 4.25% | MCL 206.51 | |
| 58 | |
| 59 | Michigan uses a flat rate — the same 4.25% applies to all taxable income regardless of filing status or income level. |
| 60 | |
| 61 | ### Exemptions — 2026 |
| 62 | |
| 63 | | Item | Amount | Source | |
| 64 | |---|---|---| |
| 65 | | Personal exemption | $5,800 per person | MCL 206.30 | |
| 66 | | Stillbirth exemption | $5,800 | MCL 206.30 | |
| 67 | | Special exemption (disabled/deaf/blind) | $3,400 | MCL 206.30 | |
| 68 | | Disabled veteran exemption | $500 | MCL 206.30 | |
| 69 | |
| 70 | Michigan does NOT have a state-level standard deduction for most filers. Taxpayers under age 67 deduct only personal exemptions from AGI. |
| 71 | |
| 72 | ### Retirement / senior deductions (age 67+) |
| 73 | |
| 74 | | Filing status | Deduction | |
| 75 | |---|---| |
| 76 | | Single (age 67+) | $20,000 against all income | |
| 77 | | MFJ (both 67+) | $40,000 against all income | |
| 78 | |
| 79 | ### Key thresholds |
| 80 | |
| 81 | | Item | Value | |
| 82 | |---|---| |
| 83 | | Filing deadline | April 15, 2027 (for TY 2026) | |
| 84 | | Extension | Automatic 6-month with federal extension | |
| 85 | | Estimated tax threshold | $500 expected liability after credits and withholding | |
| 86 | | Estimated payment due dates | April 15, June 15, September 15, January 15 | |
| 87 | |
| 88 | ### City income taxes (overview) |
| 89 | |
| 90 | 24 Michigan cities impose a separate city income tax. The most notable: |
| 91 | |
| 92 | | City | Resident rate | Non-resident / worker rate | |
| 93 | |---|---|---| |
| 94 | | Detroit | 2.4% | 1.2% | |
| 95 | | Grand Rapids | 1.5% | 0.75% | |
| 96 | | All other cities | 1.0% | 0.5% | |
| 97 | |
| 98 | City income tax is filed on a separate return directly with the city. It is NOT computed on Form MI-1040. |
| 99 | |
| 100 | --- |
| 101 | |
| 102 | ## Section 3: How this skill works with the federal return |
| 103 | |
| 104 | Michigan taxable income begins with **federal adjusted gross income (AGI)** from federal Form 1040, Line 11. |
| 105 | |
| 106 | 1. **Additions** — Add back items Michigan does not exclude (e.g., deductions for income taxed by a Michigan city, interest on non-Michigan state/municipal bonds). |
| 107 | 2. **Subtractions** — Subtract items Michigan excludes (e.g., U.S. government bond interest, Social Security benefits, Michigan state/local income tax refunds included in federal AGI, retirement/pension income for qualifying seniors). |
| 108 | 3. **Michigan AGI** — Federal AGI + additions − subtractions. |
| 109 | 4. **Personal exemptions** — $5,800 per qualifying exemption (2026). |
| 110 | 5. **Michigan taxable income** — Michigan AGI − exemptions. |
| 111 | 6. **Tax** — Michigan taxable income × 4.25%. |
| 112 | 7. **Credits** — Apply applicable credits. |
| 113 | |
| 114 | Michigan does NOT have a state standard deduction or itemized deductions for taxpayers under age 67. |
| 115 | |
| 116 | --- |
| 117 | |
| 118 | ## Section 4: Self-employed specific rules |
| 119 | |
| 120 | 1. **Self-employment income** flows through federal Schedule C → federal AGI → Michigan AGI. No separate Michigan schedule for self-employment income. |
| 121 | 2. **Federal SE tax deduction** — The 50% self-employment tax deduction is reflected in federal AGI. Michigan starts from federal AGI, so this carries through. |
| 122 | 3. **Estimated taxes** — Self-employed taxpayers must make quarterly estimated payments (Form MI-1040ES) if expected liability exceeds $500. Penalty applies for underpayment. |
| 123 | 4. **Business equipment depreciation** — Michigan generally conforms to federal depreciation, including IRC § 179. Michigan also conforms to bonus depreciation under IRC § 168(k). |
| 124 | 5. **Home office deduction** — Flows through federal Schedule C; no separate Michigan adjustment. |
| 125 | 6. **Health insurance deduction** — The self-employed health insurance deduction is included in federal AGI. No Michigan add-back required. |
| 126 | 7. **City income tax** — If the taxpayer operates a business in a city with a city income tax (e.g., Detroit), a separate city income tax return may be required. |
| 127 | |
| 128 | --- |
| 129 | |
| 130 | ## Section 5: Tier 1 rules — deterministic |
| 131 | |
| 132 | | Rule ID | Rule | Source | |
| 133 | |---|---|---| |
| 134 | | MI-T1-01 | Start with federal AGI (Form 1040, Line 11) | MCL 206.30 | |
| 135 | | MI-T1-02 | Add back interest on out-of-state municipal bonds | MCL 206.30(1)(d) | |
| 136 | | MI-T1-03 | Add back city income tax deduction claimed on federal Schedule A | MCL 206.30 | |
| 137 | | MI-T1-04 | Subtract U.S. government bond interest | MCL 206.30(1)(f) | |
| 138 | | MI-T1-05 | Subtract Social Security, military pay, railroad retirement (fully exempt) | MCL 206.30(1)(f) | |
| 139 | | MI-T1-06 | Personal exemption: $5,800 per person (2026) | MCL 206.30 | |
| 140 | | MI-T1-07 | Flat rate: taxable income × 4.25% | MCL 206.51 | |
| 141 | | MI-T1-08 | Michigan EITC: 30% of federal Earned Income Credit (refundable) | MCL 206.272 | |
| 142 | | MI-T1-09 | Homestead Property Tax Credit: available to homeowners/renters with household income ≤ certain thresholds (filed on MI-1040CR) | MCL 206.520 | |
| 143 | | MI-T1-10 | Credit for taxes paid to other states: non-refundable, limited to Michigan tax on income also taxed by other state | MCL 206.255 | |
| 144 | |
| 145 | --- |
| 146 | |
| 147 | ## Section 6: Tier 2 rules — requires judgment |
| 148 | |
| 149 | | Rule ID | Rule | Guidance | |
| 150 | |---|---|---| |
| 151 | | MI-T2-01 | **Residency determination** — Michigan uses a domicile test. A person domiciled in Michigan is a resident for the full year, even if temporarily absent. | If taxpayer has homes in multiple states, flag for professional review. | |
| 152 | | MI-T2-02 | **Reciprocal agreements** — Michigan has reciprocity with IL, IN, KY, MN, OH, WI. Wages earned in those states by a MI resident are taxed only by MI. | Verify the employer withheld for MI (not the work state) and file exemption certificate. | |
| 153 | | MI-T2-03 | **City income tax nexus** — If a self-employed person has customers or performs work in a city with city income tax, apportionment rules may apply. | Flag for professional review if the taxpayer works in Detroit, Grand Rapids, or other taxing cities. | |
| 154 | | MI-T2-04 | **Retirement/pension income subtraction** — Complex rules for taxpayers born before 1946, between 1946–1952, and after 1952. | Apply the correct tier based on birth year. | |
| 155 | | MI-T2-05 | **Home heating credit** — Income-based credit available to low-income households. | Requires separate computation on MI-1040CR-7. | |
| 156 | |
| 157 | --- |
| 158 | |
| 159 | ## Section 7: Supplier pattern library |
| 160 | |
| 161 | | Pattern | Treatment | Notes | |
| 162 | |---|---|---| |
| 163 | | W-2 wages from Michigan employer | Michigan withholding applies; include on MI-1040 | Most common | |
| 164 | | W-2 wages from reciprocal state (IL, IN, KY, MN, OH, WI) | Should have MI withholding; if not, claim credit | File exemption with employer | |
| 165 | | Schedule C net profit (sole prop) | Flows through federal AGI → Michigan AGI | No separate MI schedule | |
| 166 | | Rental income (Schedule E) | Included in federal AGI → Michigan AGI | Michigan-source if property in MI | |
| 167 | | Interest on U.S. government bonds | Subtract from Michigan AGI | MCL 206.30 | |
| 168 | | Interest on non-Michigan muni bonds | Add back to Michigan AGI | Taxable for MI purposes | |
| 169 | | Social Security benefits | Subtract from Michigan AGI (fully exempt) | MCL 206.30 | |
| 170 | | Capital gains from asset sale | Included in federal AGI → Michigan AGI | No special MI rate | |
| 171 | | 1099-NEC freelance income | Flows through Schedule C → federal AGI | Estimated payments likely needed | |
| 172 | |
| 173 | --- |
| 174 | |
| 175 | ## Section 8: Form mapping |
| 176 | |
| 177 | | Michigan form / schedule | What it covers | Federal counterpart | |
| 178 | |---|---|---| |
| 179 | | Form MI-1040 | Michigan Individual Income Tax Return | Form 1040 | |
| 180 | | Schedule 1 (MI-1040) | Additions and Subtractions | Schedule 1 (Form 1040) | |
| 181 | | Schedule NR | Non-resident / Part-year Resident | N/A | |
| 182 | | Schedule W | Michigan Withholding | W-2/1099 withholding summary | |
| 183 | | MI-1040CR | Homestead Property Tax Credit | N/A | |
| 184 | | MI-1040CR-7 | Home Heating Credit | N/A | |
| 185 | | MI-1040ES | Estimated Tax Payment Voucher | Form 1040-ES | |
| 186 | | City returns (various) | City income tax | N/A | |
| 187 | |
| 188 | --- |
| 189 | |
| 190 | ## Section 9: Refusal catalogue |
| 191 | |
| 192 | | ID | Situation | Action | |
| 193 | |---|---|---| |
| 194 | | MI-R-01 | Part-year or non-resident return (Schedule NR) | Refuse — out of scope | |
| 195 | | MI-R-02 | Corporate income tax (CIT) | Refuse — out of scope | |
| 196 | | MI-R-03 | City income tax return (Detroit, Grand Rapids, etc.) | Refuse — separate filing; out of scope | |
| 197 | | MI-R-04 | Multi-state income apportionment | Refuse — flag for professional review | |
| 198 | | MI-R-05 | Amended returns | Refuse — out of scope | |
| 199 | | MI-R-06 | Tax year other than current | Refuse — rate may differ | |
| 200 | | MI-R-07 | Michigan Business Tax (MBT) or Corporate Income Tax | Refuse — different tax type | |
| 201 | |
| 202 | --- |
| 203 | |
| 204 | ## Disclaimer |
| 205 | |
| 206 | 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 before filing or acting upon. |
| 207 | |
| 208 | The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com). |
| 209 |
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 Michigan individual income tax for self-employed persons, sole proprietors, or single-member LLCs. Trigger on phrases like "Michigan income tax", "MI income tax", "Form MI-1040", "Michigan Treasury", "MCL 206.51".
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.