A PowerShell window on a Windows desktop.

To check the version of PowerShell you are using on Windows 10, open a PowerShell window and enter "$PSVersionTable" into the prompt. The current PowerShell version will be displayed next to "PSVersion."

Finding your PowerShell version helps you know what PowerShell features you have access to. A PowerShell command lets you reveal the version number, and we’ll show you how to do this.

Find Your PowerShell Version

You’ll use the PowerShell utility itself to find the version number.

To start, open the “Start” menu, search for “Windows PowerShell,” and click it in the search results.

Select "Windows PowerShell" in Windows' Start menu.

In the PowerShell window that opens, type the following command and then press Enter:

$PSVersionTable

Type "$PSVersionTable" in a PowerShell window.

PowerShell displays various numbers. Here, the first value that says “PSVersion” is your PowerShell version.

A PowerShell window displaying the installed version.

You can now close the PowerShell window.

Bonus Tip: Update PowerShell in Windows 10

Windows 10 updates the built-in PowerShell tool when you install system updates. This means that you should keep your PC up to date to ensure that you’re always running the latest version of PowerShell.

RELATED: How to Install Windows 10's May 2021 Update (21H1)

Also, know that PowerShell 7 is different from the version that’s usually installed on Windows 10 PCs. To install this version of PowerShell, either download the installer file or run a command from PowerShell on your PC. We have a dedicated guide on how to do that if you’d like to check it out.

RELATED: How to Install PowerShell 7 on Windows 10

Profile Photo for Mahesh Makvana Mahesh Makvana
Mahesh Makvana is a freelance tech writer who specializes in writing how-to guides. He has been writing tech tutorials for over a decade now. He’s written for some of the prominent tech sites including MakeUseOf, MakeTechEasier, and Online Tech Tips.
Read Full Bio »