Wing Aspect Ratio Calculator

JJ Ben-Joseph headshot JJ Ben-Joseph

Introduction to aspect ratio as a wing planform parameter

Aspect ratio is the single number that tells you how slender a wing is. It is not a styling choice: it sets how much of the wing's total drag is spent simply on the act of producing lift, it sets how much the wing bends under load, and it quietly decides whether an aeroplane is a soaring machine, a load hauler or a fighter. This calculator takes the two quantities that actually define aspect ratio — the tip-to-tip span and the reference planform area — and returns the aspect ratio together with the chord geometry and the finite-wing corrections that follow from it.

The distinction that trips people up most often is that aspect ratio is defined from span and area, not from span and chord. Span divided by chord is a shortcut that is exactly correct only for a constant-chord rectangular wing. Real wings taper, so this tool asks for the taper ratio as well and then reports both the mean geometric chord and the mean aerodynamic chord, which are different lengths on any tapered planform and are used for different purposes. On top of the pure geometry, the calculator applies classical lifting-line results: the induced drag coefficient, the induced angle of attack and the reduction in lift-curve slope that a finite wing suffers relative to the same aerofoil section in two-dimensional flow.

Everything here is subsonic, incompressible, thin-wing theory. That is exactly the regime in which aspect ratio is a genuinely useful design parameter, and it is the regime that Ludwig Prandtl's lifting-line theory was written for. The tool is aimed at students working through a first aerodynamics course, model and unmanned aircraft designers sizing a wing, sailplane pilots comparing planforms, and anyone who needs to sanity-check a wing sketch before committing to structure.

How to use the span, area, taper and efficiency inputs

Start by choosing the unit system. Metres with square metres and feet with square feet are the two consistent pairings offered; switching between them converts the numbers already in the boxes rather than silently reinterpreting them, which is where unit mistakes usually creep in. Aspect ratio itself is dimensionless, so it comes out identical either way, but every chord length reported below it inherits the length unit you chose.

Enter the wing span as the full tip-to-tip distance, not the semi-span. Enter the reference wing area as the projected planform area of the whole wing, including the portion notionally carried through the fuselage, because that is the reference area used with the published lift and drag coefficients of an aircraft. It is a projected area, not wetted surface area, so it is roughly half the area you would have to paint.

The taper ratio is the tip chord divided by the root chord. Enter 1 for a rectangular wing, a value near 0.4 to 0.5 for a typical tapered wing, and 0 for a wing that comes to a point at the tip. Taper ratio does not change the aspect ratio at all — span and area already fix that — but it does change the root chord, the tip chord, the mean aerodynamic chord and where along the span that mean aerodynamic chord sits.

The span efficiency factor and the lift coefficient feed the induced-drag block. Leave the efficiency factor at 1 if you want the theoretical elliptical-lift-distribution best case; drop it to around 0.7 for a plain untwisted rectangular wing, or use a measured Oswald efficiency for a whole aircraft. The lift coefficient should be the one you actually fly at, since induced drag scales with its square. Finally, the two-dimensional lift-curve slope defaults to the thin-aerofoil value of 2π per radian and is only used for the three-dimensional slope correction. Press the calculate button, or use the preset buttons to load a representative planform and see how the numbers move.

The aspect ratio formula and the lifting-line results that follow

Aspect ratio is defined as the square of the span divided by the reference wing area:

Formula: AR = b^2 / S

AR = b 2 S

Here b is the tip-to-tip span and S is the projected reference area of the whole wing, both halves together. NASA Glenn's Beginner's Guide to Aeronautics states the same definition and adds that "for a rectangular wing this reduces to the ratio of the span to the chord". That caveat matters. Only when the chord c is constant does S=bc hold, and only then is aspect ratio literally span over chord:

Formula: AR = b^2 / (b c) = b / c (rectangular wing only)

AR=b2bc=bc(rectangular wing only)

For a tapered wing the identity survives only if you are careful about which chord you mean. Define the mean geometric chord as area over span, c¯=Sb. Then AR=b2/S=b/c¯ for any planform whatsoever. Substituting the root chord, or the mean aerodynamic chord, in place of c¯ gives the wrong answer on every tapered wing, and that is one of the most common errors in wing sizing.

