HDR in Windows 11 is fragile, here is some background especially on using conversion from Display Port to HDMI.
After quite a bit of testing, here are my conclusions:
- If you are going from Display Port (DP) --> HDMI a non-active cable, a plug adapter or other passive conversion won't work; a Unidirectional DP to HDMI cable is required.
- If you have 2 inputs/outputs you would like to duplicate, even if both support HDR 10 (eg. both support Windows HDR when using in dedicated mode) , Windows 11 will not let you use HDR
- for the sake of clarity when i say duplicate this is what I mean displayswitch.exe /clone
- It is possible to get information from WMI on your system about HDMI, but not the HDR metadata using Get-WMIObject CIM_VideoControllerResolution from Powershell or Get-CimInstance -ClassName Win32_VideoController | Select-Object VideoModeDescription see:https://learn.microsoft.com/en-us/windows/win32/wmisdk/managed-reference-for-wmi-powershell-command-classes refuted in https://github.com/patrick-theprogrammer/WindowsDisplayManager/wiki/WindowsDisplayManager-Wiki#display
- a handy command line dump is also available but again it seems like they forgot to include HDR in WIMI: wmic.exe path Win32_VideoController https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmic
My overall conclusion is as follows:
- HDR in Windows 11 was poorly tested with little or no diagnostics
- HDR in Windows is not fully documented
- HDR in Windows 11 was not fully tested outside very limited lab type setup
- If you have a high quality TV or Monitor the HDR feature is visually stunning once you get to work
- Back in the day when I worked at Microsoft they had testers dedicated to finding things like this but the fragile nature of this features demonstrate it is not well tested or crafted.
Given the number of questions about getting HDR to work in Windows 11 in many many forums both here and places like Reddit (Why HDR is so bad on W11? : r/Windows11) points to a significant gap between features, users and the ability of even technical savvy users to diagnose problems and ultimately get the feature to work. A tech article in in Microsoft Learn is really needed badly!