Microsoft has shipped one of the most consequential PowerToys releases in recent memory, version 0.99.0, delivering a pair of features long requested by power users: the ability to move and resize windows from anywhere inside their surface, and a system tray utility that replaces the clunky physical controls on external monitors. The update also polishes the Command Palette, Keyboard Manager, ZoomIt, and Image Resizer, while quietly shoring up stability across the entire utility suite. The release was first reported by Neowin, with detailed change logs on the project’s GitHub repository.
Grab And Move: Drag Windows Without Hunting for Title Bars
The standout addition is Grab And Move, a new module that lets you hold the Alt key and left-click anywhere on a window to drag it, or Alt and right-click to resize it—no need to find a tiny title bar or edge. Anyone who has used a Linux desktop with X11 window managers will recognize the gesture immediately. Microsoft didn’t invent it, but it’s a welcome import that solves a real friction point in Windows, especially on high-resolution displays where title bars are small, and window borders can be almost invisible.
The feature is particularly handy for recovering a window that has strayed off‑screen, or for working across ultrawide monitors where pixel‑perfect edge hunting wastes seconds every time you need to rearrange your workspace. If Alt conflicts with your existing shortcuts—game controls, terminal commands, accessibility tools—PowerToys lets you switch the modifier to the Windows key instead. That level of flexibility shows the team understands this feature has to coexist in a busy desktop environment.
Grab And Move doesn’t replace Snap Layouts or FancyZones. It fills the gap between rigid automated tiling and complete freeform control. For a developer juggling a terminal, an IDE, and a browser, or for anyone who just wants to nudge a window without reaching for the keyboard, it’s an immediate quality‑of‑life upgrade.
Power Display: Adjust Monitor Brightness, Contrast, and Color Profiles from the System Tray
The second major feature, Power Display, attacks a long‑standing annoyance: external monitors that force you to fumble with physical buttons or on‑screen display menus just to change brightness or contrast. Power Display detects connected monitors and exposes supported adjustments—brightness, contrast, volume, and color profiles—in a system tray flyout. This works with many modern displays over HDMI, DisplayPort, and USB‑C, though compatibility varies; older monitors or those behind KVM switches may not be supported.
Its real power lies in profiles. You can save different display configurations and switch between them with a click. For example, a daytime profile with higher brightness and neutral color, an evening reading profile with reduced blue light, a presentation mode with lowered volume and consistent contrast, or a creative review profile with a calibrated color space. Integration with the existing Light Switch module allows monitor brightness and Windows theme to change together at sunset or on command.
For anyone who switches between coding, photo editing, gaming, and video calls, Power Display removes a layer of hardware fiddling. It doesn’t replace a full color‑management pipeline for professional photo or video work, but for the vast majority of users it makes external monitors feel as easy to adjust as a laptop screen.
Command Palette and Dock: More Like a Persistent Dashboard
Command Palette continues its evolution from a quick launcher into a keyboard‑first command center. In 0.99.0, the Dock gets a new Compact mode—a slim 28‑pixel‑tall strip that can sit at the top or bottom of your screen, revealing pinned commands and extensions without eating up desktop real estate. Pinning now comes with a dialog that lets you choose where a command appears and how it’s labeled, so your Dock feels deliberate rather than cluttered.
Under the hood, the Palette’s search engine becomes more reliable, and extension loading is isolated so that one bad extension can’t crash the entire system. The update also introduces persistent calculator history, better image and plain text previewing, and the ability to pin Windows Terminal profiles with their own icons. For power users who have long wanted a single, fast interface to search, calculate, run shell commands, and access pinned tools, this release makes the Command Palette much more credible as a daily driver.
Keyboard Manager: Disable Annoying Keys and Fine‑Tune Remappings
Keyboard Manager has always been a workhorse for customizing key bindings, but version 0.99.0 makes it easier to tweak remappings after recording them—you can now adjust captured keys through a dropdown rather than having to record perfectly on the first try. More importantly, you can now disable specific keys or shortcuts altogether.
This isn’t just for tinkerers. If you keep hitting Caps Lock by accident, want to block a dangerous shortcut during a presentation, or need to work around a broken key on an older laptop, disabling is a simple, safe solution. It also helps in shared environments where you want to prevent accidental key presses from disrupting work, and it can simplify keyboards that lack certain physical keys by remapping them to nothing. The update also fixes multiline text replacement in chat and browser‑based editors, making the text expansion feature more trustworthy across modern apps.
ZoomIt Gets Scrolling Screenshots and On‑the‑Fly Text Extraction
ZoomIt, traditionally a presentation and demo tool, gains two features that make it a genuine daily companion for documentation and troubleshooting: scrolling screenshot capture and text extraction while snipping. You can now grab a full‑page screenshot of a long settings window, a web‑based dashboard, or a chat history with one action, and extract text from the captured image without launching a separate OCR tool.
That’s deceptively powerful for anyone who writes bug reports, creates training materials, or needs to share evidence from a complex interface. The update also improves break timers, adding a screen saver mode and optional computer lock—subtle nods toward the reality that many power users spend entire days in front of screens and need tools to manage attention and eye strain.
Image Resizer Moves to WinUI 3, Protecting Your Settings
Image Resizer has been migrated from WPF to WinUI 3, which aligns it visually with Windows 11 and unblocks future performance work such as ahead‑of‑time compilation. The migration also fixed two important regressions: the module once again honors your custom JPEG quality setting, and PNG encoder options work as intended. Those fixes matter if you rely on Image Resizer for batch processing, where a silent quality change can ruin a set of photos or product images. The WinUI transition is part of a broader modernization that’s slowly bringing the entire PowerToys suite into Windows 11’s design language.
What It Means for You
For Everyday Users
If you use a laptop with an external monitor at a desk, Power Display can finally give you one‑click brightness control without reaching for the monitor’s buttons. Grab And Move makes window management feel more forgiving—you can fix a cluttered desktop faster, and you’re less likely to lose a window behind another. ZoomIt’s scrolling capture is handy when you need to share a full webpage or a long chat history, and Keyboard Manager can banish that Caps Lock key you never use.
For Power Users and Developers
These tools start to form a cohesive advanced layer on top of Windows. You can set up FancyZones for your standard layouts, use Grab And Move for quick adjustments, pin frequently used commands to the Compact Dock, and switch monitor profiles with a single click depending on what you’re building. The ability to disable shortcuts and remap keys without external scripts reduces dependency on AutoHotkey and similar utilities, keeping your toolchain more supportable.
For IT Administrators and Enterprises
PowerToys is officially supported by Microsoft, but it’s not part of the default Windows image—meaning you get to choose which modules to push to which users. Grab And Move might be a productivity win for engineers but a source of confusion in a call center. Power Display can cut down on monitor‑related help‑desk tickets if your fleet uses compatible displays. Keyboard Manager can help with accessibility and ergonomic customizations without per‑user registry hacks. Start with a pilot group, document approved shortcuts, and review hardware compatibility before broad deployment. The modular nature of PowerToys means you can disable everything else and only enable what your teams actually need.
How We Got Here
PowerToys first appeared in the Windows 95 era, then lay dormant for years before being revived as an open‑source project in 2019. Since then, it has grown from a handful of utilities—most notably FancyZones and PowerRename—into a suite of nearly two dozen modules covering window management, keyboard customization, launchers, color pickers, and more. Microsoft has used it as a proving ground for ideas that are too niche or too experimental for the main Windows release, letting the community test and refine them through GitHub.
Version 0.99.0 continues that tradition but raises the bar. The inclusion of a Linux‑style window‑dragging interaction signals that Microsoft is paying attention to what developers and tinkerers expect from a modern desktop. Power Display recognizes that users shouldn’t need a third‑party utility to control basic monitor features. And the emphasis on reliability—extension isolation, crash fixes, settings migration—shows that PowerToys is maturing from a collection of experiments into a trustworthy platform.
What to Do Now
First, update PowerToys to 0.99.0. If you don’t have it, download the installer from the official GitHub releases page or install it via winget:
winget install Microsoft.PowerToys --version 0.99.0
After updating, open the PowerToys settings dashboard. Enable the modules you need:
- Grab And Move: Turn it on, and if Alt conflicts with your apps, change the modifier to the Windows key.
- Power Display: Make sure your monitor supports DDC/CI (most modern monitors do); then open the tray icon and explore the brightness, contrast, and profile options.
- Command Palette: Try the Compact Dock, pin a couple of frequently used commands, and see if it replaces your Start menu search for quick actions.
- Keyboard Manager: Disable any keys you keep hitting by mistake, or remap them to something more useful.
- ZoomIt: Enable scrolling capture and text extraction if you often share screenshots.
If you’re an IT admin, start with a small test group. Identify the personas who would benefit most—developers, trainers, technical support staff, designers—and pilot only the relevant modules. Document approved shortcuts, especially if you’re rolling out Keyboard Manager, so that help‑desk staff can quickly troubleshoot conflicts. Check your monitor fleet’s DDC/CI compatibility before relying on Power Display broadly.
What to Watch Next
The version number, 0.99.0, strongly hints that a 1.0 release is near. When that milestone arrives, it will likely mark a commitment to stability and a more polished out‑of‑box experience. For now, expect Microsoft to keep watching adoption of Grab And Move and Power Display closely. If these features prove popular, they could influence how Windows handles window management and external displays natively—or at least ensure that PowerToys remains the official way to get those capabilities.
The bigger story is that Microsoft is finally giving advanced users the power‑user layer they’ve been assembling from third‑party tools for decades. PowerToys 0.99.0 makes it harder to argue that Windows can’t be customized, and easier to build a workspace that matches your habits rather than forcing you to adapt to defaults.