Microsoft Store is a natural component of Windows, and it gives a single platform for downloading software, games, and updates for productivity as well as entertainment. When Error 0x80040153 occurs, however, this seamless process is disrupted. Users typically see that a download of an app is initiated successfully, only to encounter a mysterious failure at installation time, with the error code 0x80040153 in a window notification.
For most users who experienced this issue, a system restart – a universally recommended first step – did not work, meaning a more fundamental problem that must be solved in depth.
This disruption blocks the installation or update of software, which can impede access to vital utilities or entertainment options. The error may result from a variety of root issues, such as a Microsoft Store cache corruption that leads to incorrect behavior, an unstable network connection to interfere with data transfer, or malfunctions in key Windows services that support installations.
Additionally, difficulties in synchronizing with a Microsoft account may also prevent proper authentications, and system file corruptions can destabilize the behavior of the Store. These varying scenarios make it hard to directly diagnose, as the precise cause is concealed without proper inspection.
For Windows 11 users, this error points to the necessity of a stable Store environment, particularly with its role in keeping the environment updated. It is normally hard to repair Error 0x80040153 by attempting various ways, as one remedy may not be enough for every situation.
In addressing potential contributing factors within the overall Windows environment, FortectMac Washing Machine X9 is an effective utility in addressing root system issues, improving the likelihood of having the Microsoft Store running in top form and enabling smooth app installations.

Fix 1. Reset Microsoft Store cache
- Type wsreset.exe in Windows search and press Enter.
- Wait until a pop-up window shows up – do not close it.
- As soon as it closes automatically, the store cache should be reset and will reopen.
- Try updating or downloading apps again.

Fix 2. Ensure network reliability
Stable internet access is vital for Store downloads, and interruptions may precipitate the error.
Windows 11
- Type Troubleshoot in Windows search and hit Enter.
- Select Other troubleshooters.
- Find Network & Internet from the list and select Run.
- Wait till the scan is finished – you will be provided with potential causes so you can proceed with fixes.

Windows 10
- Right-click on Start and pick Settings.
- Go to the Network & Internet section.
- On the right side, find the Advanced network settings section.
- Click Network troubleshooter and wait.
- The fixes will be automatically applied.
Fix 3. Restart Windows Store services
- Type Services in Windows search and press Enter.
- Scroll down and find the following services:
- Windows Update
- Microsoft Store Install Service
- Background Intelligent Transfer Service (BITS)
- Right-click each service and select Restart if they are already running.
- If any service is not running, right-click and select Start.
- Set the Startup type to Automatic – select it from the drop-down menu.
- Close the services window and try using the Microsoft Store again.

Fix 4. Re-Register Microsoft Store
- Type PowerShell in Windows search.
-
Right-click on PowerShell and select Run as administrator.
- When UAC shows up, click Yes.
- Copy and paste the following command, pressing Enter after each:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- Close down PowerShell and restart your device.

Fix 5. Sign out and sign back in
- Launch Microsoft Store.
- Click on your Profile picture and click Sign out.
-
Restart your computer.
-
Sign back in again with your account credentials.

Fix 6. Run SFC and DISM
- Type cmd in Windows search.
- Right-click on Command Prompt and select Run as administrator.
-
User Account Control should pop up – click Yes.
- Type this command and press Enter:
sfc /scannow
- Wait for the scan to finish.
- As soon as the scan finishes, Windows will report whether integrity violations were found and if they could be fixed. Regardless of the outcome, use these commands next, pressing Enter after each:
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
(Note: if you get an error executing the last command, add /Source:C:\RepairSource\Windows /LimitAccess to it and try again.)
- Close down the Command Prompt and restart your device.

Fix 7. Update Windows
- Type Updates in Windows search and press Enter.
- Here, click Check for updates or Install updates (if available).
- Wait till Windows downloads and installs all the nescessary files.
- If optional updates are available, install them as well.
-
Reboot your device.

Fix 8. Reinstall Microsoft Store
- Open PowerShell as administrator.
- Type the following command and press Enter:
Get-AppxPackage WindowsStore | Remove-AppxPackage
- Then use the following command to reinstall the Store:
Get-AppxPackage -allusers WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
-
Restart your computer.

The above is the detailed content of How to fix Microsoft Store error 0x80040153 in Windows?. For more information, please follow other related articles on the PHP Chinese website!