Uninstalling and Reinstalling Windows 11 Calculator

The Windows Calculator app is one of the most useful built-in applications in Windows 11. Whether you’re performing basic arithmetic, scientific calculations, programming conversions, date calculations, or unit conversions, the Calculator app provides a fast and reliable solution. However, there may be times when the app stops working properly, crashes unexpectedly, fails to open, or displays errors after a Windows update.

In such situations, uninstalling and reinstalling the Calculator app is often the most effective way to resolve the problem. Reinstalling replaces corrupted app files with a fresh copy without affecting the rest of your Windows installation. Windows 11 offers several ways to remove and reinstall the Calculator app using Settings, PowerShell, the Microsoft Store, and advanced troubleshooting tools.

Update Windows Drivers

This guide explains multiple methods to uninstall and reinstall the Windows 11 Calculator app safely.

Why Reinstall the Calculator App?

PC running slow or unstable? Do you want to update drivers?

There are several reasons why you might want to reinstall Calculator.

  • The app won’t open.
  • Calculator crashes immediately after launching.
  • The app freezes or becomes unresponsive.
  • Missing features after a Windows update.
  • Corrupted application files.
  • Resetting the app didn’t solve the issue.
  • Error messages appear when opening Calculator.

Reinstalling the app usually resolves these issues without affecting your personal files.

Method 1: Reset the Calculator App Before Reinstalling

Before uninstalling the app, try resetting it.

  1. Press Windows + I to open Settings.
  2. Select Apps.
  3. Click Installed apps.
  4. Search for Calculator.
  5. Click the three-dot menu beside Calculator.
  6. Select Advanced options.
  7. Scroll down and click Reset.
  8. Confirm the action.

If Calculator still doesn’t work, proceed with the following methods.

Method 2: Uninstall Calculator Using Settings

On some Windows 11 versions, Calculator can be removed directly from the Settings app.

  1. Open Settings.
  2. Go to Apps > Installed apps.
  3. Locate Calculator.
  4. Click the three-dot menu.
  5. Select Uninstall.
  6. Confirm the removal.

If the Uninstall option is unavailable, use PowerShell instead.

Method 3: Uninstall Calculator Using PowerShell

Repair PC

PowerShell allows you to remove built-in apps that cannot be uninstalled through Settings.

  1. Search for PowerShell.
  2. Right-click Windows PowerShell.
  3. Select Run as administrator.
  4. Enter the following command:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
  1. Press Enter.
  2. Wait until the command completes.

The Calculator app will be removed from your computer.

Method 4: Reinstall Calculator from the Microsoft Store

PC running slow or unstable? Do you want to update drivers?

The easiest way to reinstall Calculator is through the Microsoft Store.

  1. Open the Microsoft Store.
  2. Search for Windows Calculator.
  3. Select the official Microsoft app.
  4. Click Install or Get.
  5. Wait for the installation to finish.

Once installed, launch Calculator from the Start menu.

Method 5: Reinstall Calculator Using PowerShell

If the Microsoft Store isn’t working, PowerShell can reinstall built-in apps.

  1. Open Windows PowerShell as administrator.
  2. Run the following command:
Get-AppxPackage -AllUsers *WindowsCalculator* | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}
  1. Press Enter.
  2. Wait for the process to complete.
  3. Restart your computer.

Calculator should now be available again.

Method 6: Reinstall All Built-in Windows Apps

If multiple Microsoft apps are missing or malfunctioning, you can reinstall all built-in apps.

  1. Open PowerShell as administrator.
  2. Run:
Get-AppxPackage -AllUsers | Foreach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}
  1. Wait for Windows to finish registering all built-in applications.
  2. Restart your PC.

This reinstalls Calculator along with other default Windows apps.

Method 7: Run the Windows Store Apps Troubleshooter

PC running slow or unstable? Do you want to update drivers?

Windows includes a troubleshooter for Microsoft Store apps.

  1. Open Settings.
  2. Go to System > Troubleshoot.
  3. Select Other troubleshooters.
  4. Find Windows Store Apps.
  5. Click Run.
  6. Follow the on-screen instructions.

The troubleshooter can automatically detect and fix issues preventing Calculator from working.

Method 8: Clear the Microsoft Store Cache

A corrupted Store cache may prevent Calculator from installing correctly.

  1. Press Windows + R.
  2. Type:
wsreset.exe
  1. Press Enter.
  2. Wait for the Microsoft Store to open automatically.
  3. Try installing Calculator again.

Method 9: Repair Corrupted System Files

If Windows system files are damaged, built-in apps may not function correctly.

Run System File Checker

Open Command Prompt as administrator and run:

sfc /scannow

Wait for the scan to finish and restart your PC.

Run DISM

If problems persist, execute:

DISM /Online /Cleanup-Image /RestoreHealth

Restart Windows after the process completes.

Method 10: Install the Latest Windows Updates

Microsoft frequently releases fixes for built-in apps.

  1. Open Settings.
  2. Go to Windows Update.
  3. Click Check for updates.
  4. Install all available updates.
  5. Restart your PC.

Updating Windows may resolve Calculator issues without requiring reinstallation.

Common Calculator Problems

Calculator Won’t Open

Reset or reinstall the app using one of the methods above.

Calculator Closes Immediately

Repair corrupted system files using SFC and DISM, then reinstall the app.

Calculator Is Missing

Install it again through the Microsoft Store or PowerShell.

Microsoft Store Won’t Install Calculator

Clear the Store cache using wsreset.exe, then try again.

Calculator Displays Incorrect Results

Ensure you’re using the correct calculator mode, such as Standard, Scientific, or Programmer, and install the latest updates if the issue persists.

Tips for Maintaining the Calculator App

  • Keep Windows 11 updated.
  • Install Microsoft Store app updates regularly.
  • Avoid removing built-in apps unless necessary.
  • Restart your PC after major Windows updates.
  • Run SFC occasionally if built-in apps begin malfunctioning.
  • Keep enough free storage space for Windows and app updates.

Conclusion

The Windows 11 Calculator app is an essential utility for everyday calculations, and most issues can be resolved by resetting or reinstalling the app. Whether you use the Settings app, PowerShell, Microsoft Store, or Windows troubleshooting tools, Windows provides several reliable ways to restore Calculator to its default state. If reinstalling the app doesn’t solve the problem, repairing system files with SFC and DISM or installing the latest Windows updates can often fix underlying issues. By following the methods in this guide, you can quickly restore the Calculator app and keep it functioning smoothly.

Frequently Asked Questions

Can I uninstall the Windows 11 Calculator app?

Yes. Depending on your Windows version, you can uninstall it through Settings or PowerShell.

How do I reinstall Calculator?

Open the Microsoft Store, search for Windows Calculator, and install the official app, or use PowerShell to re-register it.

Will reinstalling Calculator delete my files?

No. The Calculator app does not store personal documents, so reinstalling it will not affect your files.

What should I do if Calculator still doesn’t work after reinstalling?

Run SFC and DISM, clear the Microsoft Store cache, install the latest Windows updates, and restart your computer before trying the app again.

PC running slow or unstable? Do you want to update drivers?

GeeksDigit.Com
Logo