How to Distribute Panels Across MPPT Inputs

What is an MPPT tracker?
MPPT stands for Maximum Power Point Tracking — it is the inverter's built-in optimizer that continuously finds the best voltage and current combination to extract the most power from your panels. Think of it as a GPS for electricity: it constantly adjusts to changing conditions like passing clouds, rising temperatures, and shifting sun angles throughout the day.
Most residential inverters have 1 to 3 MPPT trackers, and each one operates completely independently. Each MPPT handles its own group of panels (called a string or multiple parallel strings). The central question when designing your system is: how do you decide which panels connect to which MPPT?
MPPT ≠ string input
Single MPPT: when one tracker is enough
If all your panels face the same direction, sit at the same tilt angle, and receive unobstructed sunlight throughout the day — a single MPPT is all you need. Every panel in the array produces nearly identical voltage and current, so one tracker optimizes them all perfectly with no compromises.
Even budget inverters with a single MPPT perform excellently in this scenario. The entire array acts as one unified power source, making the system simpler to design, install, and troubleshoot. This is the cheapest and most straightforward configuration available.
When to upgrade to multi-MPPT
Two MPPTs: the east/west split
The most common reason for using 2 MPPTs is an east/west roof layout. In the morning, the sun hits east-facing panels directly while the west panels receive only angled, low-intensity light. In the afternoon, the situation reverses. If both groups share a single MPPT, the tracker is forced to compromise — it cannot optimize for both orientations simultaneously, and the lower-producing group drags down the performance of the higher-producing one.
With separate MPPTs, each tracker independently optimizes its own group of panels. The east string peaks in the morning, the west string peaks in the afternoon, and neither interferes with the other. Total daily energy production is typically 10–15% higher than cramming both orientations onto a single MPPT.
Each MPPT is checked independently
MPPT1: Voc_cold = N_east × Voc × tempCorrection must be < maxDcVoltage
MPPT2: Voc_cold = N_west × Voc × tempCorrection must be < maxDcVoltageEach MPPT has its own voltage and current limits that must be satisfied independently. You need to verify compatibility for each MPPT's string configuration separately — a string that passes on MPPT1 does not automatically work on MPPT2 if the panel count differs. Our calculator handles this automatically when you select multi-MPPT mode.
Equal panel count is ideal but not required
Mixed orientations on one MPPT: why it loses power
Placing south-facing and east-facing panels on the same MPPT forces the tracker to pick a single operating point for both groups. If south panels produce 40V per panel and east panels produce 35V (due to less direct sunlight), the tracker settles around 37.5V — suboptimal for both. The result is 5–15% energy loss compared to putting each orientation on its own MPPT.
The only exception is when two orientations receive nearly identical irradiance throughout the day — for instance, panels tilted just ±10° from due south. In that case, mixing them on one MPPT causes minimal loss. But for significantly different orientations (east vs south, south vs west, or anything more than about 30° apart), separate MPPTs are always the better choice.
MPPT minimum voltage and morning startup
A common complaint from system owners: 'My panels don't start generating until 9am even though the sun rose at 6am.' This happens when the string voltage is too low for the MPPT tracker to begin operating. Every inverter has a minimum MPPT voltage threshold (for example, 150V on the Deye SUN-8K). Below this threshold, the inverter sits idle and produces nothing — even though the panels are generating power.
Minimum panels for MPPT startup
N_min = ceil(MPPT_min / Vmpp_low_irradiance)
Example: ceil(150V / 30V) = 5 panels minimumAt low irradiance levels (early morning, late afternoon, heavy cloud cover), a panel's Vmpp can drop to 60–70% of its STC rating. A panel with Vmpp = 42V at STC might produce only 28–30V in early morning light. With just 4 panels in series, the string voltage is around 120V — well below a 150V MPPT minimum. Adding a 5th panel pushes the string to 150V and solves the startup delay.
More panels per string = earlier startup
Unequal strings on different MPPTs
'Can I put 8 panels on MPPT1 and 6 on MPPT2?' — Yes, absolutely. Since each MPPT tracker operates independently with its own voltage tracking and current handling, different string lengths across different MPPTs are perfectly fine. The only requirement is that each string independently passes all voltage and current checks for the inverter.
This is actually the recommended approach for east/west roofs where one side has more available space. Do not artificially limit your larger array to match the smaller one — use the full capacity of each MPPT independently. The inverter handles the power asymmetry without any issues, simply summing the output from both trackers.
Parallel strings must match
Worked example: Deye 8kW with east/west roof
Let's distribute 14 LONGi panels across 2 MPPT trackers on a Deye hybrid inverter — 8 panels facing east, 6 panels facing west. Climate assumptions: −10°C minimum winter temperature, +40°C maximum summer ambient (65°C cell temperature at peak).
Equipment (verified from database)
Panel: LONGi LR5-72HBD-555M (Voc=49.8V, Vmpp=41.95V, Isc=13.99A, TcVoc=−0.265%/°C, TcIsc=+0.05%/°C, Pmax=550W). Inverter: Deye SUN-8K-SG05LP1-EU (maxDcVoltage=500V, MPPT 150–425V, maxInputCurrent=26A/MPPT, maxShortCircuitCurrent=34A/MPPT, 2 MPPT × 2 strings, nominalAcPower=8000W).
MPPT 1 — East (8 panels)
Voc_cold = 8 × 49.8 × (1 + (−0.265/100) × (−10 − 25)) = 398.4 × 1.0928 = 435.3V ✓ (< 500V)Vmpp_hot = 8 × 41.95 × (1 + (−0.265/100) × (65 − 25)) = 335.6 × 0.8940 = 300.0V ✓ (> 150V MPPT min)MPPT 2 — West (6 panels)
Voc_cold = 6 × 49.8 × (1 + (−0.265/100) × (−10 − 25)) = 298.8 × 1.0928 = 326.5V ✓ (< 500V)Vmpp_hot = 6 × 41.95 × (1 + (−0.265/100) × (65 − 25)) = 251.7 × 0.8940 = 225.0V ✓ (> 150V MPPT min)Current check (both MPPTs)
Isc_hot = 1 × 13.99 × (1 + (0.05/100) × (65 − 25)) = 13.99 × 1.02 = 14.27A ✓ (< 26A per MPPT)DC/AC ratio
DC/AC = (550 × 14) / 8000 = 7700 / 8000 = 0.96 ✓Result
All checks pass for both MPPTs independently. MPPT1 (east, 8 panels) has a tighter voltage margin — 435.3V against a 500V limit leaves 65V of headroom, so adding a 9th panel would exceed the maximum. MPPT2 (west, 6 panels) has plenty of room at 326.5V. The DC/AC ratio of 0.96 means the array is slightly under-sized relative to the inverter, leaving room to add 2 more panels later if roof space allows. Each MPPT independently optimizes for its orientation, maximizing total daily harvest.
Check your MPPT distribution
Enter your panel and inverter models, set panel count per MPPT, and verify all voltage and current limits automatically.
5 common MPPT distribution mistakes
- Mixing different orientations on one MPPT
East and south panels on the same MPPT forces the tracker to compromise between two different voltage levels. Use separate MPPTs for any orientations more than about 30° apart. Each MPPT should track panels that see similar sunlight intensity throughout the day — grouping by orientation ensures the tracker always operates at the true maximum power point.
- Too few panels per string for MPPT startup
Short strings of 3–4 panels may not generate enough voltage to reach the MPPT minimum in morning light or heavy cloud cover. The result: the inverter sits idle while the sun is out, wasting potential generation hours. Calculate your panel's Vmpp at low irradiance (60–70% of STC value) and verify the string voltage still exceeds the MPPT minimum threshold.
- Mismatched parallel strings on one MPPT
Running 8 panels and 6 panels in parallel on the same MPPT wastes energy. The 6-panel string has lower voltage, which drags the operating point down for the 8-panel string. The MPPT cannot optimize both simultaneously. If you need different string lengths, put them on separate MPPTs where each tracker can optimize independently.
- Ignoring per-MPPT current limits
'My inverter handles 52A total' does not mean each MPPT can handle 52A. Current limits are specified per MPPT input. A 2-MPPT inverter rated at 26A per MPPT means a strict 26A maximum on each individual tracker — not 52A on one and 0A on the other. Always check the datasheet for per-MPPT limits, not just the total.
- Not checking each MPPT independently
Both MPPTs must pass all voltage and current checks on their own. A string configuration that works perfectly on MPPT1 with 8 panels does not automatically work on MPPT2 if it has a different panel count. Each MPPT's string must independently stay within the voltage window and below the current limits. Our calculator verifies each MPPT separately.
Quick decision guide: how many MPPTs do you need?
Use this table to quickly determine whether your installation needs one MPPT or multiple. When in doubt, choose more MPPTs — the cost difference is small compared to the flexibility gained.
| Your situation | MPPTs needed | What to do |
|---|---|---|
| All panels same direction, no shade | 1 | One string, simplest setup |
| East/west roof split | 2 | East on MPPT1, west on MPPT2 |
| Partial shading (trees, chimney) | 2+ | Shaded panels on separate MPPT |
| Planning future expansion | 2+ | Leave one MPPT empty for later |
| South + flat roof combo | 2 | Different tilts on separate MPPTs |
Find inverters with multiple MPPTs
Browse our equipment database to compare inverters by MPPT count, voltage range, and current limits.
Frequently asked questions
Can I use different panel models on different MPPTs?
Yes — different MPPTs are completely independent trackers. You can run LONGi 550W panels on MPPT1 and Trina 440W panels on MPPT2 without any issues. Just verify each MPPT's string configuration independently against the inverter's limits. The one rule that still applies: never mix different panel models within the same string.
What happens if one MPPT produces more than the other?
The inverter handles this automatically with no penalty. Each MPPT optimizes independently, and the total AC output is simply the sum of both. If MPPT1 produces 3kW and MPPT2 produces 1.5kW, the inverter outputs 4.5kW AC (minus conversion losses). There is no efficiency penalty for power imbalance between MPPTs.
Can I leave one MPPT empty?
Yes. An unused MPPT simply sits idle — no error codes, no energy waste beyond the negligible self-consumption of the tracker circuit. This is a perfectly valid strategy when you plan to add panels in the future. The idle MPPT is ready to accept panels whenever you expand your system.
Is 2 MPPTs always better than 1?
Not always. If all your panels face the same direction with no shading, a single-MPPT inverter performs identically to a dual-MPPT model for that configuration. The extra MPPT adds cost without adding any benefit when every panel sees the same sunlight. Multi-MPPT only helps when different groups of panels experience different conditions.
My panels don't start until 9am — is MPPT the problem?
Very likely. Your string voltage at low morning irradiance is probably falling below the MPPT minimum voltage threshold. The solution is to add more panels per string (in series) to increase the string voltage, or check whether your inverter has a particularly high MPPT minimum. See section 5 above for the calculation formula and a worked example.
Can I parallel two strings of different lengths on one MPPT?
Technically possible, but strongly not recommended. The shorter string produces lower voltage, which forces the MPPT to operate at a suboptimal point for the longer string. This creates current mismatch and steady energy loss throughout the day. Use separate MPPTs for different string lengths instead — that is what multiple trackers are designed for.
How do I split 12 panels across 2 MPPTs?
The simplest approach is a 6+6 equal split. But if one roof face has more space, 8+4 or 7+5 also work perfectly — each MPPT is independent and handles its own string. Just verify that each string's voltage stays within the MPPT range and below the maximum DC voltage at your coldest expected temperature.
Does east/west produce less than south-facing?
An east/west split typically produces 10–15% less total annual energy than an all-south configuration. However, it generates a flatter, more spread-out power curve throughout the day — more morning and evening generation, less of a sharp midday peak. This is often better for self-consumption (using your own solar power directly) and reduces inverter clipping if your panel array is larger than your inverter's AC rating.