How to check PowerShell version in Windows 10
Determining the exact current version of PowerShell will help you understand which PowerShell features you have access to, thereby planning how to use them most effectively.
In this article, we will learn how to check the PowerShell version in Windows 10.
Determine PowerShell Version
Interestingly, you can use PowerShell to run a command to find the current version number of the tool itself.
To get started, open the 'Start' menu, search for the keyword 'Windows PowerShell' and click on the corresponding application in the returned search results.
After a few seconds, a PowerShell window will open, here, enter the following command and press Enter:
$PSVersionTable
Immediately, PowerShell will display a series of different metrics. However, we will only be interested in the first value titled 'PSVersion' - which is your current PowerShell version - as shown below.
Now that you know what version of PowerShell you're running on, you need to update or not.
Update PowerShell in Windows 10
PowerShell is a default tool, built into Windows 10. Therefore, it will also be updated automatically when you order operating system updates. But this also means that you should regularly update your PC to a new version of Windows 10, to ensure that PowerShell is also running at the latest version.
Note that PowerShell 7 will be slightly different from the version normally installed on Windows 10 PCs. To install a new version of PowerShell 7, you must download the installer file or run a command from PowerShell on your PC.
You should read it
- About PowerShell
- How to install PowerShell 7.0 in Windows 10/8/7
- How to Install or Update PowerShell on Windows 11
- Now you can run PowerShell on both Linux and macOS
- What is PowerShell Basic commands in PowerShell
- Use PowerShell to download any file on Windows 10
- Next time, Microsoft will release PowerShell updates via Windows Update Windows
- PowerShell command in Windows
- What to do when Windows can't find PowerShell?
- How to use PowerShell's default parameter to change the command behavior
- Instructions on how to use PowerShell in Windows Server 2012
- PowerShell security
Maybe you are interested
Windows PowerShell Could Allow Viruses to Infiltrate Undetected
PowerShell and everything you need to know about it
How to copy, delete, move, rename files/folders using PowerShell on Windows PC
What is Windows PowerShell? How to use Windows PowerShell
How to Enable and Use Script Execution Policy in Windows PowerShell
What to do when Windows can't find PowerShell?