Share via

Hp probook 440 G8 laptops freezing issue

Dikini Hirunika 0 Reputation points
2026-05-18T16:18:15.3966667+00:00

In my organization we have 80+ HP probook 440 G8 laptops and since last month, 2O+ laptops are freezing while users are working. I revised some windows updates, Upgrade Ram., Changed some devices' SSD and reinstall the windows 11 as well. But it didn't work and Keep spreading to the other HP 440 G8 laptops as well. Any remidiations/ solutions for stopping this?

Windows for business | Windows Client for IT Pros | Performance | System performance
0 comments No comments

3 answers

Sort by: Most helpful
  1. VPHAN 34,875 Reputation points Independent Advisor
    2026-05-18T16:55:01.61+00:00

    Hi Dikini Hirunika,

    The freezing is very likely caused by a conflict with Multi-Plane Overlay. This Windows feature is designed to reduce the workload on your graphics processor, but it frequently clashes with Intel graphics drivers on this specific hardware, causing the desktop window manager to lock up entirely. You can disable this feature by deploying a simple registry change to the affected machines. You will need to create a 32-bit DWORD named OverlayTestMode with a value of 00000005 under the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm key. This tells Windows to stop using the overlay feature and will usually stabilize the graphics rendering process immediately.

    Because you already ruled out the RAM, SSD, and operating system, we also need to look at how the motherboard manages power. Outdated low-level firmware can cause hardware-level lockups that completely bypass Windows error reporting. You should package and deploy the latest HP BIOS and Intel Management Engine firmware updates to a small test group of the freezing laptops. Combining this firmware update with the registry fix should fully resolve the hardware communication issues and stop the freezing from spreading further across your environment.

    Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

    VPHAN

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

  2. VPHAN 34,875 Reputation points Independent Advisor
    2026-05-20T08:31:47.6133333+00:00

    Hi Dikini Hirunika,

    Has your issue been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)

    VPHAN

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-05-18T16:18:36.5066667+00:00

    Because the issue affects many identical models and persists after RAM/SSD changes and reinstalls, treat this as a systematic freeze problem and collect diagnostic data rather than continuing ad‑hoc replacements.

    Use the following structured approach:

    1. Identify and scope the problem
    • Confirm it only affects HP ProBook 440 G8 and not other models.
    • Note when freezes occur (specific apps, heavy I/O, idle, on battery vs AC, after resume, etc.).
    • Check how often and whether the same users or locations are affected. This helps distinguish hardware batch issues from OS/driver/software causes.
    1. Basic live troubleshooting on a frozen device When a device is in a frozen state, try remote checks from another machine:
    2. Attempt Remote Desktop to the affected laptop.
    3. Try vendor remote management (if available) or equivalent out‑of‑band access.
    4. Ping the device and watch for packet loss or high latency.
    5. Try accessing administrative shares, for example \\ComputerName\c$.
    6. Ask the user to press Ctrl+Alt+Delete and report whether there is any response.
    7. From another machine, try Windows remote admin tools (Computer Management, Server Manager, WMI tools) against the frozen device.

    If these still work while the user reports a freeze, the issue may be at the display/input layer (GPU, driver, shell) rather than a full system hang.

    1. Post‑freeze analysis on recovered devices Once a laptop has recovered from a freeze:
    2. Review System and Application event logs:
      • Application log: look for Application Error events suggesting crashes of key processes.
      • System log: Service Control Manager errors for critical services, disk, ACPI, or driver issues.
      • Look specifically for Error Event IDs 2019/2020 with source Srv/Server (nonpaged/paged pool exhaustion) or repeated driver timeouts.
    3. Generate a System Diagnostics report on several affected laptops:
      • Run perfmon /report and review warnings related to disk, memory, drivers, or resource exhaustion.
    4. Configure full memory dumps for deep analysis On a subset of affected laptops (ideally one in each usage pattern), configure them to capture a complete memory dump when they hang:
    5. Ensure complete memory dump is enabled:
      • Run sysdm.cpl → Advanced → Performance → Settings → Advanced → Virtual memory → ensure a pagefile on system drive.
      • Back in System Properties → Advanced → Startup and Recovery → Settings.
      • In “Write debugging information”, select Complete memory dump and enable Overwrite any existing file.
      • Ensure the pagefile on the system drive is at least 100 MB larger than installed RAM and there is more free disk space than physical RAM.
    6. Enable keyboard crash trigger (CrashOnCtrlScroll) on those laptops:
      • In Registry Editor, set under both keys:
        • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
        • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kbdhid\Parameters
        • Create CrashOnCtrlScroll (REG_DWORD) = 1.
      • Restart the laptop.
    7. When a freeze occurs, instruct the user (or IT) to hold the right Ctrl key and press Scroll Lock twice to force a bugcheck and generate %SystemRoot%\MEMORY.DMP.
    8. Use Dumpchk.exe to verify the dump is valid, then analyze it (internally or with Microsoft support) to identify the driver or component causing the hang.
    9. Additional data collection
    • Use Performance Monitor to capture performance counters and event trace logs on a few representative laptops:
      • Configure data collector sets via logman to monitor CPU, disk, memory, and key drivers.
      • Start/stop logging around user sessions; logs will be in C:\PERFLOGS.
    • For suspected kernel memory leaks (if Event IDs 2019/2020 appear), use PoolMon as described in the documentation to identify leaking pool tags.
    1. For virtualized or remotely hosted scenarios If any ProBooks are running as VMs (for testing or golden images):
    • On Hyper‑V, use Debug-VM -InjectNonMaskableInterrupt to trigger a dump when the VM appears frozen.
    1. Rollout and containment Once a root cause driver or configuration is identified from dumps and logs:
    • Apply the fix (driver update/rollback, firmware update, registry or policy change) to a small pilot group of ProBooks.
    • If stable, roll out via your management tool (Intune, Configuration Manager, or GPO) to all HP ProBook 440 G8 devices.

    This approach stops the “spreading” by moving from reactive hardware swaps to targeted root cause analysis using memory dumps, event logs, and performance data.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.