
X64_8wekyb3d8bbwe\appxmanifest.


Microsoft.WindowsCalculator_10.1601.49020.0_圆4_8wekyb3d8bbweįinally the we are going to install that app again with this snippet:Īdd-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsAlarms_10.1603.12020.0_ Now copy the full name that looks like this: Windows Calculator paste this snippet in PowerShell and hit enter: Get-appxpackage -allusers | Select Name, PackageFullNameįor single full name of the desired app name, e.g. To reinstall an individual app use PowerShell and run it in admin mode. Note: This will only work if you have the Windows Store app installed.

Table of Contents If your Windows 10 Calculator app is not working, the troubleshooting tips and fixes below should help you get it functioning as usual. Here is the MS Store link to the Windows Calculator. Bugs, glitches, and corrupted system files are key reasons that prevent the Windows Calculator from working correctly. Note: you have to use the -Allusers option with the Get-AppxPackage command since it is not installed anymore under your current user account: Get-AppxPackage -allusers *windowscalculator* | Foreach This one worked for me, just combined the commands from the other answers found here.
