Did COVID Break the Wheel of Fortune?

Data Science

Did COVID Break the Wheel of Fortune?

We audited 6 seasons of Wheel of Fortune data across 6,371 contestants to test whether the COVID-era plastic cap changed the game — and found something unexpected.

6 min read
Did COVID Break the Wheel of Fortune?

Did COVID Break the Wheel? A 6-Season Forensic Analysis of Gender and Winnings

By Nathan J. O'Connor, Ph.D. M.S. | Arnas Technologies

In September 2020, Wheel of Fortune returned to the studio with a bizarre new prop. To comply with COVID-19 safety protocols, contestants were no longer allowed to touch the Wheel directly. Instead, they were given a white plastic cap — officially dubbed "The White Thing" by Pat Sajak — to grip the spokes.

Fans were skeptical. Forums lit up with complaints that the plastic cap altered the physics of the game. Viewers speculated that it made the Wheel heavier, harder to spin, or difficult to control. The general consensus was that the "White Thing" had fundamentally broken the game.

At Arnas Technologies, we usually spend our days compensating for optical aberrations in microscopy images or detecting scientifically meaningful signals in noisy biological datasets. But when we discovered that a massive, unintentional physics experiment had played out on American television, we couldn't resist digging in.

We audited the Wheel.

The Methodology: A Perfect "A-B-A" Experiment

Most data science projects struggle with "noisy" timelines. However, the history of Wheel of Fortune provides a perfect, accidental laboratory experiment:

  • Phase A (The Baseline): Seasons 36 & 37 (2018–2020). Normal gameplay with hands on the Wheel.
  • Phase B (The Intervention): Seasons 38 & 39 (2020–2022). The "White Thing" plastic cap is mandatory.
  • Phase A (The Recovery): Seasons 40 & 41 (2022–2024). The cap is retired, and normal gameplay returns.

We analyzed data from 1,170 episodes and 6,371 individual contestant appearances (women = 3,715; men = 2,656), sourced from the fan-compiled archives at Andy's Wheel of Fortune Page. Using a Difference-in-Differences (DiD) statistical model, we tested whether the plastic cap negatively impacted the game — or if it did something else entirely.

Finding #1: The Hidden Gender Gap (The Baseline)

First, we established a baseline by analyzing the "Normal" years (Phase A), where contestants used their bare hands. With a sample size of 4,028 contestants, a statistically significant gender gap emerged.

Male contestants won significantly more money: On average, men earned $1,293 more per appearance (p < 0.001).

Whether due to grip strength, hand size, or the ability to apply specific torque, the standard physical interface to the Wheel appears to offer a mechanical advantage to male physiology.

Finding #2: The "White Thing" Was the Great Equalizer

This is where the data defies expectations. If the fans were right and the plastic cap made the Wheel "harder to control," we might expect chaotic results. Instead, we found equity.

When we isolated the "White Thing Era" (Seasons 38 & 39, N=2,343), the male advantage didn't just shrink — it vanished.

Our statistical model shows the plastic cap reduced the male advantage by $1,275 (p = 0.006). During the years the plastic cap was mandatory, the statistical gender gap was approximately $18.

By decoupling the player's hand from the spoke, the "White Thing" removed the tactile leverage that possibly created bias. It pushed spinning the Wheel toward being a random number generator.

Finding #3: Myth-Busting the "Broken Game"

Did the plastic cap make the game harder? Did it ruin the economy of the show?

We ran a game economy check to test the fan theories. If the Wheel becomes "heavy" or "sticky," we should see a drop in global game winnings and potentially a spike in Bankrupts. We found neither.

  • Global Winnings: The difference in overall average winnings between the "Cap" era and the "Normal" era was just -$156 — a statistically insignificant fluctuation (p = 0.48).
  • Bankrupt Rate: The number of Bankrupts per episode remained virtually identical (2.79 vs. 2.84).

The verdict is clear: The plastic cap may have been unpopular, but it was statistically harmless. It didn't break the game's economy; instead, it fixed a gender bias.

Finding #4: The "Great Recession" of Season 39

While the plastic cap fixed the gender gap in both Season 38 and Season 39, our longitudinal analysis uncovered a separate, unrelated phenomenon: a significant dip in the game's economy starting in late 2021.

  • Season 38 (The Golden Era): Players used the plastic cap, but winnings were high ($9,225 avg). The game was fair (no gap) and rich.
  • Season 39 (The Correction): Players used the same plastic cap, but winnings dropped to $5,708.

This suggests that while the physical interface possibly controls the distribution of wealth (e.g., the observed gender gap), a separate variable — potentially puzzle difficulty or budget adjustments — controls the total amount of wealth.

Robustness Checks

In data science, "Average Winnings" can be misleading — especially in a game where one person wins $50,000 and two people win $1,000. Our initial histograms showed the data was non-normal and right-skewed, which means a standard T-Test can't describe our story.

To confirm our results weren't just statistical noise, we subjected the data to multiple stress tests:

The Non-Parametric Test (Mann-Whitney U): We re-ran the baseline analysis using rank-based statistics, which don't assume a bell curve. The gender gap remained highly significant (p < 0.001). This confirms the male advantage is a systemic trend, not caused by a few lucky jackpot winners.

Bootstrap Resampling (95% Confidence Interval): We simulated the experiment 2,000 times by resampling our contestant pool with replacement. The 95% Confidence Interval for the gap reduction is [-$2,179, -$388]. Because the entire interval is negative (it never crosses zero), we have mathematical certainty: even in the worst-case statistical scenarios, the plastic cap reduced the gender gap.

Summary and Why It Matters

Fans disliked the "White Thing" interface, claiming it changed the game's feel. They weren't wrong — it altered outcomes. But ironically, the "clunky" plastic tube appears to be the most equitable physical interface the show has used in recent history.

It serves as a perfect case study in Mechanical Bias: sometimes, a "better" user interface (bare hands) introduces hidden variables that skew the data. And sometimes, the perceivably "worst" interface is actually equitable.

Legal Disclaimer: Arnas Technologies and Nathan J. O'Connor, Ph.D. are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Sony Pictures Television, Califon Productions, or the Wheel of Fortune franchise. The analysis presented here is an independent statistical audit based on publicly available historical records and is intended for entertainment, educational, and research purposes only.

Data Source: Episode data compiled from Andy's Wheel of Fortune Page, a fan-maintained historical archive. Analysis performed using Python (Pandas, Statsmodels) with Difference-in-Differences (DiD) regression and Bootstrap resampling (N=2,000).

Explore Topics

#statistics#bigdata#gaming#data-science#research
N

Written by

Nathan J. O'Connor, PhD MS

Content creator and writer sharing insights and stories.