Without the need for any other third-party apps

Jan 27, 2020 12:35 GMT  ·  By

Managing drivers in Windows 10 isn’t necessarily an easy thing to do, albeit third-party software that can help with this actually makes the whole process much more convenient.

Technically, installing, uninstalling, or updating drivers is possible on Windows 10 from Device Manager, a screen that hasn’t changed too much from the previous Windows versions and which users are already very familiar with.

But what if you want to see a full list of the drivers installed on your device? Device Manager obviously doesn’t allow you to do this, since its purpose is to let you manage drivers one by one, so how can you do this without installing a third-party application?

It all comes down to a command that you can run in a Command Prompt window and then easily get a full list of drivers on your computer.

So the first step in this comes down to launching Command Prompt – there are multiple ways to do after Microsoft removed the shortcut from the Windows key + X menu, and the one I use regularly is pressing Windows key + R and then typing cmd.exe.

The command that displays all drivers on your Windows 10 device is the following (and scroll down for more parameters that allow you to get even more information):


driverquery
Technically, just by using this command, without the need for any other extra parameter, it’s possible to see all drivers on your device, so give it a try to see how everything is displayed in that Command Prompt window you just launched.

The verbose output, which displays some additional information, including the driver file that is stored on your device, the command is this:


driverquery /v
When it comes to signed drivers, you can easily get plenty of details using a custom command with a dedicated parameter:
driverquery /si
The command also supports a series of other parameters, and to see all of them, just launch the help menu by typing the following command:
driverquery /?
It goes without saying that this list generated in Command Prompt isn’t necessarily easy to read, especially when tons of drivers are installed on the device. Fortunately, there’s an alternative to this method, again without the need for installing a third-party application.

The System Information tool in Windows 10 provides you with a plethora of details regarding your device, including the installed drivers. To launch the app, press Windows key + R and then type:


msinfo
Next, to find the list of drivers, follow this path:
System Information > Software Environment > System Drivers
Driver information in Windows 10

This time, the UI displays the driver information in a more organized layout, with names, description, drive file, type, start mode, state, and others displayed in a clean interface.

Additionally, you can also search for a specific driver or sort the displayed drivers by type, start mode, state, and others.

Most people use generic drivers that are bundled with Windows, and it goes without saying that these should work correctly, as they are validated by each manufacturer before they make it to update servers. In some cases, however, downloading third-party drivers and software is required, especially when using more advanced gear for gaming or other activities where other hardware is necessary. These are the cases when working with drivers gets a bit more complicated, as downgrades might sometime be required if the latest versions do not work exactly as expected.

In this case, the Device Manager is the tool that helps you deal with everything, although as I said earlier, third-party software also comes in very handy.

Photo Gallery (2 Images)

Driver information in Windows 10
Driver information in Windows 10
Open gallery