Induced drag from lifting-line theory

Prandtl's lifting-line theory, published for an English-speaking audience as NACA Report No. 116, showed that a finite wing sheds its bound circulation into a trailing vortex sheet and that the downwash from that sheet tilts the local lift vector rearwards. The resulting drag component exists only because the wing is lifting and only because it is finite. NASA Glenn gives the coefficient as

Formula: C_Di = C_L^2 / (π ⁢ e ⁢ AR)

CDi=CL2πeAR

where CDi is the induced drag coefficient, CL is the lift coefficient of the whole wing and e is the span efficiency factor. Lifting-line theory identifies the elliptical spanwise lift distribution as the minimum-induced-drag case, for which e=1 exactly; every other distribution gives e<1, and NASA quotes about 0.7 for a plain rectangular wing. The inverse dependence on aspect ratio is the whole reason sailplanes look the way they do: at a fixed lift coefficient, doubling AR halves CDi.

The same downwash that creates induced drag also reduces the effective angle of attack. The induced angle, in radians, is

Formula: α_i = C_L / (π ⁢ e ⁢ AR)

αi=CLπeAR

and because the wing therefore has to be pitched further to reach a given lift coefficient, its lift-curve slope is shallower than that of the same aerofoil section in two-dimensional flow. Writing a0 for the two-dimensional slope per radian, the finite-wing slope is

Formula: a = a_0 / (1 + a_0 / (π ⁢ e ⁢ AR))

a=a01+a0πeAR

NASA Glenn presents the elliptical special case of this relation with e=1; Anderson's Fundamentals of Aerodynamics derives the general form. Two practical points follow. First, a0 must be entered per radian, not per degree — thin-aerofoil theory gives a0=2π6.283 per radian, which is only 0.1097 per degree. Second, the correction is largest exactly where induced drag is largest: a low aspect ratio delta loses far more slope than a sailplane wing does.

Mean geometric chord, mean aerodynamic chord and taper

Given span, area and the taper ratio λ=ct/cr, the straight-tapered planform is fully determined. The area of a trapezoidal wing is S=b2cr(1+λ), so the root and tip chords are

Formula: c_r = (2 S) / (b ⁢(1 + λ)) c_t = λ ⁢ c_r

cr=2Sb(1+λ)ct=λcr

The mean aerodynamic chord is a different average altogether. NACA defines it as the chord-weighted mean

Formula: MAC = (∫_0^b/2 c^2 ⁢ d y) / (∫_0^b/2 c ⁢ d y)

MAC=0b/2c2dy0b/2cdy

which for a linear taper integrates to the familiar closed form, together with the spanwise station at which that chord is located:

Formula: MAC = 2 / 3 c_r (1 + λ + λ^2) / (1 + λ) y_MAC = b / 6 (1 + 2 λ) / (1 + λ)

MAC=23cr1+λ+λ21+λyMAC=b61+2λ1+λ

Set λ=1 and the mean aerodynamic chord collapses onto the mean geometric chord, because a rectangular wing has only one chord. Give the wing any taper at all and the mean aerodynamic chord becomes the longer of the two, because squaring the chord inside the integral weights the wide inboard sections more heavily. Use the mean geometric chord when you want the aspect ratio identity; use the mean aerodynamic chord when you are non-dimensionalising a pitching moment or quoting a centre of gravity position as a percentage of chord.

Worked example: a 15 metre standard-class sailplane wing

Take a standard-class sailplane wing with a span of 15.00 m, a reference area of 9.60 m² and a taper ratio of 0.45. Assume a span efficiency factor of 0.90, a cruise lift coefficient of 0.90 and the thin-aerofoil two-dimensional slope of 2π per radian. Working through the formulas in order:

Formula: AR = (15.00)^2 / 9.60 = 225 / 9.60 = 23.44

AR=(15.00)29.60=2259.60=23.44

The mean geometric chord is 9.60/15.00=0.640 m, and you can confirm the identity: 15.00 divided by 0.640 is 23.44, the same aspect ratio. Now bring in the taper. The root chord is 2×9.60/(15.00×1.45)=0.883 m and the tip chord is 0.45×0.883=0.397 m. Feeding those into the closed form gives

