If Minecraft Bedrock is getting stuck at 50% on the loading screen, there are a few troubleshooting steps you can try:
- Ensure Gaming Services are up to date: Sometimes, outdated Gaming Services can cause issues. You can check for updates by launching PowerShell as an administrator and running the following commands:
This will remove the current Gaming Services and prompt you to install the latest version from the Microsoft Store.get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers start ms-windows-store://pdp/?productid=9MWPM2CQNLHN - Check the Xbox App: Make sure the Xbox App is also up to date. If it's been a while since it was updated, switch to RETAIL mode and run the following commands in PowerShell:
This will ensure you have the latest version of the Xbox App.get-appxpackage Microsoft.XboxApp | remove-AppxPackage -allusers start ms-windows-store://pdp/?productid=9mv0b5hzvk9z - Restart your PC: Sometimes, a simple restart can resolve issues with services that are not functioning correctly.
- Check for other applications: Ensure that there are no other applications or services that might be conflicting with Minecraft Bedrock.
If these steps do not resolve the issue, consider reaching out to Microsoft support for further assistance.
References: