Andy Burnham, the Mayor of
Manchester, arrives a fringe meeting during the annual
Labour Party conference in
Liverpool,
England, Sept. 29, 2025. (AP Photo/Jon Super, File) 2026-05-16T04:15:57Z LONDON (AP) — Britain’s government is in turmoil and the man many think could save it isn’t even eligible for the job. Not yet, at least, though a path is now open for
Andy Burnham, the popular mayor of
Manchester" class="entity-link entity-location" data-entity-id="1694" data-entity-type="location">Greater
Manchester, to try to unseat beleaguered Prime Minister
Keir Starmer . It’s far from a sure thing, as there would be big hurdles to clear. Burnham would first need to return to Parliament, where he could then try to mount a challenge to Starmer’s leadership. Starmer, who has vowed to lead on, has been on the ropes, facing plummeting approval ratings and questions about his judgment, and seeing the
Labour Party take a beating in U.K.-wide local elections this month. One key Cabinet member has already resigned , and more than a fifth of the party’s lawmakers in the
House of Commons are urging him to stand down. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); A return home yields a new look and nickname Burnham, 56, is seen as Starmer’s biggest would-be rival, partly because he’s perceived to be to the political left of the prime minister. The mayor is known as the “King of the North,” and his Labour backers will be hoping that moniker reaps rewards. The allusion to the popular
Jon Snow character in “
Game of Thrones” is a sign of respect earned for Burnham’s fierce backing of northern
England, its working class culture and heritage. It projects an image that he’s not part of the London political establishment. For many northerners, that counts for a lot. His three sizable mayoral victories since 2017 show he can win elections. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i But he hasn’t always. Burnham, who was in the Cabinet of Gordon Brown’s government from 2007 to 2010, ran twice for the leadership of the
Labour Party and lost badly — first in 2010 and then in 2015. Looking back on those campaigns, he was pretty stiff. Ending his 16-year tenure in Parliament yielded smoother speaking skills and a sleeker look. Suits and ties were largely replaced by a smart-casual look, often paired with sneakers. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); That may seem superficial, but it broke down barriers with voters. More importantly, his stint as mayor made him a more effective operator and, arguably, the best communicator in Labour’s ranks. His standing grew during the COVID-19 pandemic when he became the de facto spokesman for northern
England by constantly haranguing Conservative Prime Minister Boris Johnson for a “London-centric” approach to the crisis. Burnham is ready to quit his job as mayor if he wins a special parliamentary election in the constituency of Makerfield, about 20 miles (32 kilometers) west of
Manchester. The road of return to Parliament must run through Reform UK His route back to the
House of Commons opened up Thursday when Josh Simons, of the
Labour Party, said he would step down to make way for Burnham. Though Burnham was blocked from running for a seat that came up earlier this year, Labour’s executive body said Friday that he could run in the special election, which is expected to take place in the next two months. It will likely be a bruising battle in one of, if not, the most consequential special elections in U.K. history. Burnham acknowledged as much. “I truly do not take a single vote for granted and will work hard to regain the trust of people in the Makerfield constituency, many of whom have long supported our party but lost faith in recent times,” he said when announcing his intention to run. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Simons secured the seat by about 5,400 votes two years ago, but that was in Labour’s landslide victory of 2024 that swept Conservatives out after 14 years. Times have changed dramatically, and Labour’s recent battering came at the hands of the ascendant anti-immigrant Reform UK party on the right and, to a lesser-extent, the eco-populist Greens on the left. All the wards in the Makerfield constituency were won by Reform in the local races. Reform’s leader, Nigel Farage , said the party would “throw absolutely everything at it.” Despite those results, Burnham can capitalize on his reputation as someone who gets things done, said Tim Bale, a professor of politics at Queen Mary University of London. “
Andy Burnham is a big name in the northwest. There will be a lot of people who would like to see him get back into Parliament, not least to take down
Keir Starmer,” Bale said. “In some ways, it’s a useful test for Burnham because if he can’t beat Reform in that constituency, then quite frankly, he’s not much use to the
Labour Party as leader.” freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); One battle after another Labour has never ousted one of its leaders mid-term in government, but there is a process . If Burnham can get a
House of Commons seat, he would either have to trigger a leadership contest or join one. To do so, a member of Parliament needs the support of a fifth — or 81 — of Labour’s 403 members. Starmer, who has vowed to fight on, would automatically be entered to defend his position. Wes Streeting had been expected to announce a bid for the top job Thursday after he resigned as Starmer’s health secretary and castigated his former boss for failing to offer effective solutions to the U.K.'s many problems. But he stopped short of that and, in what seemed to be a nod to Burnham, instead called for a “broad” field of candidates to debate the party’s future. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Streeting followed up Friday by endorsing Burnham, saying on X that Labour needs its “best players on the pitch.” He did not, however, say he wanted to see Burnham as prime minister. If there is a leadership battle, both Burnham and Streeting could run. Others said to be considering doing so are former Deputy Prime Minister Angela Rayner, defense minister Al Carns and former party leader Ed Miliband. For now, all permutations go through Makerfield and that result could have a seismic impact. “Were Burnham to win the by-election, it’s unlikely that
Keir Starmer will actually stand in that leadership contest,” Bale said. “If Burnham fails, then Starmer might feel he has a chance against Streeting and Rayner.” ___ Associated Press writer Danica Kirka contributed to this story.