Hello Vimal Raj,
The type of freeze you describe of no BSOD, no error messages, complete input lock requiring a hard reboot, is typically linked to driver or firmware instability rather than a core Windows defect. On laptops, the most common culprits are GPU drivers (Intel or AMD integrated graphics), storage drivers (NVMe controllers), or power management features such as Modern Standby (S0 low‑power idle). Modern Standby in particular has been known to cause hangs when systems transition between idle and active states if the firmware or drivers are not fully aligned with the OS build.
Even if Windows Update reports all drivers as current, OEM‑supplied drivers often differ from Microsoft’s generic packages. For business stability, you should obtain the latest drivers and BIOS directly from the laptop manufacturer’s support site, not rely solely on Windows Update. Check Event Viewer under Windows Logs > System around the time of the freeze for Event ID 41 (Kernel-Power) or Event ID 4101 (Display driver stopped responding) to confirm whether the GPU or power subsystem is failing.
If the issue is widespread across multiple laptops of the same model, it is unlikely to be isolated hardware failure. In that case, test disabling Modern Standby in BIOS if the option exists, or configure the system to use legacy S3 sleep. Another approach is to run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth to ensure the OS component store is intact, but in most cases the root cause is driver/firmware mismatch.
To summarize: this is a Windows 11 stability issue on client devices, not a Windows for Business or Windows 365 Enterprise problem. The most probable causes are GPU or power management drivers, or Modern Standby transitions. The next step is to update drivers and BIOS directly from the OEM, review Event Viewer logs for confirmation, and if necessary disable Modern Standby to stabilize idle behavior.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
Domic Vo.