PowerToys v0.99.0 arrives with a pair of utilities that solve everyday Windows annoyances: moving and resizing windows without grabbing title bars, and adjusting external monitor settings from a single flyout. The update, available now via GitHub and the Microsoft Store, also polishes the Command Palette Dock, starts the migration of older tools to WinUI 3, and includes a slew of stability fixes that make the suite more enterprise-ready.
What’s New in PowerToys 0.99.0
A New Way to Move and Resize Windows
Grab And Move is the headline feature. Hold the Alt key, then left-click anywhere inside a window to drag it. Hold Alt and right-click to resize. No need to find a title bar or a thin border ever again. If Alt conflicts with your existing shortcuts, you can switch the activation modifier to the Windows key—a thoughtful touch that avoids breaking muscle memory for power users who rely on Alt-based hotkeys in creative or development apps.
The utility solves several long-standing friction points. Windows that have drifted partially off-screen become easy to recover. Apps with custom chrome that hide or minimize the title bar are no longer a puzzle to reposition. On large 4K monitors or multi-display setups where precise pointer targeting feels like unnecessary tax, Grab And Move turns window management into a forgiving, gesture-like action. The feature may remind Linux users of a behavior that desktop environments like KDE and GNOME have offered for years, but here it’s an optional power-up for Windows—no desktop environment switch required.
Monitor Controls Finally Centralized
Power Display puts external monitor adjustments inside a system-tray flyout. You can tweak brightness, contrast, volume, and color profiles, or switch between pre-defined monitor profiles without diving into on-screen display menus or groping for physical buttons. In supported monitors (those using DDC/CI), the controls work across both laptop screens and connected displays. A default shortcut of Win+Ctrl+Shift+P opens the flyout; you can also click the tray icon.
Integration with PowerToys’ Light Switch feature means your monitor profiles can follow Windows theme changes—a small step toward a desktop that adapts to context rather than waiting for manual prodding. For anyone who connects a laptop to an external monitor daily, this eliminates the ritual of squinting at buttons behind the bezel just to dim the screen.
Command Palette Dock Matures
Command Palette’s Dock experience takes a big step forward. A new pin-to-Dock dialog gives you finer control over which commands stay visible. The Dock now supports a compact mode when positioned at the top or bottom of the screen, stays on top of other windows by default, and automatically yields when a full-screen app is active—behaviors that make it feel more like a native desktop element and less like an experimental overlay.
Behind the scenes, the extension platform grows richer. Extensions can now show plain text and image results, and a persistent calculator history lets you recall and reuse calculations. These additions, along with fixes for duplicate pins and unreliable unpin behavior, inch Command Palette closer to the kind of extensible launcher that macOS users expect from Raycast or Alfred—but built right into Windows via PowerToys.
Modernization, Reliability, and the Long Tail of Fixes
Image Resizer begins its move from the aging WPF framework to WinUI 3, aligning it with Windows 11’s design language and opening the door to future performance and maintainability gains. The migration isn’t just cosmetic; it fixes JPEG quality settings that were being ignored and corrects PNG encoder properties that went missing after the transition.
Reliability gets a long-overdue polish. A reproducible typing crash in Command Palette received a reentrancy guard, and a P/Invoke signature fix eliminated another crash tied to the indexer fallback. Thread-safety improvements, copy-on-write cache logic, and immutable app-state patterns reduce the chances of one bad extension or race condition taking down the whole suite. Accessibility also advances: screen readers get better announcements, keyboard focus restoration works reliably, and redundant tab stops are removed.
ZoomIt now captures panoramic scrolling screenshots and can extract text during snipping—a boon for presenters and technical writers. Keyboard Manager fixes multiline text replacement reliability, and Quick Accent adds subscript, superscript, and Icelandic characters. Peek automatically detects zip file name encoding to preview archives created on non-UTF-8 systems, ending a common source of garbled file names. For new installations, seven modules are now disabled by default to streamline the first-run experience, reducing the chance of overwhelming newcomers.
What This Update Means for You
Home users will feel the most immediate benefit from Grab And Move. If you have a laptop with an external monitor, Power Display may instantly replace awkward button-pushing sessions. Both tools are gated behind simple on/off toggles, so they stay out of the way if you don’t need them.
Power users and multi-monitor enthusiasts gain precision and speed. Grab And Move pairs well with FancyZones and Snap to create a fluid windowing workflow. The improved Command Palette Dock can become a persistent launchpad for scripts, settings, and files—especially now that it respects full-screen apps and compact sizing.
Developers should watch the WinUI 3 migration and extension SDK. New content types and calculator history hint at a more versatile command extensibility model. If you build or maintain internal tools, PowerToys’ open-source nature lets you inspect how these integrations work and potentially contribute.
IT administrators get fresh reasons to evaluate PowerToys for managed deployments. The DSC documentation covers over 25 modules, and the default-disabled modules make pilot rollouts cleaner. Policies and configuration references continue to expand, which matters when balancing productivity gains against security and support concerns.
How PowerToys Got Here
PowerToys has been a playground for Windows experimentation since the Windows 95 era. The modern open-source reboot arrived in 2019 with a small set of tools and has since expanded to include window management (FancyZones), a launcher (PowerToys Run), keyboard remapping, text extraction, and much more. Because it lives outside the main Windows release cadence, Microsoft can test features and gather feedback faster, occasionally graduating ideas into the operating system.
Version 0.99.0 is a symbolic milestone. It lands just before the suite’s expected 1.0 release, and the breadth of this update—new utilities, architectural modernisation, deep reliability work—suggests the team is tying off loose ends rather than simply adding more features. The inclusion of a Linux-inspired window behavior (Grab And Move) signals a willingness to borrow good ideas from other platforms, but always as an opt-in layer that doesn’t disrupt the default Windows experience.
How to Get Started with the New Tools
Update now: Open PowerToys Settings > General, and click “Check for updates.” If you’re installing fresh, grab the latest version from GitHub or the Microsoft Store.
Enable Grab And Move: In the Grab And Move settings pane, toggle the module on. Test the default Alt+Left click to move and Alt+Right click to resize. If you use Alt shortcuts in other apps, switch the modifier to the Windows key. The module works immediately—no restart needed.
Configure Power Display: Turn on the Power Display module. A new icon will appear in your system tray. Click it to open the flyout. If your external monitor supports DDC/CI (most monitors from the last decade do), you can adjust brightness and contrast directly. For monitors that don’t, the flyout will only show supported controls. Create monitor profiles for different work scenarios, and explore the Light Switch integration to auto-apply profiles when your Windows theme changes.
Explore Command Palette Dock: Press Win+Ctrl+Alt+Space to open the Palette, then pin useful commands to the Dock. Right-click the Dock area to customize its position and mode. If you pin many items, the compact mode saves vertical space. The Dock now yields to full-screen apps, so you won’t accidentally trigger it during a presentation or movie.
For new users: Don’t be overwhelmed by the number of modules. Start with one or two that solve an immediate problem—say, Grab And Move or Power Display—and explore others as you go. Many modules are off by default, so you won’t stumble into features you don’t need.
For IT administrators: Review the DSC reference documentation on the PowerToys GitHub repository. Pilot the updated modules with a small group of users, and use the expanded policy support to control which utilities are available and how they behave.
What to Watch Next
PowerToys 1.0 is on the horizon. The question is whether that milestone will be marked by a polish push or a splashy new feature set. The migration of Image Resizer to WinUI 3 hints that more modules will follow, bringing visual and performance consistency across the suite. Grab And Move and Power Display are currently in a preview state, so expect updates that refine their behavior and expand hardware support. Longer term, the line between PowerToys and Windows itself may blur further—FancyZones already influenced Snap Layouts, and it’s easy to imagine window management and display controls eventually becoming natively integrated into the OS. For now, version 0.99.0 offers a clear message: small, thoughtful utilities can compound into a desktop that feels faster, more adaptable, and a little less bound by old conventions.