Home  >  Article  >  Remove a printer on Windows 11: 6 methods and 7 fix instructions

Remove a printer on Windows 11: 6 methods and 7 fix instructions

WBOY
WBOYforward
2023-04-17 09:37:0219369browse

Removing a Printer on Windows 11

Completely removing a printer requires two things - removing the printer itself, and then removing the driver. There are several ways you can do these things on Windows 11. They are:

Method 1: From Settings

Perhaps the most common method, a printer can be easily removed from the Windows Settings application. Here's how to do it:

Press Win I to open Settings. Then click Bluetooth and Devices in the left pane.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

On the right, click Printers and Scanners.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click on the printer you want to uninstall.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Select Delete.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

When prompted, click Yes.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Method 2: Use Device Manager to remove the printer driver

Device Manager allows you to manage and remove device drivers on Windows. Here's how to use it to remove a printer driver:

Right-click the Start menu and select "Device Manager".

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Expand Print Queue branch.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Right-click your printer and select Uninstall Device.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

When prompted, click "Uninstall".

Remove a printer on Windows 11: 6 methods and 7 fix instructions

#That’s it, you have deleted the printer driver.

Method 3: Use Windows Tools (or Print Management)

The native Windows Tools application also allows you to remove printer-related drivers. Here's how to do it:

Press Start, type windows tools, and then press Enter.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

After opening, double-click Print Management.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

This will open the Print Management window. You can also open the Print Management window by searching in the Start menu.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Once it opens, click All Drivers in the left pane (under Custom Filters).

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Locate the printer whose driver you want to remove, then right-click it and select Remove Driver Package...

Remove a printer on Windows 11: 6 methods and 7 fix instructions

When prompted, click Yes.

Method 4: Use PowerShell (Remove Printer Command)

Windows 11 Home Edition users do not have access to the Print Management window. However, they can still remove the driver package using command terminals such as PowerShell and Command Prompt. Here, we start with the former:

Press Start, type powershell, right-click on it, and select "Run as administrator" .

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Now, first, type the following command and get the list of printer drivers on your computer:

Get-PrinterDriver | Format-List Name

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Press the Enter key. After creating the list, note the names of the printers whose drivers you want to remove.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Then type the following command:

Remove-PrinterDriver -Name "Printer Name"

Here, Make sure to delete the printer name with the actual name of the printer given in the list like this:

Remove a printer on Windows 11: 6 methods and 7 fix instructions

## and press Enter.

Method 5: Using the Command Prompt (Printui Command)

If you prefer the Command Prompt, here’s how to remove the printer driver using the printui command:

Press Start, type cmd, then right-click Command Prompt and select "Run as administrator" .

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Then first, we'll use a slightly modified version of an earlier PowerShell command to get a list of printer names on the system:

powershell "Get -Printer | Format-List Name"

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Press the Enter key. As before, you will get a list of printer names. Make a note of the one you want to delete.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Then type the following printui command:

printui.exe /dl /n "Printer Name"

Make sure to replace Printer Name with the actual name of the printer you recorded earlier.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Then click Enter.

Method 6: From the Printer Folder

You can also directly access the printer shell folder on your PC and delete your printer entry from there. Here's how to do it:

Press Win R to open the run box. Then copy the following command:

explorer shell:::{2227A280-3AEA-1069-A2DE-08002B30309D}

and paste it into the run box. Press Enter.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Now just right-click on your printer and select Delete.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click Yes when prompted.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

FIX: Unable to remove printer on Windows 11

In some cases, you may not be able to use one or more of the above methods Remove the printer. There are several reasons. Maybe there are pending printer jobs in the queue that need to be cleared first, or the printer service is currently running. Whatever the case may be, it's best to use as many fixes as possible to get to the heart of the problem. Here are all the fixes you can apply to proceed with completely removing the printer from your Windows PC.

FIX 1: Run the Printer Troubleshooter

Various printer-related issues may arise in Windows. So of course there is a dedicated "most common" printer troubleshooter that can diagnose and resolve printer-related issues for you so that once those issues are resolved, the removal can proceed smoothly. Here's how to use the printer troubleshooter:

