Where Can I Get a Windows Terminal? Your Ultimate Guide
Are you tired of juggling multiple command-line applications like Command Prompt and PowerShell? Do you want a modern, tabbed, and customizable terminal experience on your Windows machine? If so, you're likely looking to get your hands on the Windows Terminal. This powerful application, developed by Microsoft, has become a favorite for developers, IT professionals, and power users alike. But where exactly can you find and install it?
Getting the Windows Terminal is straightforward, and you have a few excellent options. We'll walk you through them, ensuring you can start using this fantastic tool in no time.
Option 1: The Microsoft Store (Recommended for Most Users)
For the vast majority of Windows users, the easiest and most recommended way to get the Windows Terminal is through the official Microsoft Store. This method ensures you get the latest stable version, and it handles updates automatically, so you don't have to worry about manually checking for new releases.
-
Open the Microsoft Store:
Click on the Start button (the Windows logo in the bottom-left corner of your screen). Type "Microsoft Store" and click on the app when it appears in the search results.
-
Search for Windows Terminal:
Once the Microsoft Store is open, you'll see a search bar, usually at the top. Click on it and type "Windows Terminal."
-
Select and Install:
The official Windows Terminal app, usually with a distinctive blue and white icon, should appear in the search results. Click on it. You'll then see an "Install" or "Get" button. Click this button.
-
Wait for Installation:
The Microsoft Store will download and install the application for you. This process is usually quite quick. Once it's done, you can find Windows Terminal in your Start menu.
Why the Microsoft Store is great:
- Automatic Updates: Your terminal will always be up-to-date with the latest features and bug fixes without you needing to do anything.
- Ease of Use: It's a simple click-and-install process, similar to installing any other app from the store.
- Official Source: You're getting the application directly from Microsoft, ensuring you have the legitimate software.
Option 2: GitHub (For Developers and Early Adopters)
If you're more technically inclined, want to access the very latest pre-release versions, or prefer to manage your software installations manually, you can get Windows Terminal directly from its official GitHub repository.
Important Note: While GitHub offers the bleeding edge, these versions might be less stable than those in the Microsoft Store. Use this method if you're comfortable with potential issues or if you're a developer wanting to test new features.
-
Navigate to the GitHub Releases Page:
Open your web browser and go to the official Windows Terminal GitHub repository's releases page. The direct link is usually something like:
https://github.com/microsoft/terminal/releases. Look for the latest release. -
Download the Appropriate Installer:
Under the "Assets" section of the latest release, you'll find several files. For most users, you'll want to download the installer with the
.msixbundleor.exeextension. The.msixbundleis generally preferred as it's a modern package format. -
Run the Installer:
Once the download is complete, locate the downloaded file and double-click it to run the installer. Follow the on-screen prompts to install Windows Terminal.
When to consider GitHub:
- You want to try out features before they are officially released in the Microsoft Store.
- You are a developer contributing to or testing Windows Terminal.
- You prefer not to use the Microsoft Store for software installations.
Option 3: Windows Package Manager (winget)
For those who love command-line efficiency, the Windows Package Manager (winget) is an excellent way to install and manage applications, including Windows Terminal. If you have a recent version of Windows 10 or Windows 11, you likely already have winget installed.
-
Open Windows Terminal (or Command Prompt/PowerShell):
Launch your current terminal application.
-
Run the Installation Command:
Type the following command and press Enter:
winget install Microsoft.WindowsTerminal -
Confirm Installation:
Winget will search for the application and then prompt you to confirm the installation. Type "Y" (for Yes) and press Enter.
Benefits of using winget:
- Fast and Scriptable: Ideal for quickly installing software without leaving your command line.
- Automated Installation: Winget handles the download and installation process seamlessly.
- Version Management: Winget can also be used to update installed applications.
After Installation: Getting Started
Once you've installed Windows Terminal using any of these methods, you can launch it by searching for "Windows Terminal" in your Start menu. The first time you open it, you'll be greeted with a default profile, likely PowerShell or Command Prompt. You can then start customizing it to your heart's content, adding new profiles for WSL (Windows Subsystem for Linux), Azure Cloud Shell, and more!
Frequently Asked Questions (FAQ)
How do I update Windows Terminal if I didn't get it from the Microsoft Store?
If you installed Windows Terminal from GitHub, you'll need to manually check the GitHub releases page for new versions and download/install them. If you used winget, you can try running winget upgrade Microsoft.WindowsTerminal to see if an update is available.
Why is Windows Terminal better than Command Prompt or PowerShell alone?
Windows Terminal offers a modern, tabbed interface, allowing you to have multiple command-line sessions open in one window. It also supports custom themes, background images, font choices, and integrates seamlessly with other shells like WSL, providing a unified and powerful command-line experience.
Can I install Windows Terminal on older versions of Windows?
Windows Terminal is officially supported on Windows 10 version 1903 (build 18362) or later, and Windows 11. It's not designed for or supported on older operating systems like Windows 7 or 8.
How do I add a new command-line shell like WSL to Windows Terminal?
After installing Windows Terminal, open its Settings (you can usually find this by clicking the down arrow next to the plus sign for a new tab and selecting "Settings"). In the Settings menu, you can add new profiles. If you have WSL installed, it will often be detected automatically, or you can manually add a profile pointing to your WSL distribution.

