If you encounter error code 0x803fb005 while installing or updating apps from the Microsoft Store in Windows 11, it can interrupt downloads and prevent apps from installing properly. This issue is usually related to corrupted cache files, Windows Update problems, damaged system files, or conflicts with background services.
Fortunately, several troubleshooting methods can help resolve this error and restore normal Microsoft Store functionality. In this guide, we’ll walk through proven solutions to fix Microsoft Store error 0x803fb005 on Windows 11 25H2.
Reset the Microsoft Store Cache
One of the most common causes of Microsoft Store errors is corrupted cache data. Clearing the Store cache can quickly resolve installation and update problems.
Steps to Reset the Store Cache
- Press Windows + R to open the Run dialog box.
- Type wsreset.exe and press Enter.

- A Command Prompt window will briefly appear while the cache is cleared.
- Once the process finishes, the Microsoft Store will launch automatically.
- Restart your computer to ensure the reset is fully applied.
After restarting, try downloading or updating the app again.
Run SFC and DISM System Repair Scans
Damaged or missing system files can interfere with Microsoft Store operations. Running the System File Checker (SFC) and DISM tools can repair these issues.
Step 1: Run System File Checker
- Type cmd in the Windows search bar.
- Right-click Command Prompt and choose Run as administrator.
- Enter the following command:
sfc /scannow

- Wait for the scan to complete. Windows will automatically repair any corrupted system files it detects.
Step 2: Run DISM Commands
After the SFC scan finishes, run these commands one at a time:
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /restorehealth

These commands analyze and repair the Windows system image.
Restart your PC after the scans finish.
Install Pending Windows Updates
Outdated Windows builds can contain bugs that cause Microsoft Store errors.
How to Check for Updates
- Press Windows + I to open Settings.
- Select Windows Update.

Click Check for updates.

- Install any available updates.
- Restart your computer if prompted.
Updating Windows often fixes compatibility issues with the Microsoft Store.
Temporarily Disable Antivirus Software
Some third-party antivirus programs can block Microsoft Store downloads, mistakenly identifying them as suspicious activity.
Steps
- Click the up arrow in the taskbar notification area.
- Right-click your antivirus icon.
- Select Pause protection or Disable protection temporarily.
After disabling it, try installing the app again from the Microsoft Store. Remember to re-enable your antivirus protection afterward.
Enable BITS and Windows Update Services
The Background Intelligent Transfer Service (BITS) and Windows Update services are required for downloading apps and updates. If they are disabled, the Microsoft Store may fail.
Steps to Enable These Services
- Press Windows + R, type services.msc, and press Enter.

- Locate Background Intelligent Transfer Service (BITS).

- Double-click it to open its properties.
- Set Startup type to Automatic.

- Ensure the Service status is Running.
- Click Apply and OK.

Repeat the same steps for Windows Update.
Re-Register Microsoft Store Apps
Sometimes the Microsoft Store becomes improperly registered with Windows. Re-registering it can fix installation issues.
Steps
- Right-click the Start button.
- Select Windows Terminal (Admin) or PowerShell (Admin).
- Approve the User Account Control prompt.
- Run the following command:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Wait until the process finishes.
- Restart your computer.
This command re-registers all built-in Windows apps, including the Microsoft Store.
Reset Windows Update Components
If the error is related to update services, resetting Windows Update components may resolve the problem.
Steps
Open Command Prompt as Administrator and run these commands one by one:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvcDel "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Qregsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dllnetsh winsock reset
netsh winsock reset proxynet start bits
net start wuauserv
net start appidsvc
net start cryptsvc

Once completed, restart your PC.
Reinstall the Microsoft Store
If none of the previous methods work, reinstalling the Microsoft Store can resolve deeper system issues.
Uninstall Microsoft Store
- Open Windows Terminal (Admin).
- Run this command:
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

Reinstall Microsoft Store
Then execute:
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}Restart your system once the process finishes.
Reset Windows (Last Resort)
If the error still appears after trying all fixes, resetting Windows may be necessary.
You can perform a Windows reset while keeping personal files, which reinstalls system components and repairs deeper issues affecting the Microsoft Store.
Steps
- Open Settings.
- Navigate to System → Recovery.
- Select Reset this PC.
- Choose Keep my files.
Follow the on-screen instructions to complete the reset.
Conclusion
Microsoft Store error 0x803fb005 in Windows 11 (25H2) typically occurs due to corrupted cache files, damaged system components, or issues with Windows Update services. Fortunately, most users can resolve the problem by clearing the Store cache, repairing system files, re-registering apps, or resetting update services.
By following the troubleshooting steps outlined above, you should be able to restore normal Microsoft Store functionality and install or update apps without interruptions.
And if you'd like to go a step further in supporting us, you can treat us to a virtual coffee ☕️. Thank you for your support ❤️!
We do not support or promote any form of piracy, copyright infringement, or illegal use of software, video content, or digital resources.
Any mention of third-party sites, tools, or platforms is purely for informational purposes. It is the responsibility of each reader to comply with the laws in their country, as well as the terms of use of the services mentioned.
We strongly encourage the use of legal, open-source, or official solutions in a responsible manner.


Comments