How to Fix Windows 10 Calculator Not Working Error

Windows is one of the most popular yet widely used operating systems out there. However, despite being so famous, it has got some serious issues. And one such problem is the “Windows 10 Calculator Not Working.”

In case if you are facing a similar issue and wondering how to fix windows 10 calculator not working error. Then not to worry, we are here to help you out.

In this article, we will talk about the top steps that you can follow to fix the calculator not working on Windows 10 problem easily.

So, let’s dive just dive right into the topic.

How To Fix Windows 10 Calculator Not Working Error?

Windows 10 Calculator Not Working
Windows 10 Calculator Not Working

So here we will talk about the 3 working methods to fix windows 10 calculator not working error. So let’s get started without wasting much time.

Method 1: Reinstalling Calculator

The first thing that we can try is reinstalling calculator. There might be a high chance that the Calculator program has been corrupted for some reasons. And reinstalling it might fix the issue.

But hey, you might tell me that it is not possible to uninstall a Windows program. Well if you have the similar thought then you are kind of wrong here.

Yes, most of the time it is quite impossible to uninstall a system file. But there are some possible chances.

Once of such possible chances is by using PowerShell. Anyway, to make you understand in a better way here is a quick guide:

Step 1: First of all click on the Start menu and type in PowerShell.

Step 2: Right-click on PowerShell and select the option that says “Run as administrator.”

Step 3: Over here you have to type down this following code, or you can copy and paste the code given below.

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Once you paste the code, hit the Enter button. This will uninstall the Windows Calculator.

Step 4: After that, we have to reinstall the Calculator app again. For this, we will use Windows PowerShell. Paste the code given below in Powershell.

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register“$($_.InstallLocation)\AppXManifest.xml”}

Then hit the Enter button, and you are all done.

Just in case if you are not comfortable with PowerShell, then you can also use Windows Store to download and install the Calculator. However, it does not support the uninstall feature.

Method 2: Making a new user account

There is also a high chance that your Account does not have the requirements to use the calculator. These requirements are often set by UAC or User Account Control. So if you create a new account, then there is a possible chance that you will be able to get rid of the Windows 10 calculator not working problem.

This problem only accrues when you have set limited account access for your computer. And only a few users can get the administrative rights. Anyway, for a better guide, you can follow below mentioned steps:

Step 1: First of all you have to log in to an administrator account if you have not already.

Step 2: After that, you have to go to the start menu and type Settings and then click on Accounts.

Step 3: From here you have to go to the option that says “Family and other users.” You can find the option on the left side of the window.

Step 4: After that, you have to select the option that says “Add someone else to this PC.”

Step 5: Now Windows will help you to create a new account and start the Wizard. However, when the new window opens up, you have to click on the option that says  “I don’t have this person’s sign-in information.”

Step 6: From the new Window, you have to click on the “Add a user without Microsoft” option.

Step 7: Over here you have to enter all the required details including a username and password and save them.

Step 8: Then you have to navigate to Settings > Accounts > Your Account.

Step 9: Over here you will find your Account picture and below that you will find the “Sign in with a local account instead” option, just click on it.

Step 10: Then enter your account password.

Step 11: It will then again ask for your local account username and password. In the end, click on “Sign out and finish.”

Step 12: Once you are done with all the process, you will easily be able to switch from new to the local account. Also, you will be able to move your personal files to the new account without any issues.

Step 13: In the end, simply navigate to Settings > Accounts > Your Account and select the option “Sign in with a Microsoft Account instead.” Then enter your username and password and click Sign in.

After that check, if you are still getting the Windows 10 calculator not working problem or not. If it has fixed the issue, then simply delete the old account and start using the new account.

Method 3: Reinstalling Windows Calculator completely

The last thing that we can try out is to uninstall Windows Calculator completely and install it back. To do so, you have to follow these steps:

Step 1: First of all you have to log in to the Administrator account.

Step 2: Then from the Start menu and type down CMD and run it as an administrator.

Step 3: Once command prompt gets opened, type down net user Administrator /active: yes and hit the enter button.

Step 4: Then from the start menu click on your profile icon and navigate to the Local disk C.

Step 5: Now you have to open the folder of “Program Files” and locate “WindowsApps.”

Step 6: Then right click on it and go to the Properties and grant full access to your account.

Step 7: After that, you have to switch back to your account navigate to the Drive C > Program Files > WindowsApps.

Step 8: Over here you have to look for the “WindowsCalculator” folders. Also, you have to right click on each of the folders and go to properties and then change the ownership from SYSTEM to your user account.

Step 10: In the end delete all the “WindowsCalculator” folders and install Calculator back from the Windows store.

Leave a Comment