Share via

Windows 11 will randomly freeze (hard lock) monitor will not update, keyboard lock out, mouse locked out - forcing hard boot.

Anthony Nagel 0 Reputation points
2026-04-08T18:50:43.0133333+00:00

I'm running Windows 11 Pro with the latest updates and for the last several months I have been experiencing an issue where Windows 11 will randomly lock up causing a hard lock and forcing me to hard boot the system.

I have gone thru and run hardware and software diagnostics, removing hardware peripherals, etc to see if I can fix the issue.

The only major changes that I can think of is that I went from Kaspersky after they were blocked in the USA to BitDefender. I have 3 machines that have the same internal hardware and only 1 machine locks up. I have 6 machines running BitDefender, and only 1 has issues.

Here is a copy of my event viewer logs.
https://drive.google.com/file/d/1Q7bdTGSIqdmTXE6aK4471S2NmTC0driK/view?usp=drive_link

Windows for home | Windows 11 | Performance and system failures

2 answers

Sort by: Most helpful
  1. David-M 109.2K Reputation points Independent Advisor
    2026-04-08T19:28:22.9033333+00:00

    Hi. I'm David, and I'm happy to help you.


    Sorry. I cannot access the file.

    Check the sharing permissions of the file.

    See the instructions for making the file publicly available in "Learn about public sharing & collaboration > Share a file or folder publicly" in the article below.

    https://support.google.com/drive/answer/2494822#zippy=%2Cshare-a-file-or-folder-publicly


    Looking forward to your reply.


    Standard Disclaimer: There is a link to a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.


  2. Q&A Assist
    2026-04-08T18:51:02.3733333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Random hard freezes on Windows 11 are typically caused by faulty drivers, hardware issues, or low‑level software (such as security tools) interacting badly with the system. Since diagnostics and peripheral removal have already been tried and only one of several identical systems is affected, focus should be on isolating the specific driver or software component on that machine and collecting data when the freeze occurs.

    Follow these steps on the affected PC:

    1. Apply basic Windows 11 stability checks
      1. Make sure all Windows Updates are installed: Start > Settings > Windows Update > Check for updates.
      2. Check Device Manager for driver issues:
        • Right‑click Start > Device Manager.
        • Look for any device with an exclamation mark (!).
        • For any such device, right‑click > Update driver. If that does not help, temporarily Disable or Uninstall the device and test.
      3. Ensure there is sufficient free disk space on the system drive (at least 10–15% free) so Windows can create paging and temporary files reliably.
    2. Test in Safe Mode
      1. Boot into Safe Mode as described in Start your PC in safe mode in Windows 11 (linked from the troubleshooting article).
      2. Use the PC in Safe Mode for as long as practical.
        • If freezes do not occur in Safe Mode, this strongly points to a third‑party driver or software (including security software) loaded only in normal mode.
    3. Collect data when the system freezes To move beyond guesswork, configure the system to generate a complete memory dump when it locks, so the root cause (driver, kernel component, or hardware) can be analyzed.
      1. Configure a complete memory dump:
        • Press Win + R, type Sysdm.cpl, press Enter.
        • Go to Advanced tab > Performance > Settings > Advanced.
        • Select Change and verify there is a paging file on the system drive that is at least 100 MB larger than installed RAM, and that the system drive has more free space than the amount of RAM.
        • Back in System Properties, under Startup and Recovery, select Settings.
        • Under Write debugging information, choose Complete memory dump.
        • Check Overwrite any existing file.
      2. Enable keyboard‑triggered crash to capture a dump when the system is frozen:
        • Open Registry Editor.
        • Go to:
          • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
          • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdhid\Parameters
        • In each key, create a REG_DWORD value named CrashOnCtrlScroll and set it to 1.
        • Restart the computer.
        • When the system hard‑freezes (screen and input unresponsive), press Right Ctrl + Scroll Lock twice. This forces a crash and generates a memory dump that can be analyzed to identify the offending driver or component.
    4. If freezes persist and dumps implicate drivers For advanced analysis or if a specific driver is suspected, Driver Verifier and I/O Verification can be used to stress and validate drivers:
      • Use verifier.exe with the I/O Verification option (Bit 4 / 0x10) for specific suspect drivers, for example:
             verifier /flags 0x10 /driver MyDriver.sys
        
      • Reboot and reproduce the issue; if a driver bug is present, the system will bug‑check with a more informative stop code instead of silently freezing.
      • This is an advanced step and should be used only when comfortable with debugging and after ensuring memory dump collection is configured.
    5. If no clear cause is found If, after applying updates, checking drivers, testing in Safe Mode, and collecting dumps, the system remains unstable while other identical systems are stable, consider a repair‑level action on that one machine:
      • Use Windows 11 recovery options (for example, System Restore if a suitable restore point exists, or other recovery options) while choosing the option that preserves personal files where possible.

    These steps will either stop the freezes (if caused by a driver or configuration issue) or provide the data needed to identify the exact failing component.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.