How LLC Owners Save on Taxes in 2026

Startup Founder Find more write-offs — search your profession or a specific deduction
Try:
Others Also Use These Strategies
Executive Compensation IRC §83

RSU Tax Optimization Strategy

Restricted Stock Units vest as ordinary income. Strategic timing of sales, pairing with charitable contributions, and tax-loss harvesting can significantly reduce the tax impact.

Eligibility Requirements
  • Receive RSUs from employer
  • RSUs vesting in current or future tax years
  • Income over $150,000
Example Savings Scenario

An employee with $300,000 in RSU income who donates $50,000 of appreciated shares to a DAF avoids $11,500 in capital gains and gets a $50,000 deduction — saving $30,000 total.

MERNA Strategy Notes

Consider the 83(b) election for restricted stock (not RSUs). Pair RSU income years with large deductions. Sell immediately at vesting to avoid double taxation risk.

Common Mistake: Holding RSU shares after vesting creates concentration risk AND additional capital gains exposure.
UNK Client Win W-2 Employee / Tech Worker

How a Software Engineer Reduced Her RSU Tax Bill by $22,000 With Strategic Selling

A UNK client — a senior software engineer at a public tech company — had $120,000 in RSUs vesting in 2026. Her company automatically withheld shares to cover taxes at the 22% supplemental rate, but her actual marginal rate was 35%. Uncle Kam identified the underwithholding issue and helped her make estimated tax payments to avoid penalties. More importantly, he modeled the optimal selling strategy: sell shares immediately at vesting to avoid concentration risk and lock in the ordinary income tax basis, then use tax-loss harvesting in her brokerage account to offset the RSU income.

Result: $22,000 in tax savings through optimal withholding, estimated payments, and coordinated tax-loss harvesting. The client also avoided a $4,200 underpayment penalty.

RSUs vesting this year? The default withholding is almost always wrong. Book a call before your next vest date.

Be the Next Win — Book a Call
Common Questions About RSU Tax Optimization Strategy
Individual IRC §409A Uncle Kam Clients Only

Deferred Compensation Plan (NQDC)

Executives and highly compensated employees can defer a portion of their compensation to future years, deferring income tax until the funds are received — typically in lower-income retirement years.

Eligibility Requirements
  • Highly compensated employee or executive
  • Employer offers an NQDC plan
  • Deferral election made before the compensation is earned
Example Savings Scenario

Deferring $200,000 in bonus income from a 37% bracket to retirement at a 24% bracket saves $26,000 in taxes on that deferral.

Full Strategy Breakdown Reserved for Clients

Get the complete MERNA strategy notes, IRS red flag warnings, action steps, and implementation guide on a free strategy call.

Book A Free Strategy Call to Unlock
Free consultation · No obligation · Instant access after booking
Executive Compensation IRC §409A Uncle Kam Clients Only

Non-Qualified Deferred Compensation (NQDC)

Non-qualified deferred compensation plans allow highly compensated employees to defer a portion of salary or bonus to a future date, deferring income taxes until distribution.

Eligibility Requirements
  • Highly compensated employee (typically $150,000+ salary)
  • Employer offers an NQDC plan
  • Willing to accept unsecured employer obligation
Example Savings Scenario

An executive deferring $200,000 of bonus income at a 37% rate saves $74,000 in current-year taxes. If distributed at a 24% rate in retirement, permanent savings of $26,000.

Full Strategy Breakdown Reserved for Clients

Get the complete MERNA strategy notes, IRS red flag warnings, action steps, and implementation guide on a free strategy call.

Book A Free Strategy Call to Unlock
Free consultation · No obligation · Instant access after booking
What Most Startup Founders Don't Know

R&D credits are a dollar-for-dollar tax credit — not just a deduction — and apply to software development wages.

NOL carryforwards from startup losses can offset future profitable years indefinitely.

Qualified Small Business Stock (QSBS) under §1202 can exclude up to $10M in gains from federal tax.

Who Uses This Strategy

This write-off is commonly used by the following taxpayer profiles. Click to see all strategies for your situation.

Your Biggest Missed Deduction Is Probably Locked Above

Uncle Kam clients save an average of $15,000–$80,000/year. The strategies that make that possible are unlocked on a free strategy call.

Book A Free Strategy Call Free consultation. No obligation.
';// ── Open in a new window and print ─────────────────────────────── var win = window.open('', '_blank', 'width=850,height=700,scrollbars=yes,noopener=0'); if (!win) { // Fallback: inject an iframe for printing if popup is blocked var iframe = document.createElement('iframe'); iframe.style.cssText = 'position:fixed;top:-9999px;left:-9999px;width:850px;height:700px;border:0;'; document.body.appendChild(iframe); iframe.contentDocument.open(); iframe.contentDocument.write(html); iframe.contentDocument.close(); setTimeout(function() { iframe.contentWindow.focus(); iframe.contentWindow.print(); setTimeout(function() { document.body.removeChild(iframe); }, 2000); }, 600); return; } win.document.open(); win.document.write(html); win.document.close(); win.focus(); setTimeout(function() { win.print(); }, 600); }