PRODUCT REVIEWS

How to force remove or uninstall a printer in Windows 10/11

Cách Buộc Xóa Hoặc Gỡ Cài Đặt Máy In Trong Windows 10:11

Typically, you may need to disconnect and reconnect your printer to troubleshoot issues. Additionally, removing old and unused devices will help you organize the list of connected devices in Windows 11 and 10.

You can remove any connected printer from Settings. If that method doesn’t work, you can use Command Prompt and other methods to remove printers. The following article will guide you through several ways to delete a printer on a Windows computer.

1. How to remove a printer from Windows via Settings

You can easily add or remove printers from the Settings app. Here is how to do it:

1. Press Win + I to open Settings.

2. Open the Bluetooth & devices tab on the left.

How To Force Delete Or Uninstall A Printer In Windows 10:11 Features 01
Printers & scanners settings in the Windows 11 Settings app

3. Scroll down and click on Printers & scanners. This will list all the printers connected to your computer.

4. Click on the printer device you want to remove.

How To Force Delete Or Uninstall A Printer In Windows 10:11 Features 02
Printer removal options in the Windows 11 Settings app

5. Click the Remove button in the top right corner and click Yes to confirm the action.

If you encounter an error, stop the Print Spooler service in Services and try again!

2. Uninstall printer software to remove a printer

How To Force Delete Or Uninstall A Printer In Windows 10:11 Features 03
Uninstalling HP printer software in the Windows 11 Settings app

If the removed printer option still appears, you can uninstall the printer driver associated with the device to completely remove it. You can remove drivers using the Apps & features tab in Windows 10 and 11.

To remove a printer driver:

  1. Press Win + I to open Settings.
  2. Click on the Apps tab on the left. The app list may take a few seconds to appear, so please wait until all apps are listed.
  3. In the App list, you can scroll through or search for the printer driver.
  4. Once you find the printer driver, click the three-dot menu.
  5. Select Uninstall and then click Uninstall again to confirm the action.
  6. Wait for the driver to uninstall, then find any other drives or software associated with the printer and remove them.
  7. After uninstalling, restart your PC.

3. Remove a printer using Control Panel

You can use the classic Control Panel to manage your printers. Removing a printer from the Control Panel is effective if the printer was not properly removed during the uninstallation process.

To remove a printer using Control Panel:

1. Press Win + R to open Run.

2. Type control and press OK to open the Control Panel. You can also search for the application using the Windows search bar.

3. In the Control Panel, go to Hardware and Sound.

How To Force Delete Or Uninstall A Printer In Windows 10:11 Features 04
Windows 11 Control Panel showing Hardware and Sound options

4. Next, click on Devices and Printers.

5. In the Printers section, locate and select the printer device you want to remove.

Printer Removal Options In Windows 11 Control Panel
Printer removal options in Windows 11 Control Panel

6. Right-click on the printer and select Remove Device.

7. Click Yes to confirm the action.

4. Remove a printer using Print Server Properties

Sometimes, removing the printer device does not completely remove the driver and can cause your printer to malfunction. In such cases, you can use the Print Server Properties dialog box to remove the installed printer driver.

To uninstall a printer driver:

1. Press Win + R to open Run.

2. Type control and press OK.

3. In the Control Panel window, go to Hardware and Sound > Devices and Printers.

Hardware And Sound Options In Windows 11 Control Panel
Hardware and Sound options in Windows 11 Control Panel

4. Select any available printer and click Print server properties.

Print Server Properties Options In Windows 11 Control Panel
Print Server Properties options in Windows 11 Control Panel

5. Open the Drivers tab in the Print Server Properties dialog box.

6. In Installed printer drivers, select the printer driver you want to uninstall and click Remove.

Print Server Properties Dialog Box In Windows 11
Print Server Properties dialog box in Windows 11

7. Next, select the option Remove driver and driver package.

8. Click OK to confirm the action and remove the driver.

9. Restart your PC to complete the driver removal process.

6. How to uninstall a printer using Command Prompt

Command Prompt With Printer Removal Command In Windows 11
Command Prompt with printer removal command in Windows 11

If you prefer Command Prompt over the traditional user interface, you can remove a printer from your PC using the dl command.

To uninstall a printer, use Command Prompt:

  1. Press Win and type cmd into the Windows search bar.
  2. Right-click on the Command Prompt option and select Run as administrator.
  3. In the Command Prompt window, type the following command to see all printers installed on your PC:
    wmic printer get name 
  4. To remove a printer, type the following command:
    printui.exe /dl /n "Your_Printer_Name" 
  5. In the command above, replace Your_Printer_Name with your printer’s name.
  6. Press Enter to execute the command.

7. Remove a printer using Print Management

Print Management is a Windows utility that controls printers, drivers, ports, and servers. You can use this tool to remove printer drivers from your Windows computer. The Print Management utility is not available in the Home edition of the Windows operating system.

To remove a printer driver using Print Management:

1. Press Win + R to open Run.

2. Type printmanagement.msc and press OK to open Print Management.

Open Print Management Using The Run Dialog In Windows 11
Open Print Management using the Run dialog in Windows 11

3. On the left, expand the Print Servers section.

4. Click on your Local Printer server name to expand it.

5. Next, select Printers to see all installed printers.

Remove A Printer Using The Print Management Snap-In On Windows 11
Remove a printer using the Print Management snap-in on Windows 11

6. On the right, select and right-click the printer you want to remove.

7. Select Delete and click Yes to confirm the action.

8. Remove a printer driver using PowerShell

Powershell Running The Printer Removal Command
PowerShell running the printer removal command

Additionally, you can remove printer driver packages using PowerShell as an alternative to Print Management. This is also a faster way to remove multiple printers on your Windows computer.

To remove a printer driver using PowerShell:

  1. Press the Win key and type powershell.
  2. Right-click on Windows PowerShell and select Run as administrator.
  3. In the PowerShell dialog, enter the following command and press Enter to see the list of printers installed on your computer:
    Get-PrinterDriver | Format-List Name
  4. Once you have the list of printers, type the following command to remove the printer you want to delete:
    Remove-PrinterDriver -Name "Printer-Name"
  5. In the command above, replace Printer-Name with the name of the printer you want to remove.

Source: Quantrimang

Share: 𝕏 P in
Question and answer (0 comments)

Table of contents
  1. Top