PC Driver Guide
Foundational

Chipset Drivers

Govern how every component on your motherboard talks to the others — install these first, always.

Chipset Drivers overview

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

We are an educational resource and do not provide downloads or a updater tool. Always get drivers from your hardware manufacturer or your operating system's official update channel, and create a restore point first. See our safe update guide.

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.

Where to go next