The Western U.S. is experiencing its longest continuous streak of dry years since 800 A.D.
A prescribed burn on National Forest land sends smoke along Lloyd’s Lake. The reservoir, which provides residential water to Monticello, Utah, was at 42% capacity at the end of March. (Luna Anna Archey/High Country News)
InvestigateWest (investigatewest.org) is an independent news nonprofit dedicated to investigative journalism in the Pacific Northwest. Visit investigatewest.org/newsletters to sign up for weekly updates.
';
document.querySelector('#copytext').value = textContent;
modal.showModal();
});
// Modal close functionality
const modal = document.querySelector('.republish-modal');
const closeBtn = document.querySelector('.republish-modal-close');
// Close button click
closeBtn.addEventListener('click', function() {
modal.close();
});
// Close on backdrop click
modal.addEventListener('click', function(e) {
if (e.target === modal) {
modal.close();
}
});
// Close on ESC key (this is usually built-in, but adding for safety)
modal.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
modal.close();
}
});
// Copy text button functionality
document.querySelector('.copy-text-button').addEventListener('click', async function() {
const textarea = document.querySelector('#copytext');
const text = textarea.value;
try {
// Try modern Clipboard API first
if (navigator.clipboard && window.isSecureContext) {
await navigator.clipboard.writeText(text);
this.textContent = 'Copied!';
} else {
// Fallback for older browsers
textarea.select();
document.execCommand('copy');
this.textContent = 'Copied!';
}
// Reset button text after 2 seconds
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
} catch (err) {
console.error('Failed to copy text: ', err);
// Fallback to selection if copying fails
textarea.select();
this.textContent = 'Text selected';
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
}
});
});
Across the West, state leaders are bracing against the long-term impacts of aridification. In late April, Oregon Gov. Kate Brown added four additional counties to the ‘drought emergency’ tally — now, half the state is in a state of emergency. Further south, Metropolitan Water District of Southern California, which gets water to millions of city dwellers, restricted outdoor water use for the first time ever. In Colorado, the U.S. Department of Agriculture designated the entire state a “primary natural disaster area” due to the threat of drought — also considered an ‘unprecedented’ move. The Southwest, as a whole, has been hit hard with dry conditions: Utah and New Mexico both issued separate emergency declarations, one for water scarcity and the other for wildfire.
The political designations unlock resources and expand powers for states and counties to navigate the extreme water scarcity, making available, among other things, relief aid for the agriculture industry. Westerners will undoubtedly need it this summer, and — as the drought likely continues — future summers.
Shrinking snowpacks, parched topsoil and depleted reservoirs are symptoms of the West’s longest continuous streak of dry years since 800 A.D. There is also a significant likelihood the streak continues. A study published in Nature Climate Change in February predicted a 94% chance the drought stretches through 2023; the chances of it persisting through 2030 are 75%, when factoring in continued impacts of a warming climate.
According to the U.S. Drought Monitor, most of the West is in “moderate” to “severe drought.” Certain regions, like eastern and southwestern Oregon, California’s Central Valley, southern Nevada and eastern New Mexico are in “extreme” to “exceptional” drought.
Here are a few numbers and notable coverage to understand how the drought is impacting the West:
THE SOUTHWEST
Lake Powell and Lake Mead, the nation's largest reservoirs, are at record lows —24% full and 31% full, respectively. Powell’s stored supplies have dropped to just about 5 million acre-feet, triggering emergency releases to stymie dropping levels. The lake has a capacity of 26 million acre-feet.
Cities, from San Diego to Las Vegas, are adapting with programs like “cash-for-grass” and water recycling, according to reporting from Yale Environment 360.
According to NASA Earth Observatory, researchers are seeing widespread and severe low-snow and low-runoff conditions across the region. Their modeling indicates snowpack has peaked roughly a month earlier than normal in the Upper Colorado Basin.
THE PACIFIC NORTHWEST
According to Oregon’s Fifth Climate Assessment, the state’s annual average temperature has warmed by about 2.2?F per century since 1895. More than a third of the state, on average, has been in drought since the year 2000.
58% of Idaho is experiencing moderate to exceptional drought conditions. The state’s water resource department issued an emergency drought declaration in 34 out of its 44 counties in April.
Urban water use in the state rose by nearly 19% in March. 6 million people in Southern California will face outdoor water restrictions for the first time ever this summer, as Metropolitan Water District of Southern California orders outdoor watering once a week in a few densely populated cities.
The story you just read is only possible because readers like you support our mission to uncover truths that matter. If you value this reporting, help us continue producing high-impact investigations that drive real-world change. Your donation today ensures we can keep asking tough questions and bringing critical issues to light. Join us — because fearless, independent journalism depends on you!