How to use PowerToys | Downloads & Release notes | Contributing to PowerToys | What's Happening | Roadmap
Architecture | Solution (Main) | Solution (Stable) | Installer (Main) |
---|---|---|---|
x64 | |||
ARM64 |
Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. For more info on PowerToys overviews and how to use the utilities, or any other tools and resources for Windows development environments, head over to learn.microsoft.com!
- Windows 11 or Windows 10 version 2004 (code name 20H1 / build number 19041) or newer.
- Our installer will install the following items:
- Microsoft Edge WebView2 Runtime bootstrapper. This will install the latest version.
Go to Microsoft PowerToys GitHub releases page, click on Assets
at the bottom to show the files available in the release. Please use the appropriate PowerToys installer that matches your machine's architecture and install scope. For most, it is x64
and per-user.
Description | Filename | sha256 hash |
---|---|---|
Per user - x64 | PowerToysUserSetup-0.73.0-x64.exe | BA55D245BDD734FD6F19803DD706A3AB8E0ABC491591195534997CF2122D3B7E |
Per user - ARM64 | PowerToysUserSetup-0.73.0-arm64.exe | FBFA40EA5FFA05236A7CCDD05E5142EE0C93D7485B965784196ED9B086BFEBF4 |
Machine wide - x64 | PowerToysSetup-0.73.0-x64.exe | 7FDA06292C7C2E6DA5AEF88D8E9D3DE89D331E9E356A232289F9B37CE4503894 |
Machine wide - ARM64 | PowerToysSetup-0.73.0-arm64.exe | 4260AA30A1F52F194EE07E9E7ECD9E9F4CF35289267F213BC933F7A5191AC17C |
This is our preferred method.
Install from the Microsoft Store's PowerToys page. You must be using the new Microsoft Store which is available for both Windows 11 and Windows 10.
Download PowerToys from WinGet. Updating PowerToys via winget will respect current PowerToys installation scope. To install PowerToys, run the following command from the command line / PowerShell:
winget install Microsoft.PowerToys -s winget
winget install --scope machine Microsoft.PowerToys -s winget
There are community driven install methods such as Chocolatey and Scoop. If these are your preferred install solutions, you can find the install instructions there.
Collection of third-party plugins created by the community that aren't distributed with PowerToys.
This project welcomes contributions of all types. Help spec'ing, design, documentation, finding bugs are ways everyone can help on top of coding features / bug fixes. We are excited to work with the power user community to build a set of tools for helping you get the most out of Windows.
We ask that before you start work on a feature that you would like to contribute, please read our Contributor's Guide. We will be happy to work with you to figure out the best approach, provide guidance and mentorship throughout feature development, and help avoid any wasted or duplicate effort.
Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution.
For guidance on developing for PowerToys, please read the developer docs for a detailed breakdown. This includes how to setup your computer to compile.
Our prioritized roadmap of features and utilities that the core team is focusing on.
In this release, we focused on releasing new features, stability and improvements.
Highlights
- Keyboard manager now supports Numpad. Note, with previously bound hotkeys stored in settings.json would only react to non-Numpad keys now. If a user wishes to restore the previous behavior, it could be done by manually adding another binding for the Numpad variant.
- New utility: Crop And Lock allows you to crop a current application into a smaller window or just create a thumbnail. Focus the target window and press the shortcut to start cropping.
- FancyZones code improvements and refactor.
- Modernized ImageResizer UX.
- PowerRename advanced counter functionality.
- Added missing CoUninitialize call in elevation logic. Thanks @sredna!
- New utility: Crop And Lock. Thanks @robmikh! and @kevinguo305!
- Added new /helped fabric bot command to GitHub repo. Thanks @Aaron-Junker!
- Fixed crashes caused by invalid settings. Thanks @davidegiacometti!
- Added border transparency.
- Fixed issue causing canvas zones being drawn only when dragging in zone area.
- Fixed user-defined default layout highlighting issue.
- Refactored and improved code quality.
- Fixed issue causing wrong layout to be applied when duplicating non-selected layout.
- Icon update. Thanks @jmaraujouy!
- Fixed issue causing thumbnail previewers to lock files.
- Open URIs from developer files in default browser. Thanks @davidegiacometti!
- Fixed PowerToys autorun after installing as SYSTEM user.
- Removed CreateScheduledTask custom action to handle task creation only from runner code.
- Moved from ModernWPF to WpfUI to refresh and modernize UI/UX. Thanks @niels9001!
- Rephrased labels to enhance clarity. Thanks @Jay-o-Way!
- Keyboard manager now supports Numpad. Note, with previously bound hotkeys stored in settings.json would only react to non-Numpad keys now. If a user wishes to restore the previous behavior, it could be done by manually adding another binding for the Numpad variant.
- Fixed highlighter being invisible issue for Always on Top windows.
- Added settings for automatic activation on startup. Thanks @davidegiacometti!
- Added settings for automatic activation on startup. Thanks @davidegiacometti!
- Show correct file type for shortcuts. Thanks @davidegiacometti!
- Fixed issue causing wrong file size to be displayed. Thanks @davidegiacometti!
- Show 1 byte instead of 1 bytes file size. Thanks @Deepak-Sangle!
- Open URIs from developer files in default browser. Thanks @davidegiacometti!
- Show thumbnail and fallback to icon for unsupported files. Thanks @pedrolamas!
- Updated OOBE gif. Thanks @ChaseKnowlden!
- Localized renamed parts combo box.
- Introduced advanced counter functionality.
- Added remember last window size logic and optimized items sorting.
- Enable "Enumerate items" option by default.
- Fixed issue causing original search to be abandoned when cycling through results.
- Updated device and bluetooth results for Settings plugin. Thanks @htcfreek!
- Fixed InvalidOperationException exception thrown. Thanks @davidegiacometti!
- Add Base64 Decoding function to the Value Generator plugin. Thanks @LeagueOfPoro!
- Added Keep shell open option for Shell plugin.
- Added Crop And Lock to PowerToys plugin. Thanks @davidegiacometti!
- Updated AppBarButtons to use an explicit AppBarButton.Icon. Thanks @randyrants!
- Fixed crash on clicking Save As button.
- Removed unneeded RegisterWindowMessage from tray icon logic. Thanks @sredna!
- Fixed startup looping issue.
- Improved old logs and installers cleanup logic. Thanks @davidegiacometti!
- Use proper resources file.
- Fixed issue causing problems with modifier keys and ShortcutControl. Thanks @sh0ckj0ckey!
- Fixed crash when clicking "Windows color settings" link.
- Added support for launching Settings app directly.
- Fixed issue causing DisplayDescription not showing for PowerToys Run PluginAdditionalOption.
- Fixed issue causing FileLocksmith 'Show File Locksmith in' setting not showing correct value.
- Fixed issue causing Awake on/off toggle in Settings flyout not to work when Settings Awake page is opened.
- Added documentation for PowerToys Run third-party plugins. Thanks @davidegiacometti!
- Fixed broken links in keyboardmanagerui.md. Thanks @shubhsardana29!
- Updated core team in COMMUNITY.md.
- Fixed broken links in ui-architecture.md. Thanks @SamB!
- Updated community.valuegenerator.md with Base64DecodeRequest description.
- Updated test packages and StyleCop. Thanks @davidegiacometti!
- Condense NuGet Restore into MSBuild Tasks. Thanks @snickler!
For v0.74, we'll work on below:
- Language selection
- Modernize and refresh UX of PowerToys based on WPF
- Stability / bug fixes
- Peek: UI improvements
The PowerToys team is extremely grateful to have the support of an amazing active community. The work you do is incredibly important. PowerToys wouldn’t be nearly what it is today without your help filing bugs, updating documentation, guiding the design, or writing features. We want to say thank you and take time to recognize your work. Month over month, you directly help make PowerToys a better piece of software.
This project has adopted the Microsoft Open Source Code of Conduct.
The application logs basic telemetry. Our Telemetry Data page (Coming Soon) has the trends from the telemetry. Please read the Microsoft privacy statement for more information.