- To install PowerToys on Windows, open the Microsoft Store, search for PowerToys, and click “Install.”
- You can also download the installer from GitHub to install it like any other Windows 11 or 10 app.
- The easiest way to install PowerToys is to open Command Prompt as admin and run the
winget install --id Microsoft.PowerToys
command.
PowerToys is a free application created by Microsoft that you can download and install on Windows 11 and 10 to improve your experience with tools and features and help you be a little more productive.
For example, the application includes a window manager to make it easier to create different window layouts. You can use the image resizer to quickly change the size of images with a single click and a tool to bulk rename files. The keyboard manager allows you to remap keys and create custom shortcuts. There is also a color picker to find the colors of anything on the screen quickly and much more.
If you want to enhance the Windows experience with more functionalities, you can install PowerToys using the standalone installer from GitHub, Microsoft Store, and Windows Package Manager (winget) command-line tool. Although you can choose any of the methods, I usually find that using the “winget” command is the easiest and fastest, allowing you to download the latest stable or preview of the app.
This guide will teach you the simple steps to download and install PowerToys on Windows 11 and Windows 10.
Install PowerToys from Microsoft Store
To install PowerToys on Windows 11 (or 10), use these steps:
-
Open Microsoft PowerToys page.
-
Click the “Get in Store app” button.
-
Click the Install button.
Once you complete the steps, your computer will install the latest stable version of PowerToys. If you want to install the preview or an older version, use the GitHub or winget options.
Install PowerToys from GitHub
To install the PowerToys app on Windows 11 (or 10), use these steps:
-
In the “Latest” section, under “Assets,” click the PowerToysSetup-x.xx.x-x64.exe file to download the installer.
-
Double-click the file to launch the setup.
-
Check the option to agree to the terms.
-
Click the Install button.
After you complete the steps, the application will run in the background. You can open it using the icon in the notification area or from the Start menu.
Install PowerToys from winget
To install PowerToys from Command Prompt with winget, use these steps:
-
Open Start.
-
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
-
Type the following command to install the latest preview of PowerToys and press Enter:
winget install --id Microsoft.PowerToys
-
(Optional) Type the following command to install PowerToys (stable) from the Microsoft Store and press Enter:
winget -s msstore powertoys
Quick tip: You can also use thewinget install --id XP89DCGQ3K6VLD
command to install the app from the Microsoft Store.
Once you complete the steps, the specified version of PowerToys will install on Windows 11 (or 10).
Update April 9, 2024: This guide has been updated to ensure accuracy and reflect changes to the process.