How to Update Drivers on Windows 11 (The Right Way)
Short answer: Do not update drivers for fun — if nothing is glitching, leave them alone, since about 70% of blue screens trace to driver bugs and careless updates cause more trouble than old drivers. Update only for a specific issue (no sound, dropping WiFi, flickering, BSODs) or new hardware. When you do, get the driver from the manufacturer's site, not Device Manager's cached version.
Don’t update drivers for fun. If your computer is working fine and nothing is glitching or crashing, leave everything alone. About 70% of Windows blue screen crashes trace back to driver bugs according to Microsoft’s own hardware developer data, which means careless updates cause more problems than outdated ones. Only update when you’re having a specific issue — no sound, WiFi dropping, Ethernet not connecting, screen flickering, blue screens — or after installing new hardware, or after a major Windows feature update.
A guy messaged us after dropping four hundred bucks on an RTX 4070 and getting worse performance than the card he replaced. Cyberpunk was running at 35 fps on medium. He wasn’t running the actual NVIDIA driver — Windows had silently installed a generic Microsoft display adapter during the hardware swap. No NVIDIA Control Panel in the right-click menu at all. Downloaded the real driver from nvidia.com, ran DDU to clean the generic junk, installed it properly, and his frame rates went from 35 to over 90. Fifteen minutes. The GPU wasn’t broken, it was just being told to speak a language it barely understood.
Windows Update and Device Manager
Settings, Windows Update, Check for updates grabs whatever Microsoft has certified. But the useful driver updates aren’t in the main feed — they’re hiding in Advanced options, Optional updates, expand “Driver updates.” These often include newer GPU drivers, Bluetooth firmware, and stuff Windows didn’t install automatically.
The caveat is significant though. In May 2026 Microsoft acknowledged what PC builders had been screaming about for months — Windows Update has been actively downgrading GPU drivers. You install the latest NVIDIA or AMD driver, everything works, then Windows Update quietly overwrites it with an older WHQL version from its catalog. Performance drops, game-specific optimizations vanish. If this happens, download Microsoft’s wushowhide.diagcab tool, run it, and hide that driver update so Windows stops reinstalling it.
Device Manager is the other built-in option. Right-click the device, Update driver, Search automatically. The problem is “Windows has determined the driver software for your device is up to date” only means Microsoft’s catalog has nothing newer. The manufacturer might have three updates since then. For GPU drivers that gap can be months. Where Device Manager is actually useful: “Browse my computer for drivers” when you’ve downloaded a driver package that’s just a folder of .inf files with no installer.
Manufacturer Downloads
For GPU, audio, and WiFi drivers, go to the manufacturer directly. NVIDIA at nvidia.com/drivers — select your card, OS, download type (Game Ready for gaming, Studio for creative work). AMD at amd.com/en/support. Intel pushes the Driver & Support Assistant which scans your system for outdated Intel drivers — WiFi, Bluetooth, chipset, integrated graphics, all of it.
Audio drivers trip people up — bad ones cause crackling and popping that has nothing to do with your speakers. Your laptop probably has a Realtek chip, but don’t download from Realtek’s website. Laptop manufacturers customize the Realtek driver with their own EQ curves, Dolby processing, speaker tuning. The generic Realtek driver gives you sound but it won’t sound right. Download from Dell, HP, Lenovo, or ASUS’s support page for your specific model. Their OEM tools are worth having too — Lenovo Vantage in particular is excellent at keeping everything current without bloat.
Skip third-party “driver updater” tools entirely. Driver Easy, Driver Booster, Auslogics — they all follow the same playbook. Free scan that flags twenty “outdated” drivers, then a paywall. They pull from their own repositories, not manufacturers. I’ve cleaned up after these tools installing wrong GPU drivers, breaking audio by overwriting OEM customizations, and pushing network drivers so old they didn’t support WPA3.
DDU Clean Install
This is the tool real technicians use when GPU drivers cause problems and regular updates don’t fix them. DDU — Display Driver Uninstaller — strips every trace of your GPU driver including registry entries and leftover files that normal uninstallation leaves behind. You need it when switching NVIDIA to AMD or vice versa, when you’re getting crashes or artifacts after a driver update, or when Device Manager shows Code 43.
The workflow: download the new driver from NVIDIA or AMD first and save it. Download DDU from guru3d.com. Reboot into Safe Mode — hold Shift while clicking Restart, Troubleshoot, Advanced options, Startup Settings, press 4. Run DDU, select your GPU vendor, click “Clean and restart.” When Windows reboots, immediately disconnect from the internet before Windows Update pushes an old driver back. Then install the driver you downloaded. That internet disconnection step is critical — I’ve had clients skip it and within ninety seconds Windows Update had already overwritten the clean install. On Windows 11 24H2, make sure you have DDU 18.1.5.2 or newer for compatibility with the updated driver store paths.
When a Driver Update Breaks Things
Roll back first. Device Manager, find the device, Properties, Driver tab, Roll Back Driver. If the button isn’t greyed out, Windows kept the previous version and restores it. If Roll Back is greyed out, right-click the device, Uninstall device, check “Attempt to remove the driver,” restart. Windows reinstalls a basic driver on reboot.
If you can’t boot at all, force Windows Recovery by turning the computer off during boot three times in a row — power on, wait for spinning dots, hold power off, repeat. WinRE loads, go to Troubleshoot, Startup Settings, press 4 for Safe Mode. Roll back or uninstall from there. System Restore is your other safety net if you made a restore point before the update.
Error codes: Code 43 means the device reported problems — common after bad GPU installs, DDU clean install usually fixes it. Code 37 is a compatibility issue, try the previous version. Code 39 means corrupt or missing driver, reinstall from scratch. If a bad driver is causing DRIVER_POWER_STATE_FAILURE or your machine is slow after a Windows update and you suspect a driver downgrade, we can identify the specific conflicting version and fix it remotely — usually takes about 15 minutes because the answer is something specific like an incompatibility between a particular Intel Bluetooth firmware and a specific Windows 11 build.
Frequently Asked Questions
Do I need to update all my drivers regularly?
No — and doing so often causes more problems than it prevents. Only update drivers when you're having a specific issue (no sound, WiFi dropping, screen flickering), after installing new hardware, or after a major Windows feature update. If everything is working fine, leave it alone. Microsoft's own data shows 70% of blue screen crashes trace back to driver bugs, which means bad updates are a real risk.
Are third-party driver updater tools safe?
We don't recommend them. Tools like Driver Easy, Driver Booster, and Auslogics Driver Updater pull drivers from their own repositories — not from the hardware manufacturers. You have no way to verify they're installing the correct, properly signed version. We've seen these tools break audio by overwriting OEM customizations, install wrong GPU drivers, and even push drivers so outdated they didn't support WPA3. Windows Update, Device Manager, and manufacturer websites cover 100% of legitimate driver update needs, all free.
Can a driver update cause a blue screen?
Yes — it's one of the most common causes. A bad GPU driver can trigger VIDEO_TDR_FAILURE, a bad network driver can cause IRQL_NOT_LESS_OR_EQUAL, and chipset driver conflicts can cause DRIVER_POWER_STATE_FAILURE. If you get a blue screen right after a driver update, boot into Safe Mode (hold Shift while clicking Restart, then Troubleshoot > Startup Settings > Safe Mode) and roll back the driver through Device Manager. For GPU driver issues specifically, DDU clean install in Safe Mode is the most reliable fix.
How do I stop Windows from automatically updating a specific driver?
Two methods. Quick fix: download Microsoft's wushowhide.diagcab tool, run it, and hide the specific driver update you want to block. Permanent fix: open Group Policy Editor (gpedit.msc), go to Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage Updates Offered From Windows Update, and enable 'Do not include drivers with Windows Updates.' The second method blocks ALL driver delivery through Windows Update, so only use it if you manage drivers manually.
What is DDU and when should I use it?
DDU (Display Driver Uninstaller) is a free tool by Wagnardsoft that completely removes every trace of your GPU driver — including registry entries and leftover files that normal uninstallation misses. Use it when switching GPU brands (NVIDIA to AMD or vice versa), when you're getting crashes or artifacts after a GPU driver update, or when Device Manager shows Code 43 on your GPU. The process: download your new driver first, reboot into Safe Mode, run DDU, disconnect internet immediately after reboot, then install the new driver.
Does driver installation order matter?
On a fresh Windows install or when updating multiple drivers at once, yes. Install chipset drivers first (they configure PCIe lanes and USB controllers that everything else depends on), GPU second, audio and network third, and peripherals last. For everyday single-driver updates — like just updating your WiFi driver — order doesn't matter. But after a clean Windows install, doing chipset first prevents weird phantom issues with USB ports and PCIe devices.