ADVERTISEMENT

King Charles III will lay out UK government agenda as Starmer's job hangs in the balance

Published May 13, 2026 02:39 pm
LONDON (AP) — King Charles III on Wednesday will deliver the government's legislative program for the coming year to lawmakers with all the pomp and historic trappings that accompany the ceremonial opening of Britain's Parliament.
FILE - King Charles III looks up as he reads the King's Speech, during the State Opening of Parliament in the House of Lords in London on July 17, 2024. (AP Photo/Kirsty Wigglesworth, Pool, File)
FILE - King Charles III looks up as he reads the King's Speech, during the State Opening of Parliament in the House of Lords in London on July 17, 2024. (AP Photo/Kirsty Wigglesworth, Pool, File)
The question is whether Prime Minister Keir Starmer will be around to implement it and, even if he survives the latest government crisis, whether he will have the authority to push his proposals through Parliament.
The King's speech will be Starmer's second attempt to save his premiership after his Labour Party suffered huge losses in local and regional elections last week. That weakened his already tenuous grip on power and fueled calls for him to step down from members of his own party who believe Starmer has been too timid in attacking the rising cost of living, wealth inequality and the country's creaking public services.
The pressure on Starmer has only increased since a Monday speech to party supporters, promoted as the first leg of his fight back. But it was criticized as "tone deaf" and lacking the bold policies needed to tackle Britain's problems. Former Safeguarding Minister Jess Phillips resigned from the Cabinet on Tuesday, saying the government needed to "have a row, push back, make arguments, bring people along."
Historic power collides with modern reality
The King's Speech will be a moment when the historic power and grandeur of Britain will collide with the reality of the modern United Kingdom, a mid-sized country with an underfunded military, rising debt and waning international influence. It's a country struggling to control immigration and pay for public services such as health care and education.
The speech is just one element of the state opening of Parliament, a traditional set piece of the political calendar that uses carefully choreographed pageantry to showcase Britain's evolution from an absolute monarchy to a parliamentary democracy where real power is vested in the elected House of Commons.
This year's edition will be closely watched because of Starmer's precarious position.
The speech is likely to take on cost of living crisis
The speech is expected to include proposals to address the cost of living crisis, create a national wealth fund to stimulate private investment in public infrastructure and tighten rules for asylum seekers. It may also include the government's controversial proposal to abolish jury trials for some cases in England and Wales, lower the voting age to 16 and introduce a "duty of candor" for public officials, requiring them to tell the truth and cooperate with investigations.
The problem for Starmer is that many of the proposals expected to appear in the speech have been announced previously. That raises the question of whether he will be able to win over his doubters.
Even so, the speech is the focal point of a day of ceremony and tradition that has been followed since 1852, with elements of the program dating to the 16th century.
King Charles III visits the Commons
The monarch traditionally travels from Buckingham Palace to the Houses of Parliament, a distance of less than a mile, in a horse-drawn carriage. He then dons the Imperial State Crown and robe of state before leading a procession into the chamber of the unelected House of Lords.
A Lords official called Black Rod, named for the ebony rod he or she carries, then goes to the House of Commons to summon the chamber's members to a joint sitting of Parliament. The doors to the Commons chamber are slammed in Black Rod's face to symbolize the chamber's independence from the monarchy, and they aren't opened until Black Rod strikes the doors three times.
Once members of the Commons have crowded into the Lords' chamber, the king delivers a speech written by the government and laying out its legislative program for the coming session of Parliament.
After the speech is read and the king leaves, the two houses of Parliament begin several days of debate on its contents.

Related Tags

world news King Charles III
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.