TL;DR
- Random disconnects in Xbox Game Bar are usually caused by background Xbox services failing silently or a broken Teredo tunnel.
- Restarting key Xbox Live services (Xbox Live Auth Manager, Xbox Live Networking Service, IP Helper) is the fastest first fix.
- Windows power management settings can kill your network adapter mid-session — that needs to be turned off.
- A Strict NAT type causes repeated disconnects on PC that look like app crashes but are actually network drops.
- Resetting or reinstalling Xbox Game Bar and Gaming Services fixes deeper corruption issues.
| Symptom | Most Likely Fix |
|---|---|
| Drops out after a few minutes, every time | Fix 1 — Restart Xbox Live services |
| Disconnects only when game is in full focus | Fix 2 — Disable network adapter power management |
| NAT shows Strict or Server Connectivity Blocked | Fix 3 — Fix NAT type and Teredo tunnel |
| Party works briefly then collapses repeatedly | Fix 4 — Re-enable IPv6 on network adapter |
| Discord works fine but Game Bar keeps dropping | Fix 5 — Disable third-party network software |
| Random drops with no clear pattern | Fix 6 — Flush DNS and reset Winsock |
| Disconnects started after a recent Xbox app update | Fix 8 — Reinstall Game Bar and Gaming Services |
Random disconnects in Xbox Game Bar are brutal. Everything is fine, you are mid-game with your squad, then suddenly your friends all show as disconnected — or you are dropped from the party entirely with zero warning. You check the Xbox app and it still shows you in the party. Your internet is working. But Game Bar says otherwise.
This is one of the most frustrating Xbox Game Bar issues on Windows 11, and it happens for several different reasons. This guide covers every working fix, in the order you should try them.

Why Does Xbox Game Bar Keep Randomly Disconnecting?
Random disconnects are different from lag or audio issues. With disconnects, the party session itself is dropping. That points to a specific set of causes:
- Xbox Live background services stopping or failing — Game Bar relies on several Windows services running constantly. If they crash or time out, the party connection drops.
- Teredo tunnel collapsing mid-session — Xbox uses Teredo for peer-to-peer connections. A Teredo session can establish fine and then drop when the tunnel times out or gets blocked.
- Strict or Moderate NAT type — A restrictive NAT causes inconsistent party connections that work briefly then fall apart.
- Windows power management cutting the network adapter — Windows will put your network adapter to sleep to save power, which kills the Xbox Live session silently.
- Xbox app or Game Bar corruption after an update — Broken app installations cause sessions to drop after a short time, even when everything else looks healthy.
- IPv6 disabled or misconfigured — Xbox party chat relies on IPv6 infrastructure. If it is blocked or turned off on your adapter, connections will establish briefly and then fall apart.
- DNS or Winsock configuration issues — Corrupted network stack settings cause intermittent Xbox Live connection drops that are hard to trace.

Fix 1: Restart Xbox Live Background Services
This is the first thing to try. Xbox Game Bar party chat depends on three Windows services running correctly in the background at all times. If any of them crash, hang, or get set to the wrong startup type after a Windows update, your party will disconnect repeatedly. Restarting them takes under two minutes.
- Press Windows + R, type
services.msc, and press Enter. - Find each of the following services in the list:
- Xbox Live Auth Manager
- Xbox Live Networking Service
- IP Helper
- For each one: right-click it and select Restart.
- Then right-click again → Properties → set Startup type to Automatic → click Apply.
- If any service is stopped entirely, click Start before clicking Apply.
- Restart your PC and test party chat.
These services must be running at all times when you use Xbox Game Bar. If they keep stopping on their own, check Fix 8 — it usually means a deeper app-level corruption issue.
Fix 2: Disable Power Management on Your Network Adapter
This one catches a lot of people off guard. Windows has a power management setting that allows it to shut down your network adapter when it thinks the system needs to save energy. During a gaming session this silently kills your Xbox Live connection and drops you from the party — with no error message at all.

- Right-click the Start button and open Device Manager.
- Expand Network adapters.
- Right-click your active network adapter (Ethernet or Wi-Fi) and select Properties.
- Go to the Power Management tab.
- Uncheck Allow the computer to turn off this device to save power.
- Click OK.
If you use both Ethernet and Wi-Fi, do this for both adapters. This single setting is responsible for a large number of random Xbox Game Bar disconnects that feel completely unexplained.
Fix 3: Check and Fix Your NAT Type and Teredo Tunnel
A Strict or Moderate NAT type does not just cause lag — it causes repeated, unpredictable disconnects. Your party connection will appear to establish and then collapse because the peer-to-peer voice session cannot be maintained through a restricted NAT. Xbox Game Bar uses the Teredo Tunneling protocol specifically for these peer-to-peer voice connections, and if that tunnel drops or never qualifies correctly, the party dies with it.

Step 1: Check your NAT type via the Xbox App
- Open the Xbox App on your PC.
- Click your profile icon at the top left and open Settings.
- Navigate to the Network section.
- Check your NAT Type and Server connectivity status.
- If NAT reads Strict or Server connectivity says Blocked, that is your disconnect culprit.
- Click the Fix it button if it appears and retest.
Step 2: Check Teredo status via Terminal
- Open Terminal (Admin) and run:
netsh interface teredo show state- If the output shows
disabledoroffline, run these commands to reset it:
netsh int teredo set state disable
netsh int teredo set state type=default- Restart your PC and recheck your NAT type in the Xbox app.
Step 3: Enable UPnP on your router
Log into your router admin panel (usually 192.168.1.1 or 192.168.0.1) and enable UPnP (Universal Plug and Play). This lets Xbox Live automatically open and maintain the ports it needs. Without it, connections drop when port allocations expire mid-session.
For Microsoft’s official Teredo troubleshooting steps, check the Xbox Support party chat troubleshooting page. If you are also experiencing audio lag on top of disconnects, our guide on how to fix Xbox Game Bar party chat lag covers the full audio side of these network issues.
Fix 4: Make Sure IPv6 Is Enabled on Your Network Adapter
Xbox party chat uses IPv6-based infrastructure for its peer-to-peer voice connections. If IPv6 has been disabled on your adapter — either manually or quietly by a network optimization tool — your party sessions will establish and then drop because the underlying connection protocol is missing.
The modern Windows 11 Settings app does not give you easy access to the IPv6 checkbox. The fastest and most reliable way to get there is with the classic network panel shortcut:

