What it is
Chipset drivers are foundational system software that manage the motherboard's chipset — the integrated circuits that coordinate the CPU, RAM, storage controllers, and device buses. Unlike a driver for a single peripheral, a chipset driver affects the entire system's performance and stability.
How it works
Chipset drivers control the PCI Express lanes that connect GPUs, NVMe SSDs, and USB controllers to the processor. They configure bus power management, manage bus arbitration so components share access fairly, and enable advanced features such as SR-IOV for virtualization.
Because they sit underneath everything else, installing and updating chipset drivers is among the most important maintenance tasks you can perform. A missing chipset driver can prevent the OS from detecting storage, USB controllers, or expansion cards at all. They are distributed by motherboard and processor vendors — and the standing advice is to install them first, before any other device drivers.
Real-world examples
- Platform chipset packages from CPU and motherboard vendors.
- Bus and power-management components for PCIe and USB.
- Virtualization-enabling features such as SR-IOV.
Keeping these drivers healthy
After a fresh OS install, install chipset drivers first so other components are detected correctly. Keep them updated when you change major hardware, and consult your motherboard vendor's support page for the package matched to your exact board.
Before you change anything
Common issues
Undetected hardware
A missing chipset driver can hide storage controllers, USB ports, or expansion slots from the OS.
Out-of-order installation
Installing device drivers before the chipset driver can cause components to misbehave or perform poorly.
Frequently asked questions
They configure the buses and lanes that everything else depends on. Installing them first ensures the OS can correctly detect storage, USB, and expansion devices, so the rest of your drivers install onto a properly configured platform.

