New Microsoft PowerToys version v0.96.0 for Windows 10 and Windows 11


UPDATE 11/26:


 github PowerToys:

In the v0.96 release cycle, we focused on new features, stability, optimization improvements, and automation.

Installer Hashes​

DescriptionFilenamesha256 hash
Per user - x64PowerToysUserSetup-0.96.0-x64.exeb4bfd22e7a467ab07be8388648c8b084b67669ff6f3db80b2b9b56ad95eb7a12
Per user - ARM64PowerToysUserSetup-0.96.0-arm64.exe4822f905879c786aef5ca325f1e8a0ba81bd863bdb5a610795816d8ca571e852
Machine wide - x64PowerToysSetup-0.96.0-x64.exe2dba44e6caffc95713766c6b157a2e92bb3c430cf9b0bc798397e8ab3fb984a8
Machine wide - ARM64PowerToysSetup-0.96.0-arm64.exeac2d7841ee27cb237d0f00270719f80887c77f177bc931a90563f6aa897739e2

Highlights​

For an in-depth look at the latest changes, visit the release blog.
  • Advanced Paste now supports multiple online and on-device AI model providers: Azure OpenAI, OpenAI, Google Gemini, Mistral, Foundry Local and Ollama.
  • Command Palette received extensive improvements including file search filters, better clipboard history metadata, context-menu styling, and dozens of bug fixes and enhancements.
  • PowerRename can now extract and use photo metadata (EXIF, XMP) in renaming patterns like %Camera, %Lens, and %ExposureTime.

Advanced Paste​

  • Advanced Paste now lets you connect to multiple AI providers instead of being limited to a single OpenAI provider. See Advanced Paste documentation for usage.

Awake​

  • The Awake countdown timer now stays accurate over long periods. Thanks @daverayment!
  • Fixed Awake context menu positioning. The fix removed the conversion of the mouse cursor from screen to client-window coordinates, instead using the raw screen coordinates returned by GetCursorPos; the context menu now appears at the correct screen position. Thanks @lzandman!

Command Palette​

  • The search field in context menus now matches the look of the Command Palette, with a smoke backdrop and improved padding.
  • Fallback items such as math calculations or the Run command now appear in results more quickly. Thanks @jiripolasek!
  • Ensured the command bar updates correctly after navigating to another page and commands are displayed correctly. Thanks @jiripolasek!
  • The Command Palette settings page has been reorganized. Activation-key options are grouped under an expander and extension settings are framed for improved readability.
  • When you modify a command, its alias, hotkey, and tags now update in the top-level list, keeping the displayed information in sync. Thanks @jiripolasek!
  • Press Ctrl + , to open Command Palette settings from anywhere. Thanks @jiripolasek!
  • You can use Page Up and Page Down to navigate the list while focus is in the search box. Thanks @samrueby!
  • Fixed an issue where the search box could disappear when navigating pages. Thanks @jiripolasek!
  • Ensured search text is selected when Go home when activated and Highlight search on activate are both enabled. Thanks @jiripolasek!
  • Fixed an issue where Command Palette window occasionally appeared on the taskbar under certain Windows settings. Thanks @jiripolasek!
  • Ensured that labels and icons of list items and menu items update when they change. Thanks @jiripolasek!
  • Fixed visibility of list filters when navigating to a content page. Thanks @DevLGuilherme!
  • Added search to the extension list and a link to extensions on the Microsoft Store. Thanks @jiripolasek!
  • Added options to open the Command Palette window at its last position or re-center it.
  • The Command Palette now remembers its window size after restarting.
  • Added a global error handler that logs fatal errors and provides feedback when unexpected failures force Command Palette to close. Thanks @jiripolasek!
  • Fixed forms and extension settings not showing on some machines due to a missing VC++ runtime.
  • Restored ranking of fallback commands for built-in extensions (Sleep, Shutdown, Windows settings, Web search, etc.). Thanks @jiripolasek.
  • Improved and unified labels and texts across the application!
  • Maintainance: Resolved numerous build warnings in Command Palette projects; no user-visible impact. Thanks @jiripolasek!
  • Maintainance: Fixed a logging issue so exception messages are properly recorded instead of placeholder text, improving troubleshooting. Thanks @jiripolasek!

