Add Michigan qualified tips and overtime deductions (PA 24 of 2025)#8994
Open
DTrim99 wants to merge 1 commit into
Open
Add Michigan qualified tips and overtime deductions (PA 24 of 2025)#8994DTrim99 wants to merge 1 commit into
DTrim99 wants to merge 1 commit into
Conversation
Public Act 24 of 2025 (HB 4961, signed by Gov. Whitmer 2025-10-07) amends MCL 206.30 to incorporate the federal IRC section 224 (qualified tips) and 225 (qualified overtime compensation) deductions into Michigan taxable income for tax years 2026-2028 only (expressly not 2025). Michigan starts from federal AGI, and the federal tips/overtime deductions sit below AGI, so Michigan does not inherit them automatically. This adds mi_qualified_tips_deduction and mi_qualified_overtime_deduction (each mirroring the federal deduction, gated to 2026-2028 via an in_effect parameter) to the Michigan subtractions list. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8994 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 2 +1
Lines 18 24 +6
=========================================
+ Hits 18 24 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Michigan's TY2026–2028 deductions for qualified tips and overtime — a gap surfaced by the 2026 state-session sweep.
Change
Public Act 24 of 2025 (HB 4961, signed by Gov. Whitmer 2025-10-07) amends MCL 206.30 to incorporate the federal IRC §224 (qualified tips) and §225 (qualified overtime compensation) deductions into Michigan taxable income, for tax years 2026, 2027, and 2028 only (expressly not 2025, even though the federal deductions began in 2025).
Per the MI Treasury notice: the Michigan deduction "should generally mirror the deduction taken on the taxpayer's federal return for that same tax year."
Why a state-specific variable is needed
Michigan computes taxable income from federal AGI (
mi_taxable_income = AGI + additions − subtractions − exemptions). The federal tips/overtime deductions sit below AGI, so MI does not inherit them — PA 24 creates explicit MI deductions. This mirrors the existing Indiana OBBBA-conformity pattern.Implementation
mi_qualified_tips_deduction— mirrors federaltip_income_deductionmi_qualified_overtime_deduction— mirrors federalovertime_income_deductiongov.states.mi.tax.income.deductions.qualified_tips_and_overtime.in_effectsubtractionslist from 2026mi_subtractionsVerified against the enacted PA 24 / MI Treasury guidance (not a proposal — signed 2025-10-07).
🤖 Generated with Claude Code