Install Winget Using Powershell Updated High Quality Jun 2026

WinGet has matured significantly since its introduction, evolving from a developer preview to an essential system administration tool. While the irony of needing a command line to install a command-line tool persists, the installation methods covered in this guide eliminate the friction associated with that initial bootstrap process.

Run the following command to ensure you have the latest packages: powershell winget install --id Microsoft.AppInstaller --source msstore Use code with caution.

Repair-WinGetPackageManager -AllUsers

As of Windows 11 and Windows 10 version 1809, Microsoft introduced a new package manager called winget . This tool allows users to easily discover, install, and manage packages (applications) on their Windows machines. In this article, we'll walk through the process of installing winget using PowerShell.

:

Right-click and select Run as Administrator . Step 2: Check for Existing Installation

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass install winget using powershell updated

If winget is already installed, you should see the version number. If not, proceed to the next step.

Windows' native package manager, WinGet (the Windows Package Manager), has fundamentally changed how users and system administrators manage software on Windows. However, one of the most persistent frustrations is that this command-line tool often does not come with an official command-line installer, creating a circular problem for those who need to automate its deployment. : Right-click and select Run as Administrator

Updating Winget is often simpler than installing it from scratch because once Winget exists, you can use – but there’s a catch. Winget cannot update itself while it is in use. Microsoft provides an official PowerShell script to handle this.

Open and run:

Discover more from Mintable Editorial

Subscribe now to keep reading and get access to the full archive.

Continue reading