Even after disconnecting a printer from your computer, the device and its drivers will remain installed. While this usually doesn’t cause problems, keeping unused printer drivers can potentially lead to driver conflicts or other issues. Completely uninstalling and reinstalling a printer driver can sometimes fix many printer-related problems. If you wish to uninstall unused or problematic printers in your Windows 11/10 PC, there are 8 ways to do it.

Delete/Uninstall a Printer in Windows 11/10

Method 1: Uninstall a Printer using a Control Panel

1. Press Windows + R to open the Run command and type the following command. Then, hit Enter.

shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}

Open Devices and printers window

2. When the Devices and Printers window opens, right-click the printer you want to remove and select “Remove device“.

Right click Remove

3. Then, click “Yes” to confirm.

Click Yes

Method 2: Uninstall Printers from Windows Settings

1. Right-click the Start menu and select “Settings“.

2. Go to “Bluetooth & devices” and select “Printer & scanners“.

Bluetooth & devices > Printer & scanners

 

3. Here, you will see the list of all the printers added to your computer. Click on the printer you want to delete.

Select device

4. Click the “Remove” button at the top right corner and then, click “Yes” to confirm.

Click Remove

How to Stop the Printer Spooler Service

If you’re having trouble removing a printer or encountering an error message, try stopping the Print Spooler service temporarily. This may help resolve the issue. Here’s how you can do this:

1. Open the Run Command, type “Services.msc“, and press Enter to open the Services console.

Services

2. Find the “Printer Spooler” service in the Services window.

3. Then, right-click the “Printer Spooler” service and select “Stop“.

Stop Printer Spooler

4. Next, go back to the Windows settings and navigate to Bluetooth & devices > Printers and Scanners. Then, try to remove the printer.

5. After uninstalling the printer, go back to the Services window.

6. Right-click the Printer Spooler service and select “Start” to restart the service.

Start Spooler service

Method 3: Remove the Printer Using Windows Printer Server Properties

1. Open Windows Settings and navigate to “Bluetooth & devices” > “Devices“.

2. Scroll down and click on “More devices and printer settings” under Related Settings.

More Device and Printer settings

3. Select any of the printers and click “Printer server properties” on the menu bar.

Click Printer server properties

4. In the Printer Server Properties dialog, move to the “Drivers” tab.

5. Choose the printer driver you want to delete and click “Remove” below.

Drivers > Select Printer > Remove

6. In the small pop-up window that appears, select “Remove driver and driver package.” and click “OK” to confirm.

Select Driver & driver packages

7. Then, reboot your PC.

Method 4: Uninstall a Printer Using the Command Prompt

1. Open Command Prompt as administrator.

2. In the Command Prompt window, type the below command, and press Enter to list all the connected printers:

wmic printer get name

WMIC Printer

3. To remove the printer, run the below command:

printui.exe /dl /n "Your_Printer_Name"

4. Make sure to replace “Your_Printer_name” with your actual printer name.

Run the command to delete printer

Method 5: Remove the Printer using PowerShell

1. Press the Window key, type “PowerShell“, and select “Run as Administrator” for the top result.

open powershell

2. In the PowerShell window, type the following command and press Enter to view the list of available printers:

Get-PrinterDriver | Format-List Name

Get-PrinterDriver

3. After you find the printer you want to remove from the list, run the below command. Replace the ‘Printer-Name’ with the printer name you want to remove.

Remove-PrinterDriver -Name "Printer-Name"

Delete printer

Method 6: Uninstall the Printer Software to Delete Printer

1. Open Windows Settings.

2. Select “Apps” on the left panel and click on “Installed apps“.

Apps > Installed apps

3. Under the Installed apps, scroll through the list and find the printer software.

4. Click the three dots next to the app and select “Uninstall“.

three dots >Uninstall

5. Then, click “Uninstall” again to confirm.

Click Uninstall

Method 7: Uninstall the Printer using Device Manager

1. Right-click the Start menu or press Windows + X and select “Device Manager“.

Open Device Manager

2. In the Device Manager, click on “View“, and select “Show hidden devices“.

View > Show hidden devices

3. Expand the “Printers” or “Print queues” category to see all your installed printers.

Expand "Printer queues"

4. Right-click the printer you want to remove and select “Uninstall device“.

Click "Uninstall device"

5. Then, click “Uninstall” again in the confirmation dialog.

Uninstall

Method 8: Delete Printer using Print Management

1. Open the Run Command box, type “printmanagement.msc”, and press Enter to open Print Management.

open Print Management

2. In the left panel, expand the “Print Servers” and then expand your local printer server (same as your device name).

Printer server > local > Printers

3. Next, click on “Printers” to view all the printers.

4. Right-click the printer you want to delete in the right pane and select “Delete“.

Delete printer

That’s it.

Leave a Reply

Your email address will not be published. Required fields are marked *