How to Resolve The Calculator App Glitch in Windows 10

The Windows Calculator is a fundamental tool for many users, but it can sometimes malfunction. If you're facing issues with the Calculator app not working on your Windows PC, there are several steps you can take to resolve the problem.

Restart Your Computer

Before diving into more complex solutions, a simple restart can often resolve the issue. Save any ongoing work, click on the Start button, select the Power icon, and choose the Restart option. This can refresh system resources and potentially fix the problem.

Reset the Calculator App

Resetting the Calculator app can often resolve issues related to its functionality. Here’s how to do it:

  1. Open Settings: Press the Windows icon on your keyboard and select the Settings option.
  2. Navigate to Apps: In the Settings window, click on the Apps option.
  3. Find Calculator: Under the Apps & features section, find and click on Calculator.
  4. Advanced Options: Click on the Advanced options link.
  5. Reset: Click the Reset button, and then confirm your action by clicking Reset again.

Update the Calculator App

An outdated Calculator app might be the cause of the issue. Here’s how to update it:

  1. Open Microsoft Store: Press the Start icon and choose the Microsoft Store tile.
  2. Search for Calculator: Type “calculator” in the search box and select Windows Calculator from the list.
  3. Update: If an updated version is available, click the Update button to update your Windows Calculator.

Re-register Windows Apps

Re-registering all Microsoft apps can sometimes fix issues with specific apps like the Calculator. Here’s how to do it:

  1. Open PowerShell: Search for PowerShell in the Start menu, right-click on it, and select Run as administrator.
  2. Execute Command: Enter the following command and press Enter:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    

    This command will re-register all Windows apps, including the Calculator.

Run SFC and DISM Scans

Corrupted system files can cause issues with the Calculator app. Running System File Checker (SFC) and Deployment Image Servicing and Management (DISM) scans can help fix these issues:

  1. Open Command Prompt: Press the Windows icon and R key simultaneously, type cmd, and press Enter. Right-click on Command Prompt and select Run as administrator.
  2. Run SFC Scan: Type sfc /scannow and press Enter. This scan will look for problems and apply fixes automatically if it finds any.
  3. Run DISM Scan: Type dism /online /cleanup-image /restorehealth and press Enter. This scan will take some time to finish.

Create a New User Account

Sometimes, issues with the Calculator app can be related to the user account. Creating a new user account can help resolve this:

  1. Open Settings: Press the Windows icon and select the Settings option.
  2. Navigate to Accounts: In the Settings window, click on Accounts.
  3. Add a New User: Click on Other users, then click on Add account. Follow the instructions to create a new local user account.
  4. Log In with New Account: Log in with the new user account and check if the Calculator app works.

Check for Malware or Viruses

Malware or viruses can sometimes interfere with system apps. Ensure your antivirus software is up to date and run a full scan to check for any malware.

End Runtime Broker Process

The Runtime Broker process can sometimes cause issues with the Calculator app. Here’s how to end this process:

  1. Open Task Manager: Right-click on the Start menu and select Task Manager.
  2. Locate Runtime Broker: Find the Runtime Broker process, select it, and click on the End task button. Repeat this for any additional instances of Runtime Broker.

By following these steps, you should be able to resolve issues with the Calculator app not working on your Windows PC. If none of these solutions work, you may need to consider reinstalling Windows or seeking further technical support.

Leave a Reply

Your email address will not be published. Required fields are marked *