1. Fixing Calculator Error using Powershell.
2. Performing a System-wide Scan.
3. Performing a Reset or Reinstalling Calculator.
How to Fix Calculator Malfunction on Windows 10
1. Fixing Calculator Error using Powershell
Step 1: One of the possible methods to address the Calculator malfunction on Windows 10 is by using Powershell. To activate this tool, simply type Powershell and you will see this tool appear > at this point, select Run as Administrator.
Step 2: Once inside, simply copy the following command and paste it to execute the code to fix the Calculator malfunction on Windows 10.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.InstallLocation)AppXManifest.xml'}
Wait for about 5-10 minutes for the system to download the necessary files to fix it. Afterward, reopen Calculator to see if it operates normally.
2. Perform a System-wide Scan
On Windows 10, there are various methods to check your system, and using Command Prompt or Powershell tools can be quite handy.
Step 1: First, press the Ctrl + R keys, then type cmd. However, here, instead of pressing OK, use the Ctrl + Shift + Enter combination to open Command Prompt in Administrator mode.
Step 2: After opening the Command Prompt, simply type the command sfc /scannow to let the system automatically check for errors.
Now, just wait for 10 to 15 minutes for the system to complete the check and see if there are any issues with the Calculator not working on Windows 10.
Step 3: After the Scan, if errors are detected, enter the command DISM /Online /Cleanup-Image /RestoreHealth to execute the system restoration command in the game.
This process also takes approximately 5 - 10 minutes to complete.
3. Perform a Reset or Reinstall of Calculator
A simple solution is to either reset or reinstall the Calculator app to fix the Calculator malfunction on Windows 10. It's a straightforward approach that you can easily apply.
Step 1: First, simply search for Calculator, then right-click > choose App Settings.
Step 2: Scroll down to find two options: Reset and Uninstall for your selection.
Step 3: If you want to reset the app to its original state, just click Reset and confirm once more.
But if you prefer a more secure option, uninstall it, then go to the Windows 10 Store and download Calculator again using the keyword Windows Calculator.
Here is a quick guide on fixing Calculator issues on Windows 10. You can apply one of the methods below to promptly resolve the problem you're facing. Through this article, we've learned the power of Command Prompt and its usefulness. Opening Command Prompt is a method frequently applied by Mytour to fix errors. If you know how to use this tool, you'll undoubtedly open Command Prompt more often and harness its full potential.
In addition to Command Prompt, we also have Powershell, featuring many powerful commands that Command Prompt lacks. If you're exploring Command Prompt, Mytour recommends delving into Powershell commands as they can complement each other.
- Explore more: PowerShell Commands