Command Palette Extensions​

  • Bookmarks: Added hints about bookmark placeholders to the Add/Edit Bookmark form. — Thanks @jiripolasek!
  • Bookmarks: Improved migration of bookmarks from older versions and fixed an issue where aliases or keyboard shortcuts could be lost after restart. Thanks @jiripolasek!
  • Clipboard history: Items shown in Command Palette’s clipboard history now include helpful metadata. For example, image items show dimensions, text files show names and sizes, web links include page titles, and text entries display word counts. Thanks @jiripolasek!
  • File search: Added filter buttons to show all items, files only, or folders only. Selecting a filter adds kind:folders or kind:not folders to narrow results.
  • System commands: Replaced the 🔴 placeholder with an actual red-circle emoji so the correct icon appears in the UI. Thanks @samrueby!
  • WinGet: Search performance feels more responsive because typed input is now processed via a task queue rather than complex cancellation tokens!
  • Window Walker: UWP apps no longer show a "not responding" label when suspended. Thanks @jiripolasek!
  • Window Walker: Now displays the actual icon of each window rather than using the process icon, improving recognition of PWAs and Python GUIs. Thanks @Lee-WonJun!
  • Windows Terminal profiles: Fixed a rare crash in the Windows Terminal extension when the LOCALAPPDATA environment variable was missing. The path is now retrieved via a reliable API. Thanks @jiripolasek!

Find My Mouse​

  • Activating Find My Mouse no longer makes the cursor change to the busy (hourglass) icon or steals focus from your active application.

Hosts File Editor​

  • Added customizable backup settings allowing users to configure backup frequency, location, and auto-deletion policies. Thanks @davidegiacometti!

Image Resizer​

  • Fixed settings consistency during batch resize operations by capturing settings once before processing. Thanks @daverayment!

Light Switch​

  • Introduced new UI to allow users to manually enter their latitude and longitude in Sunrise to Sunset mode.
  • Refactored service with cleaner state management for stability.
  • Removed logs from every tick, only logging key events to largely reduce log size.

Mouse Pointer Crosshairs​

  • Enabled switching between Mouse Pointer Crosshairs and Gliding Cursor modes. Thanks @mikehall-ms!

Mouse Without Borders​

Peek​

PowerRename​

  • PowerRename no longer crashes due to a missing resources file.
  • Added photo metadata extraction support using EXIF and XMP for pattern-based renaming with camera info, GPS coordinates, and date taken. See PowerRename Documentation.

PowerToys Run​

  • Added retry logic with exponential backoff to handle DWM composition errors during theme changes. Thanks @jiripolasek!
  • Updated OneNote icons to reflect new Microsoft 365 design. Thanks @trevorNgo!

Quick Accent​

  • Added diameter symbol (⌀) for Shift+O in Special Characters mode, thanks to @anselumjuju!

Zoomit​

  • Smoothed out zoom-animation in ZoomIt by coalescing mouse-move and timer events, thanks to @foxmsft!
  • Enabled GIF support for ZoomIt, thanks to @MarioHewardt!
  • Fixed spelling mistakes, and refactored some literal strings to string constants, thanks to @lzandman!
  • Fixed inaccurate "actual size" screenshots in ZoomIt and resolves a GDI handle leak, improving capture fidelity and long-session stability. thanks to @daverayment!

Settings​

  • Fixed title bar overlapping issue at smaller window sizes.
  • Refined shortcut control visual design with improved consistency and spacing.
  • Added dashboard utilities sorting by name or status.
  • Made update notification InfoBar in flyout clickable for direct navigation to update page.
  • Expanded installation instructions by default in README.
  • Improved accessibility for shortcut conflict button with static resource-based automation properties.
  • Added ScrollViewer to Command Palette page in PowerToys Settings. Thanks @jiripolasek!
  • Fixed module list glitches and Sort Status checkmark issue. Thanks @daverayment!

Development​

  • Fixed accessibility by associating controls with labels for screen readers.
  • Added accessible name to Shortcut Conflicts button for screen readers.
  • Excluded TitleBars from tab navigation across multiple utilities. Thanks @jiripolasek!
  • Migrated build infrastructure from Windows Server 2019 to Server 2022 with improved failure logging and predictable NuGet package paths.
  • Configured build agents to use larger P: drive for release builds to address disk space constraints.
  • Enhanced DSC v3 support by organizing resource manifests in a dedicated subfolder with PATH configuration.
  • Reduced installer bundle size by 6-7MB through centralized Hybrid CRT configuration across all C++ projects.
  • Updated .NET packages to version 9.0.10 for security fixes. Thanks @snickler!
  • Fixed spell check dictionary entries for consistency.
  • Restored accidentally deleted NuGet configuration file for Command Palette extensions.
  • Fixed package identity build by updating AppxManifest entry points to use PowerShell Core.
  • Optimized CI pipeline by replacing file copy operations with hard links and moves, reducing build time and disk usage by 10-15GB.
  • Updated Copilot guidance and PR prompt workflow.
  • Included high-volume bugs in issue template header. Thanks @daverayment!
  • Fixed incorrect HRESULT logging for inner exceptions. Thanks @jiripolasek!
  • Introduced shared sparse package identity for PowerToys Win32 components to enable access to Windows platform APIs.
  • Consolidated installer builds to produce both machine and user installers simultaneously, reducing build time and complexity.
  • Migrated exclusively to WiX v5 installer infrastructure, removing legacy WiX v3 support.
  • Temporarily removed PowerToys installer path from PATH environment variable to prevent application crashes.
  • Added complete OCR UI test coverage with automated tests for activation, settings, language selection, and text extraction.
  • Fixed test input for drive path normalization in bookmark resolver unit tests.
  • Fixed Peek UI tests by restoring Ctrl+Space activation shortcut for test scenarios.
  • Hided apps in PowerToys.SpareApps package from Start Menu. Thanks @jiripolasek!


 Read more:


