The Driver's Properties window appears, switch to the "Driver" tab .
You will see the version of the current device driver version in the "Driver version" line.
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.
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
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: