How can I reinstall Windows 10's calculator app? - Super User

Searching for a way to download a calculator for Windows 10 is common, whether you accidentally uninstalled the default app or need a more advanced tool for specialized work. Windows 10 comes pre-installed with a powerful, multi-functional calculator, but several third-party alternatives offer niche features like "paper tape" histories or advanced symbolic math. 1. How to Reinstall the Default Windows Calculator

: If the Store method fails, you can force a reinstallation by running PowerShell as an administrator and entering the following command: Get-AppxPackage -allusers *windowscalculator* | Foreach Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” .

: If the app is present but won't open, go to Settings > Apps > Apps & features , find Calculator, select Advanced options , and click Reset or Repair .

: Open the Microsoft Store app, search for "Windows Calculator," and click Get or Install .

BACK TO TOP