

A sudden summer storm bringing torrential rain, plummeting temperatures, and potential high-altitude snow has forced Glacier National Park to temporarily close the alpine sections of Going-to-the-Sun Road. According to an emergency safety update from the National Park Service, the closure took effect at 2:00 p.m. on Sunday, June 28, 2026, cutting off traffic along the scenic corridor from Avalanche to Jackson Glacier Overlook.
- Related: A State of Emergency Declared in Utah as Dangerous Fast-Moving Wildfires Explode Across the State
The preemptive shutdown follows a Prolonged Rain and Runoff warning from the National Weather Service. Glacier National Park warns that heavy downpours on the region’s steep terrain threaten to trigger unpredictable rockslides and cause small mountain streams to swell rapidly, creating highly hazardous driving conditions.
Travelers are advised to expect major disruptions. Rangers are issuing a stern warning to backcountry hikers, noting that high-elevation trails will be dangerous to navigate and urging everyone in the wilderness to take immediate steps to prevent hypothermia.
Park crews will continuously monitor the storm and intend to reopen the highway as soon as conditions improve. Because alpine weather can change in an instant, visitors are urged to check the official park website for real-time updates or sign up for text alerts by messaging GNPROADS to 333111.
function sbSubscribe() {
var email = document.getElementById(‘sb-email’).value;
if (!email || !email.includes(‘@’)) {
document.getElementById(‘sb-email’).style.borderColor = ‘#D7424E’;
return;
}
var url = ‘https://snowbrains.us5.list-manage.com/subscribe/post?u=1f247afab0a546e393c022f9a&id=bcbf6caf6b&f_id=003bf2e0f0’;
var data = new FormData();
data.append(‘EMAIL’, email);
data.append(‘tags’, ‘2188762’);
data.append(‘b_1f247afab0a546e393c022f9a_bcbf6caf6b’, ”);
fetch(url, { method: ‘POST’, body: data, mode: ‘no-cors’ });
document.getElementById(‘sb-form-wrap’).style.display = ‘none’;
document.getElementById(‘sb-success’).style.display = ‘block’;
}