Calculator not working since the latest upgrade

Charlie Hoge 5 Reputation points
2024-02-07T18:56:26.8366667+00:00

since the latest update, the calculator program is not working. I have gotten some notifications that say: "your computer can't upgrade to Windows 11" Is there any fix so the calculator can work?

Windows for business | Windows Client for IT Pros | User experience | Other
{count} vote

2 answers

Sort by: Most helpful
  1. Wesley Li 11,280 Reputation points
    2024-02-09T01:03:46.96+00:00

    Hello Have you got any error messages when you opened calculator? "your computer can't upgrade to Windows 11" we could try to check the device manufacturer website whether this machine model is compatible with Windows 11.

    1. For the calculator, we could try to open powershell command line then run "Get-AppxPackage -allusers Microsoft.WindowsCalculator | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_. InstallLocation)\AppXManifest.xml"}" to register it.
    2. Or we could try to remove it from start menu by right click it then install it from Store again.
    3. We also could try to login with another account or create a new account then check it.
    4. We also could try to run powershell command line and run "get-appxpackage". Check the status of calculator app. If we got a status other than "OK", we could run "regedit" to open registry keys. Then navigate to the following location. Delete the registry key here. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModel\StateChange\PackageList For more troubleshooting information, we could check Event Viewer\Applications and Services\Microsoft\Windows\Apps log.
    0 comments No comments

  2. Kapil Arya 8,461 Reputation points MVP Volunteer Moderator
    2025-06-03T12:19:46.14+00:00

    Hello,

    See if suggestions in this fix helps you:

    https://www.kapilarya.com/fix-calculator-app-not-working-on-windows-11

    Let us know if this helps!

    Note: Included link in this reply refers to blog by a trusted Microsoft MVP.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.