- Press Windows + R to open the Run dialog.
- Type
ncpa.cpland hit Enter — this jumps straight to the classic Network Connections window. - Right-click your active network connection (your main Ethernet or Wi-Fi adapter) and select Properties.
- In the list, locate Internet Protocol Version 6 (TCP/IPv6).
- Make sure the checkbox next to it is ticked.
- Click OK and restart your PC.
If a third-party network tool keeps unchecking this, it will keep causing disconnects until you address that software — see Fix 5.
Fix 5: Disable Third-Party Network Optimization Software
Software like ASUS GameFirst, Killer Network Manager, NetLimiter, or similar tools actively manage how your PC allocates network traffic. The problem is that these tools often deprioritize Xbox Live’s voice and session traffic in favor of game data packets. This creates a situation where the game runs fine but the party session starves and eventually drops — and it is exactly why Discord works perfectly while Game Bar disconnects.
- Temporarily disable or close your network optimization software.
- Restart your PC and run an Xbox Game Bar party session for 20–30 minutes.
- If the random disconnects stop, that software is the problem.
- Either whitelist Xbox services and Xbox Game Bar inside the tool’s settings, or stop running it during gaming sessions.
Fix 6: Flush DNS and Reset the Winsock Catalog
Corrupted DNS cache or a broken Winsock configuration can cause Xbox Live connections to drop intermittently even when your internet is otherwise working perfectly. This is especially common after Windows updates or if you have recently changed your network setup.
- Open Terminal (Admin) or Command Prompt (Admin).
- Run these commands one at a time, pressing Enter after each:
ipconfig /flushdns
netsh winsock reset
netsh int ip reset- Restart your PC after all three commands complete.
This clears old DNS records, resets the Windows network socket layer, and removes any corrupted IP stack configurations. It is a safe operation and will not affect your saved passwords or network profiles.
Fix 7: Reset Xbox Game Bar and Set Background Permissions to Always
When Windows puts Game Bar into a low-priority background state during full-screen gaming, the party session can time out and disconnect. Changing the background permission to Always prevents Windows from suspending Game Bar’s network and audio processes while a game has focus.
- Press Windows + I and go to System → System Components on Windows 11, or Apps → Installed Apps on older builds.
- Find Xbox Game Bar, click the three-dot menu, and select Advanced options.
- Under Background component permissions, change the dropdown to Always.
- Click Repair first. If disconnects continue after a restart, click Reset.
- Repeat the same steps for the Xbox app and Gaming Services.
- Restart your PC.
Fix 8: Reinstall Xbox Game Bar and Gaming Services
If your disconnects started right after an Xbox app update, there is a strong chance the update left something broken. A clean reinstall of both Game Bar and Gaming Services removes corrupted files completely and gives you a fresh baseline.
Follow our full walkthrough on how to properly uninstall Xbox Game Bar, then use our guide on how to install and update Xbox Game Bar from the Microsoft Store to get a clean copy running.
After reinstalling, open the Microsoft Store, search for Gaming Services, and make sure it is fully up to date. Gaming Services handles Xbox Live authentication and multiplayer networking on PC — if it is corrupted or outdated, party sessions will drop regardless of what else you fix.
Fix 9: Re-register Xbox Game Bar via PowerShell
If Game Bar keeps disconnecting and nothing above has worked, a targeted PowerShell re-registration strips out the broken overlay packages and lets you reinstall them clean. Note that using a broad wildcard like *xbox* in PowerShell will throw red error text on modern Windows builds because certain protected system components cannot be removed that way. The commands below target only the specific Game Bar overlay packages so the commands run cleanly without errors.
- Open Windows PowerShell (Admin) or Terminal (Admin).
- Run these commands one at a time:
Get-AppxPackage *XboxGameOverlay* | Remove-AppxPackage
Get-AppxPackage *XboxGamingOverlay* | Remove-AppxPackage
Get-AppxPackage *gamingservices* | Remove-AppxPackage- Restart your PC.
- Reinstall Xbox Game Bar and Gaming Services from the Microsoft Store.
- Open the Xbox app, sign back in, and test party chat.
Quick Checklist Before You Give Up
If you have worked through every fix and Game Bar is still disconnecting, run through this before contacting support:
- Is your Windows fully up to date? Pending updates can break Xbox Live services without any visible error.
- Are you on Wi-Fi? Switch to Ethernet and test — unstable Wi-Fi is a common cause of dropped party sessions that gets misread as an app issue.
- Is a VPN running? VPNs interfere with Teredo tunneling and Xbox Live authentication. Disable it completely and retest.
- Are you and your friends in different regions? Cross-region parties have a higher session timeout risk built in.
- Check the Xbox Live Service Status page — if Microsoft’s party infrastructure is down, nothing local will fix it.
Still Disconnecting?
If you are still seeing random drops after all nine fixes, the issue may be at the router or ISP level. Double NAT — having both a modem and a separate router both performing NAT — is a known cause of intermittent Xbox Live drops that are impossible to fix from within Windows. If your setup has a gateway and a router, putting the gateway into bridge mode to eliminate the double NAT is the next step.
For a complete breakdown of how Xbox Game Bar works and how to configure it properly from scratch, check our complete Xbox Game Bar guide.
Final Thoughts
Random disconnects in Xbox Game Bar almost always trace back to one of three things: a background service failing silently, Windows power management shutting off your network adapter mid-session, or a broken Teredo tunnel collapsing the peer-to-peer voice connection. Fix 1 and Fix 2 solve the majority of cases. If those do not work, Fix 3 and Fix 6 cover the network layer issues that are harder to spot but just as common.
Work through them in order and you will almost certainly find the culprit before you reach Fix 7.



