How to Fix Fix Error 0x80070483 — Windows Store Service Error on Windows
Getting error 0x80070483 when using Microsoft Store? Store apps won't install or update? Store service registration failed? Fix this Microsoft Store error.
📖
Main Troubleshooting Guide
How to Fix Microsoft Store Not Working →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Microsoft Store fails to open with error 0x80070483
- •Store app downloads stuck or fail with this code
- •Store app updates fail repeatedly
- •"Something happened on our end" error in Store
- •Store cache appears corrupted
- •sfc reports Store-related component issues
Common Causes
- ⚠Microsoft Store service registration corrupted
- ⚠Store cache data corrupted
- ⚠Windows Store app package damaged
- ⚠Background Intelligent Transfer Service (BITS) not working
- ⚠User profile Store data corrupted
- ⚠Windows license service issue affecting Store
Solutions
Solution 1: Reset Microsoft Store Cache
- 1Press Win+R → type: wsreset.exe → Enter
- 2Wait for Store to open (can take 30+ seconds)
- 3If wsreset doesn't fix it:
- 4Settings → Apps → Installed apps → Microsoft Store
- 5Advanced options → Reset
- 6This clears all Store cache and data
- 7Sign back into your Microsoft account in Store
- 8Retry the failing download or update
Solution 2: Re-register Microsoft Store
- 1PowerShell as Admin:
- 2Get-AppxPackage Microsoft.WindowsStore | Reset-AppxPackage
- 3If Reset-AppxPackage not available:
- 4Get-AppxPackage -AllUsers Microsoft.WindowsStore | foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- 5Also re-register Store dependencies:
- 6Get-AppxPackage Microsoft.StorePurchaseApp | Reset-AppxPackage
- 7Restart PC → open Store
Solution 3: Fix Store Services
- 1Ensure required services are running:
- 2CMD as Admin:
- 3net start wuauserv (Windows Update)
- 4net start bits (Background Intelligent Transfer)
- 5net start cryptSvc (Cryptographic Services)
- 6Also check Microsoft Store Install Service:
- 7services.msc → find "Microsoft Store Install Service"
- 8Start type: Manual → Start it if stopped
- 9sfc /scannow
- 10DISM /Online /Cleanup-Image /RestoreHealth
- 11Restart PC → test Store
FIXES THIS IN 5 MINUTES
Fix Fix Error 0x80070483 — Windows Store Service Error Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11