SolarCalculatorHQ

Hybrid Solar System Calculator

Size a grid-tied hybrid solar system: PV array kW, battery kWh, hybrid inverter capacity, and annual self-consumption. Free calculator with US defaults.

Methodology reviewed August 25, 2026 by the Solar Calculator HQ editorial team. This is an editorial check, not professional engineering or tax certification. Review our formula, source and limitation standards.

Hybrid Solar System Calculator

The self-consumption and export split is an illustrative throughput scenario using 30% direct use, one usable-battery cycle per day at 90% throughput, and a 95% ceiling. It is not a forecast; hourly generation, load and dispatch data are required for system design.

PV array scenario (kW DC)
8.3 kW
Battery scenario (kWh nameplate)
35.1 kWh
Battery usable (kWh): 30 kWh
Inverter screening value (kW)
8.8 kW
Modelled annual PV energy (kWh)
10,950 kWh
Illustrative self-consumption: 95%
Illustrative grid export (kWh): 548 kWh

What this calculator does

It produces first-pass estimates from daily energy use, local sun resource, an annual energy-production target, and a backed-up running-load scenario. The outputs are:

  • PV array (kW DC) — the nameplate panel capacity calculated to produce the target percentage of annual energy use under the entered assumptions; this is not a bill-offset calculation
  • Battery (kWh nameplate) and usable kWh — the storage needed to back up the chosen load for the chosen duration
  • Hybrid inverter (kW) — a screening value based on PV capacity and backed-up running load
  • Annual PV output (kWh), self-consumption (%), and annual grid export (kWh) — arithmetic estimates from a simplified annual-throughput heuristic, not an hourly dispatch forecast

The en-US defaults are a reproducible scenario: 30 kWh/day, 4.5 peak sun hours, 100% offset, a 5 kW backed-up running load for six hours, 90% DoD, 95% round-trip efficiency, and 0.80 PV performance ratio. EIA reported average grid purchases of 865 kWh/month in 2024, or about 28.8 kWh/day, but purchases can differ from total household use when on-site generation is present (EIA, 2024 residential electricity). The default 5 kW × 6 h backup case equals 30 kWh and should be treated as a stress-test input, not a claim about typical essential-load consumption.

The calculator does not check equipment compatibility, separate grid and backup ratings, motor starting, battery charge/discharge power, conductor and protection sizing, structural limits, tariff rules, permits, or interconnection approval.

How hybrid sizing works (first principles)

A hybrid system has separate energy, power, equipment, and interconnection constraints. This calculator reduces those constraints to three sizing formulas and one annual heuristic.

1. PV array

PV_kW = (daily_kWh × offset_fraction) ÷ (peak_sun_hours × performance_ratio)

daily_kWh is the entered average daily use, offset_fraction is the percentage input divided by 100, peak_sun_hours is the selected daily energy-equivalent solar input, and performance_ratio is one aggregate multiplier. The calculator defaults PR to 0.80, but that is an editable assumption, not an NREL default or a guaranteed hybrid-system value. NREL PVWatts V8 uses site weather, array geometry, inverter parameters, DC/AC ratio, and explicit losses; use it for a more detailed production estimate (NREL PVWatts V8 documentation). This simple formula does not model hourly clipping or battery charging.

2. Battery

load_energy_target_kWh = backup_hours × backed_up_load_kW
reported_nameplate_kWh = load_energy_target_kWh ÷ (DoD × round_trip_efficiency)

Chemistry selection loads editable presets: 90% DoD/95% round-trip efficiency for LiFePO₄, 50%/85% for AGM, and 50%/80% for flooded lead-acid. These are calculator assumptions, not universal specifications or warranty promises. Replace them with values applicable to the exact product, operating temperature, reserve policy, and duty cycle.

The interface labels backup_hours × backed_up_load_kW as usable battery energy. More precisely, it is the load-energy target before the model divides by DoD and full round-trip efficiency. That use of round-trip efficiency as a capacity derate is a conservative shortcut; the calculation does not separately trace charge and discharge losses, auxiliary loads, aging, temperature, or inverter efficiency.

