Installing and Updating Drivers
In this guide, you will learn how to download or update drivers on your computer.
WARNING
It is highly recommended to avoid using third-party software to update or install your drivers.
Identifying Your Hardware
The first step in installing drivers is to correctly identify the hardware you need drivers for. This information can be found in your computer's manual or by using the Device Manager. You can access the device manager by right-clicking the Windows start button or by pressing Win + X and selecting Device Manager. In the Device Manager, look for the device you require drivers for, and expand its entry to see its model number.
You can also use the System Information tool to find hardware information; open System Information, navigate to the “Hardware” section and find the device you require drivers for.
Method 1: Using Windows Update
You can usually find drivers for your devices in Windows Update, instead of having to manually download the file.
Open Settings via the start menu or by pressing Win + I.
Go to Update & Security (on Windows 10) or Windows Update (on Windows 11).
Click on “Check for Updates” or "Download & Install Updates".
Windows Update might say that you are up-to-date, even if optional updates are available. You can check for additional optional updates in the 'Optional updates' section of Windows Update settings.
On Windows 11:
Click "Advanced options".
Click "Optional updates".
Click "Driver updates" to show the list of available driver updates, if there are any.
Select any optional updates you wish to install, then click "Download & install".
On Windows 10, a "View optional updates" link will appear under "Check for updates" if optional updates are available. Click on it to see the list of available driver updates.
Method 2: Using your OEM's website
Note
"OEM" here refers to the manufacturer of an entire device, like a laptop or pre-built desktop. If you are using a custom-built computer, you should follow Method 3 instead.
It is highly recommended to download or update your drivers through your manufacturer's website, as that will guarantee proper functionality, provided you've installed the correct drivers. This is especially a good idea for your Graphics Card (GPU) Drivers.
All you need to do is:
- On the search engine of your choice (Google, Bing, etc…), search for "{device manufacturer} drivers".
- Visit the manufacturer's website and enter the model of your device, then follow the instructions on the page.
- When you select the product, you may be shown with 2 options:
- Download the driver downloader (recommended).
- Download this specific driver only and install manually.
Well-known manufacturers' websites
Method 3: Using your manufacturer's website
Note
"Manufacturer" here refers to the manufacturer of an individual piece of hardware. If you are using a laptop or a pre-built desktop, you should probably download drivers from your OEM's website instead. See Method 2.
For each piece of hardware in your computer that you wish to get drivers for:
On the search engine of your choice (Google, Bing, etc…), search for "{hardware manufacturer} drivers".
Search for the model number of the piece of hardware you want to upgrade/install drivers for.
When you select the product, you may have two options:
- Download the driver downloader (recommended).
- Download this specific driver only and install manually.
See Reinstalling GPU drivers from the OEM's website for more information on installing GPU drivers.
Troubleshooting 🔧
If you can access Windows
Verifying Driver Signatures
Verifying driver signatures ensures you are installing secure, untampered and correct drivers issued by your hardware manufacturer.
Press Win + R, then type in
sigverif
and press Enter.A window will pop up. Press the
Start
button to verify driver signatures.
Updating Drivers with Device Manager
Press Win + X and then clicking the "Device Manager" option. You can also search for it in the Start Menu.
In Device Manager, find the device that is causing problems (you might have to expand a category), right-click on it, and click "Properties".
Go to the "Driver" tab at the top of the window, and then click "Roll Back Driver".
Windows will ask you why you're rolling back to a previous driver. Select a reason, and click "Yes". If you want to, you can leave a detailed response in the "Tell Us More" field, at the bottom of the window.
Windows will then restore your driver to the previous version, which could take up to 5-10 minutes.
Safe Mode
Safe mode is a diagnostic tool, which loads Windows with only the essential drivers. This allows you to access Windows even if the problematic driver is causing issues during normal boot.
Enter Safe Mode:
On Windows 10 or 11:
Open the Start menu, click on the power button, and hold Shift while clicking Restart. This will take you to the Windows Recovery Environment.
Click on "Troubleshoot"
Then, select "Advanced options"
Finally, click "Startup Settings" and then "Restart".
After your computer restarts, press 4 to boot into Safe Mode, or 5 to boot into Safe Mode with internet access.
On earlier versions of Windows:
- Restart your computer and repeatedly press F8 before the Windows logo appears.
- At the Advanced Boot Options menu, select “Safe Mode” to boot into Safe Mode, or “Safe Mode with Networking” to boot into Safe Mode with internet access.
Uninstall the Driver in Safe Mode:
Once in safe mode, you can uninstall the problematic driver:
Open the Device Manager (search for it in the Start Menu).
Expand the category for the device with the recently installed driver.
In Device Manager, find the device that is causing problems (you might have to expand a category), right-click on it, and click "Properties".
Go to the "Driver" tab at the top of the window, and then click "Roll Back Driver".
Windows will ask you why you're rolling back to a previous driver. Select a reason, and click "Yes". If you want to, you can leave a detailed response in the "Tell Us More" field, at the bottom of the window.
Windows will then restore your driver to the previous version, which could take up to 5-10 minutes.
Alternate method (Safe Mode with Command Prompt)
If you can't access the normal safe mode, you may try and access Safe Mode with Command Prompt and execute the following commands in Command Prompt (replace
not_working_driver
with the driver that isn't working):textDISM /Image:C:\ /Get-Drivers DISM /Image:C:\ /Remove-Driver /Driver:not_working_driver.inf
You should see something like this:
textFound 1 driver package(s) to remove. Removing 1 of 1 – not_working_driver.inf: The driver package was successfully removed. The operation completed successfully.
System Restore
At startup options, click Troubleshoot.
Then, click on "Advanced Options"
Click on "System Restore" and follow the instructions
Startup Repair
Select "Troubleshoot"
Select "Advanced options"
Select "Startup Repair"
Reinstall Windows
If none of the solutions above work, you may need to reinstall Windows. This will erase all your data and applications, so make sure you have a backup. You can learn how to backup your data here.
You can learn how to download and reinstall Windows here.