Printer Troubleshooting - Resolving "Stuck" Printer Removal in Windows 11

Created by Abraham Tardencilla, Modified on Wed, 3 Jun at 8:28 AM by Abraham Tardencilla

Option 1: Manual Purge of the Print Spooler

If the spooler is attempting to process a corrupt job, it will "lock" the printer object. Clearing the queue manually breaks this lock.

  1. Stop Service: Press Win + R, type services.msc, and hit Enter. Right-click Print Spooler and select Stop.

  2. Clear Queue Folder: Navigate to C:\Windows\System32\spool\PRINTERS. Delete all files within this folder.

  3. Restart Service: Return to the Services window, right-click Print Spooler, and select Start.

Option 2: Legacy Control Panel & Driver Package Removal

The modern Settings app often fails to communicate with the driver store. The legacy Control Panel is more effective for forceful uninstallation.

  1. Access Legacy Menu: Open Control PanelHardware and SoundDevices and Printers.

  2. Remove Device: Right-click the problematic printer and select Remove Device.

  3. Purge Driver Package: * Select any other functional printer and click Print server properties (top menu).

    • Go to the Drivers tab.

    • Select the driver for the stuck printer and click Remove....

    • Choose Remove driver and driver package and click OK.

Option 3: Print Management Console.

This is the most direct way to manage the printing subsystem without manually editing the registry.

  1. Launch Console: Press Win + R, type printmanagement.msc, and press Enter.

  2. Delete Printer: Navigate to Print Servers[PC Name]Printers. Right-click the printer and select Delete.

  3. Delete Driver: Click the Drivers folder in the left sidebar. Right-click the associated driver and select Remove Driver Package.

Option 4: Manual Registry Intervention (Last Resort)

Use this only if the printer still appears in the UI after the previous steps.

Warning: Back up your registry keys before deletion. Errors here can cause system-wide instability.

  1. Open Registry: Press Win + R, type regedit, and press Enter.

  2. Delete Printer Key: Navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers

    Right-click the sub-folder named after your printer and Delete.

  3. Clear Driver References: Navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Environments\Windows x64\Drivers\Version-3 (or Version-4)

    Remove the corresponding printer driver key.

  4. Restart: Perform a full system reboot to refresh the shell.


Verification

To confirm the printer has been fully purged from the system database, run the following command in PowerShell (Admin):

PowerShell
Get-Printer | Select-Object Name

If the name is absent from the list, the removal is complete. You can reinstall the printer and test.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article