Wing loading (W/S) and power loading (W/P): how to calculate them
Once you have a weight estimate, the next two numbers turn that weight into an actual airframe: wing loading (W/S) and power loading (W/P). They are the heart of fixed-wing and VTOL conceptual sizing — W/S fixes how big the wing is, and W/P fixes how much propulsion power you need.
What is wing loading (W/S)?
Wing loading is simply the weight carried per unit of wing area:
It is the single most defining parameter of a winged aircraft, because it sets the whole character of the design:
| Low W/S — big wings | High W/S — small wings |
|---|---|
| Slow, gentle flight | Fast, efficient cruise |
| Short takeoff & landing | Needs more speed to fly |
| Very sensitive to gusts | Rides through turbulence |
| More wing drag & structure | Lighter, smaller wing |
How to calculate wing loading
You don't guess W/S — you derive it from a requirement, usually the stall (minimum) speed. At stall, lift equals weight with the wing at its maximum lift coefficient:
- ρ — air density (1.225 kg/m³ at sea level)
- V_stall — the highest stall/landing speed you'll accept
- C_Lmax — the wing's maximum lift coefficient (~1.0–1.5 for a simple UAV airfoil)
This gives the maximum allowable W/S. The wing area follows immediately:
What is power loading (W/P)?
Power loading is the weight carried per unit of installed power:
It is set by whatever needs the most power — usually climb or top speed, not cruise. For a propeller aircraft, thrust equals drag in steady cruise, and climbing adds W·ROC of work rate:
with drag from a parabolic polar CD = CD0 + CL² / (π·e·AR). Designers plot required W/P against W/S for each constraint (stall, cruise, climb, turn) on a matching chart and pick the design point that satisfies them all.
Worked example — a 3 kg UAV
Weight: W = 3 kg × 9.81 = 29.4 N.
Wing loading — target Vstall = 12 m/s, CLmax = 1.2:
→ wing area S = 29.4 / 105.8 ≈ 0.28 m².
Power loading — cruise 18 m/s, climb 3 m/s, ηprop = 0.6, drag ≈ 2.4 N:
So this UAV needs roughly 0.28 m² of wing and a propulsion system able to deliver ~220 W — which then flows into propeller sizing, thrust and battery sizing, and iterates back up whenever the mass changes.
Calculate it interactively
The free Wing & Power Loading calculator computes W/S, wing area, W/P and the required power from your stall speed, cruise, climb and aerodynamics — and draws the constraint matching chart with your design point. Need a full aerodynamic design or CFD validation of the wing? Get in touch.
This is a preliminary, point-mass sizing method. Confirm CLmax, CD0 and propeller efficiency with airfoil data, wind-tunnel or CFD before freezing the geometry.