Complete Guide to Xcel Energy Heat Pump Rebates in 2026

:root { --navy: #0c1a2a; --navy-light: #152238; --cyan: #06b6d4; --cyan-glow: rgba(6, 182, 212, 0.15); --teal: #0d9488; --amber: #f59e0b; --white: #ffffff; --gray-50: #f8fafc; --gray-100: #f1f5f9; --gray-200: #e2e8f0; --gray-300: #cbd5e1; --gray-400: #94a3b8; --gray-500: #64748b; --gray-600: #475569; --gray-700: #334155; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--gray-50); color: var(--navy); line-height: 1.7; } a { color: var(--cyan); text-decoration: none; } a:hover { text-decoration: underline; } /* Header */ header { background: var(--white); padding: 16px 24px; border-bottom: 1px solid var(--gray-200); position: sticky; top: 0; z-index: 100; } .header-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; } .logo-mark { width: 44px; height: 44px; background: linear-gradient(135deg, var(--cyan) 0%, var(--teal) 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 18px; color: white; } .logo-text { font-weight: 700; font-size: 18px; color: var(--navy); } .logo-text span { display: block; font-weight: 500; font-size: 12px; color: var(--gray-600); } .header-cta { background: linear-gradient(135deg, var(--cyan) 0%, var(--teal) 100%); color: white !important; padding: 10px 20px; border-radius: 8px; font-weight: 600; font-size: 14px; text-decoration: none !important; } /* Article Header */ .article-hero { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-light) 100%); padding: 60px 24px 80px; } .article-hero-inner { max-width: 800px; margin: 0 auto; } .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--gray-400); margin-bottom: 24px; } .breadcrumb a { color: var(--gray-400); } .breadcrumb a:hover { color: var(--cyan); } .article-category { display: inline-block; padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; background: rgba(245, 158, 11, 0.15); color: #fbbf24; } .article-hero h1 { font-family: 'Outfit', sans-serif; font-size: 42px; font-weight: 800; color: var(--white); line-height: 1.2; margin-bottom: 20px; } .article-meta { display: flex; align-items: center; gap: 24px; color: var(--gray-400); font-size: 14px; } .article-meta-item { display: flex; align-items: center; gap: 6px; } /* Article Content */ .article-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 320px; gap: 48px; margin-top: -40px; position: relative; z-index: 10; } .article-content { background: var(--white); border-radius: 16px; padding: 48px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); } .article-content h2 { font-family: 'Outfit', sans-serif; font-size: 28px; font-weight: 700; color: var(--navy); margin: 40px 0 16px; padding-top: 20px; border-top: 1px solid var(--gray-200); } .article-content h2:first-of-type { margin-top: 0; padding-top: 0; border-top: none; } .article-content h3 { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy); margin: 28px 0 12px; } .article-content p { font-size: 17px; color: var(--gray-700); margin-bottom: 20px; } .article-content ul, .article-content ol { margin: 0 0 24px 24px; color: var(--gray-700); } .article-content li { font-size: 17px; margin-bottom: 12px; } .article-content strong { color: var(--navy); } /* Highlight Box */ .highlight-box { background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(13, 148, 136, 0.1) 100%); border-left: 4px solid var(--cyan); padding: 24px; border-radius: 0 12px 12px 0; margin: 32px 0; } .highlight-box h4 { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; } .highlight-box p { margin-bottom: 0; font-size: 16px; } /* Rebate Table */ .rebate-table { width: 100%; border-collapse: collapse; margin: 24px 0 32px; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } .rebate-table th { background: var(--navy); color: var(--white); padding: 16px 20px; text-align: left; font-weight: 600; font-size: 14px; } .rebate-table td { padding: 16px 20px; border-bottom: 1px solid var(--gray-200); font-size: 15px; } .rebate-table tr:nth-child(even) { background: var(--gray-50); } .rebate-table tr:last-child td { border-bottom: none; } .rebate-amount { font-weight: 700; color: var(--teal); } /* CTA Box */ .cta-box { background: linear-gradient(135deg, var(--cyan) 0%, var(--teal) 100%); border-radius: 16px; padding: 32px; text-align: center; margin: 40px 0; } .cta-box h3 { font-family: 'Outfit', sans-serif; font-size: 24px; font-weight: 800; color: var(--white); margin-bottom: 12px; } .cta-box p { color: rgba(255,255,255,0.9); margin-bottom: 20px; font-size: 16px; } .cta-box a { display: inline-block; background: var(--white); color: var(--teal); padding: 14px 32px; border-radius: 10px; font-weight: 700; font-size: 16px; text-decoration: none; transition: transform 0.2s; } .cta-box a:hover { transform: scale(1.02); text-decoration: none; } /* Sidebar */ .sidebar { position: sticky; top: 100px; align-self: start; } .sidebar-card { background: var(--white); border-radius: 16px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 24px; } .sidebar-card h3 { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--gray-200); } .toc-list { list-style: none; margin: 0; padding: 0; } .toc-list li { margin-bottom: 12px; } .toc-list a { font-size: 14px; color: var(--gray-600); text-decoration: none; display: block; padding: 8px 12px; border-radius: 6px; transition: all 0.2s; } .toc-list a:hover { background: var(--gray-100); color: var(--cyan); text-decoration: none; } /* Sidebar CTA */ .sidebar-cta { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: 16px; padding: 28px; text-align: center; } .sidebar-cta h3 { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 8px; border: none; padding: 0; } .sidebar-cta .rebate-highlight { font-family: 'Outfit', sans-serif; font-size: 36px; font-weight: 800; color: var(--cyan); margin: 12px 0; } .sidebar-cta p { font-size: 14px; color: var(--gray-400); margin-bottom: 20px; } .sidebar-cta a { display: block; background: linear-gradient(135deg, var(--cyan) 0%, var(--teal) 100%); color: var(--white); padding: 14px 24px; border-radius: 10px; font-weight: 700; font-size: 15px; text-decoration: none; } .sidebar-cta a:hover { text-decoration: none; opacity: 0.95; } /* Author Box */ .author-box { display: flex; gap: 16px; padding: 24px; background: var(--gray-100); border-radius: 12px; margin-top: 40px; } .author-avatar { width: 64px; height: 64px; background: linear-gradient(135deg, var(--cyan) 0%, var(--teal) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 24px; color: white; flex-shrink: 0; } .author-info h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; } .author-info p { font-size: 14px; color: var(--gray-600); margin: 0; } /* Footer */ footer { background: var(--navy); padding: 48px 24px; margin-top: 64px; } .footer-inner { max-width: 800px; margin: 0 auto; text-align: center; } .footer-inner p { color: var(--gray-400); font-size: 14px; margin-bottom: 16px; } .footer-links { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; } .footer-links a { color: var(--gray-400); font-size: 14px; } .footer-links a:hover { color: var(--cyan); } /* Responsive */ @media (max-width: 900px) { .article-container { grid-template-columns: 1fr; } .sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .article-hero h1 { font-size: 32px; } .article-content { padding: 32px 24px; } } @media (max-width: 600px) { .sidebar { grid-template-columns: 1fr; } .article-meta { flex-direction: column; align-items: flex-start; gap: 8px; } .rebate-table { font-size: 14px; } .rebate-table th, .rebate-table td { padding: 12px; } }

Complete Guide to Xcel Energy Heat Pump Rebates in 2026

If you're a Denver homeowner considering a heat pump, there's never been a better time to make the switch. Xcel Energy is offering up to $2,150 per ton in rebates for qualifying cold-climate heat pump installations — and we're here to help you claim every dollar you're entitled to.

At Mini-Splits by Joseph, we've helped hundreds of Front Range homeowners navigate the rebate process. In this guide, we'll break down exactly how the program works, what equipment qualifies, and how to maximize your savings.

💡 Quick Takeaway

A typical 3-ton cold-climate heat pump installation can qualify for $6,450 in Xcel rebates alone — plus potential federal tax credits. We handle all the paperwork for you.

How Xcel Energy Heat Pump Rebates Work

Xcel Energy's rebate program is designed to encourage Colorado homeowners to adopt high-efficiency heating and cooling technology. The rebates apply to cold-climate air-source heat pumps (ccASHPs), including both ductless mini-splits and ducted heat pump systems.

Here's the basic structure:

System Type Rebate Amount Requirements
Cold-Climate Heat Pump $2,150/ton Must meet efficiency thresholds
Standard Heat Pump $800–$1,200/ton Lower efficiency tier
Smart Thermostat Add-on $75 ENERGY STAR certified

The rebate is calculated based on the cooling capacity (tonnage) of your system. Most single-zone mini-splits are 1–1.5 tons, while whole-home systems typically range from 2–5 tons.

What Equipment Qualifies?

Not all heat pumps qualify for the highest rebate tier. To claim the full $2,150/ton, your system must be a cold-climate air-source heat pump that meets specific efficiency requirements:

  • SEER2 rating: 15.2 or higher (cooling efficiency)
  • HSPF2 rating: 8.1 or higher (heating efficiency)
  • Cold-climate performance: Must provide rated heating output at 5°F

The brands we install — Daikin, Fujitsu, and Mitsubishi — all offer cold-climate models that meet or exceed these requirements.

Top Qualifying Models We Install

  • Fujitsu Orion XLTH+ — Heats down to -15°F, whisper-quiet operation
  • Daikin FIT — Ducted option, works with existing ductwork
  • Mitsubishi Hyper-Heating — Industry leader in cold-climate performance

During your free estimate, we'll recommend the best system for your home and confirm rebate eligibility before you commit.

The Application Process (We Handle It)

Here's the good news: you don't have to deal with the paperwork. As an Xcel Energy Authorized Rebate Provider, we submit your rebate application the same day your installation is complete.

Here's how the process works:

  1. Free consultation — We assess your home and recommend qualifying equipment
  2. Transparent quote — You see the system cost minus expected rebates upfront
  3. Professional installation — Our team installs your system (usually 1 day)
  4. Same-day rebate submission — We file all paperwork with Xcel that evening
  5. Rebate arrives — Most customers receive their rebate check within 30 days

💬 What Our Customers Say

"I believe, the evening he got back to his shop after our project was complete, he submitted the rebate forms! We got our rebate within 30 days – which is quite amazing." — Denver homeowner

Stacking Rebates: Maximize Your Savings

The Xcel Energy rebate isn't the only incentive available. Colorado homeowners can often stack multiple programs to dramatically reduce the cost of a new heat pump system:

Federal Tax Credits (25C)

The federal government offers a 30% tax credit (up to $2,000) for qualifying heat pump installations under the Inflation Reduction Act. This is in addition to your Xcel rebate.

Colorado State Incentives

Depending on your location and income level, you may qualify for additional state programs. We'll help you identify all available incentives during your consultation.

Example: Total Savings on a 3-Ton System

Xcel Energy Rebate (3 tons × $2,150) $6,450
Federal Tax Credit (30%, max $2,000) $2,000
Total Potential Savings $8,450

Am I Eligible?

Most Denver-area homeowners qualify for Xcel Energy heat pump rebates. Here are the key requirements:

  • ✅ You're an Xcel Energy electric customer
  • ✅ The installation is at your primary residence (or qualifying rental)
  • ✅ Equipment meets efficiency requirements
  • ✅ Installation is performed by a licensed contractor

Not sure if you qualify? Try our free savings calculator to see your estimated rebate based on your specific situation.

Why Act Now?

Rebate programs don't last forever. Xcel Energy allocates a fixed budget each year, and once it's gone, rebate amounts can decrease or disappear entirely. The current $2,150/ton rate is one of the most generous we've seen.

Additionally, scheduling installation during shoulder season (spring or fall) often means faster availability and better pricing compared to the peak summer rush.

Ready to Claim Your Rebate?

See exactly what you'll save with our free, no-pressure calculator.

Calculate My Savings →

Frequently Asked Questions

Do I get the rebate as a check or bill credit?

Xcel Energy typically issues rebates as a check mailed to your home. Some programs may offer a bill credit option.

Can I get a rebate for a DIY installation?

No. Rebates require installation by a licensed HVAC contractor. This ensures the system is properly sized and installed for safe, efficient operation.

What if I have an existing heat pump?

Replacement systems can qualify, but rebate amounts may differ. We'll verify eligibility during your estimate.

How long do rebates take to arrive?

Most customers receive their rebate within 30 days of our submission. We've seen some arrive in as little as 2 weeks.

MJ

Mini-Splits by Joseph

Denver's trusted heat pump experts since 2003. We specialize in cold-climate mini-split and ducted heat pump installations across the Front Range. Learn more about our services →

Don't stop at HVAC: Xcel also pays a flat ,250 rebate on ENERGY STAR heat pump water heaters, stackable with a separate federal credit. Full details in our 2026 Colorado heat pump water heater rebate guide.

Contact Us

Join our thousands of satisfied customers in the Denver, CO, area and contact us today for all your air conditioning needs!

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.