Formula: MAC = 2 / 3 × 0.8828 × 1.6525 / 1.45 = 0.671 m

MAC=23×0.8828×1.65251.45=0.671m

which is 4.8 per cent longer than the mean geometric chord of 0.640 m — a real difference, and exactly the kind of discrepancy that shifts a centre of gravity limit by a couple of percentage points if you use the wrong chord. That mean aerodynamic chord sits at yMAC=(15.00/6)×(1.90/1.45)=3.276 m out from the centreline.

The aerodynamic outputs follow. With πeAR=π×0.90×23.44=66.27, the induced drag coefficient is 0.902/66.27=0.01222, the induced angle of attack is 0.90/66.27=0.01358 rad, or 0.778°, and the three-dimensional lift-curve slope is 6.283/(1+6.283/66.27)=5.739 per radian, which is 0.1002 per degree.

Those numbers say something concrete. An induced drag coefficient of 0.0122 at a lift coefficient of 0.90 is the dominant share of the total drag of a clean sailplane at that condition, since a well finished glider carries a zero-lift drag coefficient of only about 0.008 to 0.012; this is the slow-flight end of the polar, where induced drag always leads. The lift-curve slope has fallen only about 9 per cent below the two-dimensional value, which is the reward for an aspect ratio above 23. Repeat the calculation with the same 9.60 m² area on a 6.00 m span and the aspect ratio drops to 3.75, the induced drag coefficient rises to 0.0764 — more than six times higher — and the lift-curve slope collapses to 3.945 per radian. Nothing about the aerofoil changed; only the planform did.

Reference aspect ratios for representative planforms

The table below lists representative spans and areas for familiar wing types. The aspect ratio column is computed directly from the span and area in the same row using AR=b2/S, so you can reproduce every entry with this calculator. Treat the dimensions as typical of the class rather than as the certified figures for any one airframe or any one individual bird.

Representative wing planforms and the aspect ratio implied by their span and area
Wing type Span b (m) Area S (m²) AR = b²/S What the ratio buys
Open-class sailplane 25.0 16.5 37.9 Lowest induced drag; heavy, flexible structure
Standard-class sailplane 15.0 9.60 23.4 Class-limited span, still very efficient
Wandering albatross 3.10 0.620 15.5 Dynamic soaring over open ocean
Short-haul jet airliner 34.3 124.6 9.44 Cruise efficiency inside gate-span limits
Common swift 0.420 0.0160 11.0 Endurance with a fast roll rate
Light single-engine trainer 11.0 16.2 7.47 Docile handling, cheap simple structure
Supersonic delta fighter 9.50 27.9 3.23 Wave drag and manoeuvre load, not cruise

Reading down the table, aspect ratio tracks mission almost perfectly. Everything that has to stay airborne cheaply for a long time sits above 10; everything that has to be strong, fast or highly manoeuvrable sits below 8. Note also that the two birds bracket the light aircraft rather than beating it — the popular idea that biological wings are always slender is simply not true, and a swift trades some span efficiency for the roll authority it needs to catch insects.

Interpreting your aspect ratio result

An aspect ratio below about 4 puts you in delta and lifting-body territory. Induced drag is severe at any useful lift coefficient, but the wing is short, stiff, light and can carry enormous manoeuvre loads; the vortex flow over a highly swept leading edge can also generate usable lift well past the angle where a conventional wing would stall. Between roughly 5 and 8 you are in general aviation and light transport territory: the structure is simple, the handling is forgiving and the induced drag penalty is acceptable because these aircraft do not spend their lives optimising range.

From about 8 to 12 you are in the transport-aircraft band, where every point of aspect ratio is fought for against wing weight, fuel volume and airport gate-span limits. Winglets and raked tips exist largely because span itself is capped by ground infrastructure, so designers buy effective span through tip devices rather than through more actual span. Above roughly 15 you are in the soaring regime, and above 30 you are into open-class sailplanes and high-altitude long-endurance aircraft, where the wing is so slender that aeroelastic behaviour, flutter margins and gust response become the governing design constraints rather than drag.

