Microsoft PowerToys is a collection of utilities designed to help power users customize and optimize their Windows experience for greater productivity. Inspired by the classic Windows 95 PowerToys project, this modern reboot offers tools tailored to streamline workflows and enhance efficiency in Windows.
Key Features:
Advanced Paste: Supports multiple AI model providers (e.g., Azure OpenAI, Google Gemini) for versatile text generation and manipulation.
FancyZones: Customizable window layouts to maximize screen real estate and improve multitasking.
PowerRename: Efficient batch file renaming with support for metadata extraction from images.
Command Palette: A searchable command launcher that integrates clipboard history, math calculations, and system commands for quick access.
Awake: A countdown timer designed to stay accurate over long periods, helping users maintain focus.
Audience & Benefit:
Ideal for power users seeking to tailor their Windows environment for individual workflows, PowerToys provides tools to increase productivity, customize the OS, and simplify repetitive tasks. Its utilities cater to those who value efficiency, customization, and advanced functionality in their computing experience.
Available via winget, PowerToys can be installed with a command-line interface, ensuring seamless integration into existing workflows.
For detailed installation instructions and system requirements, visit the installation docs.
But to get started quickly, choose one of the installation methods below:
Download .exe from GitHub
Go to the PowerToys GitHub releases, click Assets to reveal the downloads, and choose the installer that matches your architecture and install scope. For most devices, that's the x64 per-user installer.
Download PowerToys from WinGet. Updating PowerToys via winget will respect the current PowerToys installation scope. To install PowerToys, run the following command from the command line / PowerShell:
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.
✨ What's new
Version 0.97.1 (January 2026)
This patch release fixes several important stability issues identified in v0.97.0 based on incoming reports. Check out the v0.97.0 notes for the full list of changes.
Highlights
Advanced Paste
#44862: Fixed Settings UI advanced paste page crash by using correct settings repository for null checking.
Command Palette
#44886: Fixed personalization section not appearing by using latest MSIX for installation.
#44938: Fixed loading of icons from internet shortcuts. Thanks @jiripolasek!
#45076: Fixed potential deadlock from lazy-loading AppListItem details. Thanks @jiripolasek!
Cursor Wrap
#44936: Added improved multi-monitor support; Added laptop lid close detection for dynamic monitor topology updates. Thanks @mikehall-ms!
#44936: Added new settings dropdown to constrain wrapping to horizontal-only, vertical-only, or both directions. Thanks @mikehall-ms!
Peek
#44995: Fixed Space key triggering Peek during file rename, search, or address bar typing.
PowerRename
#44944: Fixed regex $ not working, preventing users from adding text at the end of filenames.
Runner
#44931: Monochrome tray icon now adapts to Windows system theme instead of app theme.
#44982: Fixed right-click menu to dynamically update based on Quick Access enabled/disabled state.
GPO / Enterprise
#45028: Added CursorWrap policy definition to ADMX templates. Thanks @htcfreek!
Added a global SettingsUtils singleton to reduce repeated initialization.
Development
Fixed broken devdocs links to the coding style guide. Thanks @RubenFricke!
Migrated main and installer solutions to .slnx for improved build tooling.
Restored local installer builds after the WiX v5 upgrade with signing and versioning fixes.
Added incremental review tooling and structured AI prompts for PR/issue reviews.
Documented bot commands and cleaned up devdocs structure. Thanks @noraa-junker!
Updated WinAppSDK pipeline defaults to 1.8 and fixed restore handling.
Updated the COMMUNITY list to reflect current roles.
Maintained community member ordering and added a new entry.
Re-enabled centralized PackageReference for native projects with VS auto-restore.
Disabled MSBuild caching by default in CI to avoid build instability.
Updated the latest WinAppSDK daily pipeline for split-dependency restores.
Suppressed experimental build warnings and aligned WrapPanel stretch handling.
Reordered the spell-check expect list for consistent automation.
Migrated native projects to centralized PackageReference management.
Cleaned spell-check dictionary entries and capitalization.
Synced commit/PR prompts and wired VS Code to repo prompt files.
Added VS Code build tasks and improved build script path handling.
Updated Windows App SDK package versions in central package management.
Migrated cmdpal extension native project to PackageReference and fixed outputs.
Reverted PackageReference changes back to packages.config where needed.
Bypassed a release version check for a failing DLL to keep pipelines green.
Consolidated Copilot instructions and fixed prompt frontmatter.
Added signing entries for new Quick Access binaries and CLI version metadata.
Fixed install scope detection to avoid mixed per-user/per-machine installs.
Added a Module Loader tool to quickly test PowerToys modules without full builds. Thanks @mikehall-ms!
Added update telemetry to understand auto-update checks and downloads.
Updated the telemetry package for new compliance requirements. Thanks @carlos-zamora!
Documented missing telemetry events in DATA_AND_PRIVACY.
Fixed UI test pipeline restores for .slnx solutions.
Added UI automation coverage for Advanced Paste clipboard history flows.
Stabilized FancyZones UI tests with more reliable selectors and screen recordings.
🛣️ Roadmap
We are planning some nice new features and improvements for the next releases – PowerDisplay, Command Palette improvements and a brand-new Shortcut Guide experience! Stay tuned for v0.98!
❤️ PowerToys Community
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. Your contributions and feedback improve PowerToys month after month!
Contributing
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.