Printer needing driver updates.

Calvin Quint 5 Reputation points
2023-07-11T18:43:08.8433333+00:00

This has been a ongoing issue. when a user going to print something there is a message that says driver update needed, however the driver on the print server is the same as what's on the laptop. We have to uninstall and reinstall the printer.

Windows for business | Windows Server | User experience | Print jobs
{count} vote

1 answer

Sort by: Most helpful
  1. S.Sengupta 24,871 Reputation points MVP
    2024-05-07T01:46:33.66+00:00

    Firstly, make sure Windows is fully updated. Go to Settings > Update & Security > Windows Update and check for updates.

    Clear Printer Spooler:

    net stop spooler

    del %systemroot%\System32\spool\printers* /Q /F /S

    net start spooler

    Fix printer connection and printing problems in Windows

    Completely remove old or corrupt printer drivers from the system. Sometimes remnants of old drivers can cause conflicts even if they're not actively in use. Then reinstall the latest driver.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.