ADVERTISEMENT

Philipsen claims Stage 17; Pogačar stays firmly in Tour de France lead

Published Jul 23, 2026 09:40 am

At A Glance

  • VOIRON, France (AP) — Jasper Philipsen capped a fine team performance Wednesday, July 22, to win stage 17 of the Tour de France, where defending champion Tadej Pogačar protected his overall lead.
Belgium's Jasper Philipsen crosses the finish line to win the seventeenth stage of the Tour de France cycling race, with start in Chambery and finish in Voiron France, Wednesday, July 22, 2026. (AP Photo/Thibault Camus)
Belgium's Jasper Philipsen crosses the finish line to win the seventeenth stage of the Tour de France cycling race, with start in Chambery and finish in Voiron France, Wednesday, July 22, 2026. (AP Photo/Thibault Camus)
VOIRON, France (AP) — Jasper Philipsen capped a fine team performance Wednesday, July 22, to win stage 17 of the Tour de France, where defending champion Tadej Pogačar protected his overall lead.
Mathieu van der Poel led his Alpecin-Premier Tech teammate Philipsen to his first stage victory of this Tour by controlling the pace and containing counterattacks through the last kilometers.
Philipsen finished just ahead of Mauro Schmid and Olav Kooij.
The Belgian rider described a “a rollercoaster of emotions” after what had been a disappointing Tour for him personally.
“I prepared very, very well. I was in the shape of my life, I think, and the first stages, the first 12 days were just horrible. I couldn’t find myself, couldn’t find the feeling I was hoping for,” said Philipsen, who thanked his team colleagues.
“I was like an angry bird at the table. I was just disappointed in myself, angry that I couldn’t take (a) stage win, that I didn’t find my feeling. And the team, they had to deal with it, not only the riders, the staff. This one is for them to keep on believing,” Philipsen said.
Pogačar plays it safe
Pogačar, who is chasing a third straight Tour title and fifth overall, maintained his lead of just over 4½ minutes over Remco Evenepoel, the winner of the previous two stages.
But it was a bad day for Pogačar’s UAE Emirates XRG teammate Adam Yates, who struggled and only made it back within the time limit. The British rider slumped over his handlebars, clearly exhausted.
The race ends Sunday in Paris.
Sprinters’ last chance
The relatively flat 174.7-kilometer (108.5-mile) route from Chambery to Voiron was the last favorable stage for sprinters before the Tour takes to the Alps, and it led to a day of attempted breakaways with many riders vying to put themselves in contention.
Van der Poel was among the leaders after Côte de Saint-Jean d’Arvey, the last significant climb, and they were joined by others before Yates’ problems began in the peloton.
Mads Pedersen was next to attack the leaders with 65 kilometers remaining, and the green jersey-holder invigorated the group when he joined them.
More sprinters broke away, swelling the group to 30 riders, before Pedersen, Ben Healy, Michal Kwiatkowski, Felix Engelhardt, Ed Planckaert and Jasper Stuyven struck out 57 kilometers from the finish.
Stuyven attacked on his own 26 kilometers from the line, leaving his five former co-leaders to chase or wait for the main bunch. They were caught. The only question was whether the 34-year-old Stuyven had the stamina to claim his first Tour stage win.
The Belgian rider was caught with less than 4 kilometers remaining, and Van der Poel did the rest for Philipsen.
Race for green jersey heats up
Philipsen's stage win moved him just behind Pedersen in the contest for the green jersey awarded to the rider with the most points.
With four stages remaining, Pedersen of Lidl-Trek had 452 points, followed by Philipsen on 445. Biniam Girmay of Eritrea was next with 361 points.
Doping test concerns
Cycling’s governing body, the UCI, responded to criticism of unannounced anti-doping controls after Pogačar and his main rival Jonas Vingegaard were woken in the early hours of Sunday for tests by the Swiss-based International Testing Agency.
Vingegaard subsequently crashed during Sunday’s stage and had to abandon the race.
The UCI said it acknowledged the night-time testing “can disrupt riders’ rest and recovery” and said it remained an exceptional measure.
“While fully aware of how onerous such a measure is for riders, the UCI nevertheless underscores that these controls serve an overriding interest: the fight against doping,” the body said in a statement.

Related Tags

Jasper Philipsen Tour de France Tadej Pogačar
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; } }

{{ static_articles_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.