How to Fix the Microsoft Store Error Pardon the Interruption in Windows

Normally when Windows or the Microsoft Store decide it's time for you to see an error message it comes with a nice big warning message and a random error code. However, for whatever reason, this time they have decided to show a polite error message: "Padon the interruption. Before you can shop, we need to update the Store. You can connect to Wi-Fi First to avoid possible data charges". Even though the error message is more personal, you'll need to use the same fixes as always.

How to Fix the Microsoft Store Error Pardon the Interruption in Windows

This might not be possible for a lot of people as the Store doesn't open enough to even sign out. But if it does, here are the steps you need to follow.

Clear the Microsoft Store Cache

If the first suggestion doesn't work for you this will probably be the solution that solves the problem.

Reset the Microsoft Store

While you have two different options here, either Repair or Reset it's best to just jump straight into the Reset option. The Repair option has yet to fix any issues in my experience.

Once the process is completed, you'll need to sign back into the Microsoft Store again but everything should be working.

Update Windows

Outdated system files can contribute to Microsoft Store issues, including this error. Installing the latest Windows updates might fix it.

Re-register the Microsoft Store via PowerShell

Re-registering the Microsoft Store is pretty much your last resort option. If this doesn't work you might have to reinstall Windows entirely.

ren %localappdata%\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalState cache.old

powershell -ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Comments