How to Size Solar Panels, Batteries, and Charge Controllers for Off-Grid Systems
Learn how to size solar panels, batteries, and charge controllers for off-grid systems. Worked example with real numbers using our Solar Panel Sizing Calculator.
Contents
Why Proper Solar Sizing Matters
Under-sizing a solar power system means dead batteries and frustrated users. Over-sizing means wasted money and unnecessary weight — a real problem for remote installations, portable field equipment, and off-grid sensor nodes. Getting the math right up front saves you from both failure modes.
The core sizing problem boils down to a simple energy balance: you need to generate at least as much energy per day as you consume, with enough margin for cloudy days and system losses. Let's walk through the engineering behind it, then crunch some real numbers.
The Energy Balance
The fundamental equation is straightforward. Your daily energy demand in watt-hours is:
where is the average load power in watts and is the number of hours per day the load runs. For a load that runs 24/7, .
The solar panel must produce this energy during the available sunlight hours. The key metric here is Peak Sun Hours (PSH) — the equivalent number of hours per day at a full irradiance. This varies dramatically by location and weather:
- Low (cloudy/northern): ~3 hours
- Average (temperate): ~5 hours
- High (desert/equatorial): ~7 hours
where accounts for real-world losses — wiring, charge controller efficiency, temperature derating, and panel degradation. A typical system efficiency factor is to . Our calculator uses as a practical default.
Sizing the Battery Bank
Batteries provide energy when the sun doesn't. The required battery capacity depends on how many days of autonomy you want — the number of consecutive cloudy days the system can survive without any solar input.
Here, is the system voltage (12V, 24V, or 48V) and DOD is the maximum depth of discharge. For lead-acid batteries, DOD is typically to protect longevity. For LiFePO₄, you can push to . Our calculator assumes (the conservative, chemistry-agnostic choice) so you can scale from there.
Charge Controller Current
The charge controller sits between the panels and the battery, regulating current to prevent overcharge. The minimum charge controller current rating is:
The safety factor (per NEC 690.8) accounts for irradiance spikes above STC — panels can briefly exceed their rated output on cold, clear days with cloud-edge reflection.
Worked Example: Remote Weather Station
Let's size a system for a remote weather station that draws 15 W continuously.
Given:- Load power:
- Duty cycle: 24 hours/day
- Location: temperate (Average PSH = 5)
- System voltage:
- Days of autonomy: 3
- System efficiency:
- DOD:
A single 100 W panel is the obvious choice here — it gives you a comfortable 11% margin.
Step 3 — Panel current:Two 100 Ah lead-acid batteries in parallel would cover this nicely.
Step 5 — Charge controller current:A 10 A PWM or MPPT charge controller handles this with margin. If you go with a 100 W panel (which has a typical at its maximum power point into an MPPT controller), a 10 A controller is more than adequate.
Practical Design Tips
Choose your system voltage wisely. Higher voltages mean lower currents, thinner wires, and reduced losses — especially important for cable runs over a few meters. A 48V system cuts current to one-quarter compared to 12V for the same power. Don't skimp on autonomy days. For critical systems (telecom repeaters, medical refrigeration, security cameras), 3–5 days of autonomy is standard. For non-critical hobby projects, 1–2 days might be acceptable. Account for seasonal variation. If you're designing for year-round operation at a temperate latitude, size for winter PSH values (often 2–3 hours), not the annual average. The calculator's "Low" PSH setting is useful for this worst-case analysis. Temperature matters. Solar panel output drops roughly above 25°C for crystalline silicon. In a hot desert environment, your 100 W panel might only deliver 85 W at cell temperatures of 60°C. The system efficiency factor partially covers this, but for extreme environments, add explicit derating.Try It
Skip the spreadsheet and open the Solar Panel Sizing Calculator to run your own numbers. Plug in your load power, select your peak sun hours and system voltage, set your autonomy requirement, and get panel wattage, battery capacity, and charge controller current instantly. It's the fastest way to sanity-check a design before you start sourcing components.
Related Articles
Magnetics Optimizer: Finding the Pareto-Optimal Transformer Design With NSGA-II
Designing a flyback transformer by hand means picking one core from hundreds and hoping your intuition about the efficiency-versus-size trade-off is close. The Magnetics Optimizer runs NSGA-II across a 113-core vendor database, evaluates every candidate at 10 operating points, and hands you the Pareto front — the complete set of designs where you cannot improve efficiency without growing the core, and vice versa.
Mar 1, 2026
Power ElectronicsSMPS Control Loop Stability: Tuning a Buck Converter With Monte Carlo Analysis
A step-by-step walkthrough of using the SMPS Control Loop Stability Analyzer to verify phase margin, gain margin, and crossover frequency for a 12V→5V buck converter — then running Monte Carlo to catch a capacitor tolerance problem before it reaches production.
Mar 1, 2026
Power ElectronicsBuck Converter Design Guide: Inductor, Capacitor, and Efficiency
How to design a synchronous buck converter from scratch. Calculates duty cycle, inductor value, output capacitor, and estimates efficiency with worked examples.
Feb 8, 2026