"My PC crashes at random" or "Windows shows a blue screen for no reason", in most of these cases, the culprit is hiding in an outdated or corrupted driver. According to Windows crash statistics compiled by Microsoft, faulty drivers are responsible for nearly 30% of BSODs (Blue Screen of Death).
This guide walks you through identifying risky drivers, knowing which ones to update first, and updating them without breaking your system.
A driver update rarely takes more than 10 minutes. Create a Windows restore point before you start, it'll save you a lot of cold sweats if something goes wrong.
Why outdated drivers cause crashes
A driver is the software that bridges Windows and a hardware component: graphics card, network card, audio processor, and so on. When that driver is incompatible with the installed version of Windows, buggy or simply out of date, problems start to show up:
- Blue screens (BSODs) caused by memory conflicts
- Graphical glitches or game crashes
- Unexplained Wi-Fi drops
- Crackling or missing sound
- Abnormal overheating (poor power management)
Windows Update automatically downloads some generic drivers, but they're rarely the latest or the most optimised. Manufacturers regularly release corrective updates, often in response to bugs reported by users.
Which drivers to prioritise
Not every driver carries the same risk. Here's the 2026 priority list:
Graphics card (GPU) : top priority
This is the driver that gets updated most often and is most often the source of issues. NVIDIA, AMD and Intel release updates monthly or even fortnightly. An outdated GPU driver can cause in-game crashes, display problems and excessive power consumption.
Motherboard chipset
The chipset driver handles communication between the processor, RAM and other components. AMD regularly releases updates for its AM4/AM5 chipsets. So does Intel for its 12th, 13th and 14th gen series. A poorly managed chipset can degrade overall system performance.
Network card (Wi-Fi and Ethernet)
Outdated network drivers cause dropouts, high latency and compatibility issues with recent protocols (Wi-Fi 6E, 7). Worth updating especially if you have connection problems.
Audio
Less critical, but Realtek or Intel HD Audio drivers can cause crackling, dropouts, or crash certain pro audio applications if they're too old.
BIOS / UEFI
Not strictly a driver, but the motherboard firmware deserves a mention. BIOS updates fix stability bugs, improve RAM compatibility, and integrate processor security patches (Spectre, Meltdown, etc.). Only do it if a recent update exists and you're experiencing specific issues, a failed BIOS update can render a PC unusable.
How to identify outdated drivers
Via Device Manager
Press Win + X then click Device Manager. A yellow triangle on a component indicates a driver problem. Right-click the component → Properties → Driver tab to see the installed version and its date.
The driver date in Device Manager is often the Windows build date, not the actual driver date. To compare against the latest available version, go directly to the manufacturer's website.
Via the command line (precise method)
Open a Terminal (PowerShell or cmd) and type:
driverquery /v /fo csv > C:\drivers.csv
This command exports the complete list of all installed drivers with their versions. Open the CSV file in Excel for a full inventory.
To see drivers currently loaded in memory:
driverquery /si
GPU update: the method for your card
NVIDIA : GeForce Experience
Download GeForce Experience from nvidia.com. The app automatically detects your GPU and notifies you of new versions. In the Drivers tab, you can choose between:
- Game Ready Driver: optimised for recent games, updated frequently
- Studio Driver: more stable, for creatives (Premiere, DaVinci, Photoshop)
During installation, choose Custom installation and tick Perform a clean installation : this removes leftovers from the previous driver.
AMD : Adrenalin
AMD Adrenalin (amd.com/support) plays the same role. It detects your GPU and offers available updates. Tick the Factory Reset option during installation for a clean update. Adrenalin also includes performance and streaming tools.
Intel Arc : Arc Control
For Intel Arc GPUs (A and B series), use Arc Control or the Intel Driver & Support Assistant (DSA). The latter is particularly useful as it detects every Intel component in your machine (GPU, Wi-Fi, Bluetooth, chipset) and offers all updates in a single interface.
Third-party tools to avoid at all costs
You may have seen ads for software like Driver Booster, DriverFix or Driver Easy. Steer clear of these tools for several reasons:
- They pull from unofficial databases and can install incompatible or incorrect drivers
- Some are associated with adware or malware-like behaviour
- They charge a subscription for updates you can do for free via manufacturer websites
- A bogus GPU driver can render your graphics card unusable until you roll back
The only reliable source for a driver is the component manufacturer's official website: nvidia.com, amd.com, intel.com, realtek.com, etc.
Backing up your drivers before updating
Before any major update, back up your current drivers. If the new version is faulty, you'll be able to roll back in minutes.
With DISM (built into Windows)
Open an administrator Terminal and type:
DISM /Online /Export-Driver /Destination:C:\SaveDrivers
All your drivers are exported to the C:\SaveDrivers folder. To reinstall them:
pnputil /add-driver C:\SaveDrivers\*.inf /subdirs /install
With DriverBackup (free tool)
DriverBackup (sourceforge.net) offers a simple graphical interface for selecting and exporting the drivers you want. Handy for targeting just the GPU or network without exporting everything.
Store your driver backups on a USB stick or external drive, if Windows won't boot after a failed update, you'll need to restore them from the recovery environment.
What to do when an update breaks everything
It happens. Here's the procedure to follow, from simplest to most radical.
- 1Roll back via Device Manager, Open Device Manager, right-click the affected component → Properties → Driver tab → Roll Back Driver. Windows automatically reinstalls the previous version. This option is only available if Windows has kept the old version (usually 10 days after the update).
- 2System restore point, If the driver rollback isn't enough (or if the option is greyed out), use a restore point. Type 'System Restore' in the Windows search bar and follow the wizard. Choose a point created before the problematic update. Your personal files are preserved, but software and drivers installed after that point are removed.
- 3Safe Mode + manual uninstall, If Windows won't boot normally, restart while holding Shift to access the Advanced startup options, then choose Safe Mode. In this mode, third-party drivers aren't loaded, you can uninstall the problematic driver via Device Manager.
- 4Restore from the DISM backup, If you made a prior backup, open an administrator Terminal and reinstall the saved drivers: pnputil /add-driver C:\SaveDrivers\*.inf /subdirs /install. This is the most reliable method to get back exactly to the previous state.
In summary
| Driver | Priority | Recommended source |
|---|---|---|
| Graphics card (GPU) | High | nvidia.com / amd.com / intel.com |
| Motherboard chipset | High | AMD.com / Intel DSA |
| Wi-Fi network card | Medium | PC or chipset manufacturer website |
| Audio | Low | realtek.com / manufacturer website |
| BIOS/UEFI | Variable | Motherboard manufacturer website only |
The golden rule: update if you have a problem or if an update fixes a known security flaw. Routine updates with no specific reason carry risk without guaranteed benefit.
PC crashing after an update? Sam diagnoses and fixes in Poitiers.
Related guides

6 min read
Slow laptop: the real causes and what actually works
Laptop dragging, slow to boot, crashing regularly? Here's a full diagnosis of the real causes — and what we can genuinely do about it.

8 min read
PC cleaning: dusting and thermal paste
PC running hot, noisy fans, performance dropping? How to clean your PC physically and with software — what works and what to avoid.

6 min read
Slow home Wi-Fi: the real causes and the fixes
Videos buffering, calls cutting out? Before you ring your ISP: the real causes of slow Wi-Fi and what you can do yourself.
Frequently asked questions
