How to Reinstall Windows Terminal in Windows 11

Windows Terminal is a modern terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and Windows Subsystem for Linux (WSL). If you’ve uninstalled the Windows Terminal app in Windows 11 accidentally and need it back, you can reinstall the app using a couple of methods.

It’s also possible that you’ve intentionally uninstalled the Windows Terminal app in an attempt to remove the Windows Terminal context menu. You can remove the context menu entry alone and still have the Windows Terminal app intact.

Uninstalling the Windows Terminal app will make the Windows Terminal and Windows Terminal (Admin) options in the Win + X power user menu inoperable. Here is how to reinstall Windows Terminal.

Reinstall Windows Terminal in Windows 11

Method 1: Using PowerShell

  1. Launch PowerShell.exe as administrator.
  2. Run the following command and press Enter:
    get-appxpackage Microsoft.WindowsTerminal -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    
    reinstall windows terminal app using powershell
  3. Close PowerShell.

The above command reinstalls the Windows Terminal app.



Method  2: Using Microsoft Store

  1. Launch the Microsoft Store app.
  2. Search for the phrase Windows Terminal and locate the appropriate (Microsoft) app.
    reinstall windows terminal app microsoft store
  3. Click on the Get button to install the app.

This reinstalls Windows Terminal.

See also: An overview on Windows Terminal | Microsoft Docs


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

2 thoughts on “How to Reinstall Windows Terminal in Windows 11”

  1. Thank you so much for sharing this vital info in assisting me to reinstall my windows terminal.
    Peace out.

    Reply

Leave a Comment