<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>check powershell version windows 11 &#8211; Winsides.com</title>
	<atom:link href="https://winsides.com/tag/check-powershell-version-windows-11/feed/" rel="self" type="application/rss+xml" />
	<link>https://winsides.com</link>
	<description>Windows Insides</description>
	<lastBuildDate>Fri, 03 Oct 2025 04:00:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://winsides.com/wp-content/uploads/2024/05/cropped-android-chrome-512x512-1-150x150.png</url>
	<title>check powershell version windows 11 &#8211; Winsides.com</title>
	<link>https://winsides.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Check PowerShell Version on Windows 11?</title>
		<link>https://winsides.com/how-to-check-powershell-version-on-windows-11/</link>
					<comments>https://winsides.com/how-to-check-powershell-version-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Thu, 02 Oct 2025 17:11:15 +0000</pubDate>
				<category><![CDATA[CMD & PowerShell]]></category>
		<category><![CDATA[check powershell version windows 11]]></category>
		<category><![CDATA[windows 11]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=6526</guid>

					<description><![CDATA[Check PowerShell Version on Windows 11: Windows PowerShell is a command-line shell and scripting language built on top of the .NET Framework. Unlike the Command Prompt, PowerShell allows users to automate tasks, manage system configurations, and control Windows more effectively. The Automation in Windows PowerShell is extensive, supporting&#160;scripts, Loops, Functions, and Modules. Microsoft initially introduced [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Check PowerShell Version on Windows 11</strong>: Windows PowerShell is a c<strong>ommand-line shell and scripting language</strong> built on top of the <strong>.NET Framework</strong>. Unlike the Command Prompt, PowerShell allows users to <strong>automate tasks, manage system configurations, and control Windows</strong> more effectively. The Automation in Windows PowerShell is <strong>extensive</strong>, <span style="box-sizing: border-box; margin: 0px; padding: 0px;">supporting&nbsp;<strong>scripts</strong></span><strong>, Loops, Functions, and Modules</strong>. Microsoft initially introduced it as <strong>Monad</strong> in its beta phase, which later became <strong>Windows PowerShell 1.0</strong> on its 2006 official launch.</p>



<h2 class="wp-block-heading">Why Should you Check your PowerShell Version on Windows 11?</h2>



<figure class="wp-block-image aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" width="1920" height="1080" src="https://winsides.com/wp-content/uploads/2025/10/Check-your-PowerShell-Version-on-Windows-11.jpg" alt="Check your PowerShell Version on Windows 11" class="wp-image-6580" style="width:768px" title="How to Check PowerShell Version on Windows 11? 1" srcset="https://winsides.com/wp-content/uploads/2025/10/Check-your-PowerShell-Version-on-Windows-11.jpg 1920w, https://winsides.com/wp-content/uploads/2025/10/Check-your-PowerShell-Version-on-Windows-11-300x169.jpg 300w, https://winsides.com/wp-content/uploads/2025/10/Check-your-PowerShell-Version-on-Windows-11-1024x576.jpg 1024w, https://winsides.com/wp-content/uploads/2025/10/Check-your-PowerShell-Version-on-Windows-11-768x432.jpg 768w, https://winsides.com/wp-content/uploads/2025/10/Check-your-PowerShell-Version-on-Windows-11-1536x864.jpg 1536w, https://winsides.com/wp-content/uploads/2025/10/Check-your-PowerShell-Version-on-Windows-11-390x220.jpg 390w" sizes="(max-width: 1920px) 100vw, 1920px" /><figcaption class="wp-element-caption">Check your PowerShell Version on Windows 11</figcaption></figure>



<p>Different PowerShell Versions support different <strong>cmdlets</strong>, exhibit <strong>scripting capabilities</strong>, and provide <strong>security updates</strong>. For example, Windows 11 is pre-installed with PowerShell 5.1, which is compatible only with Windows. All of its cmdlets, modules, and scripts are designed for the <strong>Windows Ecosystem</strong>, whereas the latest Windows PowerShell Version 7 and above have <strong>cross-platform ability</strong>, and it allows users to run PowerShell 7 and above on other operating systems such as Linux and <a href="https://www.apple.com/in/os/macos/" target="_blank" rel="noreferrer noopener">macOS</a>.</p>



<p>Additionally, PowerShell Version 5 receives only <strong>legacy security updates</strong>, whereas PowerShell 7 receives frequent <strong>security patches</strong>, <strong>performance improvements</strong>, and <strong>bug fixes</strong>. Each version has its own advantages and disadvantages, and in this article, let&#8217;s discuss them in detail. Let&#8217;s get started.</p>



<h2 class="wp-block-heading">Different Methods to Check PowerShell Version on Windows 11</h2>



<p>To determine which version of Windows PowerShell you are using, you can either use Windows PowerShell or you can use outside PowerShell methods. </p>



<ul class="wp-block-list">
<li><strong><a href="#1">Check PowerShell Version using PowerShell Commands</a></strong></li>



<li><strong><a href="#2">Get PowerShell Version outside Windows PowerShell</a></strong></li>



<li><strong><a href="#3">Easily Check Version on PowerShell 7</a></strong></li>
</ul>



<h2 class="wp-block-heading" id="1">How to Determine PowerShell Version using PowerShell Commands?</h2>



<p>In PowerShell, you can use various commands to get the PowerShell Version. The following are the steps. </p>



<ul class="wp-block-list">
<li>Firstly, let&#8217;s open Windows PowerShell using the <strong>Run Command</strong>. We can use the keyboard shortcut <kbd>Win Key</kbd> + <kbd>R</kbd>.</li>



<li>In the Run, execute the following command to open Windows PowerShell. <code><strong>powershell</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="875" height="383" src="https://winsides.com/wp-content/uploads/2025/10/Open-PowerShell-using-the-Run-Command.webp" alt="Open PowerShell using the Run Command" class="wp-image-6584" style="width:768px" title="Open PowerShell using the Run Command" srcset="https://winsides.com/wp-content/uploads/2025/10/Open-PowerShell-using-the-Run-Command.webp 875w, https://winsides.com/wp-content/uploads/2025/10/Open-PowerShell-using-the-Run-Command-300x131.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Open-PowerShell-using-the-Run-Command-768x336.webp 768w" sizes="(max-width: 875px) 100vw, 875px" /><figcaption class="wp-element-caption">Open PowerShell using the Run Command</figcaption></figure>



<ul class="wp-block-list">
<li>The Run command will open PowerShell on Windows 11.</li>



<li>In PowerShell, we can use the following commands to determine PowerShell Version on Windows 11. </li>
</ul>



<h3 class="wp-block-heading">#1 Using $PSVersionTable</h3>



<ul class="wp-block-list">
<li>Execute the command <code><strong>$PSVersionTable</strong></code> in Windows PowerShell. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="1182" height="640" src="https://winsides.com/wp-content/uploads/2025/09/Recommended-Command-to-check-PowerShell-Version-on-Windows-11-1.webp" alt="Recommended Command to check PowerShell Version on Windows 11" class="wp-image-6538" style="width:768px" title="How to Check PowerShell Version on Windows 11? 2" srcset="https://winsides.com/wp-content/uploads/2025/09/Recommended-Command-to-check-PowerShell-Version-on-Windows-11-1.webp 1182w, https://winsides.com/wp-content/uploads/2025/09/Recommended-Command-to-check-PowerShell-Version-on-Windows-11-1-300x162.webp 300w, https://winsides.com/wp-content/uploads/2025/09/Recommended-Command-to-check-PowerShell-Version-on-Windows-11-1-1024x554.webp 1024w, https://winsides.com/wp-content/uploads/2025/09/Recommended-Command-to-check-PowerShell-Version-on-Windows-11-1-768x416.webp 768w" sizes="(max-width: 1182px) 100vw, 1182px" /><figcaption class="wp-element-caption">Recommended Command to check PowerShell Version on Windows 11</figcaption></figure>



<ul class="wp-block-list">
<li>This command will display the following information, including the PowerShell Version on Windows 11. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1182" height="641" src="https://winsides.com/wp-content/uploads/2025/09/PowerShell-Version-on-Windows-11.webp" alt="PowerShell Version on Windows 11" class="wp-image-6539" style="width:768px" title="How to Check PowerShell Version on Windows 11? 3" srcset="https://winsides.com/wp-content/uploads/2025/09/PowerShell-Version-on-Windows-11.webp 1182w, https://winsides.com/wp-content/uploads/2025/09/PowerShell-Version-on-Windows-11-300x163.webp 300w, https://winsides.com/wp-content/uploads/2025/09/PowerShell-Version-on-Windows-11-1024x555.webp 1024w, https://winsides.com/wp-content/uploads/2025/09/PowerShell-Version-on-Windows-11-768x416.webp 768w" sizes="auto, (max-width: 1182px) 100vw, 1182px" /><figcaption class="wp-element-caption">PowerShell Version on Windows 11</figcaption></figure>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong><em>Name</em></strong></td><td><strong><em>Value</em></strong></td><td><strong><em>Description</em></strong></td></tr><tr><td><strong>PSVersion</strong></td><td>5.1.26100.6682</td><td>The main PowerShell Version is 5.1. Here, the 5 indicates the Major Version Number, 1 indicates the Minor Version Number, 26100 indicates the Build, and finally, 6682 corresponds to the Revision Number. </td></tr><tr><td><strong>PSEdition</strong></td><td>Desktop</td><td>Indicates the Edition</td></tr><tr><td><strong>PSCompatileVersions</strong></td><td>{1.0, 2.0, 3.0, 4.0&#8230;}</td><td>Lists all PowerShell versions compatible with this installation. Shows which older scripts/modules are supported.</td></tr><tr><td><strong>BuildVersion</strong></td><td>10.0.26100.6682</td><td>The Windows build version associated with this PowerShell installation. Useful for troubleshooting and updates.</td></tr><tr><td><strong>CLRVersion</strong></td><td>4.0.30319.42000</td><td>Common Language Runtime Version. The version of the <strong>.NET Common Language Runtime</strong> that PowerShell is using. Affects which .NET features and libraries are available in scripts.</td></tr><tr><td><strong>WSManStackVersion</strong></td><td>3.0</td><td>Version of the <strong>WS-Management stack</strong>, which handles remote management using <code>Invoke-Command</code> or <code>Enter-PSSession</code>.</td></tr><tr><td><strong>PSRemotingProtocolVersion</strong></td><td>2.3</td><td>Version of the protocol PowerShell uses for <strong>remoting commands</strong> between computers. Ensures compatibility between systems.</td></tr><tr><td><strong>SerializationVersion</strong></td><td>1.1.0.1</td><td>Version of the <strong>serialization method</strong> used to convert objects for remoting or exporting. Critical for passing objects across sessions or machines.</td></tr></tbody></table></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Note</strong>: If you only want to see the PowerShell version, then you can use the following command in the PowerShell <code><strong>$PSVersionTable.PSVersion</strong></code>. This command will precisely provide the determined PowerShell Version and related information. Kindly refer to the following image. </p>
</blockquote>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1175" height="632" src="https://winsides.com/wp-content/uploads/2025/09/Command-to-get-detailed-PowerShell-Version-on-Windows-11.webp" alt="Command to get detailed PowerShell Version on Windows 11" class="wp-image-6544" style="width:768px" title="Command to get detailed PowerShell Version on Windows 11" srcset="https://winsides.com/wp-content/uploads/2025/09/Command-to-get-detailed-PowerShell-Version-on-Windows-11.webp 1175w, https://winsides.com/wp-content/uploads/2025/09/Command-to-get-detailed-PowerShell-Version-on-Windows-11-300x161.webp 300w, https://winsides.com/wp-content/uploads/2025/09/Command-to-get-detailed-PowerShell-Version-on-Windows-11-1024x551.webp 1024w, https://winsides.com/wp-content/uploads/2025/09/Command-to-get-detailed-PowerShell-Version-on-Windows-11-768x413.webp 768w" sizes="auto, (max-width: 1175px) 100vw, 1175px" /><figcaption class="wp-element-caption">Command to get the detailed PowerShell Version on Windows 11</figcaption></figure>



<ul class="wp-block-list">
<li>With the above command, only the essential information,<strong> </strong>such as<strong> Major Version, Minor Version, Build, and Revision Number,</strong> will be displayed.</li>
</ul>



<h3 class="wp-block-heading">#2 Get PowerShell Version using the Get-Host Command</h3>



<p>The Get-Host Command on Windows PowerShell provides information about the Console Host. The information is not related to the detailed PowerShell Version, however, we will get the PowerShell Version here. </p>



<ul class="wp-block-list">
<li>To get the PowerShell Version using the <code><strong>Get-Host</strong></code> command, please execute it in PowerShell.</li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1176" height="631" src="https://winsides.com/wp-content/uploads/2025/09/Execute-Get-Host-Command-in-the-PowerShell.webp" alt="Execute Get-Host Command in the PowerShell" class="wp-image-6546" style="width:768px" title="Execute Get-Host Command in the PowerShell" srcset="https://winsides.com/wp-content/uploads/2025/09/Execute-Get-Host-Command-in-the-PowerShell.webp 1176w, https://winsides.com/wp-content/uploads/2025/09/Execute-Get-Host-Command-in-the-PowerShell-300x161.webp 300w, https://winsides.com/wp-content/uploads/2025/09/Execute-Get-Host-Command-in-the-PowerShell-1024x549.webp 1024w, https://winsides.com/wp-content/uploads/2025/09/Execute-Get-Host-Command-in-the-PowerShell-768x412.webp 768w" sizes="auto, (max-width: 1176px) 100vw, 1176px" /><figcaption class="wp-element-caption">Execute the Get-Host Command in PowerShell</figcaption></figure>



<ul class="wp-block-list">
<li>The output will have the following information. <strong>Name</strong>, <strong>Version</strong>, <strong>InstanceID</strong>, <strong>UI</strong>, <strong>CurrentCulture</strong>, <strong>CurrentUICulture</strong>, <strong>Private Data</strong>, <strong>Debugger Enabled</strong>, <strong>IsRunspacePushed</strong>, <strong>Runspace</strong>. Here, the version determines PowerShell Version. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1177" height="634" src="https://winsides.com/wp-content/uploads/2025/09/Check-PowerShell-Version-using-Get-Host-Command.webp" alt="Check PowerShell Version using Get-Host Command" class="wp-image-6548" style="width:768px" title="Check PowerShell Version using Get-Host Command" srcset="https://winsides.com/wp-content/uploads/2025/09/Check-PowerShell-Version-using-Get-Host-Command.webp 1177w, https://winsides.com/wp-content/uploads/2025/09/Check-PowerShell-Version-using-Get-Host-Command-300x162.webp 300w, https://winsides.com/wp-content/uploads/2025/09/Check-PowerShell-Version-using-Get-Host-Command-1024x552.webp 1024w, https://winsides.com/wp-content/uploads/2025/09/Check-PowerShell-Version-using-Get-Host-Command-768x414.webp 768w" sizes="auto, (max-width: 1177px) 100vw, 1177px" /><figcaption class="wp-element-caption">Check PowerShell Version using the Get-Host Command</figcaption></figure>



<h3 class="wp-block-heading">#3 Determine PowerShell Version Directly using $host.version</h3>



<p>This command provides straightforward output similar to <code>$PSVersionTable.PSVersion</code>.</p>



<ul class="wp-block-list">
<li>Execute the following command in PowerShell. <code>$host.version</code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1235" height="587" src="https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-using-host.version.webp" alt="Check PowerShell Version using host.version" class="wp-image-6551" style="width:768px" title="Check PowerShell Version using host.version" srcset="https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-using-host.version.webp 1235w, https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-using-host.version-300x143.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-using-host.version-1024x487.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-using-host.version-768x365.webp 768w" sizes="auto, (max-width: 1235px) 100vw, 1235px" /><figcaption class="wp-element-caption">Check PowerShell Version using host.version</figcaption></figure>



<ul class="wp-block-list">
<li>The output will contain the following information. Major Build Number, Minor Build Number, Build Version, and Revision Version. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1236" height="600" src="https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-on-Windows-11.webp" alt="Check PowerShell Version on Windows 11" class="wp-image-6553" style="width:768px;height:auto" title="Check PowerShell Version on Windows 11" srcset="https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-on-Windows-11.webp 1236w, https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-on-Windows-11-300x146.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-on-Windows-11-1024x497.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Check-PowerShell-Version-on-Windows-11-768x373.webp 768w" sizes="auto, (max-width: 1236px) 100vw, 1236px" /><figcaption class="wp-element-caption">Check PowerShell Version on Windows 11</figcaption></figure>



<ul class="wp-block-list">
<li>I am currently running Windows PowerShell 5.1.26100.6682. </li>
</ul>



<h2 class="wp-block-heading" id="2">How to Determine PowerShell Version Outside of PowerShell?</h2>



<p>Alright, the above methods explain how to check PowerShell Version using Windows PowerShell itself. Here, we can check how to check the Windows PowerShell Version outside of PowerShell, such as the <strong>Command Prompt</strong> and <strong>Registry Editor</strong>. </p>



<h2 class="wp-block-heading">Get PowerShell Version using Command Prompt:</h2>



<ul class="wp-block-list">
<li>Go to the <strong>Run</strong> and open Command Prompt using the following command. <code>cmd</code></li>



<li>In the Command Prompt, kindly execute the command <code>powershell -Command "$PSVersionTable.PSVersion"</code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1071" height="642" src="https://winsides.com/wp-content/uploads/2025/10/CMD-Command-to-check-PowerShell-Version.webp" alt="CMD Command to check PowerShell Version" class="wp-image-6555" style="width:768px" title="CMD Command to check PowerShell Version" srcset="https://winsides.com/wp-content/uploads/2025/10/CMD-Command-to-check-PowerShell-Version.webp 1071w, https://winsides.com/wp-content/uploads/2025/10/CMD-Command-to-check-PowerShell-Version-300x180.webp 300w, https://winsides.com/wp-content/uploads/2025/10/CMD-Command-to-check-PowerShell-Version-1024x614.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/CMD-Command-to-check-PowerShell-Version-768x460.webp 768w" sizes="auto, (max-width: 1071px) 100vw, 1071px" /><figcaption class="wp-element-caption">CMD Command to check PowerShell Version</figcaption></figure>



<ul class="wp-block-list">
<li>Now, the Command Prompt will display the PowerShell Version. In my case, I am on PowerShell 5.1.26100.6682. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1071" height="637" src="https://winsides.com/wp-content/uploads/2025/10/Command-Prompt-displaying-PowerShell-Version-on-Windows-11.webp" alt="Command Prompt displaying PowerShell Version on Windows 11" class="wp-image-6556" style="width:768px" title="Command Prompt displaying PowerShell Version on Windows 11" srcset="https://winsides.com/wp-content/uploads/2025/10/Command-Prompt-displaying-PowerShell-Version-on-Windows-11.webp 1071w, https://winsides.com/wp-content/uploads/2025/10/Command-Prompt-displaying-PowerShell-Version-on-Windows-11-300x178.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Command-Prompt-displaying-PowerShell-Version-on-Windows-11-1024x609.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Command-Prompt-displaying-PowerShell-Version-on-Windows-11-768x457.webp 768w" sizes="auto, (max-width: 1071px) 100vw, 1071px" /><figcaption class="wp-element-caption">Command Prompt displaying PowerShell Version on Windows 11</figcaption></figure>



<h2 class="wp-block-heading">How to Check Windows PowerShell Version on Windows 11 using Registry Editor?</h2>



<ul class="wp-block-list">
<li>To open the registry editor on Windows 11, we will use the <strong>Run Command</strong>. </li>



<li>In the Run, execute the command <code><strong>regedit</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1050" height="398" src="https://winsides.com/wp-content/uploads/2025/10/Open-Registry-Editor-using-the-Run-Command.webp" alt="Open Registry Editor using the Run Command" class="wp-image-6558" style="width:768px" title="Open Registry Editor using the Run Command" srcset="https://winsides.com/wp-content/uploads/2025/10/Open-Registry-Editor-using-the-Run-Command.webp 1050w, https://winsides.com/wp-content/uploads/2025/10/Open-Registry-Editor-using-the-Run-Command-300x114.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Open-Registry-Editor-using-the-Run-Command-1024x388.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Open-Registry-Editor-using-the-Run-Command-768x291.webp 768w" sizes="auto, (max-width: 1050px) 100vw, 1050px" /><figcaption class="wp-element-caption">Open Registry Editor using the Run Command</figcaption></figure>



<ul class="wp-block-list">
<li>The <strong>User Account Control</strong> will confirm and open Registry Editor. </li>



<li>Navigate to the following path in the Registry Editor. <code><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1226" height="836" src="https://winsides.com/wp-content/uploads/2025/10/Navigate-to-the-following-path.webp" alt="Navigate to the following path" class="wp-image-6559" style="width:768px" title="Navigate to the following path" srcset="https://winsides.com/wp-content/uploads/2025/10/Navigate-to-the-following-path.webp 1226w, https://winsides.com/wp-content/uploads/2025/10/Navigate-to-the-following-path-300x205.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Navigate-to-the-following-path-1024x698.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Navigate-to-the-following-path-768x524.webp 768w, https://winsides.com/wp-content/uploads/2025/10/Navigate-to-the-following-path-220x150.webp 220w" sizes="auto, (max-width: 1226px) 100vw, 1226px" /><figcaption class="wp-element-caption">Navigate to the following path</figcaption></figure>



<ul class="wp-block-list">
<li>Once you navigate to the above path, you can find the file &#8220;<strong>PowerShellVersion</strong>&#8220;. You can view the version next to it. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1262" height="838" src="https://winsides.com/wp-content/uploads/2025/10/Locate-PowerShell-Version-File.webp" alt="Locate PowerShell Version File" class="wp-image-6560" style="width:768px" title="Locate PowerShell Version File" srcset="https://winsides.com/wp-content/uploads/2025/10/Locate-PowerShell-Version-File.webp 1262w, https://winsides.com/wp-content/uploads/2025/10/Locate-PowerShell-Version-File-300x199.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Locate-PowerShell-Version-File-1024x680.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Locate-PowerShell-Version-File-768x510.webp 768w" sizes="auto, (max-width: 1262px) 100vw, 1262px" /><figcaption class="wp-element-caption">Locate PowerShell Version File</figcaption></figure>



<ul class="wp-block-list">
<li>You can also open it to view the PowerShell Version. That&#8217;s it. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1219" height="832" src="https://winsides.com/wp-content/uploads/2025/10/PowerShell-Version-on-Windows-11-using-Registry-Editor.webp" alt="PowerShell Version on Windows 11 using Registry Editor" class="wp-image-6561" style="width:768px" title="How to Check PowerShell Version on Windows 11? 4" srcset="https://winsides.com/wp-content/uploads/2025/10/PowerShell-Version-on-Windows-11-using-Registry-Editor.webp 1219w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-Version-on-Windows-11-using-Registry-Editor-300x205.webp 300w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-Version-on-Windows-11-using-Registry-Editor-1024x699.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-Version-on-Windows-11-using-Registry-Editor-768x524.webp 768w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-Version-on-Windows-11-using-Registry-Editor-220x150.webp 220w" sizes="auto, (max-width: 1219px) 100vw, 1219px" /><figcaption class="wp-element-caption">PowerShell Version on Windows 11 using Registry Editor</figcaption></figure>



<h2 class="wp-block-heading" id="3">How to check the Version in the latest PowerShell 7?</h2>



<p>Windows PowerShell 7 is the modern, cross-platform form of PowerShell. Unlike the legacy PowerShell 5, which is built into Windows 11, we have to install PowerShell 7 separately. There are different methods available to install PowerShell 7 on Windows 11, from the Microsoft Store to <a href="https://winsides.com/complete-winget-commands-list-for-windows-11/" data-type="post" data-id="6315">Winget</a>, MSI, and more. Here, we will explain how to check the PowerShell 7 version.</p>



<h3 class="wp-block-heading">Install PowerShell 7 using WinGet on Windows 11</h3>



<ul class="wp-block-list">
<li>Open Command Prompt, and run the following command. winget search powershell</li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1282" height="679" src="https://winsides.com/wp-content/uploads/2025/10/Search-for-Powershell-using-Winget-Command.webp" alt="Search for PowerShell using Winget Command" class="wp-image-6568" style="width:768px" title="How to Check PowerShell Version on Windows 11? 5" srcset="https://winsides.com/wp-content/uploads/2025/10/Search-for-Powershell-using-Winget-Command.webp 1282w, https://winsides.com/wp-content/uploads/2025/10/Search-for-Powershell-using-Winget-Command-300x159.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Search-for-Powershell-using-Winget-Command-1024x542.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Search-for-Powershell-using-Winget-Command-768x407.webp 768w" sizes="auto, (max-width: 1282px) 100vw, 1282px" /><figcaption class="wp-element-caption">Search for PowerShell using Winget Command</figcaption></figure>



<ul class="wp-block-list">
<li>Winget will search the <strong>Microsoft Community Repository</strong> and <strong>Microsoft Store</strong> and provide the results. </li>



<li>From the results, you can locate the official stable build and install it using the following command. At the time of this article, the latest version of PowerShell is 7.5.3.0. It is the stable and official release. Kindly note down its ID. The ID is <code><strong>Microsoft.PowerShell</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1292" height="682" src="https://winsides.com/wp-content/uploads/2025/10/Locate-official-and-stable-PowerShell-7-and-note-down-its-ID.webp" alt="Locate official and stable PowerShell 7 and note down its ID" class="wp-image-6569" style="width:768px" title="How to Check PowerShell Version on Windows 11? 6" srcset="https://winsides.com/wp-content/uploads/2025/10/Locate-official-and-stable-PowerShell-7-and-note-down-its-ID.webp 1292w, https://winsides.com/wp-content/uploads/2025/10/Locate-official-and-stable-PowerShell-7-and-note-down-its-ID-300x158.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Locate-official-and-stable-PowerShell-7-and-note-down-its-ID-1024x541.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Locate-official-and-stable-PowerShell-7-and-note-down-its-ID-768x405.webp 768w" sizes="auto, (max-width: 1292px) 100vw, 1292px" /><figcaption class="wp-element-caption">Locate official and stable PowerShell 7 and note down its ID</figcaption></figure>



<ul class="wp-block-list">
<li>Next, we will install PowerShell 7 using the following command in the Command Prompt. <code><strong>winget install --id Microsoft.PowerShell</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1273" height="677" src="https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command.webp" alt="Install PowerShell 7 using the Winget Command" class="wp-image-6570" style="width:768px" title="Install PowerShell 7 using the Winget Command" srcset="https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command.webp 1273w, https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command-300x160.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command-1024x545.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command-768x408.webp 768w" sizes="auto, (max-width: 1273px) 100vw, 1273px" /><figcaption class="wp-element-caption">Install PowerShell 7 using the Winget Command</figcaption></figure>



<ul class="wp-block-list">
<li>This command will install PowerShell 7 from the official GitHub repository. The process will take some time to complete. Kindly be patient. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1273" height="677" src="https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command-1.webp" alt="Install PowerShell 7 using the Winget Command" class="wp-image-6571" style="width:768px" title="Install PowerShell 7 using the Winget Command" srcset="https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command-1.webp 1273w, https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command-1-300x160.webp 300w, https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command-1-1024x545.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/Install-PowerShell-7-using-the-Winget-Command-1-768x408.webp 768w" sizes="auto, (max-width: 1273px) 100vw, 1273px" /><figcaption class="wp-element-caption">Install PowerShell 7 using the Winget Command</figcaption></figure>



<ul class="wp-block-list">
<li>Once the package is successfully installed, you can start using Windows PowerShell 7. You can explicitly access it via the <strong>Start menu</strong> or by using the command <code><strong>pwsh</strong></code></li>
</ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Note</strong>: You can also download and install Windows PowerShell 7 using the MSI installer from the <a href="https://github.com/powershell/powershell/releases" target="_blank" rel="noreferrer noopener">official GitHub Repository</a>. </p>
</blockquote>



<h3 class="wp-block-heading">Determine PowerShell 7 version using pwsh command</h3>



<p>The following command will work only on the latest PowerShell 7 version. </p>



<ul class="wp-block-list">
<li>In PowerShell 7, execute the following command. <code><strong>pwsh --version</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1363" height="657" src="https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Command-to-check-its-version.webp" alt="PowerShell 7 Command to check its version" class="wp-image-6572" style="width:768px" title="How to Check PowerShell Version on Windows 11? 7" srcset="https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Command-to-check-its-version.webp 1363w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Command-to-check-its-version-300x145.webp 300w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Command-to-check-its-version-1024x494.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Command-to-check-its-version-768x370.webp 768w" sizes="auto, (max-width: 1363px) 100vw, 1363px" /><figcaption class="wp-element-caption">PowerShell 7 Command to check its version</figcaption></figure>



<ul class="wp-block-list">
<li>PowerShell will display the version now. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1359" height="660" src="https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Version.webp" alt="PowerShell 7 Version" class="wp-image-6573" style="width:768px" title="PowerShell 7 Version" srcset="https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Version.webp 1359w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Version-300x146.webp 300w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Version-1024x497.webp 1024w, https://winsides.com/wp-content/uploads/2025/10/PowerShell-7-Version-768x373.webp 768w" sizes="auto, (max-width: 1359px) 100vw, 1359px" /><figcaption class="wp-element-caption">PowerShell 7 Version</figcaption></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Note</strong>: In PowerShell 7, other legacy methods such as <em>Get-Host, PSVersionTable</em> will work flawlessly. Additonally, you can get PowerShell 7 version using the following command as well. <code><strong>pwsh -v</strong></code></p>
</blockquote>



<h2 class="wp-block-heading">Take Away</h2>



<p>Whether you are using <strong>Legacy PowerShell 5 or the Modern PowerShell 7</strong>, the above article covers different methods and detailed steps to check the PowerShell Version on all variations. We hope you are satisfied with our article on <strong>How to Check PowerShell Version on Windows 11</strong>, and if you have any <strong>queries</strong>, kindly let us know in the <strong>Comments</strong>. </p>



<p>For more interesting articles, stay tuned to <a href="https://winsides.com">Winsides.com</a>. <strong>Happy Scripting! Peace out!</strong></p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/how-to-check-powershell-version-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
