Cal11 calculator

Reinstall Calculator Windows 10 Without Store

Reviewed by Calculator Editorial Team

The Windows 10 Calculator app is a useful built-in tool, but sometimes it may need to be reinstalled. This guide explains how to reinstall the Calculator without using the Microsoft Store, including methods for different Windows 10 versions and troubleshooting tips.

Why Reinstall the Calculator

There are several reasons why you might need to reinstall the Calculator app:

  • The app has crashed or stopped working
  • You want to reset the app to its default settings
  • The app is missing features or functions
  • You're experiencing performance issues with the app
  • You want to ensure you have the latest version of the app

Reinstalling the Calculator app will not affect your personal files or settings. The process is safe and will not delete any of your data.

Reinstallation Methods

There are several methods to reinstall the Calculator app without using the Microsoft Store. Choose the method that best fits your situation.

Method 1: Using PowerShell

  1. Press Windows Key + X and select "Windows PowerShell (Admin)" or "Windows Terminal (Admin)"
  2. Type the following command and press Enter:
    Get-AppxPackage *WindowsCalculator* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  3. Wait for the process to complete
  4. Restart your computer if prompted

Method 2: Using Command Prompt

  1. Press Windows Key + X and select "Command Prompt (Admin)"
  2. Type the following command and press Enter:
    powershell Get-AppxPackage *WindowsCalculator* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  3. Wait for the process to complete
  4. Restart your computer if prompted

Method 3: Using DISM

  1. Press Windows Key + X and select "Command Prompt (Admin)"
  2. Type the following command and press Enter:
    DISM /Online /Cleanup-Image /RestoreHealth
  3. Wait for the process to complete
  4. Restart your computer
  5. After restarting, the Calculator app should be reinstalled

If you're using Windows 10 Home edition, you may need to use Method 3 (DISM) as it doesn't include PowerShell commands for app management.

Troubleshooting

If you encounter issues during the reinstallation process, try these troubleshooting steps:

Error Messages

  • Access Denied: Make sure you're running the command prompt or PowerShell as Administrator
  • Package Not Found: Verify that the Calculator app is actually missing (try searching for it in the Start menu)
  • DISM Error: Check your internet connection and try running the command again

App Still Not Working

If the Calculator app still doesn't work after reinstallation, try these additional steps:

  • Check for Windows updates
  • Run the System File Checker:
    sfc /scannow
  • Reset the Windows Store cache:
    wsreset.exe

If you're still experiencing issues, you may want to consider performing a repair install of Windows 10, which will reinstall all built-in apps including the Calculator.

FAQ

Will reinstalling the Calculator affect my other apps?

No, reinstalling the Calculator app will not affect your other apps or system settings. The process is safe and only targets the Calculator application.

Can I reinstall the Calculator on Windows 10 Home?

Yes, you can reinstall the Calculator on Windows 10 Home using the DISM method described in this guide. Windows Home edition doesn't include PowerShell commands for app management.

Will reinstalling the Calculator delete my saved calculations?

No, reinstalling the Calculator will not delete your saved calculations. The app's data is stored separately from the application itself.

How do I know if the Calculator was successfully reinstalled?

After completing the reinstallation process, search for "Calculator" in the Start menu. If you see the Calculator app appear, it was successfully reinstalled.