Reinstall Windows Calculator Without Store
If you need to reinstall the Windows Calculator app without using the Microsoft Store, there are several alternative methods you can try. This guide provides step-by-step instructions for three different approaches, along with troubleshooting tips to help you resolve any issues that may arise.
Method 1: Using Command Prompt
This method involves using the Command Prompt to reinstall the Calculator app. Here's how to do it:
- Press the Windows key + X on your keyboard and select "Command Prompt (Admin)" from the menu.
- In the Command Prompt window, type the following command and press Enter:
dism /online /add-package /packagepath:"C:\Windows\WinSxS\amd64_microsoft-windows-calc_31bf3856ad364e35_10.0.19041.1_none_95506c465157338c" - Wait for the process to complete. You should see a message indicating that the package was successfully added.
- Once the process is complete, close the Command Prompt window and try opening the Calculator app again.
Note: The exact package path may vary depending on your Windows version. If the above command doesn't work, you may need to find the correct package path for your system.
Method 2: Using PowerShell
If you prefer using PowerShell, you can also reinstall the Calculator app with the following steps:
- Press the Windows key + X on your keyboard and select "Windows PowerShell (Admin)" from the menu.
- In the PowerShell window, type the following command and press Enter:
Get-AppxPackage -Name Microsoft.WindowsCalculator | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Wait for the process to complete. You should see output indicating that the package was successfully registered.
- Once the process is complete, close the PowerShell window and try opening the Calculator app again.
Note: This method requires that the Calculator app is already installed on your system. If it's not, you may need to use one of the other methods described in this guide.
Method 3: Using Windows Features
Another way to reinstall the Calculator app is by using the Windows Features dialog:
- Press the Windows key + R on your keyboard to open the Run dialog.
- Type "optionalfeatures" and press Enter to open the Windows Features dialog.
- In the list of features, scroll down and find "Windows Accessibility" and expand it.
- Check the box next to "On-Screen Keyboard" and click OK.
- Wait for Windows to install the feature. This may take a few minutes.
- Once the installation is complete, you should be able to open the Calculator app again.
Note: This method installs the On-Screen Keyboard, which includes the Calculator app as a feature. If you don't need the On-Screen Keyboard, you may prefer one of the other methods described in this guide.
Troubleshooting
If you're having trouble reinstalling the Calculator app, here are some troubleshooting tips:
Error: "The package could not be found"
If you receive an error message indicating that the package could not be found, it may be because the package path is incorrect or the package is not available on your system. Try using one of the other methods described in this guide.
Error: "Access is denied"
If you receive an "Access is denied" error, it may be because you're not running the Command Prompt or PowerShell as an administrator. Make sure to right-click the shortcut and select "Run as administrator" before running the commands.
Calculator still not working
If you've tried all of the methods described in this guide and the Calculator app still isn't working, it may be a good idea to check for Windows updates or run the System File Checker (SFC) tool. You can do this by opening Command Prompt as an administrator and running the following command:
sfc /scannow
This will scan your system for corrupted files and attempt to repair them. Once the scan is complete, restart your computer and try opening the Calculator app again.
FAQ
- Why can't I reinstall the Calculator app using the Microsoft Store?
- The Microsoft Store may be temporarily unavailable or experiencing issues. In this case, you can use one of the alternative methods described in this guide to reinstall the Calculator app.
- Will reinstalling the Calculator app delete my data?
- No, reinstalling the Calculator app will not delete your data. The app is designed to preserve your settings and preferences when it's reinstalled.
- Can I use these methods to reinstall other Windows apps?
- Yes, the methods described in this guide can be used to reinstall other Windows apps as well. Simply replace "Microsoft.WindowsCalculator" with the name of the app you want to reinstall.
- Is there a way to prevent the Calculator app from being uninstalled?
- No, there is no way to prevent the Calculator app from being uninstalled. However, you can use the methods described in this guide to quickly reinstall it if needed.
- Will reinstalling the Calculator app fix any issues I'm experiencing?
- Reinstalling the Calculator app may help resolve some issues, but it's not a guaranteed fix. If you're still experiencing problems after reinstalling the app, you may need to troubleshoot further or contact Microsoft support.