Hi Sreekanth D,
The blank screen with a responsive cursor you are seeing across your fleet indicates a Desktop Window Manager or shell hang, which is an expected risk given your operating system version. Build 26200 is a Windows Insider Preview build from the Canary channel, meaning it contains experimental code that frequently conflicts with existing display drivers and causes user interface deadlocks. Because this is an inherent bug within a preview build, standard troubleshooting will not provide a permanent fix. You will need to either wait for a future Insider patch or roll your production fleet back to a stable, commercially released version of Windows 11.
If you need to identify the exact driver causing the conflict while waiting for a fix, you can configure your endpoints to generate a manual kernel memory dump. You will need to deploy a registry modification to the affected endpoints by navigating to HKEY_LOCAL_MACHINE, opening the System key, going through CurrentControlSet to Services, selecting the kbdhid key, and opening Parameters to create a new DWORD value named CrashOnCtrlScroll set to 1. Holding the right Control key and pressing the Scroll Lock key twice while the machine is frozen will force a system crash. This generates a file at C:\Windows\MEMORY.DMP that you can analyze with the Windows Debugger to isolate the faulting component.
You should also review the Event Viewer logs on a recovered machine by checking the System log for Event ID 4101. This specific code indicates a display driver timeout and operating system recovery attempt, which confirms if your current graphics driver version is directly incompatible with this specific Insider build. Downgrading or updating the display driver may provide temporary stability, but moving your organization off the Canary channel is the only permanent resolution for fleet-wide reliability.
Hope this answer brought you some useful information. If it did, kindly hit "accept answer". Should you have any questions, feel free to leave a comment.
VP