ADVERTISEMENT

A new era for Dutch politics with Rob Jetten set to be sworn in as prime minister

Published Feb 23, 2026 03:51 pm
Netherlands' youngest-ever prime minister Rob Jetten (AP Photo/Phil Nijhuis)
Netherlands' youngest-ever prime minister Rob Jetten (AP Photo/Phil Nijhuis)
THE HAGUE, Netherlands (AP) — Dutch King Willem-Alexander is swearing in a new minority Dutch coalition government Monday led by the Netherlands' youngest-ever prime minister, who will have to use all his bridge-building skills to pass laws and see out a full four-year term in office.
Rob Jetten, 38, heads a three-party administration made up of his centrist D66, the center-right Christian Democrats and the center-right People's Party for Freedom and Democracy. Together, the parties hold only 66 of the lower house of parliament's 150 seats. That means he will have to negotiate with opposition lawmakers to find support for every piece of legislation his government wants to pass.
That is likely to be tough with the biggest opposition bloc, the newly merged Green Left and Labor Party, already expressing strong objections to Jetten's plans to cut health care and welfare costs.
Opposition leader Jesse Klaver said Friday in a message on X that under the new government's plans, “ordinary people will have to pay hundreds of euros more, while the wealthiest are not asked to contribute anything extra." He added: "We are taking responsibility to adjust these plans. This must change.”
Jetten and his team of ministers will formally accept their new roles when they are sworn in by the king at his palace in a forest on the edge of The Hague. They will then pose for a traditional photo of the new Cabinet on the steps of the palace before getting down to work with their first Cabinet meeting in the afternoon.
How we got here
Jetten narrowly won an Oct. 29 election, taking the same number of seats as anti-Islam lawmaker Geert Wilders' Party for Freedom, but with slightly more votes. The final result was decided by a count of postal ballots.
The snap election was forced when Wilders, who won the previous election, withdrew his ministers from the four-party right-wing coalition his party led in June last year. Outgoing premier Dick Schoof, whose 11-month-old administration was one of the shortest-lived governments in Dutch political history, has been caretaker leader ever since.
The new prime minister's foreign policy wish list
Jetten wants to usher in a new era of consensus in the Dutch parliament, after years of factional bickering across the splintered political spectrum.
He is also looking for a reset of the Netherlands influential role in the European Union, which was widely seen as having eroded under the previous government.
Jetten, who has in the past voiced criticism of U.S. President Donald Trump, told The Associated Press last month that one of the first things he will do after taking office is “talk to my colleagues in Europe to see what role the Dutch can play again in strengthening the European cooperation.”
But he also underscored the importance of ties with the United States, a major trading partner for the Dutch economy.
Jetten has pledged to maintain strong Dutch support for Ukraine as it battles against Russia's four-year-old invasion.
Who's who in Jetten's Cabinet
The ministers' posts in the new Cabinet are shared between Jetten's party and his coalition partners.
The new foreign minister is Christian Democrat Tom Berendsen. He is expected to seek to rejuvenate the Netherlands' position in Europe having previously served as the leader of his party's bloc in the European Parliament.
One name that is not changing is the finance minister — Eelco Heinen retains the job he held in the previous administration, where he was seen as a steady hand on the government's purse strings.
Dilan Yeşilgöz-Zegerius, a former justice minister and leader of the People's Party for Freedom and Democracy, moves to the defense ministry where she will oversee moves to beef up the nation's military.
Bart van den Brink, a Christian Democrat, has been tapped to be minister for asylum and immigration policy and is expected to continue moves by the previous government to rein in migration and speed up procedures for handling asylum applications.

Related Tags

WORLDNEWS
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.