Íá ãÔßáÉ Calculator not working on Windows 10
FIX: Calculator Doesn’t Work in Windows 10
[Solved] Windows 10 Calculator Not Working
Reset And Reinstall Calculator In Windows 10
How to Fix Corrupted Calculator App on Windows 10?
How can I reinstall Windows 10's calculator app?
Using Calculator with Windows App Store blocked?



Reset the Calculator app in Windows 10

Step 1: Open Settings app and then navigate to System > Apps & features.
Step 2: Look for Calculator app entry. Click on Calculator app entry to see Advanced options link. Click Advanced options link.

Step 3: This will open Storage usage and app reset page. Click Reset button.

Step 4: When you see the warning dialog with “This will permanently delete app’s date on this device, including your preferences and sign-in details” message, click the Reset button again to reset Calculator app.

A check sign should now appear next to the Reset button, indicating that the reset job is done successfully.
Reinstall Calculator app in Windows 10

The built-in Calculator app can’t be uninstalled like other apps installed from Store. You need to either use the PowerShell or third-party program like CCleaner to uninstall the app. In this guide, we are using both PowerShell and CCleaner to uninstall Calculator app.
Step 1: Open PowerShell with admin rights. To do so, type PowerShell in Start menu or taskbar search box, right-click on PowerShell entry and then click Run as administrator.

Step 2: Copy and paste the following command in the PowerShell window and then press Enter key to execute the same.
Get-AppxPackage –AllUsers

Step 3: Now, look for Microsoft.WindowsCalculator name.

To quickly find its entry, right-click on the title bar of PowerShell, click Edit and then click Find. Enter Calculator in the box and then click Find next button.

Step 4: Copy the PackageFullName of WindowsCalculator by selecting it as shown in the picture below and then simultaneously pressing Ctrl + C hotkey.

Step 5: Finally, execute the following command to uninstall Calculator from your Windows 10 install.
Remove-AppxPackage PackageFullName
In the above command, replace PackageFullName with the PackageFullName of Calculator that you copied in the previous step. That’s it!

Step 6: Visit this page of Windows Store, click Install button to download install the official Calculator app again. As simple as that!

Using CCleaner to uninstall Calculator

Alternatively, if you’re not familiar with the PowerShell, download, install and run CCleaner, click Tools, click Uninstall, select Calculator from the list and then click Uninstall button. Click Yes button when you see the confirmation dialog to uninstall Calculator.

Once uninstalled, visit this page of Store and install a fresh copy of Calculator.

-----------------------------------------------------------------------------------------------

Reinstall Calculator

Reinstalling Calculator is something you should consider if the above two methods didn’t work for you. The way to reinstall Calculator to fix Windows 10 Calculator not working is not a conventional one though. Other in-built Microsoft apps may have a direct uninstallation option, but Calculator doesn’t. You can carry out this process in Windows PowerShell. First, you will have to uninstall the Calculator, then install it on your PC. Follow these steps:
Step 1: Open the Start menu, then search for PowerShell by typing “Powershell“. Now, right click on the Windows PowerShell option from the search result, then click Run as Administrator from the right-click menu.



Step 2: Now, enter the following piece of command in PowerShell and press Enter:

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


Running this command will re-register Windows Calculator on your PC.

This may take some time, so wait until the process is complete. Once done, go check if you have the Calculator app back on your PC. When found, simply run the Calculator and see if it’s working.

Alternative Step 3: If you do not want to re-install Calculator through Windows PowerShell, there’s another way. As mentioned in Step 1 and Step 2 of Method #2, open the Microsoft App Store, find Calculator, and you will get the option to install Calculator from there. It’s as simple as that.

If reinstalling Calculator didn’t fix the Windows 10 Calculator not working issue on your PC, try the next method.

-----------------------------------------------------------------------------------------------

This issue may be caused due to damaged/corrupted Windows system files.
Step 1: Let us run SFC scan and see if it brings any difference.
The sfc /scannow (System File Checker) command scans all protected system files, and replaces incorrect versions with correct Microsoft versions.
1. Press Windows + X keys.
2. Click on Command Prompt (Admin) to bring up an elevated command prompt.
Note: Click Yes if it prompts for permission.
3. In the command prompt type in the following command and then press Enter.
sfc /scannow

Step 2: If the issue persists, I would have you run the DISM tool to check the system health and will try to restore the files.

  1. Press Windows + X key on the keyboard.
  2. Click on Command Prompt (Admin).
  3. At the command prompt window, type the following commands:
  4. Press the Enter key after each command:

DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth