What’s actually slowing this PC down?
Pick the symptom - the matching free tool is one click away.
Some links on this page are affiliate links: if you buy through them we may earn a commission, at no extra cost to you.
To stop Windows Update from replacing one graphics driver, use the device’s hardware IDs with the Group Policy setting Prevent installation of devices that match any of these device IDs. If you want to stop all driver packages from Windows Update, enable Do not include drivers with Windows Updates instead. Both options leave ordinary Windows security and quality updates available; neither necessarily stops a separate NVIDIA, AMD, Intel, or PC-maker utility from installing a driver.
Before changing anything, check which driver changed and where it came from. The newest driver is not always the right choice for an OEM laptop, and a restriction can block your own manual update as well as Windows’ attempt.
Choose the right way to block driver updates
| Your goal | Use this method | Scope and trade-off |
|---|---|---|
| Stop Windows Update replacing one GPU driver | Block the GPU by hardware ID in Local Group Policy | Targets that device, but can also block your own manual installation of it. |
| Stop all driver-classified updates from Windows Update | Enable Do not include drivers with Windows Updates | System-wide: audio, network, chipset, printer, and other driver updates are affected too. |
| Windows Home, without Group Policy Editor | Carefully test the documented Windows Update policy registry value | Less certain across Home builds; it is global, not graphics-only. |
| Windows already installed the unwanted version | Try Roll Back Driver, then set the chosen block | Rollback only works when the previous driver package is still available. |
Windows 10 and 11 can automatically install recommended drivers through Windows Update. Separately, driver packages listed under Settings > Windows Update > Advanced options > Optional updates > Driver updates are optional selections. A vendor app or OEM update tool is another independent route. Microsoft explains the automatic and optional-update distinction in its Windows driver update guidance.
First confirm what changed
- Open Device Manager, expand Display adapters, and open the affected GPU’s Properties.
- On the Driver tab, note the provider, date, and version. Use Driver Details if you need to inspect the installed files.
- Check Settings > Windows Update > Update history > Driver Updates for a driver installed around the time the problem began.
A version that looks older by date or number is not automatically wrong. Laptop makers may tailor drivers for hybrid graphics, power management, display output, brightness, sleep, or other system-specific features. Check the PC maker’s support page before replacing an OEM driver with a generic package.
#1 Best Overall
- Powered by Radeon RX 9070 XT
- WINDFORCE Cooling System
- Hawk Fan
- Server-grade Thermal Conductive Gel
- RGB Lighting
Before applying a restriction, record the current version, download the driver you intend to keep from an official GPU or computer manufacturer, and create a restore point or another recovery plan. If the device is a laptop with both integrated and discrete graphics, decide whether you need to manage both devices: Intel, AMD, and NVIDIA adapters may each have separate IDs and driver paths.
Recommended for one GPU: block it by hardware ID
This is usually the most precise option on Windows Pro, Enterprise, and Education. Device-installation restrictions apply to the computer, not just one user. Microsoft documents that a matching hardware ID or compatible ID can be used to prevent installation or updating of that device’s driver, and that a prevent rule takes precedence over an allow rule. See Microsoft’s device-installation Group Policy guide.
1. Get the correct driver and copy the GPU IDs
Download the desired package before changing the policy, but do not install it yet if Windows is repeatedly replacing the driver. Use the official source that fits the machine: NVIDIA driver downloads, AMD Drivers and Support, or Intel Driver & Support Assistant. For a laptop or prebuilt PC with custom graphics behavior, start with the computer maker’s support page.
Windows Errors? Fix Them Before They Spread
Repair common Windows errors and clear accumulated junk for a smoother, more stable PC - no reinstall needed.Free scan · no reinstallCrashes, No Sound, or Screen Glitches?
Random freezes, missing sound and display glitches usually trace back to one bad driver. Find and replace yours safely.Free scan · under a minute- Press Win + X and open Device Manager.
- Expand Display adapters, right-click the affected GPU, and select Properties.
- Open Details. In the Property list, choose Hardware Ids.
- Copy the displayed IDs to a text file. They typically begin with
PCIVEN_, but the vendor and device numbers vary by model and configuration.
Use IDs read from your own GPU. Do not copy an example from a website: the wrong ID may leave the intended adapter unprotected or block a different device.
Rank #2
- Powered by the NVIDIA Blackwell architecture and DLSS 4
- Powered by GeForce RTX 5070 Ti
- Integrated with 16GB GDDR7 256bit memory interface
- PCIe 5.0
- WINDFORCE cooling system
2. Configure the restriction
- Press Win + R, type
gpedit.msc, and press Enter. - Go to Computer Configuration > Administrative Templates > System > Device Installation > Device Installation Restrictions.
- Open Prevent installation of devices that match any of these device IDs and select Enabled.
- Click Show, add the copied IDs one per line, confirm with OK, then select Apply.
In an elevated Command Prompt, run:
gpupdate /force
Restart Windows. Then install the approved driver package and restart again. Check Device Manager > Display adapters > [GPU] > Properties > Driver to confirm the installed provider and version.
Important: The restriction can block your own normal update of the matching device too. To install a later approved driver, temporarily set the policy to Not Configured or remove the relevant ID entries, apply the change, install the driver, and restore the restriction if you still want it. Do not leave it disabled by accident.
Alternative: exclude all Windows Update drivers
Choose this if you want Windows Update to keep delivering Windows security and quality updates but not driver-classified packages for any device. In Local Group Policy Editor, locate the Windows Update administrative-template policies and enable Do not include drivers with Windows Updates. The exact Windows Update policy subfolder can vary with policy templates and Windows version. Then run gpupdate /force in an elevated Command Prompt and restart.
The corresponding policy value is ExcludeWUDriversInQualityUpdate. Microsoft documents the setting and its effect in Manage additional Windows Update settings: when the exclusion is not configured, Windows Update can include updates classified as drivers. This policy is available in Microsoft’s update-policy documentation for Windows 10 version 1607 and later.
Rank #3
- Powered by the NVIDIA Blackwell architecture and DLSS 4. System Requirements: Minimum 850W PSU with 16-pin 12V-2x6 (12VHPWR) connector required. Verify before purchasing.
- Military-grade components deliver rock-solid power and longer lifespan for ultimate durability. Compatibility: 348mm (13.7") length, 3.6 slots, 4.3 lbs. Confirm case clearance and slot spacing. GPU bracket included.
- Protective PCB coating helps protect against short circuits caused by moisture, dust, or debris
- 3.6-slot design with massive fin array optimized for airflow from three Axial-tech fans
- Phase-change GPU thermal pad helps ensure optimal thermal performance and longevity, outlasting traditional thermal paste for graphics cards under heavy loads
Advanced users can set the machine policy from an elevated Command Prompt with:
reg add "HKLMSOFTWAREPoliciesMicrosoftWindowsWindowsUpdate" /v ExcludeWUDriversInQualityUpdate /t REG_DWORD /d 1 /f
Restart afterward. To undo that registry change, run:
reg delete "HKLMSOFTWAREPoliciesMicrosoftWindowsWindowsUpdate" /v ExcludeWUDriversInQualityUpdate /f
This is a global driver exclusion, not a graphics-only rule. It does not necessarily stop an OEM utility, GPU vendor app, Device Manager action, or manual installation. Back up the registry or create a restore point before editing it. Microsoft’s documented management paths are clearest for business and managed editions; do not assume identical behavior on every Windows Home build.
Recommended Free Tools
Windows Home: what to expect
Windows Home normally does not include gpedit.msc. If you use Home, you can test the ExcludeWUDriversInQualityUpdate registry value above as an advanced, system-wide option: create a restore point, apply it, restart, and check what happens during a normal Windows Update cycle. Remove the value if it causes unexpected behavior. It is not a guaranteed graphics-only fix for every Home installation.
Rank #4
- AI Performance: 767 AI TOPS
- OC mode: 2632 MHz (OC mode)/ 2602 MHz (Default mode)
- Powered by the NVIDIA Blackwell architecture and DLSS 4
- Axial-tech fan design features a smaller fan hub that facilitates longer blades and a barrier ring that increases downward air pressure
- A 2.5-slot design maximizes compatibility and cooling efficiency for superior performance in small chassis
A targeted device-ID restriction is more complicated to configure without Group Policy Editor. Avoid unofficial scripts that add Group Policy components and present them as equivalent to a supported Windows feature. If the global registry policy is unsuitable, use a temporary, reversible workaround and monitor updates rather than disabling Windows Update entirely.
Why the old “Device Installation Settings” switch is not the strongest fix
The familiar option at Advanced system settings > Hardware > Device Installation Settings lets you choose No (your device might not work as expected). You can try it as a limited fallback, then save and restart, but do not treat it as a definitive block for graphics drivers. Microsoft’s DeviceInstallation policy documentation describes this area in relation to device metadata and associated applications; policy settings can override the dialog. The Windows Update exclusion or a targeted device-installation restriction is a more direct control for this problem.
Independent reader supportYour contribution helps us test, update, and keep practical guides available for everyone.If Windows has already installed the wrong driver
Try rollback first
- In Device Manager, open the GPU’s Properties > Driver tab.
- Select Roll Back Driver, if available, choose a reason, and restart.
The button may be unavailable if Windows no longer has the previous package or there is no prior driver to restore.
Uninstall and reinstall if rollback is unavailable
- Make sure the preferred driver installer is already downloaded.
- If Windows immediately reinstalls the unwanted package, temporarily disconnect from the internet.
- In Device Manager, uninstall the display device. If offered, select the option to remove the driver package.
- Restart, install the approved driver, apply the chosen block, and restart again before reconnecting and testing.
During removal, Windows may use Microsoft Basic Display Adapter temporarily. Expect a low resolution or reduced graphics acceleration until the correct driver is installed. Use Safe Mode only if the display driver causes a black screen, boot loop, or desktop that cannot be used normally. A third-party driver-cleanup utility is an advanced recovery option, not the first step; if you use one, obtain it from its actual publisher and make a recovery plan first.
Best Value
- Powered by the NVIDIA Blackwell architecture and DLSS 4
- Powered by GeForce RTX 5060
- Integrated with 8GB GDDR7 128bit memory interface
- PCIe 5.0
- WINDFORCE cooling system
If the driver keeps returning
- Check other installers. NVIDIA App, AMD Software, Intel Driver & Support Assistant, and OEM tools such as Dell Command Update, Lenovo Vantage, HP Support Assistant, MyASUS, Armoury Crate, Acer Care Center, or MSI Center can install drivers outside Windows Update. Identify the source before disabling anything.
- Check all adapters. A system with integrated and discrete graphics may expose more than one display adapter. Confirm which device and ID changed.
- Check for management policies. Local Group Policy, domain policy, MDM, or an OEM configuration can conflict with your setting. Microsoft also documents an administrator-override option for device-installation restrictions; a managed PC may be governed by its administrator.
- Consider major Windows changes. A feature update, reset, clean install, motherboard change, or new GPU can change driver behavior. Recheck the restriction afterward.
- Inspect logs if needed. For device-installation policy troubleshooting, Microsoft identifies
C:WindowsINFsetupapi.dev.logas a place to review installation activity and policy checks.
A driver may still appear offered or pending in some management situations. The practical test is whether the installed driver version changes after Windows Update and a restart. Do not disable the Windows Update service or use a broad update-blocking tool just to prevent one graphics package: that can interfere with security updates and normal Windows maintenance.
Verify the block and undo it later
After restarting, record the GPU’s driver version, run Windows Update, and check Update history > Driver Updates. Recheck the Driver tab after the next reboot. Confirm both that the graphics driver stayed put and that the Windows updates you want still install. A vendor or OEM utility may still change the driver independently.
- Targeted Group Policy: return to Prevent installation of devices that match any of these device IDs, set it to Not Configured, or remove the relevant IDs; run
gpupdate /forceand restart. - Global Group Policy: set Do not include drivers with Windows Updates to Not Configured and apply the policy.
- Global registry policy: delete
ExcludeWUDriversInQualityUpdatewith the command above and restart.
Should you keep driver updates blocked?
Blocking updates preserves a driver version that works for your setup; it does not inherently improve performance. Leave a block in place only while it solves a real compatibility problem, and periodically review the PC or GPU maker’s releases for security fixes, reliability improvements, Windows compatibility, and application or game support. Microsoft’s Windows Driver Policy also describes signing and trust requirements that apply to in-scope systems, including changes following the April 2026 security update. A permanent, unreviewed driver freeze can leave you without later fixes.
Quick wins for a faster PC:
Clear out junk files and repair common Windows errorsFree Scan →Scan for outdated or missing drivers - takes under a minuteDriver Scan →Quick Recap
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.