The induced drag figure deserves a sanity check of its own. It is only the lift-dependent part of the drag; it says nothing about profile drag, interference drag or compressibility drag, so a small induced drag coefficient does not by itself mean a low-drag aircraft. Compare it against a plausible zero-lift drag coefficient for the class — very roughly 0.008 to 0.012 for a clean sailplane and 0.018 to 0.025 for a light aircraft — to see whether you are on the induced-drag-dominated or profile-drag-dominated side of the polar.

Reading the planform diagram and the span sensitivity table

The diagram under the calculator draws the actual trapezoidal planform implied by your span, area and taper ratio, seen from above with the flow coming from the leading edge. The straight leading edge and swept-forward trailing edge are the unswept straight-taper convention used throughout this page. A dashed chordwise line marks the mean aerodynamic chord at its true spanwise station, so you can see immediately how far outboard it moves as taper increases, and the streamlines curling near the tips widen or tighten with the induced angle of attack. The caption below the figure restates the same geometry in words for screen-reader users, and the drawing respects the reduced-motion preference by holding still rather than animating.

The span sensitivity table sweeps the span from 30 per cent below to 30 per cent above your entry while holding the reference area and the lift coefficient fixed. It is the quickest way to see the quadratic nature of the relationship: because area is held constant, a ten per cent span increase raises aspect ratio by twenty-one per cent and cuts induced drag by about seventeen per cent. Designers use exactly this trade study, weighed against the roughly cubic growth in wing bending material, to decide how much span a wing is worth.

Assumptions and limitations behind these aspect ratio estimates

The geometry block assumes a straight-tapered, untwisted, unswept planform with a linear chord distribution and no discontinuities. Cranked, elliptical, double-tapered and blended planforms break the closed-form mean aerodynamic chord result, although the aspect ratio itself remains exact because it needs only span and area. Sweep, dihedral, geometric and aerodynamic twist, fuselage carry-through and tip devices are all outside the model.

The aerodynamic block rests on Prandtl's lifting-line theory and inherits every one of its assumptions: incompressible, inviscid, attached flow over a high aspect ratio, unswept, thin wing at small angle of attack. Below roughly aspect ratio 4 the lifting-line result loses accuracy and lifting-surface or vortex-lattice methods are needed instead, so treat the induced drag and lift-slope outputs for delta-like planforms as order-of-magnitude guidance rather than as design numbers. Above about Mach 0.3 compressibility begins to matter, and near or beyond the critical Mach number the whole framework is invalid.

The span efficiency factor is an input, not a prediction. Real values come from wind-tunnel or flight-test drag polars, and the Oswald efficiency for a whole aircraft is not the same quantity as the span efficiency of an isolated wing — the aircraft figure also absorbs fuselage and tail contributions and any lift-dependent profile drag. Similarly, the induced angle of attack reported here is exact only for the elliptical case; for a general distribution the same efficiency factor is being reused as a first approximation, which is standard practice but is an approximation nonetheless. None of these results predict stall, structural adequacy, flutter margin or handling qualities, and nothing on this page should be used as certification or airworthiness evidence.

Common questions about wing aspect ratio

Is aspect ratio just span divided by chord?

Only for a rectangular wing. The general definition is AR = b² / S, the square of the span divided by the reference wing area. That form also equals the span divided by the mean geometric chord S / b for any planform, but it is not the span divided by the root chord and it is not the span divided by the mean aerodynamic chord once the wing is tapered.

What counts as a good aspect ratio for a wing?

It depends entirely on the mission. Competition sailplanes typically run from about 25 to 40, jet airliners around 9 to 11, light general aviation aircraft roughly 6 to 8, and supersonic fighters about 2 to 4. A higher aspect ratio cuts induced drag but raises wing bending moment, structural mass, roll inertia and gust response, so every real design settles on a compromise rather than a maximum.

Why does induced drag fall as aspect ratio rises?

Induced drag is the price paid for shedding the bound circulation of a finite wing into a trailing vortex sheet. The NASA Glenn Beginner's Guide to Aeronautics gives the coefficient as Cdi = Cl² / (pi · AR · e). At a fixed lift coefficient, doubling the aspect ratio halves the induced drag coefficient, because the tip vortices sit farther apart and the downwash washing over the wing is weaker.

How does mean aerodynamic chord differ from mean geometric chord?

