ADVERTISEMENT

Snow and ice ground flights, choke highways in parts of Europe

Published Jan 7, 2026 11:39 pm
A man rides a bike in an alley in Frankfurt, Germany, Wednesday, Jan. 7, 2026. (AP Photo/Michael Probst)
A man rides a bike in an alley in Frankfurt, Germany, Wednesday, Jan. 7, 2026. (AP Photo/Michael Probst)
SCHIPHOL, Netherlands — More than 1,000 stranded passengers spent the night at Amsterdam's international airport as snow and ice that is pummeling parts of Europe grounded hundreds of flights and choked highways and railroads Wednesday.
In Paris, a skier slid along the snowy bank of the Seine river and roads and parks around the Eiffel Tower and Louvre Museum were blanketed in snow, which also snarled traffic in parts of France.
There was good news for some Berlin residents during the cold snap as power was being restored to thousands of households in the German capital that had been without electricity in freezing temperatures for four days following a suspected far-left attack on high-voltage lines, authorities said.
Schiphol Airport, on the outskirts of Amsterdam, set up hundreds of field beds overnight and served breakfast to weary travelers as staff worked to clear snow from runways and deice airplanes. At least 800 flights were canceled Wednesday at the airport, one of Europe's busiest aviation hubs.
Sonja Wurmlingel, trying to make her way home to Argentina, had to endure repeated disappointments and still was not sure how she would get back. She originally was supposed to fly via the German city of Düsseldorf, but that flight was canceled. Then she was rerouted through Paris, but that was canceled, too. The next option was taking a train to Düsseldorf.
“I’ve come from the train and they told me there’s no train,” she said, adding, after a long pause: “I don’t know.”
National airline KLM said that lines at the airport were decreasing, in part because passengers were warned on time that their flights were canceled, so they didn't head to the airport.
The Dutch rail and road networks were also hard hit by fresh snowfall during the morning rush hour and more squalls later in the day.
Rail operator NS urged travelers to “delay your journey if possible.” It warned of fewer trains operating as problems caused by the snow and icy temperatures in the Netherlands hit train travel harder than expected. Both domestic and international trains were affected, NS said.
Drivers braving the snowy conditions didn't fare much better, with more than 700 kilometers (435 miles) of traffic jams clogging the country's roads as trucks slid across highways and slow-moving snow plows cleared the roads.
Snow in Paris
France's national weather service, Meteo France, said large parts of northern and western France, including the Paris region, were on alert for snow and black ice. French authorities advised people to work from home and avoid using their cars in the snow-hit regions. Trucks and school buses were banned from using the roads. Bus traffic was suspended in Paris on Wednesday morning.
Transport Minister Philippe Tabarot said that more than 100 flights were canceled Wednesday at Paris Charles de Gaulle airport and about 40 others at Paris Orly airport.
French railway company SNCF warned passengers about disruptions and delays because of weather conditions, saying that “snow on the tracks is forcing us to limit train speed and cancel trains or adjust traffic.” Eurostar trains between Paris, London and Brussels were also being delayed.
Wintry Sweden
Even countries more accustomed to harsh winter weather reported problems as the snowy snap endured over large parts of Europe.
There was heavy snow in western Sweden, and authorities in Göteborg took all the city’s trams out of service Wednesday morning because of the weather, broadcaster SVT reported. Snow banks churned up by passing trams posed a risk to other traffic.
In Finland, difficulties starting diesel buses that had been standing in the cold over the holidays and poor driving conditions led to bus cancellations and delays in the Helsinki area, Finnish broadcaster Yle reported.

Related Tags

World news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.