Fix Windows 10 Pro Microsoft Store App Not Downloading
You click the green Get button in the Microsoft Store on your Windows 10 Pro laptop and absolutely nothing happens. The progress bar sits at zero, the app vanishes mid-install, or the Store politely tells you that something went wrong without saying what. It is a frustration that plenty of Australians run into, especially when juggling work, uni assignments and streaming on the same NBN connection the rest of the household is hammering during the evening peak.
The Store app itself is light and rarely crashes these days, yet the download pipeline behind it depends on a stack of services, certificate checks and network settings that can quietly break. From the wrong system clock to a sluggish DNS response on your Telstra or Aussie Broadband line, there are several well-known culprits and most of them can be sorted without touching the registry or reinstalling Windows.
This walkthrough gathers the fixes that consistently resolve stuck downloads on Windows 10 Pro, ordered from the simplest five-minute checks through to deeper repairs. The steps apply whether your machine is a brand-new Surface picked up from JB Hi-Fi in Sydney or a five-year-old desktop still running the original install in your home office in Adelaide.
Why Microsoft Store Downloads Stall on Windows 10 Pro
The Microsoft Store on Windows 10 Pro uses a combination of background services, certificate validation and the Windows Update infrastructure to push apps to your device. When any one of those pieces misbehaves, the Store UI may still load fine, but downloads will either refuse to start, freeze mid-transfer, or report a vague error that gives no real clue. Because the failure happens behind a friendly interface, most users assume the app itself is broken when the real issue is usually far more mundane.
One of the most common triggers in Australian households is a flaky NBN connection, particularly during the early-evening peak when Netflix, gaming consoles and a couple of laptops all share the same link. The Store installer is fairly patient, but if your connection drops repeatedly or your router's DNS is slow to resolve Microsoft's content servers, the download handshake will time out and the app will simply not appear in your library.
Equally common are local configuration problems. An incorrect system date or time, corrupted Store cache files, leftover Group Policy settings from a previous work machine, or an overzealous third-party firewall can each block the Store's installer. Even your region settings matter: if your Microsoft account is registered to Australia but your device locale has been changed by remote desktop software or a borrowed laptop, the Store may refuse to pull certain apps.
Quick Checks You Can Do in Five Minutes
Before reaching for heavier tools, run through a handful of small checks that resolve a surprising number of cases. None of these require admin privileges for every step, and you can usually knock the lot over during your morning coffee in Brisbane before the sun really hits the river.
Start by signing out of the Microsoft Store and signing back in. Open the Store, click your profile icon in the top-right corner, choose Sign out, then close the app completely from the Task Manager. Reopen the Store, sign in with the same Microsoft account, and try downloading the app again. This alone fixes roughly a third of stuck installs because it forces the Store to re-establish your licensing token.
Next, confirm your system clock is correct. Right-click the clock in the bottom-right corner, choose Adjust date/time, and make sure Set time automatically is switched on. If you use a VPN service to access overseas streaming catalogues, switch it off temporarily. Many VPN endpoints, especially the free ones common on shared student accommodation Wi-Fi in Melbourne, route traffic in ways the Store's authentication servers simply do not trust.
Run through these small checks before anything more involved:
- Sign out and back into the Microsoft Store from your profile menu
- Restart the Windows Update service from the Services console
- Verify the date, time and time zone are accurate under Settings
- Temporarily disable any active VPN or proxy software
Clearing the Store Cache and Resetting the App
If the quick checks do not get things moving, the next step is clearing the Microsoft Store's local cache. Windows stores download metadata, licence information and partial installation files in a hidden folder under your user profile, and when that folder gets out of sync, downloads can stall indefinitely without any obvious clue why.
The fastest way to clear it is via the built-in wsreset tool. Press Windows key + R, type wsreset.exe and hit OK. A blank Command Prompt window will appear for several seconds while it clears the cache, then the Store will launch automatically. Try downloading your app again once it reloads and most Australian users find this restores normal behaviour without any further intervention.
If the Store still will not cooperate, reset the app itself. Go to Settings, Apps, Apps and features, find Microsoft Store in the list, click it, choose Advanced options, and hit Reset. You will see a confirmation that the app's data will be deleted; your installed apps stay put, but the Store's preferences, sign-in details and cache are wiped clean. This is the equivalent of uninstalling and reinstalling the Store without actually doing either.
On machines that have been upgraded from an earlier version of Windows 10, or that came with bundled trial software from a retailer (a regular occurrence with budget laptops sold at Officeworks), the reset may not be enough. In that case, you can re-register the Store against your account using a short PowerShell command. Open PowerShell as Administrator and run Get-AppXPackage -AllUsers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register $($_.InstallLocation)\AppXManifest.xml}. Restart the PC when it finishes and try the Store again.
Tweaking Network and DNS for Reliable Downloads
When the issue persists across multiple apps and restarts, the bottleneck is usually the network layer. The Microsoft Store relies on Microsoft's content delivery network, and the path your NBN traffic takes from your living room in Perth to that network can introduce delays or outright blocks depending on your DNS resolver.
Switching to a faster public DNS is often the single most effective fix for download speed issues. Open Control Panel, Network and Sharing Centre, click your active connection, choose Properties, select Internet Protocol Version 4, and enter 1.1.1.1 and 1.0.0.1 (Cloudflare) or 8.8.8.8 and 8.8.4.4 (Google). Run ipconfig /flushdns from an elevated Command Prompt to clear any stale records, then test the Store again.
Check whether your ISP is doing anything unusual with HTTPS traffic. Telstra, Optus and TPG all generally pass Store traffic straight through, but some smaller providers and many NBN reseller brands have been known to throttle or filter Microsoft domains during peak hours. If downloads work fine on a mobile hotspot but stall on your home NBN, that is a strong hint your provider's DNS or routing is the culprit.
If your connection behaves oddly, work through this short checklist:
- Flush the DNS cache with ipconfig /flushdns in an elevated Command Prompt
- Switch to a public DNS such as Cloudflare's 1.1.1.1 or Google's 8.8.8.8
- Disable any proxy or metered connection setting on the active adapter
- Test the Store on a mobile hotspot to isolate home network issues
Advanced Repairs When Nothing Else Works
For the stubborn cases, where nothing above has restored normal downloads, Windows 10 Pro includes a pair of system repair tools that can rebuild the underlying component store. The first is the System File Checker, which scans protected system files and replaces any that have been corrupted over time.
Open Command Prompt as Administrator and run sfc /scannow. Allow it to complete, which can take 15 to 30 minutes depending on your disk speed and how packed your C: drive is. If it reports integrity violations it could not fix, follow up with DISM by running DISM /Online /Cleanup-Image /RestoreHealth. DISM uses Windows Update itself to source replacement files, so make sure your PC is online and the update service is not paused while it runs.
After the scans, reboot and try the Store again. If downloads still hang, the issue is almost certainly confined to the Store package itself. A clean install of Windows 10 Pro is the nuclear option, but before you go down that road, back up your personal files, your browser bookmarks, tax records, photos from the recent trip to Hobart, anything you would hate to lose. A USB drive is the simplest medium, and you can secure it with BitLocker before copying anything across. With a verified backup in hand, you can run the built-in Reset this PC option from Settings, choose to keep your files, and the Store will be reinstalled fresh as part of the recovery.
Should a clean install still not resolve downloads, the problem likely sits with your Microsoft account rather than the device. Visit account.microsoft.com on another machine, sign in with the same address, and check that your subscriptions, region (set to Australia), and family safety settings all look correct. A pending payment method that has expired, a common one after switching from one Aussie bank to another, will quietly block all paid downloads until it is updated.
If the Microsoft Store remains stubborn on Windows 10 Pro after all of these steps, your last stop before a workshop is the official Microsoft support forums, where Aussie moderators and volunteer experts actively troubleshoot regional issues. Share the exact error message, the version of Windows 10 Pro you are running (Settings, System, About), and the results of any sfc or DISM scans you have already completed. That detail alone usually shortens the conversation dramatically. Most users find their downloads back up and running within an hour of starting this guide, and a small number will discover a deeper account or hardware issue that needs a quick visit to their local tech repair shop. Get the Store sorted today and reclaim the apps you actually paid for.