How do I fix Microsoft Store download errors like 0x80073D0D or stuck downloads when installing Gaming Services?

1.Change the default app installation target back to the C: drive:Fixes error 0x80073D0D caused by secondary or external drive conflicts.
Error 0x80073D0D occurs when Windows attempts to deploy system services (like Gaming Services) onto a secondary drive (D:, E:) or a volume with mismatched file system permissions.
-
Open Settings > System > Storage.
-
Scroll down and click Advanced storage settings, then select Where new content is saved.
-
Under New apps will save to:, change the dropdown menu to Local Disk (C:).
-
Click Apply.
-
If you have an external or secondary drive connected, safely eject or disconnect it temporarily while installing Gaming Services.
2.Reset the Microsoft Store cache with WSReset:Clears stuck app state and corrupted store background memory.
-
Press
Win + Rto open the Run dialog box. -
Type
wsreset.exeand press Enter. -
A blank Command Prompt window will appear. Do not close it.
-
After 10–15 seconds, the window will close automatically, and the Microsoft Store will relaunch with a cleared cache.
3.Flush the Delivery Optimization and Windows Update caches:Clears stuck 0% or 99% download buffers.
When downloads get stuck indefinitely, the background update buffer is often holding locked or incomplete files.
-
Right-click Start and select Terminal (Admin) or PowerShell (Admin).
-
Paste and run the following block of commands to stop update services and purge stale download files:
PowerShell
net stop wuauserv
net stop bits
net stop dosvc
Remove-Item -Path "C:\Windows\SoftwareDistribution\Download\*" -Recurse -Force -ErrorAction SilentlyContinue
net start wuauserv
net start bits
net start dosvc
4.Re-register the Microsoft Store via PowerShell:Fixes broken app deployment handlers.
-
In PowerShell (Admin), run the following command to rebind the Microsoft Store package to your system:
PowerShell
Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
-
Restart your PC and retry downloading Gaming Services or the Xbox App.
5.Delete hidden .GamingRoot files on secondary drives (If applicable):Removes ghost drive signatures on secondary hard drives.
If you previously installed Xbox games or Gaming Services to a secondary partition:
-
Open File Explorer and click View > Show > Hidden items.
-
Go to the root directory of your non-system drives (e.g.,
D:\orE:\). -
Delete the hidden file named
.GamingRootand theXboxGamesfolder if they are empty. -
This allows Windows to generate clean volume configurations without throwing deployment block errors (
0x80073D0D).
Verifying Service Dependencies
If the download continues to fail, verify that essential Windows background services are running:
-
Press
Win + R, typeservices.msc, and press Enter. -
Locate the following services and ensure their Startup type is set to Automatic or Manual:
-
Background Intelligent Transfer Service (BITS)
-
Delivery Optimization
-
Windows Update
-
Storage Service
-
Comments
Post a Comment
Do not insert clickable links or your comment will be deleted. Checkbox Send me notifications to be notified of new comments via email.