Drivers on Windows 10: A Reference Overview
An educational reference outlining how device drivers are organised on Windows 10, including the documented update channels and the role of the driver store.
An educational reference outlining how device drivers are organised on Windows 10, including the documented update channels and the role of the driver store.
Windows 10 organises device drivers around the documented driver store at C:\Windows\System32\DriverStore, with Windows Update acting as the primary delivery channel for vendor-signed driver packages. The architecture is described in the Windows driver lifecycle reference on the Windows Hardware Developer documentation.
Each installed driver package is preserved in the driver store as part of the documented rollback model exposed in Device Manager. This page is a general background reference and does not advise any particular action on a particular machine.
The vendor documents Windows Update as the primary delivery channel for signed driver packages on Windows 10. OEM hardware vendors typically also publish their own driver bundles through their published support sites, and these bundles are listed as the secondary channel in OEM documentation.
Both channels rely on the same WHQL signing pipeline documented in the Windows Hardware Developer reference. The use of signed channels is part of the documented quality and integrity model for Windows drivers.
Device Manager (devmgmt.msc) is the vendor's documented graphical surface for inspecting installed devices and the driver package currently bound to each device. The Driver tab on a device's Properties page lists the documented operations: Update Driver, Roll Back Driver, Disable Device, and Uninstall Device.
The full reference for Device Manager and the underlying Plug and Play subsystem is published in the Windows Hardware Developer documentation.
The questions readers send us most often on this topic.
The vendor documents Windows Update as the primary delivery channel for signed driver packages on Windows 10.
The driver lifecycle, signing requirements, and Plug and Play subsystem are documented in the Windows Hardware Developer reference.
It is the protected directory used by Windows to track installed driver packages and to support the rollback option exposed in Device Manager.
Hand-picked articles that pair well with this one.
Our knowledge section collects further plain-English background articles on how device drivers are organised on Windows, macOS, and Linux.