If you do not want to install Windows Terminal from the Microsoft Store, or are unable to do so, you can manually download it from the Microsoft GitHub repository's Releases page.
For PowerShell:
Download the "Microsoft.WindowsTerminal_<versionNumber>.msixbundle" file from the Assets section.
To install, double-click the .msixbundle file. If that doesn't work, use this PowerShell command:
Add-AppxPackage Microsoft.WindowsTerminal_<versionNumber>.msixbundle
Also note, Terminal won't auto-update, so remember to regularly install the latest release to get fixes and improvements.
For Windows Package Manager CLI (winget):
Install the latest Terminal release with this command:
winget install --id Microsoft.WindowsTerminal -e
Note: Some versions can't be installed via winget due to dependencies. Use an alternative method for stable release 1.17+ or preview release 1.18+.
For Chocolatey (unofficial):
Chocolatey users can install the latest Terminal release with:
choco install microsoft-windows-terminal
To upgrade, use:
choco upgrade microsoft-windows-terminal
If you face issues, follow the Chocolatey triage process on the Windows Terminal package page.
For Scoop (unofficial):
Scoop users can install the latest Terminal release by adding the extras bucket and running:
scoop bucket add extras
scoop install windows-terminal
To update, use:
scoop update windows-terminal
This is not an AI-generated article but is demonstrated by a human on a Windows PC running Windows 11.
Please support independent contributors like Code2care by donating a coffee.
Buy me a coffee!

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!