Basically, drivers are computer programs that help Windows operating systems and other applications interact with hardware devices. If you want to personally check the current version of Driver, you can refer to the following instructions.

Method 1: Check the driver version with Windows Device Manager

Press the Win + R key combination and enter the command line "devmgmt.msc" . Press ENTER to execute.

How to check the current Driver version of the computer Picture 1

The Windows Device Manager dialog box appears, right-click the Driver name to check and select "Properties".

How to check the current Driver version of the computer Picture 2

The Driver's Properties window appears, switch to the "Driver" tab .

How to check the current Driver version of the computer Picture 3

You will see the version of the current device driver version in the "Driver version" line.

How to check the current Driver version of the computer Picture 4

So, you can see the driver name and version of the current device, now copy them and go to the device's support website and check the Driver version.

Method 2: Determine the driver version with PowerShell

If you want to check the driver version for one or more devices, users can also use PowerShell as follows:

1. Open the Start menu .

2. Search for PowerShell, right-click on the top result and select Run as administrator .

3. Enter the following command to list the drivers installed on your computer and press Enter:

 Get-WmiObject Win32_PnPSignedDriver| select DeviceName, Manufacturer, DriverVersion 

How to check the current Driver version of the computer Picture 5

The driver version will be displayed in the third column on the right.

After completing the steps, the command will display all device drivers currently installed on the system in alphabetical order with the name and version of the manufacturer.

See more:

  1. 5 basic ways to update, update drivers for computers
  2. The best driver update software for computers
  3. How to use Wandriver to update computer drivers
4 ★ | 1 Vote | 👨 2974 Views

Above is an article about: "How to check the current Driver version of the computer". Hope this article is useful to you. Don't forget to rate the article, like and share this article with your friends and relatives. Good luck!

« PREV POST
NEXT POST »