Microsoft has just released PowerToys version 0.99.1 for Windows 10 and Windows 11, introducing a new system-tray utility called Power Display that puts direct hardware monitor controls at your fingertips. The update also delivers Grab And Move, a refined window management tool, along with notable improvements to the Command Palette module.

This release arrives roughly a month after version 0.98.0 and continues the project’s rapid iteration cycle. While many PowerToys updates refine existing tools, 0.99.1 brings entirely new functionality that will resonate with anyone juggling multiple monitors or seeking smarter window management.

Power Display: No More Fumbling with Monitor Buttons

The star of this release is Power Display, a utility that lives in your system tray and communicates directly with your monitor’s hardware via the Display Data Channel Command Interface (DDC/CI). DDC/CI is an industry-standard protocol that allows software to adjust monitor settings—brightness, contrast, color temperature, input source, and more—without touching the physical controls.

Most modern external monitors support DDC/CI, though it’s often disabled by default in the on-screen display menu. Once enabled, Power Display can read and write these settings. The utility appears as a small icon in the notification area; clicking it opens a flyout with sliders and toggles tailored to your connected displays. You can, for instance, dim a secondary monitor while keeping your primary screen at full brightness, or switch inputs on the fly.

Why does this matter? Physical monitor buttons are consistently terrible. They’re often located on the back or bottom bezel, rely on ambiguous iconography, and require navigating sluggish on-screen menus. Power Display sidesteps that entirely by moving those adjustments into Windows itself. For users who switch between day and night work, or who need precise brightness control for color-sensitive tasks, this is a genuine quality-of-life improvement.

Power Display isn’t the first tool of its kind—third-party utilities like ClickMonitorDDC and Twinkle Tray have existed for years—but having it baked into PowerToys means it’s open-source, actively maintained, and doesn’t require hunting down a separate installer. Microsoft has also ensured it respects the Windows 11 design language, with mica transparency and rounded corners in the flyout.

Under the hood, Power Display uses the Windows Monitor Configuration API, which PowerToys developer Clint Rutkas confirmed was the team’s preferred approach over raw DDC/CI calls to avoid conflicts with graphics drivers. The utility currently supports up to four monitors, though community testing will likely reveal edge cases with HDR displays or very old panels. Early adopters on the PowerToys GitHub have already flagged minor issues with LG and BenQ monitors, but the team is actively collecting feedback.

Grab And Move: A Legacy Feature Revived

Grab And Move is the second major addition in 0.99.1. The concept is simple: hold down a modifier key (configurable, but defaults to the Windows key), then left-click and drag anywhere on a window to move it. This is not a new idea—it’s reminiscent of the Unix world’s Alt-drag behavior and third-party Windows tools like AltDrag—but it’s now a native PowerToy with a clean implementation.

When you enable Grab And Move in the PowerToys settings, you can reposition a window without aiming for its title bar. This is particularly useful on high-resolution screens where title bars are narrow, or when using a stylus on a tablet. It also works across multiple monitors, letting you slide windows between screens without finicky edge snapping.

The implementation includes small but thoughtful touches. If you move a window to the top of the screen, Windows’ native maximize animation triggers, and the same applies for corner-based snapping. The visual feedback is a subtle translucent overlay showing the cursor change to a hand icon, which disappears as soon as you release the mouse. There’s no lag, and it doesn’t interfere with click-and-drag text selection or other mouse operations.

For accessibility, Grab And Move is a boon. Users with limited dexterity or those who rely on alternative input devices often struggle with title bar precision. By decoupling window movement from that tiny target, Microsoft lowers the barrier to an essential task. It’s also a favorite among keyboard-centric users who already keep one hand near the Windows key for shortcuts like Win+E or Win+D.

Command Palette Gets Smarter

PowerToys’ Command Palette—the alacritty-based successor to the original Run utility—has received several polish updates in 0.99.1. The search indexing is now noticeably faster, especially for installed applications and settings. Microsoft has also added support for shell commands, letting you execute PowerShell or cmd snippets directly from the palette without opening a separate terminal window.

The palette now respects Windows’ dark and light theme switching without requiring a restart. A new “fuzzy match” algorithm improves results when you mistype or use abbreviations—typing “calc” will still pull up Calculator, and “edge” finds Microsoft Edge even if you haven’t typed the full name. Power users can also customize the palette’s height and the number of visible results, a long-requested feature from the community.

Behind the scenes, the team has optimized memory usage. In previous versions, Command Palette could consume upwards of 150 MB of RAM when idle; version 0.99.1 brings that down to roughly 80 MB on most systems. That’s still not light, but it’s a step in the right direction for a utility that’s meant to be always on.

How to Get PowerToys 0.99.1

PowerToys is available free of charge from several sources:

  • GitHub Releases: The official repository at github.com/microsoft/PowerToys/releases maintains installers for x64, ARM64, and x86 architectures.
  • Microsoft Store: Search for “PowerToys” in the Store app—the listing is verified by Microsoft and updates automatically.
  • Windows Package Manager: If you have winget installed, simply run winget install Microsoft.PowerToys from a terminal.

Existing users can update from within the app: open PowerToys Settings, navigate to General, and click “Check for updates.” The installer will download and trigger a silent upgrade. All your existing settings and module configurations carry forward.

The Bigger Picture: PowerToys as a Power User’s Swiss Army Knife

PowerToys has matured into an indispensable toolkit. What began as a resurrection of Windows 95-era system utilities now encompasses over 20 modules: FancyZones for window layout, PowerRename for batch file renaming, Image Resizer, Keyboard Manager, File Explorer add-ons, and more. Each update tends to refine existing tools or introduce niche but highly impactful features.

Version 0.99.1 continues that tradition. Power Display addresses a hardware interaction pain point that Windows has ignored for decades. Grab And Move resurrects a window management behavior that Linux and macOS users have enjoyed natively. Command Palette improvements show that the team listens to performance feedback.

There’s also a philosophical shift here. Microsoft is increasingly comfortable integrating what were once third-party utilities directly into Windows—but instead of doing so in the OS core, it uses PowerToys as a low-risk sandbox. If a feature gains traction (like Snap Layouts, which grew out of FancyZones), it might eventually graduate to Windows proper. Until then, PowerToys provides a proving ground.

What’s Next for PowerToys?

The PowerToys roadmap on GitHub hints at several upcoming features. A “File Locksmith” module is in development to help identify which process is locking a file or folder, solving a perennial Windows annoyance. There’s also talk of a “New+” module that would add customizable templates to the right-click “New” menu. Neither is part of 0.99.1, but their inclusion in future releases seems likely given community demand.

More immediately, the 0.99.x branch will likely see a 0.99.2 point release to address any critical bugs in Power Display and Grab And Move. The team has already opened issues for high-DPI scaling quirks and conflicts with certain monitor firmware versions. If you encounter problems, the GitHub page encourages detailed bug reports with monitor models and DDC/CI capability flags.

Should You Install It?

If you use an external monitor and dread the physical buttons, Power Display alone makes the upgrade worthwhile. Grab And Move is a small but handy addition that you’ll start using unconsciously. And if you already rely on Command Palette, the performance and accuracy improvements are welcome.

This update doesn’t break any existing modules, so the risk is minimal. As always with pre-1.0 software, there’s a chance of edge-case bugs—but PowerToys has a robust beta testing community and rapid release cadence. Backup your settings if you’re cautious, but for the vast majority of users, updating is a no-brainer.

PowerToys 0.99.1 reinforces Microsoft’s commitment to the power user community. It’s free, open-source, and increasingly essential. Grab it now, and never touch your monitor’s clunky buttons again.