Reinstall Calculator Windows 10 Without Powershell
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:
- Click the Start button and type Apps & features.
- Select Apps & features from the search results.
- In the Apps & features window, click on Optional features in the left pane.
- Scroll down and find Windows Accessories in the list of optional features.
- Click the More button (three dots) next to Windows Accessories and select Repair.
- Wait for the repair process to complete. This may take a few minutes.
- 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:
- Press Windows + R to open the Run dialog.
- Type regedit and press Enter. Click Yes if prompted by UAC.
- In the Registry Editor, navigate to:
HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\PackageRepository\Extensions\Microsoft.Windows.Calculator_cw5n1h2txyewy\PackageFamilyName - Look for a key named Microsoft.WindowsCalculator_8wekyb3d8bbwe. If it exists, the Calculator app is registered.
- 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:
- Press Windows + X and select Command Prompt (Admin) or Windows PowerShell (Admin).
- Type the following command and press Enter:
Get-AppxPackage -Name Microsoft.WindowsCalculator | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Wait for the command to complete. This may take a few minutes.
- 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.