How to Fix Xbox App Not Updating Error Code 0x80073cfb in Windows
If you’re encountering the Xbox app not updating with error code 0x80073cfb, you’re not alone. This issue can be frustrating, but fear not. In this guide, we’ll walk you through step-by-step methods to resolve this error, ensuring you can get back to gaming as quickly as possible. Whether you are using Windows 10 or Windows 11 on your PC, laptop, or desktop, these instructions will help you troubleshoot and fix the problem effectively.
Before you begin, ensure you have administrative privileges on your Windows account, as you’ll need to run commands in PowerShell. No additional downloads are required, just your Windows system and a few commands to copy and paste.
Step 1: Remove Microsoft Gaming Services
To start resolving the update issue, you need to remove the existing Microsoft Gaming Services package. Follow these steps:
- Press the Windows key or click on the search bar and type Windows PowerShell.
- Right-click on Windows PowerShell and select Run as administrator.
- When prompted by User Account Control, click Yes to grant permission.
- Copy the following command:
- Paste the command into the PowerShell window by pressing Ctrl + V and hit Enter.
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
This command will remove the Microsoft Gaming Services from your system. Once completed, restart your computer.
Step 2: Reinstall Microsoft Gaming Services
After your computer restarts, you’ll need to reinstall the Microsoft Gaming Services to ensure everything functions correctly:
- Open the search bar again and type Windows PowerShell.
- Right-click on Windows PowerShell and select Run as administrator.
- Again, click Yes when prompted by User Account Control.
- Copy the following command:
- Paste the command into PowerShell with Ctrl + V and press Enter.
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
This command will redirect you to the Microsoft Store page for Gaming Services. Follow the prompts to reinstall it. Once the installation is complete, you should try updating the Xbox app again.
Extra Tips & Common Issues
If the Xbox app still fails to update after these steps, here are a few additional tips:
- Check your internet connection to ensure it is stable.
- Temporarily disable any antivirus software that may be interfering with the update process.
- Ensure Windows is fully updated. Go to Settings > Update & Security > Windows Update and check for updates.
Conclusion
By following these steps, you should be able to resolve the Xbox app not updating error code 0x80073cfb successfully. If you continue to experience issues, consider seeking further assistance through Microsoft Support or community forums. Happy gaming!
Frequently Asked Questions
What is error code 0x80073cfb?
Error code 0x80073cfb typically indicates a problem with the Xbox app update process, often related to Microsoft Gaming Services.
Can I fix this error without reinstalling the app?
Yes, often removing and reinstalling Microsoft Gaming Services resolves the issue without needing to uninstall the Xbox app itself.
Do I need administrative privileges to perform these steps?
Yes, administrative privileges are required to run PowerShell commands that modify system applications.