🚀 NEW in v2.4.28: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Fix Winget (Windows Package Manager) Not Working

How to Fix Fix Winget (Windows Package Manager) Not Working on Windows

Winget command not found? Windows Package Manager failing to install apps? Winget source errors or "No applicable installer found"? Fix winget issues on Windows 10 and 11.

📖

Main Troubleshooting Guide

How to Fix Microsoft Store Not Working

Complete symptoms, causes, and step-by-step solutions

Symptoms

You might be experiencing this problem if you notice:

  • "winget: The term winget is not recognized" error in terminal
  • Winget install fails with "No applicable installer found"
  • Winget source update fails with network or SSL errors
  • Winget search returns no results or times out
  • Winget upgrade shows outdated package information
  • App Installer package missing or corrupted preventing winget from working

Common Causes

  • App Installer (which provides winget) is not installed or outdated
  • Microsoft Store version of App Installer is corrupted
  • Winget source repository (msstore or winget) is unreachable
  • Corporate proxy or firewall blocking winget CDN endpoints
  • PATH environment variable does not include winget location
  • Windows version too old (winget requires Windows 10 1809+)

Solutions

Solution 1: Install or Update App Installer

  1. 1Winget is part of the "App Installer" package from Microsoft Store
  2. 2Open Microsoft Store → search for "App Installer" → Update/Install
  3. 3If Store is not working, download directly:
  4. 4Go to https://github.com/microsoft/winget-cli/releases
  5. 5Download the latest .msixbundle file
  6. 6Double-click to install
  7. 7Restart your terminal (close and reopen PowerShell/CMD)
  8. 8Verify: winget --version

Solution 2: Fix Winget Source and Network Issues

  1. 1Reset winget sources:
  2. 2winget source reset --force
  3. 3Update sources: winget source update
  4. 4If behind a proxy, configure winget:
  5. 5winget settings → add proxy configuration to the settings JSON
  6. 6If getting SSL errors, ensure system time is correct
  7. 7Try: winget source remove msstore then winget source add msstore
  8. 8For corporate environments, IT may need to whitelist: cdn.winget.microsoft.com

Solution 3: Re-register or Reinstall Winget

  1. 1Open PowerShell as Administrator
  2. 2Re-register App Installer:
  3. 3Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
  4. 4If that fails, try full reinstall:
  5. 5Get-AppxPackage Microsoft.DesktopAppInstaller | Remove-AppxPackage
  6. 6Then reinstall from Microsoft Store or GitHub releases
  7. 7Ensure PATH includes: %LocalAppData%\Microsoft\WindowsApps
  8. 8Verify: where.exe winget — should show the executable path
FIXES THIS IN 5 MINUTES

Fix Fix Winget (Windows Package Manager) Not Working Automatically

RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.

Download Now - Free Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More Update & Installation Guides

Share this:XRedditLinkedInEmail