See also:
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
Got it:


2025-11-19 12_35_11-Welcome to PowerToys.webp
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Yoga 7 Pro
    CPU
    Ultra Core Ultra 9 185H
    Motherboard
    Lenovo
    Memory
    32GB
    Graphics Card(s)
    Intel Arc
Hopefully they stopped turning on Light Switch by default which was was catching a lot of people off guard and messing with their heads. 🤣
 

My Computers

System One System Two

  • OS
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Alienware 18 Area-51
    CPU
    Intel Core Ultra 9 275HX (24-Core)
    Motherboard
    Alienware
    Memory
    64GB DDR5 6400MT/s
    Graphics Card(s)
    NVIDIA GeForce RTX 5080 and Intel UHD Graphics
    Sound Card
    Onboard, Realtek high-performance Audio chips (ALC3329 & ALC1708))
    Monitor(s) Displays
    300HZ 18-inch QHD 500 nit Comfort View+
    Screen Resolution
    2560 x 1600
    Hard Drives
    2TB NVMe M.2 PCIe Gen 5 SSD
    Case
    Magnesium Alloy
    Cooling
    Advanced Cryo-Tech Quad-Fan Cooling system & large vapor chamber
    Keyboard
    Cherry MX ultra low profile mechanical keyboard with per key AlienFX RGB lighting
    Mouse
    Logitech MX Master 4
    Browser
    Vivaldi (main), Firefox, Chrome, Edge
    Antivirus
    MS Defender and Malwarebytes Free
  • Operating System
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Microsoft Surface Laptop 7
    CPU
    Qualcomm Snapdragon X Elite (12 Core) ARM based CPU
    Motherboard
    Microsoft Corp.
    Memory
    16GB LPDDR5
    Graphics card(s)
    Qualcomm Adreno X1-85
    Sound Card
    Omnisonic speakers with Dolby Atmos spatial sound
    Monitor(s) Displays
    120 Hz 13.8-inch 600 nit PixelSense Flow touchscreen
    Screen Resolution
    2304x1536
    Hard Drives
    1TB NVMe Gen 4 SSD
    Case
    Anodized Aluminum
    Cooling
    Traditional active cooling fan system
    Keyboard
    Mechanical QWERTY, backlit when in use
    Mouse
    Logitech MX Master 4 and Surface Arc Mouse
    Browser
    Vivaldi (main), Firefox, Chrome, Edge
    Antivirus
    MS Defender and Malwarebytes Free

PowerToys 0.96.1

Advanced Paste​

  • #43766: Removed deprecated OpenAI Prompt Execution Settings properties, enabling use of new models such as GPT-5.1 in Azure OpenAI.
  • #43768: Updated Foundry Local model parameters to allow for longer output tokens.
  • #43716: Fixed an issue where a model could appear unavailable immediately after being downloaded from Foundry Local.

Image Resizer​

  • #43763: Brought Image Resizer back to Windows 10.

Awake​

  • #43785: Fixed timed mode not expiring correctly.
 

My Computer

System One

  • OS
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom Build
    CPU
    Intel Core i9 12900KF
    Motherboard
    ASUS ROG Maximus Z690 Hero
    Memory
    Corsair 64GB DDR5 Vengeance C40 5200Mhz
    Graphics Card(s)
    ASUS GeForce RTX 3090 ROG Strix OC 24GB
    Sound Card
    OnBoard
    Monitor(s) Displays
    Acer Predator XB323UGP 32" QHD G-SYNC-C 144Hz 1MS IPS LED
    Screen Resolution
    2560 x 1440
    Hard Drives
    1x Samsung 980 Pro Series Gen4 250GB M.2 NVMe
    1x Samsung 980 Pro Series Gen4 500GB M.2 NVMe
    2x Samsung 980 Pro Series Gen4 2TB M.2 NVMe
    PSU
    Corsair AX1200i 1200W 80PLUS Titanium Modular
    Case
    Corsair 4000D Black Case w/ Tempered Glass Side Panel
    Cooling
    Noctua NH-U12A Chromax Black CPU Cooler, 4x Noctua 120mm Fans
    Keyboard
    Logitech MK545
    Mouse
    Logitech MX Master 3
    Internet Speed
    Fixed Wireless 150mbps/75mbps
    Browser
    Firefox
    Antivirus
    Kaspersky
    Other Info
    Thrustmaster TS-PC RACER
    Fanatec CSL Elite Pedals with the Load Cell Kit
    Yamaha Amp with Bose Speakers
Back
Top Bottom