Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How to Update Powershell on Windows 11

How to Update Powershell on Windows 11

Bhishu AcharyaBy Bhishu AcharyaDecember 15, 2022
update powershell

By default, Windows 11 comes with the latest Powershell 5.1 preinstalled. But you’d be surprised that Microsoft has also released a cross-platform Powershell Core (version 7.x) with extensive features.

Indeed, Powershell is popular among developers, system administrators, and even beginners, thanks to its easy-to-learn lightweight cmdlets. Thus, if you prefer this command-line interface, you’d definitely want to get your hands on its latest version.

Updating or installing the latest Powershell version is relatively easy. You can do it using the MSI package, Zip package, command lines, or even from the Microsoft Store!

Table of Contents

  • Updating Powershell on Windows
    • From Microsoft Store
    • Download & Install MSI Package
    • Using the winget Cmdlet
  • Make Powershell Your Default Terminal

Updating Powershell on Windows

Updating or migrating Powershell to 7.x requires manual installation. Once you’ve migrated to the core version, it runs side-by-side with the built-in Windows Powershell.

The open-source software holds features that might be lacking in the 5.1 version, like Automatic Pipeline Parallelization, Null conditional operators, and more. It also supports Docker containers, Defaults to UTF-8 encoding, Powershell Remoting over SSH, etc.

The product works only on those computers running Windows 10 version 17763.0 and higher. So, if you’re running an older Windows generation, it’s only possible to update your Windows Powershell to 5.1.

Now, without further delay, let’s jump into the four different ways to update Powershell on Windows 11.

From Microsoft Store

Microsoft Store is the gateway to installing Windows applications and programs on your computer. Therefore, this platform is the simplest method to get the latest version, 7.3. Kindly follow the below instructions on how to update Powershell from the Microsoft Store:

  1. Press the Start button, search for Microsoft Store, and launch it.
    microsoft store in start menu
  2. In the search bar, type Powershell.
  3. From the list of programs, select the topmost one developed by Microsoft Corporation.
    search and open powershell in microsoft store
  4. Click on Get or Install, and wait until the installation is complete.
    get button powershell microsoft store
  5. Now, you can press the Open button in the Microsoft Store window to launch the utility.
    open button powershell microsoft store

Note: Usually, Powershell Core gets updated automatically. If, for some reason, there’s a pending update, you can open the Microsoft Store app and hit the Update button to complete it.

Download & Install MSI Package

Another way you can update Powershell is by downloading and installing the MSI Package from the official Microsoft website. Go through the following steps to do just that:

  1. Get to the Installing the MSI package section on the website.
  2. Click on either of the two links, depending on your computer’s bit version.
    download msi package
  3. Wait until the setup file is downloaded, and launch it once done.
    launch setup file
  4. Proceed with the on-screen instruction to complete the installation.
    install powershell
  5. In the last window, check the Launch Powershell and hit Finish. This will open the latest version on your device.
    check launch powershell option in the final window

You can also install the MSI package or a zip folder from Github. All you have to do is navigate to the Assets section and download the latest version available (7.3.0).

Using the winget Cmdlet

Also, you can directly update or install Powershell Core from the command line interface. This way, you do not have to visit any online page to download the latest version on Windows. Regarding the same, here’s a quick guide that should help you:

  1. Firstly, press Windows + R and execute the following command to open Powershell:
    powershell
    Alternatively, you can launch Command Prompt instead of Powershell to perform the update.
  2. In the interface, run the below cmdlet to check available versions:
    winget search PowerShell
  3. Check the version and Id columns. For example, the latest version here shows 7.3.101.0, and its Id is Microsoft.PowerShell.Preview.
    check powershell latest version and id
  4. Now, copy and paste the below command line to install or update Powershell to version 7.3.101.0:
    winget install Microsoft.PowerShell.Preview
    If yours is different, kindly replace Microsoft.PowerShell.Preview with the appropriate ID.
    winget install powershell
  5. Wait until the necessary files are downloaded from GitHub. Upon completion, the setup window should appear.
    powershell installation window
  6. In the User Account Control prompt, hit the Yes button.
  7. Again, wait for the installation to complete.
  8. Now, you can open the Run utility and execute the pwsh command to launch the Powershell Core application.

Note: To run Powershell 7.x on Windows Powershell, kindly execute the pwsh cmdlet. To get back to the 5.1 version, simply run the exit command. However, as discussed above, you need to have the version installed on your PC.

Make Powershell Your Default Terminal

One of the easiest ways to launch Windows Powershell is from the Quick Link menu. Simply picking the Windows Terminal would open the utility. 

Certainly, you want the updated version (Powershell Core) to get open instead of the classic Windows Powershell. To make this change, you’re required to make the version 7 interface your default terminal:

  1. Use the Windows + E hotkey to open File Explorer.
  2. Now, paste the following path on the address bar and hit Enter:
    C:\Users\[YourUserProfile]\AppData\Local\Packages
    get to packages folder inside c drive
  3. Here, find and open Microsoft.WindowsTerminal_[Profile] folder.
    windows terminal folder
  4. Then, move to the LocalState folder.
    local state folder
  5. Next, open the settings JSON source file on any text editor.
    open settings json file
  6. Now, copy the “guid” value of Powershell core.
    copy guid powershell 7
  7. Paste it in the "defaultProfile" section as shown below, and save it.
    paste in default profile
  8. Finally, press Windows + X and select Windows Terminal from the list. This should open the Powershell Core interface, which is now your default Windows terminal.
    windows terminal opens powershell 7
how-to
Bhishu Acharya
  • Tumblr
  • LinkedIn

Bhishu Acharya is a technical content writer at TechNewsToday. He specializes in monitors, laptops, storage devices, and other peripherals. Apart from computer hardware, you can also find his how-to and troubleshooting articles on Windows, internet, security, and networking. Ever since getting his hands on a personal computer, Bhishu started exploring its internal components at just 10. His growing curiosity led him to undertake the Computer Science & Information Technology degree and is just a year away from graduation. While balancing his study and work life for over four years, he has harnessed different sets of technical skills. With his expertise, he is now dedicated to helping netizens looking for hardware and software-related fixes. Today, Bhishu’s proficiency extends beyond computer hardware. In his spare time, he enjoys coding and learning new programming languages. You can contact him at bhishu@technewstoday.com

Related Posts

how to delete win backup files

How to Delete Backup Files on Windows

January 29, 2023
how to reset password on hp laptop

How to Reset Password on HP Laptop

January 29, 2023
Reset BIOS password

4 Ways to Reset BIOS Password

January 28, 2023
how to make windows 11 look like windows 10

How to Make Windows 11 Look Like Windows 10

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
mouse not showing in chrome

Mouse Not Showing in Chrome? Here’s How to Fix It

January 25, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
how-to-connect-headphones-to-tv

5 Ways to Connect Headphones to TV

January 29, 2023
connect-airpods-to-samsung-tv

How to Connect AirPods to Samsung TV? (Step-by-Step Guide)

January 29, 2023
AIO Pump Not Working

AIO Pump Not Working? Here’s How to Fix It

January 29, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.