The mean geometric chord is simply the reference area divided by the span, S / b, and it is the chord that makes the aspect ratio identity AR = b / c exact. The mean aerodynamic chord is a chord-weighted average, defined as the integral of c² dy divided by the integral of c dy across the semi-span, so it is always longer than the geometric mean chord on a tapered wing and it is the reference length used for pitching moments and centre of gravity limits.

Does this tool model winglets, sweep or wing twist?

No. It works from the flat projected planform, so sweep, dihedral, geometric twist, winglets and fuselage carry-through fall outside the model. Tip devices are normally represented either by an effective aspect ratio or by a higher span efficiency factor, so approximate them here by raising the efficiency factor rather than by inflating the span you enter.

Which span efficiency factor should I enter?

Use e = 1 only for an ideal elliptical lift distribution, which lifting-line theory identifies as the minimum induced drag case. NASA quotes about 0.7 for an untwisted rectangular wing, while whole-aircraft Oswald efficiency for a clean subsonic aeroplane usually lands near 0.75 to 0.85. The default of 0.85 is a reasonable starting point for a well shaped tapered wing, but a number you can defend has to come from a measured drag polar.

Sources for the aspect ratio and induced drag relations

Every equation on this page was checked against the following primary and institutional publications.

  • NASA Glenn Research Center, Beginner's Guide to Aeronautics, Induced Drag Coefficient — source of AR = s²/A, Cdi = Cl²/(pi · AR · e), e = 1.0 for an elliptic lift distribution and e ≈ 0.7 for a rectangular wing.
  • NASA Glenn Research Center, Beginner's Guide to Aeronautics, Downwash Effects on Lift — source of the finite-wing lift reduction Cl = Cl₀ / (1 + Cl₀ / (pi · AR)), the elliptical special case of the lift-curve slope correction used here.
  • Prandtl, L., Applications of Modern Hydrodynamics to Aeronautics, NACA Report No. 116 (1921), NASA Technical Reports Server — the original lifting-line treatment of the finite wing, free to download.
  • National Advisory Committee for Aeronautics, Research Memorandum A54A22, NASA Technical Reports Server — states the mean aerodynamic chord in its integral form, the integral of c² dy over the integral of c dy across the semi-span.
  • Diehl, W. S., The Mean Aerodynamic Chord and the Aerodynamic Center of a Tapered Wing, NACA Report No. 751, NASA Technical Reports Server — confirms the mean geometric chord as area divided by span and discusses its use in place of the classical mean aerodynamic chord.
  • Anderson, J. D., Fundamentals of Aerodynamics, McGraw-Hill — textbook derivation of Prandtl's lifting-line equation, the induced angle of attack and the general finite-wing lift-slope correction with a span efficiency factor.

The closed-form mean aerodynamic chord and its spanwise station for a linearly tapered wing are obtained by evaluating the NACA integral definition with a linear chord distribution; both reduce correctly to the rectangular case at a taper ratio of 1. Representative spans and areas in the comparison table are typical class values and are not certified figures for any particular airframe.

Switching units converts the values already entered, so the wing itself stays the same. Use 1 for a rectangular wing, about 0.45 for a typical tapered wing, 0 for a pointed tip. e = 1 is the ideal elliptical lift distribution; NASA quotes about 0.7 for a plain rectangular wing. Thin-aerofoil theory gives 2π ≈ 6.2832 per radian. Per-degree values are about 57 times smaller.
Load a representative planform:
Enter a wing span and reference area, then press Calculate aspect ratio.
Enter a span and area to draw the planform.

Span sensitivity at constant area

How aspect ratio and induced drag respond if the span changes while the reference area and lift coefficient stay fixed.

Run a calculation to populate the span sweep.

Aspect Ratio Trim Run

Snap telescoping wings to keep the aspect ratio inside the lift band as gusts stretch and squeeze the chord.

Hold aspect ratio sweet spot

Drag on the canvas, or focus it and use the ← → keys, to extend the span and stay inside the glowing AR band while wind events reshape the wing. Escape pauses.

Drag to keep AR inside the target window.
Current AR
Target band
Span setting
Effective area
Score 0
Best 0

Score climbs fastest when AR stays inside the illuminated lift band.