Freigeben über

winget starting but not installing anything

Johannes Kingma 46 Zuverlässigkeitspunkte
2026-03-17T07:24:53.53+00:00

When I winget --version I get:

v1.2.10691

When I winget upgrade -all I get:

\

and much the same with winget list

In the titlebar there is a spining icon as if something is running but no popups appear and I see no progress. This happens in both normal and Administrator terminals.

I have installed winget with

$progressPreference = 'silentlyContinue'
Write-Host "Installing WinGet PowerShell module from PSGallery..."
Install-PackageProvider -Name NuGet -Force | Out-Null
Install-Module -Name Microsoft.WinGet.Client -Force -Repository PSGallery | Out-Null
Write-Host "Using Repair-WinGetPackageManager cmdlet to bootstrap WinGet..."
Repair-WinGetPackageManager -AllUsers
Write-Host "Done."
Windows für Unternehmen | Windows 365 Business
0 Kommentare Keine Kommentare

1 Antwort

Sortieren nach: Am hilfreichsten
  1. Brian Huynh 3,220 Zuverlässigkeitspunkte Externe Microsoft-Mitarbeiter Moderator
    2026-03-18T06:39:01.7633333+00:00

    Hello Johannes Kingma!

    This issue occurs when the local package source index becomes corrupted, or when hidden terms and agreements prompts stall the installation process in the background.

    Please follow these quick steps:

    1. Open PowerShell as an Administrator.
    2. Reset your Winget sources to clear out any corrupted data: winget source reset --force
    3. Update the source index with fresh data: winget source update
    4. Try your installation again, but append the agreement flags to prevent hidden prompts from hanging the process. For example: winget install <PackageName> --accept-package-agreements --accept-source-agreements

    Please let me know if the issue persists, and I am happy to follow up and troubleshoot this further with you.

    If this solution fixes the problem, please click "Accept Answer" and upvote it! Doing so highly supports our community and helps other users quickly find the exact fix they need.

    War diese Antwort hilfreich?

    0 Kommentare Keine Kommentare

Ihre Antwort

Antworten können von Fragestellenden als „Angenommen“ und von Moderierenden als „Empfohlen“ gekennzeichnet werden, wodurch Benutzende wissen, dass diese Antwort das Problem des Fragestellenden gelöst hat.