Windows 11/10 allows you to add several printers to your PC. When you add a new printer, the system detects and sets up the device with default settings. Depending upon the manufacturer, the printer’s name may be complex and lengthy.
Although the default name of the printer is unique and descriptive, sometimes you may want to change its name for some reason. For example, you want to display a short and simple name. The printers are installed in different locations, and you want to rename them according to their locations so that you don’t make a mistake while printing a document.
The reasons may be many. Windows 11/10 lets you change the name of your printers using the Settings app, Control Panel, Command Prompt, and PowerShell.
In this gearupwindows article, you will learn how to rename a Printer on Windows 11 and 10.
How to Change Printer Name using Windows 11 Settings?
To change the printer name through Windows 11 Settings app, use these steps:-
Step 1. Open Windows 11 Settings.
Step 2. Click on
Step 3. On the right sidebar, click on the
Step 4. Select a printer you want to rename.
Step 5. Click
Step 6. Switch to the
Step 7. Click the
Step 8. Switch to the
Step 9. Change the name of the printer.
Step 10. Click
How to Rename a Printer in Windows 11 or 10 through Control Panel?
To change the printer name on Windows 11 or 10 using Control Panel, use these steps:-
Step 1. Open Control Panel.
Step 2. Click on
Step 3. Click on
Step 4. Under the “Printers” section, right-click the printer you want to change the name and select the
Step 5. Switch to the
Step 6. Click the
Step 7. Switch to the
Step 8. Change the name of the printer.
Step 9. Click
How to Change a Printer Name on Windows 11 or 10 through Command Prompt?
To change the printer name using Command Prompt, do these steps:-
Step 1. Open an elevated Command Prompt.
Step 2. Type the following and press the
cscript %WINDIR%\System32\Printing_Admin_Scripts\en-US\prncnfg.vbs -x -p "CURRENT-PRINTER-NAME" -z "NEW-PRINTER-NAME"
Note: In the above command, replace
For example, we want to change the print name “Microsoft Print to PDF” to “Microsoft PDF.” So, the command should be the following:-
cscript %WINDIR%\System32\Printing_Admin_Scripts\en-US\prncnfg.vbs -x -p "Microsoft Print to PDF" -z "Microsoft PDF"
How to Rename Printer on Windows 11 or 10 using Windows PowerShell?
To change the printer name using Windows PowerShell, do these steps:-
Step 1. Open an elevated Windows PowerShell.
Step 2. Type the following and press the
Rename-Printer -Name "CURRENT-PRINTER-NAME" -NewName "NEW-PRINTER-NAME"
Note: In the above command, replace
For illustration, we want to change the print name “Microsoft Print to PDF” to “Microsoft PDF.” So, the command should be the following:-
Rename-Printer -Name "Microsoft Print to PDF" -NewName "Microsoft PDF"