Table of Contents
This guide explains how to resolve Microsoft Store App Update Error: Something Unexpected Happened, starting with the most likely causes and moving through practical troubleshooting steps.
There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070141)
How to fix Microsoft Store App Update Error 0x80070141
1. Run Windows Store Apps Troubleshooter

This issue can happen for a variety of reasons but we recommend running the Windows Store Apps Troubleshooter first and see if it solves the problem. This app looks for inconsistencies common with the Store app and corrects them automatically.
- To get started, first open up Settings on Windows 10.
- Then click Update & Security> Troubleshoot> Windows Store Apps .
- Now, hit the Run the troubleshooter button to automatically detect and fix the problem.
2. Temporarily turn off the antivirus software
If you have any third-party antivirus programs, temporarily disable them and check if that solves the problem.
3. Repair Windows Store and updated components
Repairing Windows Store and its updated components is one of the most effective solutions to fix any Windows Store related issues.
To get started, open PowerShell as an admin on a Windows 10 computer.
In the PowerShell window, run the following commands one by one and check if it works.
net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc Del "%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloader*.*" rmdir %systemroot%SoftwareDistribution /S /Q rmdir %systemroot%system32catroot2 /S /Q regsvr32.exe /s atl.dll regsvr32.exe /s urlmon.dll regsvr32.exe /s mshtml.dll netsh winsock reset netsh winsock reset proxy net start bits net start wuauserv net start appidsvc net start cryptsvc
Once done, reboot the computer and see if it helps fix the 0x80070141 error.
4. Reset Microsoft Store via Settings

Windows 10 now lets you reset Windows Store apps in Windows 10 via Settings.
To reset the Microsoft Store, open Settings> Apps> Apps and features> Search for Microsoft Store> Advanced options , then click the Reset button .
This method requires you to reinstall the Windows Store app using Windows PowerShell. To do so, follow these steps:
Right-click the Start button and choose Windows PowerShell (Admin) to launch PowerShell as admin.
In the Windows PowerShell window, copy and paste the command below and press Enter to execute:
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.InstallLocation)AppXManifest.xml'}
After executing the command, restart your computer and try again.
Good luck.
FAQ
What usually causes Microsoft Store App Update Error: Something Unexpected Happened?
The cause may involve incorrect settings, outdated software, damaged files, permission problems, device compatibility, or a temporary system issue.
What should I try first to resolve Microsoft Store App Update Error: Something Unexpected Happened?
Restart the affected app or device, install pending updates, verify settings and connections, and follow the troubleshooting steps in order.
How can I prevent the issue from returning?
Keep software updated, maintain backups, avoid interrupted installations, and review system or device settings after major changes.
Reader Comments 0
Sign in with email or Google to join the discussion.