Where can I see the printer driver version on Windows?

8

2

My problem is that the print is OK on one Windows system and bad on anther system. That I will compare the printer driver versions.

Where can i see the driver version of an installed printer driver? I hope there are no large difference between XP, vista and 7.

Horcrux7

Posted 2011-03-10T11:59:01.740

Reputation: 253

Answers

14

Here is how to do that :

  1. Login as "Administrator"
  2. Run mmc
  3. In the file menu select "Add/Remove Snap-in..."
  4. Scroll down in the list and select the "Print Management" snap-in, then click "Add"
  5. In the ensuing dialog, select "Add the Local Server", then click on Finish and then OK
  6. Scroll down to your computer name, click on "Drivers" to display all printers, then right-click on the printer's name and select "Properties"
  7. Scroll down to "Driver file", click on it, then click on the Properties button
  8. The requested information is in the Details tab

harrymc

Posted 2011-03-10T11:59:01.740

Reputation: 306 093

God bless you! Windows is evil! – Marco Demaio – 2015-01-17T12:40:37.660

10

On Windows 7:

  1. Find the command prompt at %windir%\system32\cmd.exe
  2. Right click and "Use as Administrator".
  3. Type printui /s /t2.
  4. This will pull up a page called print server properties.
  5. Select an installed print driver.
  6. Left click properties to bring up driver properties.
  7. Left click the driver file.
  8. Left click on properties.
  9. Click on the details tab.

Inside you will find the file version and product version of the file.

Matthew Edwards

Posted 2011-03-10T11:59:01.740

Reputation: 101

1

The easiest way, if the printer is local, is to print the Test Page from the Windows Driver Properties as follows:

  1. Open "Printers and Faxes"
  2. Right click the appropriate printer icon and select "Printer Properties" if it's there, or else "Properties"
  3. Click the "Test Page" button

The driver version should be listed on the test page that prints out.

There may be a way to redirect the output to a different printer or PDF Creator for remote diagnosis.

John Shugg

Posted 2011-03-10T11:59:01.740

Reputation: 11

1

Also, Go to Devices and Printers > Right Click on the appropriate Printer icon and select "Printer Properties" - Click on the (About) last TAB on the right. You will see the printer driver's version there.

AndresP

Posted 2011-03-10T11:59:01.740

Reputation: 11

-2

Driver version and other related information should be available under Device Manager (just search for 'devmgmt.msc').

happy_soil

Posted 2011-03-10T11:59:01.740

Reputation: 2 339

It actually is available now in Windows 10. Tried to edit with images etc, but idiot mods ... – Nick Westgate – 2018-08-06T23:49:52.953

Drivers for most devices do show up in Device Manager, but printers are handled differently and will never show up there. – Mokubai – 2011-03-10T12:38:40.483

That's odd, because I've just tried it on my printer and it's displayed there. – happy_soil – 2011-03-10T12:40:28.997

Weird, on my machine (Vista) with 1 USB and several network printers I don't see any printers there... I do remember a printer back in the Win2000 days showing up in Device Manager now that I think about it. The closest I have to a printer driver is a "USB Printing Support" driver in Device Manager – Mokubai – 2011-03-10T12:47:59.210

What connection do you have on your printer? I have seen them show up in device manager also but not all the time. – Joe Taylor – 2011-03-10T15:14:32.797

It's connected via USB. I suppose you're right in that it depends how the printer is connected/installed. – happy_soil – 2011-03-10T22:47:29.990

Mine is also connected via USB and I don't see it. – Mien – 2011-03-16T08:36:38.973