3. Hybrid inverter

inverter_kW = max(PV_kW × 1.05, backed_up_load_kW × 1.25)

The 1.05 PV multiplier intentionally produces an inverter screening value slightly above PV DC nameplate; it is not the same as a conventional DC/AC ratio calculation and does not prove clipping will stay below 5%. The 1.25 load multiplier provides running-load headroom but does not model motor starting. Final selection must check PV input voltage/current, grid and backup AC ratings, battery charge/discharge power, surge magnitude and duration, temperature/altitude derating, transfer equipment, and approved component combinations.

4. Annual output and self-consumption heuristic

annual_PV_kWh = PV_kW × peak_sun_hours × 365 × performance_ratio
annual_load_kWh = daily_kWh × 365
direct_kWh = min(0.30 × annual_PV_kWh, annual_load_kWh)
pre_battery_surplus_kWh = max(0, annual_PV_kWh - direct_kWh)
remaining_load_kWh = max(0, annual_load_kWh - direct_kWh)
ceiling_kWh = max(0, 0.95 × annual_PV_kWh - direct_kWh)
shifted_kWh = min(load_energy_target_kWh × 365 × 0.90,
                  pre_battery_surplus_kWh,
                  remaining_load_kWh,
                  ceiling_kWh)
self_consumed_kWh = direct_kWh + shifted_kWh
self_consumption = self_consumed_kWh ÷ annual_PV_kWh
grid_export_kWh = annual_PV_kWh - self_consumed_kWh

The fixed 30% direct-use share, assumed 0.90 daily-cycle factor, and 95% cap are model constants. The bounds prevent self-consumed energy from exceeding annual PV output or annual load, but the heuristic still does not use hourly load/PV overlap, initial state of charge, tariff dispatch, seasonal limits, outages, curtailment, or export restrictions. It can therefore materially misstate self-consumption and must not be used alone for savings or payback. DOE notes that savings depend on consumption, system production, ownership, and local net-metering policy (DOE Homeowner’s Guide to Solar).

Reproducible verification with the en-US defaults

Enter 30 kWh/day, 4.5 peak sun hours, 100% offset, 5 kW backed-up load, six backup hours, 90% DoD, 95% round-trip efficiency, and PR 0.80:

  • PV: 30 ÷ (4.5 × 0.80) = 8.3333 kW DC; the interface displays 8.3 kW.
  • Load-energy target: 5 × 6 = 30.0 kWh.
  • Reported battery: 30 ÷ (0.90 × 0.95) = 35.0877 → 35.1 kWh nameplate.
  • Inverter: max(8.3333 × 1.05, 5 × 1.25) = max(8.75, 6.25) → 8.8 kW after display rounding.
  • Annual PV: 8.3333 × 4.5 × 365 × 0.80 = 10,950 kWh.
  • Annual load = 30 × 365 = 10,950 kWh; direct use = 30% × 10,950 = 3,285 kWh.
  • The 95% ceiling permits 10,402.5 kWh self-consumption, so shifted energy is 10,402.5 − 3,285 = 7,117.5 kWh. Self-consumption displays 95% and export is 10,950 − 10,402.5 = 547.5 → 548 kWh.

These values verify the live arithmetic and rounding only; they are not a design validation or performance prediction.

Cost and incentive boundary

This calculator has no equipment, labor, financing, tariff, tax, or incentive inputs, so it does not estimate installed price or payback. Use the cost of solar panels calculator as a separate budget screen, then obtain itemized local quotes that identify PV, storage, backup-load controls, service upgrades, permits, and interconnection work. DOE advises that savings depend on electricity use, system size, solar resource, and purchase or lease structure (DOE Homeowner’s Guide to Solar).

For homeowner Section 25D, the IRS says the credit is not available for property installed after December 31, 2025 (IRS Residential Clean Energy Credit). Verify installation timing and current state, utility, business, and third-party-owned rules separately.

Inputs that determine hybrid-system value

