Does the Draw Order Decide Horse Show Placings?

Every exhibitor knows the feeling: you draw late in a big class and wonder if the judge has already made up their mind. I’ve now got enough results in the equine-data database to actually test that question properly.

Across 934 classes and 86,281 placings, horses drawn later place marginally better on average β€” but the effect is small, and class-to-class variation swamps it. Draw order is, at most, a tie-breaker, not a deciding factor.

The pooled weighted Spearman rho between draw order and placing is βˆ’0.019 (95% CI βˆ’0.036β€¦βˆ’0.004), and only 52.9% of classes show any negative association at all. Here’s the honest picture.

Based on 86,281 placings Β· analysis refreshed Aug 2026.


Per-class correlation distribution

For each class with at least 10 riders I computed the rank correlation (Spearman’s rho) between draw order and placing. Negative rho means later draws placed better; positive means earlier draws did. The histogram below is the real spread across all 934 classes β€” not just the pooled average:

0 43 89 227 135 138 182 85 35 <βˆ’0.5 βˆ’0.4 βˆ’0.2 βˆ’0.05 0.05 0.2 0.4 >0.5 Spearman rho per class (934 classes, n β‰₯ 10)

Green bins are classes where later draws placed better (negative rho); tan bins are the reverse. The mass sits just left of zero β€” median rho βˆ’0.028, and 52.9% of classes are negative β€” but the full range (from roughly βˆ’0.8 to +0.8) shows how much classes disagree. One pooled number hides a lot of spread, and this histogram is the honest picture.


Draw terciles

Within each class I split riders into three equal groups by draw rank and averaged their place percentile (0.0 = win, 1.0 = last; lower is better). Pooled across all classes:

0.176 0.165 0.156 1st third 2nd third 3rd third early draws (middle) late draws Mean place percentile by draw third (pooled; lower = better)

Later draws average βˆ’0.019 percentile points better than early draws across the whole range β€” the interval below is the bootstrap 95% CI on that difference:

βˆ’0.024 βˆ’0.019 βˆ’0.015 95% CI on last-vs-first difference

The whole interval sits below zero, so the effect is real β€” but it is βˆ’0.019 percentile points across the entire draw range. That’s far smaller than typical class-to-class variation.


Does going first matter?

The most striking single number on this page is actually about the first draw, not the last. Among the 355 classes of 10+ riders where the first-drawn rider posted a numeric result, first-goers won 9.3% of their classes β€” against 6.4% expected if the draw carried no advantage (the mean of 1/n across the same classes). That’s a 1.45Γ— win rate.

Class size First-goers Won Expected Ratio
5–9 riders 285 17.5% 15.2% 1.15Γ—
10+ riders 355 9.3% 6.4% 1.45Γ—

The effect survives larger fields but bigger classes dilute it. Going first also shifts the average placing slightly better: first-goers sit βˆ’0.048 percentile points from the rest of the field (95% CI βˆ’0.081β€¦βˆ’0.014) β€” an interval entirely on the better side of zero, though far smaller than the win-rate gap.

Caveats. There’s only one first-goer per class, so this compares classes against each other, not riders within a class. A higher-than-odds win rate is associative, not causal β€” the draw is a schedule artifact, and classes that draw first may differ in other ways.


By discipline

Pooled weighted rho per discipline. Bars left of zero = later draws placed better in that discipline; right = earlier draws did. n is the number of classes behind each figure β€” disciplines with small n are noisy.

0 Reining βˆ’0.065 Β· n=64 Ranch Trail βˆ’0.050 Β· n=50 Halter βˆ’0.046 Β· n=64 Trail βˆ’0.043 Β· n=113 Western Riding βˆ’0.078 Β· n=50 Horsemanship +0.037 Β· n=74 Showmanship +0.030 Β· n=74 Hunter U/S +0.043 Β· n=72

Horsemanship, Showmanship and Hunter Under Saddle are the notable exceptions β€” later draws didn’t help there at all (in fact slightly the reverse). The strongest negative signals (Reining, Ranch Trail, Halter, Western Riding) are consistent with a modest late-draw edge in pattern/rail classes.


Methodology & caveats

How it’s measured:

  1. Within-class percentile normalisation β€” raw places are meaningless across classes of different sizes (6th of 8 is not 6th of 60), so each rider’s outcome is place_pct = (place βˆ’ 1) / (n βˆ’ 1); draws are normalised the same way.
  2. Spearman’s rho per class β€” rank correlation between draw order and placing for every class with β‰₯ 10 riders (average ranks for ties; DQ and non-numeric rows excluded).
  3. Pooled weighted mean + bootstrap CI β€” class rhos pooled as a size-weighted mean; 95% interval from a 2,000-iteration bootstrap resampling classes with replacement (fixed seed, reproducible).
  4. Draw terciles β€” riders split into three equal groups by draw rank within each class.

Read before quoting:

  • Draw semantics vary by class type. In some classes the draw is a random start order; in others it’s a scheduled slot, and scratches/re-entries can shift it afterward. One pooled number averages over all of these.
  • DQ rows are excluded β€” only rows with a numeric place and a draw number enter the analysis, using the Combined Judges roll-up placing.
  • The effect is small: about 2 percentile points across the whole draw range β€” far smaller than typical class-to-class variation.
  • Per-class variation is the interesting part β€” the pooled mean hides a lot of spread, and the histogram above is the honest picture.

This is one of a series of data articles built on my equine-data results database β€” a personal AQHA show-results explorer that analyzes every class in the dataset.