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:
- OpenĀ Settings.
- Click onĀ Bluetooth & devices.
- Click theĀ Printers & scannersĀ page from the right side.
- Select the printer to rename.
- Click theĀ Printer propertiesĀ setting.
- Click theĀ GeneralĀ tab.
- Confirm a new name for the printer on Windows 11.
- Click theĀ ApplyĀ button.
- 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:
- OpenĀ Start.
- Search forĀ Control PanelĀ and click the top result to open the app.
- Click onĀ Hardware and Sound.
- Click onĀ Devices and Printers.
- Under the “Printers” section, right-click the device to rename and select theĀ Printer propertiesĀ option.
- Click theĀ GeneralĀ tab.
- Confirm a new name for the printer.
- Click theĀ ApplyĀ button.
- 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Ā Enter:Ā Get-Printer | Format-Table Name
- Type the following command to change the name of the printer and pressĀ Enter:Ā Rename-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”
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:
- OpenĀ Start.
- Search forĀ Command Prompt, right-click the top result, and select theĀ Run as administratorĀ option.
- Type the following command to change the name of the printer and pressĀ Enter:Ā cscript %WINDIR%System32Printing_Admin_Scriptsen-USprncnfg.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%System32Printing_Admin_Scriptsen-USprncnfg.vbs -x -p “HP4C7695 (HP Officejet Pro 8620)” -z “Office HP Printer”
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: