How to rename a printer on Windows 11

Windows 11 change printer name
(Image credit: Future)

When you add a new printer to Windows 11, the system will detect and set up the device with default settings, including assigning the long and complex manufacturer designation name. Although the default name makes it unique and descriptive, sometimes you may still need to change its name for various reasons.

For instance, you only have one printer and want to show a short and simple name. If you print from different locations, changing the name and adding the location information may help to avoid sending a print job to the wrong printer. Or, if the system assigns the incorrect information, you may want to rename the printer to reflect the correct name.

Regardless of the reason, Windows 11 allows you to change the name of your printers to virtually anything you want using the Settings app, Control Panel, Command Prompt, and PowerShell. 

This guide will walk you through four ways to rename a printer on Windows 11.

How to change printer name using Settings on Windows 11

To change the name of the printer on Windows 11, use these steps:

  1. Open Settings.
  2. Click on Bluetooth & devices.
  3. Click the Printers & scanners page from the right side.

(Image credit: Future)
  1. Select the printer to rename.

(Image credit: Future)
  1. Click the Printer properties setting.

(Image credit: Future)
  1. Click the General tab.
  2. Confirm a new name for the printer on Windows 11.

(Image credit: Future)
  1. Click the Apply button.
  2. Click the OK button.

Once you complete the steps, the new name will be reflected on the device.

How to change printer name using Control Panel on Windows 11

To specify a different printer name through Control Panel, use these steps:

  1. Open Start.
  2. Search for Control Panel and click the top result to open the app.
  3. Click on Hardware and Sound.
  4. Click on Devices and Printers.

(Image credit: Future)
  1. Under the "Printers" section, right-click the device to rename and select the Printer properties option.

(Image credit: Future)
  1. Click the General tab.
  2. Confirm a new name for the printer.

(Image credit: Future)
  1. Click the Apply button.
  2. Click the OK button.

After you complete the steps, the printer name will be updated on your computer.

How to change printer name using PowerShell on Windows 11

To change the printer name with PowerShell, use these steps:

  • Open Start.
  • Search for PowerShell, right-click the top result, and select the Run as administrator option.
  • Type the following command to list the available printers and press EnterGet-Printer | Format-Table Name
  • Type the following command to change the name of the printer and press EnterRename-Printer -Name "CURRENT-PRINTER-NAME" -NewName "NEW-PRINTER-NAME" 

In the command, make sure to specify the current and new name of the printer. This example changes the printer name to "HomePrinter": Rename-Printer -Name "HP4C7695 (HP Officejet Pro 8620)" -NewName "Office HP Printer"

(Image credit: Future)

Once you complete the steps, the PowerShell command will apply the new name for the device.

How to change printer name using Command Prompt on Windows 11

To change the printer name using Command Prompt, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to change the name of the printer and press Entercscript %WINDIR%\System32\Printing_Admin_Scripts\en-US\prncnfg.vbs -x -p "CURRENT-PRINTER-NAME" -z "NEW-PRINTER-NAME" 

In the command, make sure to specify the current and new name of the printer. This example changes the printer name to "HomePrinter": cscript %WINDIR%\System32\Printing_Admin_Scripts\en-US\prncnfg.vbs -x -p "HP4C7695 (HP Officejet Pro 8620)" -z "Office HP Printer"

(Image credit: Future)

After you complete the steps, Command Prompt will replace the name of the printer with the new one you specified.

More resources

For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:

Mauro Huculak

Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows 10 and its many related technologies. He has an IT background with professional certifications from Microsoft, Cisco, and CompTIA, and he's a recognized member of the Microsoft MVP community.