Devices Rename Printer in Windows 11


  • Staff
Printer_banner.png

This tutorial will show you how to change the name of a printer in Windows 11.

When you install a printer in Windows, the manufacturer name and model number is often used as the printer name by default.

You can rename the printer to any name you like though.


You must be signed in as an administrator to rename a printer.


If you rename a shared printer, existing connections to this printer from other computers will break and will have to be created again for the new name.



Contents





Option One

Rename Printer in Settings


This option is only available starting with Windows 11 build 26080 (Canary and Dev).


1 Open Settings (Win+I).

2 Click/tap on Bluetooth & devices on the left side, and click/tap on Printers & scanners on the right side. (see screenshot below)


rename_printer_Settings-1.png

3 Click/tap on the printer (ex: "HP Color LaserJet Pro MFP M477 PCL 6") you want to rename. (see screenshot below)

rename_printer_Settings-2.png

4 Click/tap on Additional printer settings to expand it open. (see screenshot below step 5)

5 Click/tap on the Rename button. (see screenshot below)

rename_printer_Settings-2b.png

6 Type a new name you want for the printer, and click/tap on Save. (see screenshot below)

rename_printer_Settings-3c.png

7 You can now close Settings if you like.




Option Two

Rename Printer in Properties


1 Open Settings (Win+I).

2 Click/tap on Bluetooth & devices on the left side, and click/tap on Printers & scanners on the right side. (see screenshot below)


rename_printer_Settings-1.png

3 Click/tap on the printer (ex: "HP Color LaserJet Pro MFP M477 PCL 6") you want to rename. (see screenshot below)

rename_printer_Settings-2.png

4 Click/tap on Printer properties. (see screenshot below)

rename_printer_Settings-3.png

5 In the General tab, type a new name you want for the printer, and click/tap on OK. (see screenshot below)

rename_printer_Settings-4.png

6 If this is a shared printer, click/tap on Yes to confirm. (see screenshot below)

If you rename a shared printer, existing connections to this printer from other computers will break and will have to be created again for the new name.


rename_printer_Settings-5.png

7 You can now close Settings if you like.




Option Three

Rename Printer in PowerShell


1 Open Windows Terminal (Admin), and select Windows PowerShell.

2 Copy and paste the command below into Windows Terminal (Admin), and press Enter to see a list of all printers. (see screenshot below step 3)

Get-Printer | Format-List Name

3 Make note of the current printer name (ex: "HP Color LaserJet Pro MFP M477 PCL 6") you want to rename. (see screenshot below)

rename_printer_PowerShell-1.png

4 Type the command below into Windows Terminal (Admin), and press Enter. (see screenshot below)

Rename-Printer -Name "Current printer name" -NewName "New printer name"

Substitute Current printer name in the command above with the actual current printer name (ex: "HP Color LaserJet Pro MFP M477 PCL 6") from step 3.

Substitute New printer name in the command above with the new printer name (ex: "HP Color LaserJet Pro") you want.

For example: Rename-Printer -Name "HP Color LaserJet Pro MFP M477 PCL 6" -NewName "HP Color LaserJet Pro"


rename_printer_PowerShell-2.png

5 You can now close Windows Terminal (Admin) if you like.


That's it,
Shawn Brink


 

Attachments

  • Printer.png
    Printer.png
    3.2 KB · Views: 78
Last edited:
Back
Top Bottom