The annual heuristic above cannot determine payback. A project-specific analysis needs at least:

  1. Hourly consumption, PV, and battery dispatch, including seasonal state-of-charge limits and degradation.
  2. The current utility tariff, including time-of-use periods, demand charges, fixed charges, export compensation, and interconnection limits. DOE notes that net-metering eligibility and bill credits depend on the state and utility (DOE Homeowner’s Guide to Solar).
  3. Installed and lifecycle cost, financing, maintenance, replacement, incentives, and the value the owner assigns to backup power.

Use the solar inverter size calculator to cross-check running loads and the off-grid solar system calculator when there is no utility supply.

Code, listing, and interconnection boundary (US)

  • Adopted electrical code: NFPA 70 contains Articles 690, 705, and 706, but the enforceable edition and amendments depend on the jurisdiction. Array rapid-shutdown scope, supply/load-side connections, busbar calculations, disconnects, and storage requirements must be evaluated under that adopted text and by the authority having jurisdiction (NFPA 70).
  • Storage listing and fire testing: UL 9540 is a product safety standard for energy-storage systems and equipment; UL 9540A is a test method for evaluating thermal-runaway fire propagation. They are related but not interchangeable, and when a test is required depends on the adopted installation/fire code and configuration (UL energy-storage testing and certification).
  • Grid interconnection: IEEE 1547-2018 addresses DER interconnection performance, abnormal conditions, power quality, islanding, testing, and related requirements. It does not replace the utility’s application, equipment certification, commissioning, or local settings process (IEEE 1547-2018).

Obtain the current utility interconnection rules and local permit requirements before choosing equipment. This calculator does not determine whether a proposed inverter, transfer arrangement, service panel, battery location, or export mode will be approved.

Limitations and common sizing mistakes

  • Confusing kW with kWh. Battery energy comes from load kW × time; inverter power must cover simultaneous loads and their starting behavior.
  • Treating 1.25× as a motor-surge guarantee. Compare measured starting demand with the inverter’s duration-specific surge curve and the battery/BMS power limit.
  • Treating the 95% annual heuristic as a prediction. Model hourly load, solar, dispatch, and tariff data before estimating savings or exports.
  • Assuming AC- and DC-coupled systems are interchangeable. Verify the approved equipment combination, conversion path, controls, backup architecture, and ratings.
  • Using chemistry presets outside product limits. Manufacturer charge/discharge temperatures, power limits, installation location, clearance, and reserve settings control the final design.

Sources

Frequently asked questions

What is a hybrid solar system?
A residential hybrid system combines grid-connected PV and energy storage with controls that can charge and discharge the battery. Backup during an outage is available only when the installed equipment is designed, listed, wired, and commissioned to form an isolated local power system; adding a battery does not automatically make every circuit operate during an outage.
How big a battery do I need for whole-home backup?
First measure the backed-up load in kW over the required hours. In this calculator, 5 kW for 6 hours is a 30 kWh load-energy target and becomes 35.1 kWh nameplate at 90% DoD and 95% round-trip efficiency. A one-day 30 kWh target gives the same result under those assumptions. This is not a claim that a typical critical-load panel continuously draws 5 kW; use an interval load profile and each battery's usable-energy and power limits.
How does a hybrid solar system differ from grid-tied with battery?
The phrases overlap but are not always identical. Grid-tied storage can be AC-coupled to an existing PV inverter or DC-coupled through integrated equipment commonly marketed as a hybrid inverter. Topology affects conversion paths, retrofit options, controls, backup architecture, ratings, and approved equipment combinations, so compare the one-line diagram and certifications rather than relying on the label.
What size hybrid inverter do I need?
The calculator reports the larger of PV kW × 1.05 and backed-up running-load kW × 1.25. For the defaults, max(8.33 × 1.05, 5 × 1.25) displays as 8.8 kW. These are conservative screening margins, not a code rule or motor-start model; final selection must use the product's separate PV-input, grid-output, backup-output, battery-power, and duration-specific surge ratings.
Does a hybrid system qualify for the federal solar tax credit?
The IRS says the Section 25D residential clean energy credit is not available for property installed after December 31, 2025. Check current IRS guidance and the project's installation facts; business, third-party-owned, state, and utility programs follow different rules.

Related calculators