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.
- x64 or ARM64 processor
- Our installer will install the following items:
- Microsoft Edge WebView2 Runtime bootstrapper. This will install the latest version.
Go to the Microsoft PowerToys GitHub releases page and 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.83.0-x64.exe | C78E24F21C611F2BD774D8460ADD4B9AC8519085CA1253941CB46129331AB8C8 |
Per user - ARM64 | PowerToysUserSetup-0.83.0-arm64.exe | BA1C16003D55587D523A41B960D4A03718123CA37577D5F2A75E151D7653E6D3 |
Machine wide - x64 | PowerToysSetup-0.83.0-x64.exe | 7EC435A10849187D21A383E56A69213C1FF110B7FECA65900D9319D2F8162F35 |
Machine wide - ARM64 | PowerToysSetup-0.83.0-arm64.exe | 5E147424D1D12DFCA88DC4AA0657B7CC1F3B02812F1EBA3E564FAF691908D840 |
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.
There is a collection of third-party plugins created by the community that aren't distributed with PowerToys.
This project welcomes contributions of all types. Besides coding features / bug fixes, other ways to assist include spec writing, design, documentation, and finding bugs. 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 would 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 grant us the rights to use your contribution and that you have permission to do so.
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 stability and improvements.
Highlights
- Awake Quality of Life changes, including changing the tray icon to reflect the current mode. Thanks @dend!
- Changes to general GPO policies and new policies for Mouse Without Borders. The names for some intune policy configuration sets might need to be updated as seen in https://github.com/MicrosoftDocs/windows-dev-docs/pull/5045/files . Thanks @htcfreek!
- Reordered GPO policies, making it easier to find some policies. Thanks @htcfreek!
- Fixed CSV parser to support double quotes and escape delimiters when pasting as JSON. Thanks @GhostVaibhav!
- Improved double quote handling in the CSV parser when pasting as JSON. Thanks @htcfreek!
- Different modes will now show different icons in the system tray. Thanks @dend, and @niels9001 for the icon design!
- Removed the dependency on Windows Forms and used native Win32 APIs instead for the tray icon. Thanks @dend and @BrianPeek!
- Fixed an issue where the UI would become non-responsive after selecting no time for the timed mode. Thanks @dend!
- Refactored code for easier maintenance. Thanks @dend!
- The tray icon will now be shown when running Awake standalone to signal mode. Thanks @dend!
- The tray icon tooltip shows how much time is left on the timer. Thanks @dend!
- Added DPI awareness to the tray icon context menu. Thanks @dend!
- Added support to using the mouse wheel to scroll through the color history. Thanks @Fefedu973!
- Allow copying from the right-click menu in Monaco and Markdown previewers.
- Fixed a crash when there were a big number of entries being shown by moving the opened files of a process to another dialog.
- Fixed the path where DSC module files were installed for the user-scope installer. (This was a hotfix for 0.82)
- Disabled non supported options in the old Mouse Without Borders UI. Thanks @htcfreek!
- Added new GPO policies to control the use of some features. Thanks @htcfreek!
- Allow copying from the right-click menu in Dev files and Markdown previews.
- Fixed a crash on Windows 11 build 22000. (This was a hotfix for 0.82)
- Blocked a transparency fix code from running on Windows 10, since it was causing graphical glitches. (This was a hotfix for 0.82)
- Accept speed abbreviations like kilometers per hour (kmph) in the Unit Converter plugin. Thanks @GhostVaibhav!
- Added settings to configure behavior of the "First week of year" and "First day of week" calculations in the DateTime plugin. Thanks @htcfreek!
- Fixed wrong initial position of the PowerToys Run when switching between monitors with different dpi values.
- Started allowing interchangeable use of / and \ in the registry plugin paths.
- Added support to automatic sign-in after rebooting with the System plugin. Thanks @htcfreek!
- Added suggested use example results to the Value Generator plugin. Thanks @azlkiniue!
- Added support for the Bulgarian character set. Thanks @octastylos-pseudodipteros!
- Add code to handle release tags with an upper V when trying to detect new updates. Thanks @davidegiacometti!
- Fixed the UI spacing in the "update available" card. Thanks @Agnibaan!
- Fixed the information bars in the Mouse Without Borders settings page to hide when the module is disabled. Thanks @htcfreek!
- Improved consistency of the icons used in the Mouse Without Borders settings page. Thanks @htcfreek!
- Improved action keyword information bar padding in the PowerToys Run plugins section. Thanks @htcfreek!
- Fixed a crash in the dashboard when Keyboard Manager Editor settings file became locked.
- Added the RDP plugin to PowerToys Run thirdPartyRunPlugins.md docs. Thanks @anthony81799!
- Added the GitHubRepo and ProcessKiller plugins to PowerToys Run thirdPartyRunPlugins.md docs. Thanks @8LWXpg!
- Fixed a typo in the 0.82.0 release notes in README. Thanks @walex999!
- Disabled FancyZone UI tests, to unblock PRs. We plan to bring them back in the future. (This was a hotfix for 0.82)
- Fixed an issue where flakiness in CI was causing the installer custom actions DLL from being signed. (This was a hotfix for 0.82)
- Upgraded the Microsoft.Windows.Compatibility dependency to 8.0.7.
- Upgraded the System.Text.Json dependency to 8.0.4.
- Upgraded the Microsoft.Data.Sqlite dependency to 8.0.7.
- Upgraded the MSBuildCache dependency to 0.1.283-preview. Thanks @dfederm!
- Removed an unneeded /Zm compiler flag from Keyboard Manager Editor common build flags.
- Fixed the winget publish action to handle upper case V in the tag name. Thanks @mdanish-kh!
- Removed wildcard items from vcxproj files. Thanks @davidegiacometti!
- Removed the similar issues bot GitHub actions. Thanks @craigloewen-msft!
- Fixed CODEOWNERS to better protect changes in some files.
- Switched machines being used in CI and pointed status badges in README to the new machines.
- Fixed NU1503 build warnings when building PowerToys. Thanks @davidegiacometti!
- Use the MSTest meta dependency for running the tests instead of the individual testing packages. Thanks @stan-sz!
- Added missing CppWinRT references.
For v0.84, we'll work on the items below:
- Stability / bug fixes
- New utility: Dev Projects
- Language selection
- New module: File Actions Menu
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 by 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.