Skip to content

Add Michigan qualified tips and overtime deductions (PA 24 of 2025)#8994

Open
DTrim99 wants to merge 1 commit into
PolicyEngine:mainfrom
DTrim99:mi-tips-overtime-deduction
Open

Add Michigan qualified tips and overtime deductions (PA 24 of 2025)#8994
DTrim99 wants to merge 1 commit into
PolicyEngine:mainfrom
DTrim99:mi-tips-overtime-deduction

Conversation

@DTrim99

@DTrim99 DTrim99 commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

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 federal tip_income_deduction
  • mi_qualified_overtime_deduction — mirrors federal overtime_income_deduction
  • both gated to 2026–2028 via gov.states.mi.tax.income.deductions.qualified_tips_and_overtime.in_effect
  • added to the MI subtractions list from 2026
  • tests: 2026/2028 mirror the federal deduction; 2025 and 2029 are $0; integration case confirms both flow into mi_subtractions

Verified against the enacted PA 24 / MI Treasury guidance (not a proposal — signed 2025-10-07).

🤖 Generated with Claude Code

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

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ff39625) to head (f555801).
⚠️ Report is 12 commits behind head on main.

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     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DTrim99 DTrim99 requested a review from PavelMakarchuk July 10, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant