Windows updates — particularly the cumulative monthly updates to Windows 11 — have a well-documented habit of breaking printer drivers. The printer was working fine yesterday, Windows updated overnight, and now it either doesn't appear at all, appears with an error, or appears to be working but doesn't actually print. Here's every recovery route, in order of how much effort they require.

Step 1: Run the Windows Printer Troubleshooter

Before doing anything manual, let Windows try to self-heal. Go to Settings → System → Troubleshoot → Other Troubleshooters and run the Printer troubleshooter. In some cases, Windows update issues leave registry entries it can clean up automatically. This takes two minutes and sometimes solves it entirely.

Step 2: Uninstall the Update and Revert

If you know exactly which Windows update broke the printer, you can uninstall it. Go to Settings → Windows Update → Update History → Uninstall Updates and remove the most recent update. Restart, test the printer, and if it works again, you can either stay on the previous version temporarily or look for a driver update from the manufacturer that fixes compatibility.

This is a temporary measure — Windows will attempt to reinstall the update. To pause updates while you wait for a fix: Settings → Windows Update → Pause Updates.

Step 3: Remove and Reinstall the Driver Clean

This is the most reliable permanent fix for most update-related driver issues.

  1. Go to Settings → Bluetooth & Devices → Printers & Scanners, click your printer, and select Remove.
  2. Open Device Manager (right-click Start → Device Manager). Under "Print queues", right-click your printer and select Uninstall device. Check the box to remove the driver if offered.
  3. Open Print Management (search in Start). Navigate to Drivers, locate any remaining entries for your printer, and remove them.
  4. Restart the computer.
  5. Download the latest driver package from the manufacturer's support website — not from Windows Update. Install it, restart again, and test.

Step 4: Use the Manufacturer's Removal Tool

Several printer manufacturers provide dedicated driver removal utilities that perform a more thorough clean than Device Manager allows. These are especially useful when a partial driver installation is causing conflict. Search the manufacturer's support site for "[your printer model] driver removal tool" or "clean uninstall utility".

Step 5: Clear the Driver Store

In persistent cases where a corrupt driver file is cached in Windows' driver store and being reinstalled automatically, you need to clear the cache manually. Open an elevated command prompt (Run as Administrator) and use the following command to list all printer-related driver packages:

pnputil /enum-drivers

Identify any packages related to your printer, then remove them with:

pnputil /delete-driver [oemXX.inf] /uninstall /force

Replace [oemXX.inf] with the actual filename from the list. After clearing the driver store entry, reinstall fresh from the manufacturer's download.

Step 6: Add the Printer Using a Different Method

If the standard "Add a printer" flow in Settings keeps failing, try adding it via the legacy Control Panel path: Control Panel → Devices and Printers → Add a Printer. The legacy wizard offers more granular control over driver selection and can work around some issues that the modern Settings interface doesn't handle correctly.

Step 7: Check for a Windows Update to the Driver

Sometimes a newer driver available through Windows Update resolves the compatibility issue introduced by a system update. In Settings → Windows Update → Advanced Options → Optional Updates, look for any driver updates listed for your printer. If one is available, install it and test.

If your printer appears as "Offline" after an update: This is often not a driver fault — it's the printer's IP address having changed. Check the printer's current IP (usually printed on a configuration page from the printer's settings) and update it in Printer Properties → Ports.
RO
Rachel Osei Hardware & Connectivity Lead

Rachel spent eight years as a field technician servicing office hardware, including extensive experience with printer driver conflicts across large Windows environments.