Microsoft "aware" Xbox Live and Xbox.com currently unavailable


Recommended Posts

Microsoft is "aware" that Xbox Live and Xbox.com are currently unavailable for a large number of users, the company has stated.

Eurogamer readers got in touch to say they were having issues this morning. As of this moment, Xbox Live and portions of Xbox.com are down.

"We're aware that some users may be experiencing difficulty logging in to Xbox LIVE at present," a Microsoft spokesperson told Eurogamer.

"This does happen from time to time while updates and fixes are made to the system and should not be symptomatic of any larger problems."

A message on Microsoft's Xbox Live Status support site said the company was "working on the issue".

"We apologise for any inconvenience this may cause and thank you for your patience," the message added.

Still down for me at the moment

http://bit.ly/NJNF05

UPDATE: Microsoft insists that Xbox Live won't be down for long

Xbox Live has been down most of this morning. And gamers are not at all happy.

It doesn?t help, of course, that today?s the day that the second piece of DLC for Elder Scrolls V: Skyrim, called Hearthfire, is out now. But despite no sign of a reprieve Microsoft tells MCV that everything?s going to be OK.

?Nothing?s been flagged to us on the Xbox Live service, but we are reporting some minor issues to the service via Xbox.com,? a spokesperson stated. ?This does happen from time to time what with regular updates and fixes to the system and should not be anything to worry about.?

However, MCV readers are less than convinced by the explanation.

After Tweeting earlier that all will soon be OK, one reader contacted MCV with the following:

?Cannot get online via console, app or Xbox.com Last night me and my friends received friends requests from loads of accounts with 0GS [zero GamerScore, suggesting a new/fake account]. Not just friends people we were playing against also relieved these requests.?

Of course, MCV cannot verify the truth of these claims and Microsoft is certainly not budging, but one thing we can say for certain is that the longer the blackout remains, the louder the calls of foul play will become.

UPDATE: The same reader has contacted MCV again to say that he has now managed to log in to Xbox Live, but is facing further problems.

"I have got into my account BUT it said I was last logged into another console. Cannot gain access to my account management. So cannot see if MS points have been spent or not...bank account is fine though. Error message on console when trying to access 807B01F4"

UPDATE 2: There are now widepsread reports of users being able to log back into Xbox Live without any problem. Hopefully that is the end of the issue.

UPDATE 3: Other users are also reporting the 807B01F4 when trying to access account settings:

http://bit.ly/NJNJNB

  • Like 1

Anyone else getting this error on Xbox.com

"Sorry, we?ve got a problem. For a little while, please stop trying to sign in to Xbox so we can fix it."

To be fair I'm getting pretty sick of the poor service from microsoft and the lack of decent content for loyal gold members, the fact that they push shovel-ware adverts all over the dashboard is really winding me up lately as well.

  • 2 weeks later...

Restart my internet? Cant do that, but the 360 has been restarted numerous times over the last few hours which is what is when it started (5pm UK time so over 4 hours now) Friends all have the same issue.

Restart my internet? Cant do that, but the 360 has been restarted numerous times over the last few hours which is what is when it started (5pm UK time so over 4 hours now) Friends all have the same issue.

Restarting the internet I meant by restarting all the internet devices, my apologies. On your router do you have ports that need to be enabled to connect to Xbox Live? If so, make sure they are still opened. Strange your not able to access either as the service is running perfectly fine.

If you have a twitter, I would contact @XboxSupport and ask them for a little bit more assistance. They are very good and respond quickly.

Router was reset an hour or so ago after a power outage here (nothing to do with live though :)) As mentioned a few friends are having the same issues. It would appear to be an issue at their end (Microsoft) as the message states

Unavailable

Sorry, we?ve got a problem. For a little while, please stop trying to sign in to Xbox so we can fix it.

Most of Xbox.com still works, and we?ll fix this as soon as possible.

Message is copied direct from xbox.com after signing in with live account. Its been nearly 5 hours at least for me, friends say it started about 3pm so its actually nearly 7 hours.

So strange...if the problem isn't fixed within the next few hours I would either give them a nice phone call or contact their support team through Twitter. I hope it fixes itself very soon.

Do you have the new Dashboard update? I've been reading people cannot connect to Live after updating.

Edited by DR3AMxCATCHER

I have an old Xbox 360 (Falcon) that is having trouble with downloading profiles then frequently disconnects from Live.

Other two I own, Xbox 360 Premium (Jasper) and Xbox 360 S (Corona) are in the beta and have no issues with either.

This topic is now closed to further replies.
  • Posts

    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Too soon, I'm still not over this death!
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      590
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      76
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!