Fix Windows 10 Pro Windows Store Cache Corrupted
The Microsoft Store relies on a local cache to load product pages, check licences, download applications, and complete updates. When that cache becomes damaged, the Store may open to a blank window, close unexpectedly, remain stuck on “Acquiring licence”, or display an error such as 0x80073D05. The problem can affect one application or the entire Store catalogue.
A corrupted Store cache does not usually mean that Windows is seriously damaged. Temporary files can become inconsistent after an interrupted download, a failed update, an unexpected shutdown, or a change to your Microsoft account. Network interruptions can also leave incomplete package data behind, which is particularly frustrating when your NBN connection appears to be working normally for other websites.
The safest approach is to begin with the built-in Windows tools and then move towards account, system-file, and PowerShell repairs if necessary. The steps below are suitable for everyday Windows 10 Pro users in Australia and are designed to preserve installed apps and personal files wherever possible.
Recognise The Common Store Cache Symptoms
A cache problem often appears as a group of related symptoms rather than one clear message. The Microsoft Store might launch but show a spinning circle indefinitely, fail to display screenshots, or report that a download cannot be completed. An app update can repeatedly pause at the same percentage even after restarting the computer.
You may also see a message stating that something went wrong, with no useful explanation. In some cases, the Store works for browsing but fails when you select Get or Install. If only one app is affected, the issue may belong to that app’s package. If every download fails, the Store cache, Windows Update components, account authentication, or system files are more likely causes.
Before changing anything, check whether Microsoft’s services are experiencing an outage and confirm that other websites load correctly. A slow connection during peak evening usage in Sydney, Brisbane, or Melbourne can make a Store download appear frozen, but it will not usually corrupt the cache by itself. Pause large game downloads and disconnect a VPN temporarily so that testing uses a straightforward network path.
Reset The Cache With Wsreset
Windows 10 includes a small utility called WSReset that clears temporary Microsoft Store data without requiring you to remove installed applications. Press the Windows key, type wsreset, and select the command from the search results. A blank Command Prompt window may appear for several seconds. This is expected; do not close it while the cache is being cleared.
When the operation finishes, the Microsoft Store should open automatically. Try signing in and downloading a small free application. If the Store launches but the same error returns, restart Windows and run WSReset again after the restart. A full restart can release a background Store process that continued using an old cache file.
You can also use the Run dialogue by pressing Windows key + R, entering wsreset.exe, and selecting OK. The utility does not provide a progress bar or a completion message, so waiting for the Store window to appear is the main indication that it has finished. This is generally the least disruptive fix for a corrupted Store cache.
Repair Or Reset The Store App
If WSReset does not resolve the fault, use Windows 10’s app repair controls. Open Settings, select Apps, choose Apps & features, and locate Microsoft Store in the list. Select Advanced options, then choose Repair. Windows will check the application and correct some local problems while retaining its data and sign-in details.
Test the Store after the repair has completed. If downloads still fail, return to the same page and select Reset. Resetting clears the Store’s local data and returns the app to a clean state. It may require you to sign in again, but your Windows user account and personal files are not deleted. Other installed applications should remain in place.
Check the date, time, and region settings before testing again. Select Settings, Time & Language, and verify that the time zone is set correctly for your location, such as Australian Eastern Standard Time or Australian Central Standard Time. Under Region, choose Australia if that is your actual location. A mismatch can interfere with licences, prices in Australian dollars, and app availability in the local Microsoft Store.
Repair Windows Update And System Files
The Store uses several Windows services, including Windows Update and Background Intelligent Transfer Service. If an update was interrupted, the Store may be unable to retrieve a package even after its own cache is reset. Open Settings, select Update & Security, choose Troubleshoot, and run the Windows Update troubleshooter. Apply any recommended repair, then restart the computer.
For a deeper check, open Start, type Command Prompt, right-click it, and select Run as administrator. Enter the following command and press Enter:
sfc /scannow
System File Checker scans protected Windows components and replaces damaged copies when possible. The scan can take time, so leave the window open until it reaches 100 per cent. If it reports that some files could not be repaired, run the Deployment Image Servicing and Management tool:
DISM /Online /Cleanup-Image /RestoreHealth
Restart Windows after DISM completes, then run sfc /scannow once more. These commands do not remove documents or installed programs. They are useful when the Store problem began after a feature update, an interrupted shutdown, or a failed driver installation. If the PC is low on free space, clear unnecessary temporary files first; a fuller drive can prevent repairs and app downloads from completing. The SSD storage guide explains related Windows 10 storage management steps.
Re-register The Store And Check Your Account
When the Store package itself is damaged, re-registering it can restore its connection to Windows. This advanced step uses PowerShell, but it can be completed by following the command carefully. Open Start, type PowerShell, right-click Windows PowerShell, and select Run as administrator. Then enter:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Wait for the prompt to return. Red text can appear if a component is already registered or another package is in use, so record the full message rather than assuming the operation failed. Restart the computer and test the Store. Do not remove the Microsoft Store package with unofficial scripts, as aggressive removal can create additional servicing problems.
Sign out of the Store by selecting your profile icon and choosing Sign out, then restart Windows and sign in again with the Microsoft account used to obtain the affected apps. If the account has several devices, check account.microsoft.com for unusual sign-in activity and confirm that the PC is listed correctly. A licence problem can look like a cache problem when an app was purchased under another account.
Security software, proxy settings, and workplace policies can also block Store traffic. In Settings, open Network & Internet and review Proxy to ensure an old manual proxy is not enabled. If the computer belongs to an employer or school, avoid changing policy settings without authorisation. Home users on Telstra, Optus, or other Australian providers can test with a mobile hotspot, but normal mobile data charges may apply.
Use A Clean Test Before Escalating
Create a temporary local Windows account through Settings, Accounts, Family & other users, and Add someone else to this PC. Sign in to that account and open the Microsoft Store. If the Store works there, the original Windows profile may contain damaged app data or account credentials. Moving permanently to a new account is not always necessary, but the test helps separate a profile issue from a system-wide fault.
If the Store fails in every account, run Windows Update and install all available quality updates before trying again. Review free disk space and remove incomplete downloads from the Microsoft Store download queue. Avoid registry cleaners and third-party “Store repair” utilities, as they can alter permissions or install unwanted software.
Some older Store applications are no longer maintained, and availability can differ between the Australian marketplace and other regions. Users looking for legacy phone-related apps may also encounter compatibility limits; the Windows 10 Mobile information provides useful background when an application was originally designed for Microsoft’s mobile platform. For a current desktop app, use the developer’s official website only when the publisher clearly provides a trusted Windows installer.
If none of these steps works, note the exact error code, the affected app, and when the issue started. Check Event Viewer only if a support technician requests the details, because its logs contain technical entries that are easy to misinterpret. A Windows repair installation or a full reset should be considered only after backing up documents, browser data, licence information, and any files stored outside OneDrive.
Start with WSReset, then work through app repair, regional settings, Windows Update, system-file checks, and account testing in that order. These fixes address the most common causes of a damaged Store cache while keeping your Windows 10 Pro installation and personal data intact.