Here are the three best methods to update PowerShell on Windows 11.
Alternatively, you can enable Microsoft Update to handle these updates automatically: Go to > Windows Update > Advanced options . Toggle on "Receive updates for other Microsoft products." 2. Using PowerShell to Install Windows Feature Updates
: You can still manage other Windows features (like RSAT) via PowerShell using the command Get-WindowsOptionalFeature -Online .
The easiest way to update PowerShell is using the Windows Package Manager ( winget ), which is built directly into Windows 11.
Type the following command to check for updates: winget search Microsoft.PowerShell
Note: The installer will close your current PowerShell window automatically during the process.