Windows 11 Driver Management May Remove GPU Drivers on Laptops with MUX Switches

Recent user reports have highlighted an unexpected interaction between Windows 11’s automatic driver management and ASUS’s proprietary power profiles, particularly on laptops equipped with a MUX switch. This issue came to light when an ASUS ROG Zephyrus G14 owner discovered that their NVIDIA GeForce RTX 5070 Ti GPU driver had been removed after the device was left in Eco Mode for several weeks.

The Zephyrus G14, like many modern gaming laptops, features a MUX switch that can completely disable the discrete GPU (dGPU) to save power. When the laptop is set to Eco Mode, the dGPU is powered down and disconnected from the system. Upon switching back to performance mode, the user found that Windows 11 had deleted the GPU driver, causing the system to recognize the RTX 5070 Ti only as a generic display adapter until the driver was manually reinstalled.

Why Windows 11 Removes Unused Device Drivers

According to ASUS support documentation, this behavior is by design. Windows 11 treats hardware that has been disconnected for an extended period—such as a dGPU disabled by a MUX switch—similarly to how it handles removable peripherals. The operating system uses a maintenance task, managed by pnpclean.dll, to automatically remove drivers for devices that have not been connected for 15 to 30 days. This process helps keep the system free of unnecessary files, but can lead to confusion when hardware is re-enabled and the required drivers are missing.

How to Prevent Automatic Driver Removal

Users who frequently switch between power-saving and performance modes may want to prevent Windows from deleting their GPU drivers. This can be achieved by disabling the Disk Cleanup handler responsible for removing old driver packages. The relevant setting can be adjusted in the Windows Registry using PowerShell:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Device Driver Packages
Autorun (DWORD) = 0
  

Disabling this feature will stop Windows from automatically cleaning out unused driver packages. However, it is important to note that this may result in increased storage usage over time, as outdated drivers will no longer be removed automatically.

Key Takeaways for Windows 11 Laptop Users

This scenario underscores the importance of understanding how Windows 11 manages device drivers, especially on laptops with advanced power management features like MUX switches. Users who rely on switching between integrated and discrete graphics should be aware of the potential for driver removal and consider adjusting system settings if they encounter similar issues.