I keep getting a notice to upgrade my windows 11 powershell. I don't know how to do that. Is there a simple way to have windows do the upgrade

William Lewis 0 Reputation points
2026-01-14T16:26:02.64+00:00

I keep getting a notice to upgrade my windows 11 powershell. I don't know how to do that. Is there a simple way to have windows do the upgrade

Windows for home | Windows 11 | Install and upgrade
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2026-01-14T16:26:43.5433333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To upgrade PowerShell on Windows 11, you can use the Windows Package Manager (WinGet), which is a command-line tool included with Windows 11. Here’s a simple way to do it:

    1. Open PowerShell: You can search for PowerShell in the Start menu and open it.
    2. Check for Upgrade: Run the following command to see if an upgrade is available:
         winget list --id Microsoft.PowerShell --upgrade-available
      
    3. Upgrade PowerShell: If an upgrade is available, you can upgrade PowerShell by running:
         winget upgrade --id Microsoft.PowerShell
      

    This will automatically download and install the latest version of PowerShell for you.

    0 comments No comments

  2. DaveM121 838.7K Reputation points Independent Advisor
    2026-01-14T16:59:08.8733333+00:00

    If you are seeing a PowerShell window popping up regularly, that is not about updating PowerShell, it usually indicates some process is using PowerShell in the background, please provide a screenshot of that popup window you are seeing.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.