Calculator App not Working in Windows 11

Rubiat Rafi 16 Reputation points
2022-08-04T06:11:08.077+00:00

Hi, I am Rubiat.

I am facing an issue in my environment. In my environment some Windows 11 machines are facing an issue to open calculator app. When we tried to open calculator app, it was not opening and also didn't give any error. So, I want to clarify some following scenario where I am facing it:

  1. When I log in to my machine with local users, I can open calculator app
  2. When I log in with my domain account, I can't open calculator app.
  3. I downloaded it from app store also, but the result remains same
  4. When the same domain user login another machine then he can open it properly so this issue is not related with my domain account
  5. All windows 11 machines are not facing this issue. Only few machines are facing this.

Now, please anyone suggest me how to resolved this issue. It becomes now an urgent issue. So, I need to resolve it as early as possible. Thanks in advance.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,438 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Kapil Arya 8,116 Reputation points MVP
    2022-08-05T04:54:11.69+00:00

    Hello,

    See if this fix helps you:

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

    Hope this helps!

    1 person found this answer helpful.

  2. S.Sengupta 18,691 Reputation points MVP
    2022-08-05T02:39:18.807+00:00

    Run Powershell in Administrator Mode with this command.

    Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


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.