11---
22description : How to install PowerShell on Windows
3- ms.date : 03/12 /2026
3+ ms.date : 03/18 /2026
44title : Install PowerShell 7 on Windows
55---
66# Install PowerShell 7 on Windows
@@ -48,10 +48,10 @@ winget search --id Microsoft.PowerShell
4848```
4949
5050``` Output
51- Name Id Version Source
52- ---------------------------------------------------------------
53- PowerShell Microsoft.PowerShell 7.5.5.0 winget
54- PowerShell Preview Microsoft.PowerShell.Preview 7.6.0.6 winget
51+ Name Id Version Source
52+ -----------------------------------------------------------------
53+ PowerShell Microsoft.PowerShell 7.6.0.0 winget
54+ PowerShell Preview Microsoft.PowerShell.Preview 7.6.0.101 winget
5555```
5656
5757Install PowerShell 7:
@@ -67,8 +67,7 @@ winget install --id Microsoft.PowerShell.Preview --source winget
6767```
6868
6969> [ !NOTE]
70- > On Windows systems using X86 or X64 processor, ` winget ` installs the MSI package. On systems using
71- > the Arm64 processor, ` winget ` installs the Microsoft Store (MSIX) package.
70+ > On systems using the Arm64 processor, ` winget ` installs the Microsoft Store (MSIX) package.
7271
7372### Install the MSI package
7473
@@ -77,15 +76,15 @@ package from GitHub.
7776
7877Latest stable release:
7978
80- - [ PowerShell-7.5.5-win-x64.msi] [ 15 ]
81- - [ PowerShell-7.5.5-win-x86.msi] [ 17 ]
82- - [ PowerShell-7.5.5-win-arm64.msi] [ 13 ]
79+ - [ PowerShell-7.6.0-win-x64.msi] [ 15 ]
80+ - [ PowerShell-7.6.0-win-arm64.msi] [ 13 ]
8381
82+ <!-- Update the links below to the latest preview release when available.
8483Latest Preview release:
8584
8685- [PowerShell-7.6.0-rc.1-win-x64.msi][20]
87- - [ PowerShell-7.6.0-rc.1-win-x86.msi] [ 21 ]
8886- [PowerShell-7.6.0-rc.1-win-arm64.msi][19]
87+ -->
8988
9089Once downloaded, double-click the installer file and follow the prompts.
9190
@@ -128,7 +127,7 @@ installation options:
128127The following example shows how to silently install PowerShell with all the install options enabled.
129128
130129``` powershell
131- msiexec.exe /package PowerShell-7.5.5 -win-x64.msi /quiet ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1 ADD_PATH=1
130+ msiexec.exe /package PowerShell-7.6.0 -win-x64.msi /quiet ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1 ADD_PATH=1
132131```
133132
134133For a full list of command-line options for ` Msiexec.exe ` , see [ Command line options] [ 05 ] .
@@ -138,9 +137,8 @@ For a full list of command-line options for `Msiexec.exe`, see [Command line opt
138137<a id =" zip " ></a >PowerShell binary ZIP archives are provided to enable advanced deployment scenarios.
139138Download one of the following ZIP archives from the [ current release] [ 22 ] page.
140139
141- - [ PowerShell-7.5.5-win-x64.zip] [ 16 ]
142- - [ PowerShell-7.5.5-win-x86.zip] [ 18 ]
143- - [ PowerShell-7.5.5-win-arm64.zip] [ 14 ]
140+ - [ PowerShell-7.6.0-win-x64.zip] [ 16 ]
141+ - [ PowerShell-7.6.0-win-arm64.zip] [ 14 ]
144142
145143Depending on how you download the file you may need to unblock the file using the ` Unblock-File `
146144cmdlet. Unzip the contents to the location of your choice and run ` pwsh.exe ` from there. Unlike
@@ -175,7 +173,7 @@ Benefits of the Microsoft Store package:
175173
176174- Automatic updates built right into Windows
177175- Integrates with other software distribution mechanisms like Intune and Configuration Manager
178- - Can install on Windows systems using x86, x64, or Arm64 processors
176+ - Can install on Windows systems using x64 or Arm64 processors
179177
180178#### Limitations of a Store-based installation
181179
@@ -253,8 +251,8 @@ If you aren't sure how PowerShell was installed, you can check the value of the
253251which always points to the directory containing PowerShell that the current session is running.
254252
255253- If the value is ` $HOME\.dotnet\tools ` , PowerShell was installed with the [ .NET Global tool] [ 08 ] .
256- - If the value is ` $Env:ProgramFiles\PowerShell\7 ` , PowerShell was installed as an
257- [ MSI package ] [ 09 ] or with [ WinGet] [ 11 ] on a computer with an X86 or x64 processor.
254+ - If the value is ` $Env:ProgramFiles\PowerShell\7 ` , PowerShell was installed as an [ MSI package ] [ 09 ]
255+ or with [ WinGet] [ 11 ] on a computer with an x64 processor.
258256- If the value starts with ` $Env:ProgramFiles\WindowsApps\ ` , PowerShell was installed as a
259257 [ Microsoft Store package] [ 10 ] or with [ WinGet] [ 11 ] on computer with an ARM processor.
260258- If the value is anything else, it's likely that PowerShell was installed as a [ ZIP package] [ 12 ] .
@@ -323,15 +321,10 @@ can't support those methods.
323321[ 10 ] : #msstore
324322[ 11 ] : #winget
325323[ 12 ] : #zip
326- [ 13 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-arm64.msi
327- [ 14 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-arm64.zip
328- [ 15 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x64.msi
329- [ 16 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x64.zip
330- [ 17 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x86.msi
331- [ 18 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x86.zip
332- [ 19 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/PowerShell-7.6.0-rc.1-win-arm64.msi
333- [ 20 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/PowerShell-7.6.0-rc.1-win-x64.msi
334- [ 21 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/PowerShell-7.6.0-rc.1-win-x86.msi
324+ [ 13 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-arm64.msi
325+ [ 14 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-arm64.zip
326+ [ 15 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-x64.msi
327+ [ 16 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-x64.zip
335328[ 22 ] : https://github.com/PowerShell/PowerShell/releases/latest
336329[ 23 ] : https://www.microsoft.com/store/apps/9MZ1SNWT0N5D
337330[ 24 ] : media/install-powershell-on-windows/powershell-start-menu.png
0 commit comments