Forum Discussion
NETIO.SYS
You are seeing repeated DRIVER_IRQL_NOT_LESS_OR_EQUAL (0xD1) crashes on a ThinkPad, and netio.sys appears in the stop code. That file is part of Windows networking, so it is usually where the failure surfaced, not proof that netio.sys itself is the faulty component. The useful next step is to identify the non-Microsoft network, VPN, endpoint-security, filter, Wi-Fi, Ethernet, or dock driver active when the dump was written. Install BIOS, chipset, Wi-Fi, Ethernet, and dock updates only from Lenovo, then temporarily remove third-party VPN or network-filtering products rather than replacing system DLLs. Check Reliability Monitor and Event Viewer around each crash, and compare the latest minidumps with WinDbg’s !analyze -v output. If the same third-party driver recurs, update or remove that product. Driver Verifier can expose a bad driver, but enable it only for selected non-Microsoft drivers and create a restore point first; it can deliberately trigger more crashes.