Cal11 calculator

Reinstall Calculator Windows 10 Without Powershell

Reviewed by Calculator Editorial Team

If the Calculator app is missing or corrupted on your Windows 10 system, you can reinstall it without using PowerShell. This guide provides three reliable methods to restore the Calculator app, along with troubleshooting tips and a calculator tool to verify your system's compatibility.

Method 1: Using Windows Settings

This is the simplest method to reinstall the Calculator app using built-in Windows tools.

Steps:

  1. Click the Start button and type Apps & features.
  2. Select Apps & features from the search results.
  3. In the Apps & features window, click on Optional features in the left pane.
  4. Scroll down and find Windows Accessories in the list of optional features.
  5. Click the More button (three dots) next to Windows Accessories and select Repair.
  6. Wait for the repair process to complete. This may take a few minutes.
  7. Once done, click the Start button and type Calculator to verify it's working.

Note: This method only repairs the Calculator app. If the app is completely missing, you may need to use one of the other methods.

Method 2: Manual Registry Edit

If the Calculator app is missing from the Start menu, you can manually add it back using the Windows Registry.

Steps:

  1. Press Windows + R to open the Run dialog.
  2. Type regedit and press Enter. Click Yes if prompted by UAC.
  3. In the Registry Editor, navigate to:
    HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\PackageRepository\Extensions\Microsoft.Windows.Calculator_cw5n1h2txyewy\PackageFamilyName
  4. Look for a key named Microsoft.WindowsCalculator_8wekyb3d8bbwe. If it exists, the Calculator app is registered.
  5. If the key is missing, you'll need to reinstall the Calculator app using the next method.

Registry Key Purpose: This key stores information about the Calculator app's installation. If it's missing, Windows may not recognize the app.

Method 3: Using Command Prompt

If the Calculator app is completely missing, you can reinstall it using the Command Prompt.

Steps:

  1. Press Windows + X and select Command Prompt (Admin) or Windows PowerShell (Admin).
  2. Type the following command and press Enter:
    Get-AppxPackage -Name Microsoft.WindowsCalculator | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  3. Wait for the command to complete. This may take a few minutes.
  4. Once done, click the Start button and type Calculator to verify it's working.

Warning: This command requires administrative privileges. Only use it if you're comfortable with Command Prompt.

Troubleshooting

If you're still having issues after trying these methods, consider these troubleshooting steps:

Common Issues:

  • Calculator not appearing in Start menu: Try searching for "calculator" in the Start menu search box.
  • Calculator crashes when opened: Check for Windows updates or reinstall the app.
  • Calculator shows incorrect results: Restart your computer and try again.

Additional Tips:

  • If you're using a custom theme, try switching to the default theme.
  • Check for any pending Windows updates that might affect the Calculator app.
  • If all else fails, consider performing a system restore to a point before the issue occurred.

FAQ

Can I reinstall the Calculator app without using PowerShell?
Yes, you can use Windows Settings or Command Prompt methods as described in this guide.
Will reinstalling the Calculator app affect my other apps?
No, reinstalling the Calculator app will not affect your other installed applications.
Why is the Calculator app missing after a Windows update?
Sometimes Windows updates can remove optional features. You can reinstall them using the methods described in this guide.
Can I use the Calculator app in Windows 11 with these methods?
These methods should work for Windows 11 as well, though the Calculator app may have different package names.