← Engineering Notes

Wing loading (W/S) and power loading (W/P): how to calculate them

By Keayvan Keramati · ~7 min read

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:

W/S = W / S [N/m²] (W in newtons, S in m²)

It is the single most defining parameter of a winged aircraft, because it sets the whole character of the design:

Low W/S — big wingsHigh W/S — small wings
Slow, gentle flightFast, efficient cruise
Short takeoff & landingNeeds more speed to fly
Very sensitive to gustsRides through turbulence
More wing drag & structureLighter, 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:

W = ½·ρ·V_stall²·S·C_Lmax → W/S = ½·ρ·V_stall²·C_Lmax

This gives the maximum allowable W/S. The wing area follows immediately:

S = W / (W/S)

What is power loading (W/P)?

Power loading is the weight carried per unit of installed power:

W/P = W / P [N/W] (often quoted as W/kg)

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:

P = ( D·V_cruise + W·ROC ) / η_prop

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:

W/S = ½·1.225·12²·1.2 ≈ 105.8 N/m² (≈ 10.8 kg/m²)

→ 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:

P = (2.4·18 + 29.4·3) / 0.6 ≈ 220 W → W/P ≈ 0.13 N/W (≈ 75 W/kg)

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.