Install Winget Using Powershell Updated Jun 2026
If you'd like to know more about using Winget, tell me if you're interested in: for new PC setups. Exporting your current app list to a backup file. Uninstalling stubborn bloatware using Winget commands.
This typically indicates that WinGet is not installed, not in your PATH, or the App Installer package hasn't been properly registered.
To install winget, run the following command in PowerShell: install winget using powershell updated
Before starting, ensure your system meets these requirements: Windows 10 (version 1809 or later) or Windows 11. Permissions: You must run PowerShell as an Administrator .
For systems without Microsoft Store access (like some Windows Server versions), you can manually fetch the installers. If you'd like to know more about using
from the PowerShell Gallery : powershell
Get-AppxPackage -AllUsers -Name "Microsoft.DesktopAppInstaller" | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" Use code with caution. Verifying the Installation This typically indicates that WinGet is not installed,
winget-install -Force -Wait winget-install -AlternateInstallMethod -WingetVersion "1.6.0" winget-install -Debug
: Check your CPU architecture (x64 vs ARM64) and ensure you are downloading the matching architecture builds from the Microsoft UI Xaml GitHub releases page. 3. AppX Deployment Forbidden by Policy
If a version number appears, WinGet is successfully installed and ready to use.