Seeing a WindowsPackageManagerServer.exe - Application Error message when using WINGET
in Windows 11/10? This can happen when installing, updating, or managing apps using the WINGET
command.
The error message typically looks like this:
The instruction at 0x00007FFEA00D9BF3 referenced memory at 0x0000000000000000. The memory could not be read.
Click on OK to terminate the program
Here’s how to resolve the WindowsPackageManagerServer.exe Application Error in Windows 11/10.
Run System File Checker
System File Checker (SFC) can identify and repair corrupted system files. Since Windows Package Manager is often pre-installed, SFC might resolve the error if it stems from file corruption.
Step 1: Open Command Prompt as administrator. Search for cmd
in the Taskbar search box, right-click, and select Run as administrator
.
Step 2: Type the following command and press Enter:
sfc /scannow
Step 3: Wait for the scan to complete. This process may take some time.
Step 4: If SFC finds and repairs any errors, restart your computer.
Update Windows Package Manager
An outdated Windows Package Manager can sometimes cause errors. Updating to the latest version might fix the problem.
Step 1: Go to the Winget CLI releases page on GitHub.
Step 2: Download the .msixbundle
file for the latest release.
Step 3: Double-click the downloaded file to open it.
Step 4: Click the Update
button.
Step 5: Let the update process finish.
Run the Program as Administrator
Lack of administrative permissions can sometimes cause this error. Try running the application with elevated privileges.
Step 1: Search for the app in the Taskbar search box.
Step 2: Select the app you want to open.
Step 3: Click on the Run as administrator
option.
Step 4: Click Yes
on the User Account Control (UAC) prompt.
Update Windows
An outdated version of Windows 11 or Windows 10 might cause Winget
to malfunction. Updating to the latest version is recommended.
Step 1: Press Win + I
to open Windows Settings.
Step 2: Go to Windows Update
.
Step 3: Click Check for updates
.
Step 4: If updates are available, download and install them. Restart your computer if prompted.
Restart your PC
A simple restart can often resolve temporary glitches and bugs that might be causing the error.
Step 1: Save your work and close all open applications.
Step 2: Click the Start button, then click the Power icon, and select Restart
.
By following these steps, you should be able to resolve the WindowsPackageManagerServer.exe Application Error and continue using Winget without issues.