The three-point line is so woven into modern basketball that it’s easy to forget it’s younger than the sport by most of a century. College basketball spent decades as a two-point game, then adopted a line, then moved it back twice, and along the way the shot went from a novelty to the organizing principle of how offenses are built. This is a statistical history of that arc — the dates and distances, the simple math that drove the trend, and the traps the math hides.
The one-sentence version: a made three is worth 50% more than a made two, and once teams and analysts took that arithmetic seriously, the shot chart was never the same.
The line arrives, and where it started
The men’s college game adopted the three-point line nationally for the 1986-87 season, after a few years of conference experiments. The original distance was 19 feet 9 inches from the center of the basket — short by today’s standards, and short of the NBA line even then.
That shorter distance matters for reading the early history: a 19-foot-9 three is a very makeable shot, which is part of why the attempt started creeping upward almost immediately. The reward (an extra point) was real and the cost (a modest step back) was small. Coaches who’d spent careers preaching the high-percentage layup now had a competing incentive sitting just behind a painted arc.
Two moves backward
The line didn’t stay put. For the 2008-09 men’s season, the NCAA pushed it back a foot, to 20 feet 9 inches, partly to restore some spacing and make the shot a bit harder to chuck in volume. Then, beginning with the 2019-20 men’s season, the men’s line moved again to the international (FIBA) distance of 22 feet 1.75 inches. The women’s game adopted that same international distance a couple of seasons later, for 2021-22.
I’m stating those dates and distances because they’re the ones I’m confident about; where the historical record gets fiddly — exact rationales, any brief intermediate experiments — I’d rather you confirm against the rulebook than take a half-remembered detail from me. Here are the milestones laid out:
| Season | Change | Distance |
|---|---|---|
| 1986-87 | Line adopted nationally (men) | 19 ft 9 in |
| 2008-09 | Moved back (men) | 20 ft 9 in |
| 2019-20 | Moved to international distance (men) | 22 ft 1.75 in |
| 2021-22 | Women’s game to international distance | 22 ft 1.75 in |
The math that drove the volume
Why did three-point attempts climb decade after decade? Start with the arithmetic, because it’s the whole engine. The right way to compare shots is points per attempt. A two-pointer made at 50% is worth 1.00 point per attempt. A three-pointer made at just 33.3% is also worth 1.00 point per attempt — one make in three tries still banks three points. So any team that can shoot better than about a third from deep is, on a per-shot basis, matching or beating a coin-flip two.
That equivalence is why the shot is so seductive. You don’t need to be a great three-point shooting team to justify a lot of threes; you need to be a passable one, while the alternative two-point looks (contested mid-range jumpers, in particular) often convert well below 50%. The effective field-goal percentage idea — which counts a three as worth 1.5 twos — bakes this directly into the box score, and it’s one of the four factors that explain who wins.
Why college lagged the NBA — then caught the wave
The analytics revolution that turned the NBA into a three-and-layup league arrived in college later and more unevenly. A few reasons stand out. College rosters turn over constantly, so a coach can’t simply draft shooting and let it compound for a decade. The college game is more coach-driven and more varied, with systems ranging from frantic, three-happy attacks to deliberate, inside-out offenses living in the same conference. And for years the shorter college line muddied the comparison — a college three wasn’t an NBA three, so NBA lessons didn’t transfer cleanly.
But the direction of travel has been unmistakable: more threes, taken by more positions, as the simple per-attempt math finally overrode decades of "good shot/bad shot" coaching instinct. Big men who’d never have attempted a three in 1995 now space the floor; guards launch off the dribble at volumes that would have gotten them benched a generation ago. The pace-and-space ideas behind it tie directly into how we think about tempo and efficiency — a three-heavy team can post a high offensive efficiency without ever being fast.
scripts/college-basketball-three-point-history.py, which pulls season shot data from the Sports Reference college basketball database. Run it to drop the long-run trend line in here. (Per site policy, I’d rather show this note than invent year-by-year rates.)
The traps in the math
- Volume without efficiency is a trap. The per-attempt logic only works if you can hit the shot. A team that jacks up threes at a poor percentage isn’t being modern; it’s donating points per attempt. The break-even point (~33%) is a floor, not a target.
- The college line is its own thing. Because the college three has long been shorter than the NBA’s, college three-point percentages and NBA ones aren’t directly comparable, and the line’s movements over the years mean even college-to-college comparisons across eras need an asterisk.
- Variance cuts both ways. The three is a higher-variance shot, which is exactly why it powers March upsets — a hot shooting night can let an underdog steal a game it would lose on average. The same variance can sink a favorite that lives and dies by the three.
- Defense reacts. As offenses chased the three, defenses began conceding the long two and running shooters off the line. The shot chart is an equilibrium, not a free lunch; the optimal number of threes is the one your personnel can actually make against a defense trying to take it away.
From a 19-foot-9 novelty in 1986 to a 22-foot-plus cornerstone today, the three-point line didn’t just add a scoring option — it rewired the geometry of the sport. The arithmetic was always there; it just took college basketball a few decades, and two trips back with the tape measure, to fully believe it.
Sources & further reading
- Sports Reference (college basketball) — sports-reference.com/cbb (season shooting data and history)
- NCAA.com — ncaa.com (rules history)
- Related: Adjusted tempo and efficiency · The four factors in Python · What March upsets have in common