Encountering the PUR-AuthenticationFailure error while trying to access apps or services on the Windows Store can be a frustrating experience. This issue typically arises due to problems with account authentication or communication issues between your system and Microsoft’s servers. If left unresolved, it can prevent access to downloads, app updates, or in-app purchases.
In this article, we’ll walk you through proven methods to fix the PUR-AuthenticationFailure error on your Windows device. These solutions are designed to address both system-side and network-related causes, ensuring a complete resolution to the problem.
Understanding the PUR-AuthenticationFailure Error
The error code often appears with a message stating that the purchase or sign-in process failed due to an authentication issue. This is commonly linked to:
- Incorrect or outdated Microsoft account credentials
- Corrupted system or store cache
- Network configuration problems
- Issues with Windows Update or account synchronization
Let’s dive into the actionable steps you can take to fix it.
1. Verify Your Microsoft Account Credentials
This may seem straightforward, but users often overlook account credential issues. Make sure your Microsoft account is correctly signed in and synced.
- Go to Settings > Accounts > Your Info.
- Ensure that your account is listed and verified.
- If needed, click “Sign in with a Microsoft account instead” or re-enter your login details.
2. Sync Time and Region Settings
If your system clock doesn’t match Microsoft’s server time, it can cause authentication errors. Here’s how to correct it:
- Open Settings > Time & Language > Date & Time.
- Enable “Set time automatically” and “Set time zone automatically“.
- Restart your computer afterward.
Also, make sure your region is set correctly under Settings > Time & Language > Region.
3. Clear the Microsoft Store Cache
Corrupted cache data can interfere with store functions. Clearing it may remove the error.
- Press Windows Key + R to open the Run dialog.
- Type wsreset.exe and press Enter.
A blank command prompt window will appear, and the store will relaunch once the process is completed. Check if the issue is resolved.
4. Re-register the Microsoft Store
If the store itself is corrupted, re-registering it can restore functionality.
- Right-click the Start button and choose Windows PowerShell (Admin).
- Enter the following command:
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Wait for the command to finish, then restart your system and try the Store again.
5. Check Network Proxy and VPN Settings
Using a VPN or proxy can often lead to authentication issues. To check or disable these:
- Navigate to Settings > Network & Internet > Proxy.
- Turn off use of any manual or automatic proxy servers.
- If using a VPN, disable it and check if the Store connects.
6. Ensure Windows is Up-to-Date
Missing system updates can also trigger authentication errors due to mismatched protocols or outdated security layers.
- Go to Settings > Update & Security > Windows Update.
- Click on “Check for updates.”
- Install any available updates and restart your computer.
7. Create a New User Profile
If the above methods don’t work, the issue might be related to a corrupted user profile. You can create a fresh one to test:
- Navigate to Settings > Accounts > Family & other users.
- Click “Add someone else to this PC” and follow the instructions.
- Log in with this new profile and check the Microsoft Store.
Conclusion
The PUR-AuthenticationFailure error may disrupt your use of the Windows Store, but with these systematic troubleshooting steps, it is often resolved without the need for technical support. Ensuring account validation, proper region and system settings, and a secure network environment are key to maintaining seamless access to Microsoft Store services.
Should the error persist even after these steps, contacting Microsoft Support directly is recommended for further analysis.