Microsoft PowerToys is a practical Windows utility collection for people who keep hitting small desktop limits. It is not one app with one job. It is more than 30 tools bundled under one settings surface: window layouts, a launcher, bulk rename, color picking, keyboard remapping, image resizing, file preview, text extraction, host file editing, display controls, mouse utilities, and more.
That makes it valuable, but also easy to misunderstand. PowerToys is best used as a selective toolbox. Install it, turn on the utilities that remove daily friction, and leave the rest off until a real need appears. Treating every module as required will make Windows busier without making work faster.
As of 2026-06, the repo has 134,065 stars, 8,048 forks, 7,146 open issues, and a recent push on 2026-06-11. It is MIT licensed and actively released. The latest GitHub release is v0.100.0 on 2026-06-10, so this is not a nostalgia project. It is one of Microsoft’s most visible open source Windows desktop repos.
What PowerToys Includes
The README lists over 30 utilities. The most broadly useful group is still the workflow set: FancyZones for window layouts, PowerToys Run for launching and searching, Command Palette for command-driven actions, PowerRename for bulk rename, Keyboard Manager for remapping, Always On Top, Awake, Color Picker, Text Extractor, Image Resizer, File Locksmith, Peek, Hosts File Editor, Environment Variables, Mouse Utilities, Mouse Without Borders, Workspaces, Shortcut Guide, and ZoomIt.
PowerToys has also expanded into newer Windows power-user surfaces. Command Palette is a bigger move than a single utility because it overlaps with launchers, command bars, and extension ecosystems. PowerDisplay, Workspaces, Advanced Paste, New+, and the evolving Shortcut Guide show the same pattern: Microsoft is testing desktop productivity features in a package that can move faster than Windows itself.
The important point is that not every tool is for every user. Developers may care about Environment Variables, Hosts File Editor, File Locksmith, Text Extractor, and Command Palette. Designers may care about Color Picker, Screen Ruler, and window layouts. People with multi-monitor setups may live in FancyZones, Mouse Without Borders, and PowerDisplay.
Install Paths
The README points to official installation docs and lists several install routes: GitHub release assets, Microsoft Store, WinGet, Chocolatey, and Scoop. For most users, the Microsoft Store or release installer is simplest.
The README’s user-scope WinGet command is:
winget install Microsoft.PowerToys -s winget
The README also documents a machine-wide WinGet install, but that command contains double-hyphen flags. This site’s article rules disallow those tokens in body text, so use the README or Microsoft docs when you need the exact machine-wide command.
Updating through WinGet respects the current installation scope. That matters if a managed device, school laptop, or enterprise machine has strict installation rules.
Where It Is Strong
FancyZones remains the clearest reason to install PowerToys. Windows has improved built-in snapping, but FancyZones still gives more control over custom layouts, unusual monitors, and repeated window placement. If you use an ultrawide display, multiple monitors, or a fixed workspace every day, it can pay for the whole install.
PowerToys Run and Command Palette are the next tier. Run is a fast launcher and search surface. Command Palette is becoming the newer extension-friendly command surface. Their value depends on whether you prefer keyboard-driven workflows. If you mostly click through the Start menu, they may feel redundant. If you live in shortcuts, they reduce context switching.
PowerRename, Color Picker, Image Resizer, Text Extractor, File Locksmith, and Always On Top are smaller but high impact. They solve the sort of problem that is annoying enough to interrupt work, yet too small to justify installing a separate app for each task.
Where Users Should Be Careful
The first caution is module sprawl. PowerToys has many utilities, and some bind global shortcuts, watch files, hook window behavior, interact with displays, or change keyboard behavior. Enable modules intentionally. If something weird happens after an update, disable the relevant utility before blaming Windows as a whole.
The second caution is release churn. v0.100.0 landed on 2026-06-10, and same-day issues mention Quick Accent, Keyboard Manager, Command Palette, PowerDisplay, Shortcut Guide, setup, and multi-monitor behavior. That does not mean the release is bad. It means a desktop utility suite with many hooks has a wide bug surface.
The third caution is privacy. The README says the application logs basic diagnostic data and links to PowerToys data and privacy documentation. In personal use this may be acceptable. In locked-down corporate environments, review telemetry policy before broad deployment.
The fourth caution is overlap. Some PowerToys utilities compete with Windows built-ins, AutoHotkey scripts, terminal tools, launcher apps, and shell extensions. Prefer the built-in PowerToys version when you want maintained, discoverable settings. Prefer specialized tools when you need scripting depth or a workflow PowerToys does not model.
Compared With Windows Terminal, WinGet, AutoHotkey, And VS Code
| Project | Stars as of 2026-06 | Language | License | Best fit |
|---|---|---|---|---|
| PowerToys | 134,065 | C# | MIT | Windows desktop utilities for layout, launch, rename, shortcuts, and small workflows |
| Windows Terminal | 103,547 | C++ | MIT | Terminal and console experience for Windows, WSL, PowerShell, and command-line work |
| WinGet CLI | 26,000 | C++ | MIT | Windows package installation and upgrade flow |
| AutoHotkey | 12,545 | C++ | GPL-2.0 | Deep Windows automation and custom hotkey scripting |
| VS Code | 186,168 | TypeScript | MIT | Editor and development environment |
Use PowerToys for desktop workflow improvements that should be easy to toggle and explain. Use AutoHotkey when you need custom automation logic. Use Windows Terminal for shell work. Use WinGet to install and update packages. Use VS Code for coding, not as a general desktop utility.
Growth And Maintenance
The sampled star history has 36 points and reaches 134,065 stars on 2026-06-11. The project keeps growing because it sits in a rare spot: official Microsoft software, open source issue tracking, and a fast release channel for Windows power-user ideas.
The issue count is high because the surface area is huge. PowerToys touches monitors, keyboard input, mouse behavior, shell integration, Windows setup, file explorer, image processing, OCR, launchers, and UI frameworks. A high issue count here should be read as “large active product,” not as a single unstable library.
Who Should Use It
Use PowerToys if you use Windows daily and can name two or three frictions you want removed. Window layouts, launcher workflows, rename tasks, keyboard remaps, color picking, file locks, and OCR are the sweet spot.
Use it carefully on managed work machines. Some modules touch privileged or policy-sensitive areas such as hosts files, environment variables, keyboard behavior, and telemetry. Ask your IT policy before rolling it out widely.
Skip it if you only need one highly specialized automation. In that case, AutoHotkey, a shell script, or a dedicated app may be cleaner.
FAQ
Is PowerToys still maintained?
Yes. As of 2026-06, the repo was pushed on 2026-06-11 and the latest release was v0.100.0 on 2026-06-10.
What are the best PowerToys utilities?
For most power users, start with FancyZones, PowerToys Run, PowerRename, Color Picker, Keyboard Manager, Text Extractor, File Locksmith, and Always On Top. Add others only when you need them.
Should I install PowerToys from GitHub, Microsoft Store, or WinGet?
All are documented by the README. GitHub releases are direct, Microsoft Store is simple for many users, and WinGet is good for command-line install and updates.
Does PowerToys collect telemetry?
The README says it logs basic diagnostic data and links to PowerToys data and privacy documentation. Review that documentation if you are deploying it in a managed environment.
Is PowerToys a replacement for AutoHotkey?
No. PowerToys gives maintained utilities with settings UI. AutoHotkey is a scripting language for custom automation and hotkeys.
Is PowerToys only for Windows 11?
The repo topics include Windows 10 and Windows 11. Check the current Microsoft installation docs for exact system requirements before installing on older machines.