Press Win I to open settings. Then scroll down on the right and select Troubleshoot.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click Additional Troubleshooting.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click Run next to the printer.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

#This will open the Get Help window. Here, click Yes to agree to proceed with the diagnosis and try automated steps to resolve the issue.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Under "Did this solve your problem?" click "No".

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Wait for the diagnostics to run and check for spooler service errors.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Then select your printer.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Let the scan run again, and then apply any fixes the troubleshooter recommends.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

FIX 2: Delete Pending Printer Jobs

If your printer has pending print jobs in the queue, this means it is still working with Windows interact and wait to continue completing them. Your request to remove the printer will be denied unless this issue is resolved. Here's how to delete pending printer jobs:

Press Win I to open the Settings app. Then click Bluetooth and Devices in the left pane.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click Printers and Scanners on the right.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Select your printer.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click to open the print queue.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click the three-dot icon next to the printer.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Select Cancel all.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

When prompted, click Yes.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

#After removing these, you can try to remove the printer from the method given above.

FIX 3: Remove the printer driver from the print server properties

If your printer drivers are the problem, perhaps removing them from another location will solve the problem. Here's how to remove a printer driver using print server properties:

Press Win I to open the Settings application. Then click Bluetooth and Devices in the left pane.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click Printers and Scanners on the right.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Scroll down and click Print Server Properties under Related Settings.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

In the Print Server Properties window, click the Driver tab.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Here, select your printer. Then click Delete.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

When prompted, select Remove driver and driver package.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Then click "OK".

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click again is .

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Finally, click Delete again.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

If you encounter an error here, move on to the next fix.

FIX 4: Stop the Print Spooler Service

The Print Spooler service (also known as the Printer Service) is known to have caused a lot of problems in the past. If there's a problem removing the printer, if it's still running, it's likely to throw out a monkey wrench in the process. You may want to stop it first and then proceed with the printer removal method.

Press Start, type Services, and then press Enter.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Now find the Print Spooler service, right-click on it and select Stop.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Fix 6: Uninstall the printer application

If you installed a printer application to handle print jobs, removing it first can help resolve printer deletion question.

Press Win I to open the Settings app. Then select Applications in the left pane.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

#Select Installed Applications on the right.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Scroll down the list of installed applications and click the three-dot icon next to the Printer application.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Select Uninstall.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click Uninstall again.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

After the uninstallation is complete, try to delete the printer using the above method.

FIX 7: Remove Printers from the Registry

Windows creates registry entries for every little piece of hardware and software that comes into your system. But these redundant registry entries can also be a hindrance. You may also benefit from deleting the printer's registry key. Here's how to do it:

Press Start, type regedit, and press Enter.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Then navigate to the following address in the Registry Editor:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers

Alternatively, copy and paste the above into the address bar of Registry Editor and press Enter.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Now, find your printer under the Printer key in the left pane. Right-click on it and select Delete.

Remove a printer on Windows 11: 6 methods and 7 fix instructions

Click is .

Remove a printer on Windows 11: 6 methods and 7 fix instructions

#That’s it, you have deleted the printer from the Windows registry. Try to remove it from other areas using the methods given above.

FAQ

Let’s take a look at some frequently asked questions about removing and removing printers from Windows 11.

Can't delete printer Windows 11?

If you are unable to remove a printer on Windows 11, it is most likely because the driver that is using the printer or the printer service is still running. You may also want to delete the printer entry from the registry. See the fix given above for more information.

How to completely remove a printer from your computer?

To completely remove your printer, you must remove it from the Settings application, delete its driver package, and delete any applications or pending print jobs that may be associated with the printer. It is also recommended to clean the printer's registry files.

How to uninstall HP printer on Windows 11?

The steps to uninstall an HP printer on Windows 11 are the same as for other printers. If you encounter any issues during this process, use the methods and fixes provided in this tutorial.

The above is the detailed content of Remove a printer on Windows 11: 6 methods and 7 fix instructions. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete