Remove button for printers missing on Win 11

Pete Keenan 0 Reputation points
2024-07-10T17:34:58.3566667+00:00

The Remove button for removing printers from Window 11 is missing. Group policy is configured to allow printer addition and deletion. Printers added by a user do have the Remove Button for those printers but Group policy assigned printers do not.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,980 questions
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 19,741 Reputation points MVP
    2024-07-12T01:22:15.97+00:00

    Ensure that policies like "Prevent deletion of printers" are either Not Configured or Disabled.

    In Start Search type printmanagement.msc and hit the Enter Key.

    Locate and delete the printer from there.

    Use PowerShell to remove printers:

    Open PowerShell as an administrator

    Use the command: Get-Printer | Where-Object {$_.Name -eq "PrinterName"} | Remove-Printer


  2. Karlie Weng 18,581 Reputation points Microsoft Vendor
    2024-07-12T07:51:04.7933333+00:00

    Hello, 

    You can try running printui.exe /dl /n "printername" in your CMD. This CMD is used in the Windows operating system to delete a printer.

    --- 

    If the Answer is helpful, please click "Accept Answer" and upvote it. 

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.