In an authoritative intelligence dispatch verified through The Guardian Sport, significant international developments have emerged regarding Are Manchester United as poor as the early Premier League table suggests?. Observers across key diplomatic, corporate, and policy corridors are actively parsing the immediate impact, as corroborated by verified wire filings. Michael Carrick’s side are 13th in the table after four games but, City mitigation aside, several areas need attention Manchester United are 13th in the Premier League, having taken four points from their first four games: a 2-0 defeat at Hull, 5-2 win against Ipswich, 2-2 draw at Everton and the 1-0 defeat by Manchester City on Sunday. Mitigation regarding the City reverse can be found in the derby coming three days after the Champions League win against Sabah on Thursday, with Enzo Maresca’s side having 48 hours more rest after winning at Porto. So are United, who host Brighton in the Carabao Cup on Wednesday before visiting Fulham in the league on Sunday, as poor as the table suggests? Continue reading... Michael Carrick’s side are 13th in the table after four games but, City mitigation aside, several areas need attention Close dialogue1/4Next imagePrevious imageToggle captionPrint subscriptionsSearch jobs Sign indocument.addEventListener('DOMContentLoaded', function () { /** The checkbox input element used to toggle the navigation menu. */ const navInputCheckbox = document.getElementById('header-nav-input-checkbox'); /** The veggie burger button element used to open/close the menu. */ const veggieBurger = document.getElementById('header-veggie-burger'); /** List of menu items that should be selectable when the menu is open. */ const expandedMenuClickableTags = document.querySelectorAll( '.selectableMenuItem', ); /** The root element of the expanded menu. */ const expandedMenu = document.getElementById('header-expanded-menu-root'); /** The label for the first column in the menu, assumed to be "News".*/ const firstColLabel = document.getElementById('News-button'); /** The link element in the second list item under news links. */ const firstColLink = document.querySelector( '#newsLinks > li:nth-of-type(2) > a', ); /** * Focuses on the first navigation element depending on whether the first column label is visible. * * If the first column label is not visible, the function focuses on the first link element. * Otherwise, it focuses on the first column label. */ const focusOnFirstNavElement = () => { if (window.getComputedStyle(firstColLabel).display === 'none') { firstColLink.focus(); } else { firstColLabel.focus(); } }; /** * Updates ARIA attributes and tabindex values based on whether the menu is open or closed. */ const updateAttributesForMenu = (isOpen) => { firstColLabel.setAttribute('aria-expanded', isOpen ? 'true' : 'false'); veggieBurger.setAttribute( 'data-link-name', isOpen ? 'header : veggie-burger : hide' : 'header : veggie-burger : show', ); expandedMenuClickableTags.forEach((tag) => { tag.setAttribute('tabindex', isOpen ? '0' : '-1'); }); }; /** Toggles the navigation menu by simulating a click on the checkbox. */ const toggleMainMenu = () => { if (navInputCheckbox) { navInputCheckbox.click(); } }; /** * Handles keydown events to toggle the menu when the Enter or Space key is pressed. */ const keydownToggleMainMenu = (e) => { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); toggleMainMenu(); } }; /** * Handles click events to manage the state of the navigation menu. * * - Toggles the menu open/close state when the menu button (veggieBurger) is clicked. */ const handleMenuClick = (e) => { const menuButtonClicked = navInputCheckbox === e.target; const clickInsideMenu = expandedMenu.contains(e.target); const menuIsOpen = navInputCheckbox.checked if (menuButtonClicked && !menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'false') veggieBurger.setAttribute('data-link-name','header : veggie-burger : show') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','-1') }) } else if (menuButtonClicked && menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'true') veggieBurger.setAttribute('data-link-name','header : veggie-burger : hide') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','0') }) focusOnFirstNavElement() } }; /** Adds event listeners to manage the navigation menu. */ if (navInputCheckbox) { navInputCheckbox.addEventListener('click', handleMenuClick); veggieBurger.addEventListener('keydown', keydownToggleMainMenu); document.addEventListener('keydown', (e) => { if (e.key === 'Escape' && navInputCheckbox.checked) { toggleMainMenu(); veggieBurger.focus(); } }); /** * Handles mouse down events to manage the state of the navigation menu. * * - Closes the menu if the click occurs outside both the menu button and the expanded menu. */ document.addEventListener('mousedown', function(e){ if(navInputCheckbox.checked && !expandedMenu.contains(e.target) && !veggieBurger.contains(e.target)){ toggleMainMenu() } }); } });UKUK editionUS editionAustralia editionEurope editionInternational editionThe Guardian - Back to homeThe GuardianNewsOpinionSportCultureLifestyleShow moreHide expanded menudocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('News-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('News-checkbox-input').click(); } }) })NewsView all NewsUK newsUS politicsWorld newsClimate crisisMiddle EastUkraineFootballNewslettersBusinessEnvironmentUK politicsScienceTechGlobal developmentObituariesdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Opinion-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Opinion-checkbox-input').click(); } }) })OpinionView all OpinionThe Guardian viewColumnistsCartoonsOpinion videosLettersdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Sport-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Sport-checkbox-input').click(); } }) })SportView all SportFootballCricketRugby unionTennisCyclingF1GolfBoxingRugby leagueRacingUS sportsdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Culture-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Culture-checkbox-input').click(); } }) })CultureView all CultureFilmMusicTV & radioBooksArt & designStageGamesClassicaldocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Lifestyle-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Lifestyle-checkbox-input').click(); } }) })LifestyleView all LifestyleThe FilterFashionFoodRecipesTravelHealth & fitnessWomenMenLove & sexBeautyHome & gardenMoneyCarsSearch input google-search SearchSupport usPrint subscriptionsSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingThe Guardian appVideoPodcastsPicturesNewslettersToday's paperInside the GuardianGuardian WeeklyCrosswordsWordiplyCorrectionsTipsSearch input google-search SearchSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingFootballLive scoresTablesFixturesResultsCompetitionsClubs Michael Carrick has a new midfielder in Youri Tielemans (left) instead of a much-needed left-back, but may benefit from starting with Benjamin Sesko in attack. Composite: Shutterstock, GettyView image in fullscreenMichael Carrick has a new midfielder in Youri Tielemans (left) instead of a much-needed left-back, but may benefit from starting with Benjamin Sesko in attack. Composite: Shutterstock, GettyManchester UnitedAre Manchester United as poor as the early Premier League table suggests?Michael Carrick’s side are 13th in the table after four games but, City mitigation aside, several areas need attention Jamie JacksonTue 15 Sep 2026 08.00 BSTLast modified on Tue 15 Sep 2026 08.05 BSTSharePrefer the Guardian on GoogleManchester United are 13th in the Premier League, having taken four points from their first four games: a 2-0 defeat at Hull, 5-2 win against Ipswich, 2-2 draw at Everton and the 1-0 defeat by Manchester City on Sunday. Mitigation regarding the City reverse can be found in the derby coming three days after the Champions League win against Sabah on Thursday, with Enzo Maresca’s side having 48 hours more rest after winning at Porto. So are United, who host Brighton in the Carabao Cup on Wednesday before visiting Fulham in the league on Sunday, as poor as the table suggests? After Ole Gunnar Solskjær was appointed as temporary manager in December 2018 as a result of José Mourinho’s tempestuous tenure, he won 14 of 19 games and took over permanently in March 2019. What followed was a nosedive of two victories from 10 matches and United ended in sixth – the position when Solskjær arrived. Carrick revived the club’s fortunes as the interim coach last season after Ruben Amorim’s meltdown and sacking, and guided United to third. Yet after assuming the permanent role results have worsened. Just because Solskjær had an unstable team and was never secure in the job (being sacked in November 2021) does not mean his former teammate and assistant will have a similar experience. But how many more poor results is Carrick away from Jason Wilcox being accused of hastily appointing another popular former United player? A clue that the director of football may have had reservations regarding Carrick may lie in the brevity of the contract given to him: it runs to 2028. View image in fullscreenMichael Carrick guided Manchester United to third last season but results have worsened since his position became permanent. Photograph: Tom Jenkins/The GuardianA troubling passivenessWhen Phil Foden was sent off after 23 minutes at Old Trafford on Sunday, United had a man advantage over City. But Carrick’s men remained becalmed, the Kobbie Mainoo-Youri Tielemans central axis unable to exert control and create chances for the front four of Bruno Fernandes, Bryan Mbeumo, Matheus Cunha and Marcus Rashford. For the first time in 12 home Premier League games under Carrick, United generated less than 1.0 xG (0.95), which should be more of a concern for Carrick than the quasi-farcical video assistant referee decision that allowed Erling Haaland’s winner (Enzo Fernández was, as Pro Ref later admitted, interfering with play). The same issue was evident in the opening defeat at Hull, where Andrey Santos partnered Tielemans, there was close to zero goal threat and Carrick’s side were a portrait of passiveness. You have to wonder why a summer window-long interest in a left-back that included Newcastle’s Lewis Hall (the No 1 target), Arsenal’s Myles Lewis-Skelly and RB Leipzig’s David Raum drew a blank. Identifying that a position needs strengthening, then failing to do so, seems amateurish and cannot have delighted Carrick. Instead, three midfielders were bought: Tielemans, Santos and Carlos Baleba. With Mainoo and Manuel Ugarte (who has a long-term injury) in the squad, a case can be made that this was one too many recruits for the engine room. Instead, the finance for, say, Santos (£48m + £2m) could have been invested at left-back. Four games into the season the potential folly of this was underlined. Luke Shaw, the first-choice left-back, whose career is injury-plagued, was unavailable for City’s visit owing to a knock and Carrick was forced to field a stopgap in Patrick Dorgu. In last season’s corresponding fixture the Dane played as the wide-left forward – and scored. On Sunday, when Josko Gvardiol crossed from United’s right for Haaland to net at the far post, Dorgu was the player challenging the Croat, instead of being in his left-sided defensive zone to mark City’s centre-forward. It was also Dorgu’s errant header that handed City the ball to allow the attack to be launched. View image in fullscreenPatrick Dorgu has been a stopgap for the injured Luke Shaw at left-back but has not been effective in the role. Photograph: Jason Cairnduff/Action Images/ReutersUnited’s summer signings need to start workingFor a £148m investment United acquired Santos, Tielemans (£35m) and Carlos Baleba (£65m). The net result so far? A single start for Santos (the Hull loss) and anonymity from Tielemans, who has been in the XI for all four league matches. Then you come to Baleba, the headline acquisition, who is yet to kick a ball owing to injury, the Cameroonian not expected back until after the international break. In this early season phase none of this would matter if results were rosier. During an interview at United’s County Kildare pre-season training camp in August Tielemans admitted no other clubs were interested in triggering his £35m release clause at Aston Villa. As United attempt to jump-start their campaign, Belgium’s captain needs to offer more – as a player and leader. View image in fullscreenBenjamin Sesko scores in the Champions League match against Sabah. Photograph: Dave Thompson/APBenjamin Sesko returned from injury as the season started and has made substitute appearances in all United’s league matches, plus a start at home to Sabah, against whom he scored. The Slovenian also got a goal in the 2-2 draw at Everton, making him United’s joint-third-highest scorer in the league, behind Bruno Fernandes (three) and Bryan Mbeumo (two). Matheus Cunha and Marcus Rashford have zero strikes in the league from four and three starts respectively, and Sesko’s directness as a natural No 9 may be an option worth exploring from kick-off at Fulham.
The underlying catalysts behind these events trace back to evolving structural dynamics across the Sports landscape. Over recent quarters, multilateral authorities and market participants have navigated mounting volatility, heightening the urgency of coordinated responses and policy alignment.
Senior analysts and industry stakeholders underscore that strategic transparency remains paramount. As institutional delegations evaluate risk models and operational contingencies, secondary dispatches indicate that further compliance directives and consultative reviews will be initiated in the coming cycle.
Broader economic and regulatory ramifications are projected to ripple across interconnected regional ecosystems. Market analysts note that supply chains, capital allocations, and policy frameworks must swiftly assimilate these verified updates to insulate against systemic bottlenecks.
The Global Post's editorial desk will continue rigorous monitoring of this developing story, with periodic updates provided as official statements and primary documentation are released by relevant governing bodies.