Share via

Powershell

Jim LaFave 0 Reputation points
2026-01-27T16:04:47.38+00:00

I keep on getting a message from Windows Powershell requesting I download the latest powershell . What does this mean and how do I resolve this?

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments

2 answers

Sort by: Most helpful
  1. SChalakov 10,781 Reputation points MVP Volunteer Moderator
    2026-01-30T09:46:54.4+00:00

    Hi Jim,

    This message appears because you're using Windows PowerShell (the older version that comes built into Windows) and Microsoft is encouraging users to upgrade to PowerShell 7+ (the newer, cross-platform version).

    What it means:

    • Windows PowerShell (version 5.1) is the legacy version that's in maintenance mode
    • PowerShell 7+ is the modern, actively developed version with new features and improvements
    • Microsoft wants users to eventually migrate to the newer version

    How to resolve:

    Option 1 - Upgrade to PowerShell 7+ (recommended if you use PowerShell regularly)

    Option 2 - Dismiss/ignore the message (if you rarely use PowerShell)

    • The message is just a notification, not a critical warning
    • Windows PowerShell 5.1 will continue working for the foreseeable future
    • You can simply close the notification when it appears

    Option 3 - Suppress the notification

    • If you want to stop seeing the message, you can set an environment variable to disable it, though this isn't generally recommended

    For most casual users, either upgrading (it's free and straightforward) or simply dismissing the notification when it appears are both perfectly fine options.This message appears because you're using Windows PowerShell (the older version that comes built into Windows) and Microsoft is encouraging users to upgrade to PowerShell 7+ (the newer, cross-platform version).

    What it means:

    • Windows PowerShell (version 5.1) is the legacy version that's in maintenance mode
    • PowerShell 7+ is the modern, actively developed version with new features and improvements
    • Microsoft wants users to eventually migrate to the newer version

    How to resolve:

    Option 1 - Upgrade to PowerShell 7+ (recommended if you use PowerShell regularly)

    Option 2 - Dismiss/ignore the message (if you rarely use PowerShell)

    • The message is just a notification, not a critical warning
    • Windows PowerShell 5.1 will continue working for the foreseeable future
    • You can simply close the notification when it appears

    Option 3 - Suppress the notification

    • If you want to stop seeing the message, you can set an environment variable to disable it, though this isn't generally recommended

    For most casual users, either upgrading (it's free and straightforward) or simply dismissing the notification when it appears are both perfectly fine options.

    Hope this helps out
    Best Regards
    Stoyan

    "If my response was useful, please consider marking it as the answer. It keeps the forum clean, structured, and more helpful for everyone. Thank you for supporting the community."

    0 comments No comments

  2. Q&A Assist
    2026-01-27T16:05:29.71+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    You are seeing the message from Windows PowerShell because it is notifying you that there is a newer version of PowerShell available for download. This message appears every time you start Windows PowerShell 5.1, which is no longer actively developed. It does not mean that your current version is not up-to-date; rather, it indicates that you are not running PowerShell 7, which is the actively developed version.

    To resolve this, you can choose to install PowerShell 7 if you want the latest features and improvements. However, it is not mandatory to install it unless you have specific requirements for its features. If you decide to install it, follow the instructions provided in the official documentation for installing PowerShell on Windows.

    Please note that there is no way to disable the update notification message in Windows PowerShell 5.1.


    References:

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.