Windows PowerShell

Many IT professionals use PowerShell to manage Windows computers and devices and execute administrative tasks. Before using PowerShell in Windows 11 and 10, you must know how to start it. That’s why we made a list of all the methods available for starting Windows PowerShell, including running it with admin rights. Read on to learn them all:

CONTENTS

  1. 1. Start PowerShell using Search
  2. 2. Open PowerShell using the Run window
  3. 3. Launch PowerShell from the Start Menu
  4. 4. Run PowerShell using its executable file
  5. 5. Start PowerShell using the WinX power user menu
  6. 6. Create a shortcut for PowerShell on your desktop
  7. 7. Open PowerShell by using the shortcut from our collection
  8. 8. Use Task Manager to start PowerShell
  9. 9. Open PowerShell from the Command Prompt (CMD)
  10. Do you know other ways of starting PowerShell?

NOTE: This guide covers Windows 11 and Windows 10, and the methods sometimes differ slightly between the two operating systems.

1. Start PowerShell using Search

The fastest way to open PowerShell is by using Windows Search. In Windows 11, accessing Search is simple: just click or tap the corresponding button on the taskbar (the one looking like a magnifying glass). Then, type PowerShell. If you want to run it, just click or tap on the Windows PowerShell result. If you’re going to run it as an administrator, click or tap the button on the right side of the search window.

Run PowerShell using Search in Windows 11

NOTE: Running a program as an administrator requires administrative rights on the device and triggers a UAC (User Account Control) warning.

Windows 10 is even more straightforward since you have a default search field in the taskbar. Just click or tap on the area, then enter PowerShell. Then, click or tap the Windows PowerShell result. Similarly to Windows 11, if you want to run PowerShell as an administrator, click or tap on the corresponding button in the right pane of the search window.

Run PowerShell using Search in Windows 10

TIP: In both operating systems, you can run the program as an administrator by right-clicking the result and selecting “Run as administrator” from the context menu.

2. Open PowerShell using the Run window

One of the quickest ways to start PowerShell in any modern version of Windows is to use the Run window. A fast way to launch this window is to press the Win + R keys on your keyboard. Then, type PowerShell and press the Enter key or click OK.

Open PowerShell using the Run window.

This method applies to both Windows 11 and Windows 10.

3. Launch PowerShell from the Start Menu

Launching PowerShell from the Start Menu in Windows 11 is a bit more complicated than in Windows 10. First, open the Start Menu by pressing the Windows key on your keyboard, then click or tap on All apps.

Access All apps in Windows 11

Next, browse through the apps until you find Windows Tools. Click on it.

Click or tap on Windows Tools.

This opens a new window. Scroll down until you find the Windows PowerShell icon and click or tap on it.

The Windows PowerShell icon is at the end of the list

If you want to run the program as an administrator, instead of clicking the icon, right-click (or tap and hold) on it to bring up the right-click menu. Then, click or tap on Run as administrator.

In Windows 10, open the Start Menu and go to the Windows PowerShell shortcuts folder. There, you can find a shortcut to Windows PowerShell.

Open PowerShell using the Start Menu in Windows 10

NOTE: To run it as an administrator, right-click on the Windows PowerShell shortcut, click More, and then on the “Run as administrator” option.

4. Run PowerShell using its executable file

You can also open PowerShell using File Explorer. To access the 32-bit version of the program, navigate to “C:\Windows\System32\WindowsPowerShell\v1.0” (or copy and paste the path into the address bar). There, you find the PowerShell executable on 32-bits. The 64-bit version of PowerShell (the one that 64-bit Windows opens by default) is located under: “C:\Windows\SysWOW64\WindowsPowerShell\v1.0.” To run the program as an administrator, right-click on powershell.exe and then choose the “Run as administrator” option.

Launch PowerShell using File Explorer

NOTE: If you’re wondering what’s the difference between the 32-bit and 64-bit PowerShell, the answer is – in actual usage, almost none. On a 64-bit computer, Windows PowerShell (x86), a 32-bit version of Windows PowerShell, is installed in addition to the 64-bit version. When you run PowerShell, the 64-bit version runs by default. However, you might occasionally need to run PowerShell (x86) when you’re using a module that requires the 32-bit version or connecting remotely to a 32-bit computer.

5. Start PowerShell using the WinX power user menu

Windows 10 includes a hidden menu for power users named the WinX menu. The quickest way to launch it is to press the Win + X keys on your keyboard, but you can also do it by right-clicking (or pressing and holding) on the Windows logo from the bottom-left corner of your desktop. Here, you can find shortcuts for various utilities, including two for starting PowerShell (one with limited permissions and one with admin rights).

The PowerShell shortcuts in the WinX menu in Windows 10

In Windows 11, the two shortcuts have been replaced with ones for Windows Terminal. Click either to launch Windows Terminal, and PowerShell will open inside the Terminal window.

The Terminal shortcuts in the WinX menu in Windows 10

6. Create a shortcut for PowerShell on your desktop

Do not hesitate to create a shortcut to PowerShell if you prefer shortcuts. You must only remember to type PowerShell as the location of the item you create the shortcut for, just like in the screenshot below.

Create a shortcut to Windows PowerShell

You can also use the direct path to the PowerShell executable file shared at method four from this guide.

7. Open PowerShell by using the shortcut from our collection

Of course, if you can’t be bothered to create a shortcut to PowerShell yourself, we assembled an extensive collection of shortcuts for Windows. Download the archive, extract it, and you can find the PowerShell shortcut in the Windows PowerShell subfolder.

You can find the shortcut to PowerShell in the folder with the same name

8. Use Task Manager to start PowerShell

Another way of opening PowerShell is to use Task Manager. Launch Task Manager: a quick way is to simultaneously press the Ctrl + Shift + Esc keys on your keyboard. If the Task Manager opens up in its compact mode, click or tap on “More details.” Then, open the File menu and click or tap on “Run new task.” In the “Create new task” window, type PowerShell and press Enter or OK.

Run PowerShell using the Task Manager

To start the app with administrator privileges, check the box below the input field before pressing OK.

9. Open PowerShell from the Command Prompt (CMD)

A geeky method that works involves starting PowerShell from the Command Prompt. After opening the Command Prompt, type in the following command, followed by entering:

start powershell

If you want to start PowerShell from the Command Prompt as administrator, make sure that you first open the Command Prompt as administrator.

Run Windows PowerShell using the Command Prompt

Do you know other ways of starting PowerShell?

These are all the ways we know to launch PowerShell in Windows 11 and 10. If you know of others, do not hesitate to share them in a comment. Also, if you are looking for some good articles on how to use PowerShell, do not hesitate to read the tutorials recommended below.