Windows 11 Still Cannot Adjust Second Monitor Brightness. This Free Tool Fixes It.
By OFOKI TECH | July 27, 2026
Windows 11 does not provide native brightness controls for external displays. Users running multi-monitor setups must either reach for physical buttons on each screen or rely on third-party utilities. An article published by Clubic on July 26, 2026, highlights Twinkle Tray, an open-source application that closes this gap. The problem is not new. Threads on Microsoft’s Tech Community and Super User document the same limitation dating back several years.
The Native Limitation
Windows 11 handles brightness through the Settings app and the Quick Settings panel, but these sliders only affect the built-in display on laptops or the primary monitor on desktops. External monitors connected via HDMI, DisplayPort, or USB-C do not surface a brightness control in the operating system’s interface. The Microsoft Learn support documentation confirms this behavior, directing users to the monitor’s own on-screen display (OSD) buttons when hardware controls are available.
The reason lies in how Windows communicates with displays. Internal panels use a direct path through the graphics driver and ACPI. External monitors, by contrast, rely on a protocol called DDC/CI (Display Data Channel/Command Interface) to accept commands from the host. Windows 11 does not implement a system-wide DDC/CI brightness interface, leaving the protocol unused for everyday adjustments. Third-party tools can send these commands, but the operating system itself does not.
Twinkle Tray: How It Works
Twinkle Tray is a free utility published under the MIT license by developer Xander Frangos. It adds a brightness icon to the system tray that, when clicked, reveals sliders for every compatible display. The application is available from the Microsoft Store, as a standalone installer from GitHub, or via package managers such as winget, Chocolatey, and Scoop. There is no paid tier, no account requirement, and no feature paywall.
The software reads and writes DDC/CI commands over the display connection. Each monitor appears as a separate slider, labeled and ordered according to user preference. The Windows Club notes that users can rename displays, reorder them, and adjust the brightness update rate to reduce flickering. The interface adopts the system’s accent color and theme, matching the native Windows 11 volume flyout.
Features Beyond Brightness
Twinkle Tray supports several functions that extend past simple backlight control. According to the project’s GitHub repository, these include:
- Hotkeys: Users can bind keyboard shortcuts to raise or lower brightness on specific monitors or all displays at once.
- Time-based adjustments: The app can shift brightness automatically according to the time of day, dimming external panels in the evening without manual intervention.
- Normalization: Backlight levels can be equalized across different monitor models, compensating for varying peak luminance.
- DDC/CI extensions: Contrast, volume, and power state are also controllable for monitors that expose these features.
- Command-line interface: Starting with version 1.13.0, Twinkle Tray accepts arguments such as
--MonitorNum,--Set, and--Offset, allowing scripting and integration with automation tools.
Hardware Constraints and Compatibility
Twinkle Tray cannot override physical limitations. The application depends on DDC/CI support, which must be enabled in the monitor’s OSD menu. Many manufacturers ship displays with DDC/CI turned off by default. Older connections such as VGA and DVI often lack the bidirectional communication path required for these commands, as noted in the project’s troubleshooting documentation. USB-C and Thunderbolt docks with HDMI or DisplayPort passthrough may also block DDC/CI traffic, depending on the dock’s firmware.

Additionally, the AMD Radeon Software custom color settings can conflict with Twinkle Tray. Users must disable custom color profiles in the AMD control panel for the brightness slider to respond. The Clubic article from July 26, 2026, emphasizes that these are hardware and driver restrictions, not flaws in the application itself.
Alternatives
Twinkle Tray is not the only utility in this category. Monitorian, also free and open source, offers a similar system-tray interface with a portable executable option. ClickMonitorDDC and Win10_BrightnessSlider provide comparable functionality for users who prefer minimal footprints. None of these tools, however, have seen the same distribution reach as Twinkle Tray, which is localized into over 20 languages and packaged for multiple installation methods.
Why Microsoft Has Not Fixed This
Microsoft has not indicated plans to add native multi-monitor brightness management to Windows 11. The company’s focus has remained on HDR calibration, color profiles, and Night Light, all of which operate at the software level rather than controlling panel backlight directly. DDC/CI implementation varies widely across monitor vendors, making a universal native solution technically fragmented. Third-party developers have filled the void because they can target the subset of users with compatible hardware and iterate without the constraints of a system-level feature rollout.
Bottom Line
Windows 11 still does not offer brightness sliders for external monitors. Twinkle Tray provides a free, open-source workaround that integrates into the system tray and sends DDC/CI commands to compatible displays. It requires no subscription, supports automation, and works across most modern HDMI and DisplayPort connections. Users with DDC/CI disabled, legacy video cables, or certain USB-C docks may remain limited to physical monitor buttons.
Sources and further reading
- Clubic — J’ai deux écrans, et Windows ne sait toujours pas régler la luminosité du second
- GitHub — Twinkle Tray by Xander Frangos
- Twinkle Tray Official Website
- Microsoft Tech Community — Cannot Adjust External Monitor Brightness in Windows 11
- Super User — Why doesn’t brightness change on external display on Windows 11?
- The Windows Club — How to change Brightness of Multiple Monitors on Windows 11
- Ghacks — Twinkle Tray: control brightness of multiple monitors on Windows
- Automata Labs — Why Windows 11 Still Can’t Control External Monitor Brightness