Blog/Data Analysis/ Roadless Rule & Wildfire

Does the Wildfire Data Support the Repeal of the Roadless Rule?

On August 18, 2026, the U.S. Forest Service filed a formal proposal to get rid of the 2001 Roadless Rule entirely. The agency's stated reason is wildfire: it says the rule's ban on new roads makes it harder to fight fires and thin out dangerous fuel buildup in the backcountry. That's a testable claim, and we already had the pieces to test it โ€” a wildfire perimeter database and the Forest Service's own roadless area boundaries. So we ran the numbers ourselves.

The short version: fire has clearly gotten worse across the country since the 1980s โ€” including inside roadless areas. But so has fire everywhere else. When we ran the numbers accounting for that nationwide trend, we found no statistically significant evidence that the Roadless Rule itself is responsible for any of it.

What Is the Roadless Rule, Actually?

Passed in 2001 under the Clinton administration, the Roadless Rule identified about 58 million acres of National Forest land โ€” places that aren't official Wilderness, but also don't have roads built into them yet โ€” and blocked new road construction and most logging there. The idea was to keep the last big unroaded chunks of national forest from getting chopped up before anyone decided whether they should become Wilderness or stay open to more development. It's been fought over in court more or less continuously since the day it was signed.

Map of inventoried roadless areas across the Lower 48 states, showing dense concentrations across the Mountain West โ€” Idaho, Montana, Wyoming, Colorado, and Utah โ€” with scattered smaller patches in Appalachia, the Ozarks, and elsewhere.

Inventoried roadless areas, Lower 48 states ยท USDA Forest Service 2001 boundaries ยท OutsideDB spatial analysis

How We Checked It

We used two datasets. First, the Forest Service's own official map of the 2001 roadless area boundaries. Second, a historical database of wildfire perimeters โ€” the actual mapped outline of where every fire burned, not just a point on a map. Using GIS (geographic mapping software), we overlaid every fire's outline onto the roadless boundaries and calculated exactly how many acres of each fire fell inside roadless land versus outside it.

A few choices we made along the way, and why:

Acres burned inside roadless areas vs. total, and roadless share of total burn ยท 1981โ€“2021 ยท Lower 48 states ยท OutsideDB spatial analysis

What We Found

Fire has increased substantially over time, both inside roadless areas and outside them โ€” that part is clear from the chart above. But that alone doesn't answer the real question we set out to test: was the amount burned inside roadless areas statistically higher than what burned outside them, once you account for the fact that fire has been getting worse pretty much everywhere?

But Did the Rule Actually Cause This?

Fire has been getting worse everywhere for the same 40 years, for reasons that have nothing to do with this rule โ€” drought, a warming climate, decades of built-up forest fuel, longer fire seasons. A rising tide was lifting every boat. The real question is whether roadless land rose faster than that general tide would explain on its own โ€” not whether it rose at all.

To answer that fairly, we ran a statistical test called a difference-in-differences analysis. In plain terms: we compared the change inside roadless areas to the change outside roadless areas, over the exact same years, so that whatever was driving fire activity everywhere gets cancelled out โ€” leaving behind whatever might be specific to being inside a roadless boundary.

The result: p = 0.114 โ€” not statistically significant. In plain English, a p-value tells you how likely it is that a pattern this size could just be random noise rather than a real effect. Scientists typically want that number under 0.05 before calling something "real." Our number, 0.114, misses that bar by a wide margin โ€” the data gives us no good reason to think the Roadless Rule is driving the increase in fire.

In other words: once you account for the fact that fire got dramatically worse everywhere over this same 40-year stretch, the increase inside roadless areas is not statistically distinguishable from that broader nationwide trend. There is no solid evidence in this data that the Roadless Rule is contributing to today's wildfire problem.

Bottom Line

Wildfire has genuinely gotten much worse across the country over the past four decades, including inside roadless areas โ€” that part isn't in dispute. But the data does not support the idea that the Roadless Rule caused that increase. Once the nationwide wildfire trend is accounted for, there's no statistically significant link between roadless status and the rise in fire. If wildfire risk is the justification for repealing the rule, the numbers don't back that argument up.

Data & Methods โ€” Roadless area boundaries from the USDA Forest Service's official 2001 Roadless Area Conservation Rule geodatabase, loaded into PostGIS. Fire perimeters from our historical wildfire perimeter database (fire year, agency, and mapped geometry per incident). Analysis restricted to the contiguous Lower 48 states via a bounding-box filter on each fire's location. Acreage computed via geodesic area (accounting for earth curvature) rather than flat planar area. Roadless boundaries were dissolved and spatially subdivided before intersection to keep the analysis performant. Statistical test: difference-in-differences log-linear regression (Inside ร— Post interaction term) with a linear year-trend control.