Need to rename printer? Here’s four ways to do it on Windows 10.

On Windows 10, when you add a new printer, the installation process assigns a default name based on the manufacture name, series, and model number. Although this information should be descriptive enough to identify the printer, there are still plenty of reasons to change the name of the device to something different.

For example, if you print to multiple (of the same) printers in different locations, you may want to update the name to identify the device better. You’re a network administrator, and you need to comply with your organization device naming convention policy. You recently installed a new printer with a different driver to make it work on Windows 10, and the printer now shows the wrong name, or you don’t like the default name, and you want to use something different.

Best online learning tools for kids: ABCmouse, Reading IQ, & more

Whatever the reason it might be, Windows 10 includes multiple ways to rename a printer using the Settings app, Control Panel, PowerShell, and even Command Prompt.

In this Windows 10 guide, we’ll walk you through the different ways you can change the name of a printer installed on your device.

How to rename printer using Settings

To rename a printer using the Settings app, use these steps:

  1. Open Settings.
  2. Click on Devices.
  3. Click on Printers & scanners.
  4. Under the “Printers & scanners” section, select the printer.
  5. Click the Manage button.

    Printers and scanner settings

    Source: Windows Central

  6. Click the Printer properties option.
  7. Click the General tab.

    Windows 10 printer properties option

    Source: Windows Central

  8. Specify a new name for the printer.

    Windows 10 change printer name

    Source: Windows Central
    Quick tip: If you’re setting up a printer for an organization, you should be using a unique descriptive name. Usually, you would want to use the location, brand, and model as part of the name.

  9. Click the Apply button.
  10. Click the OK button.

Once you complete the steps, the name of the printer will change to the name you specified.

If you’re in the market for a new printer, we recommend the all-in-one HP OfficeJet Pro 8025 because of its smart functionality, compact design, printing quality, and price point.

How to rename printer using Control Panel

To rename the printer using Control Panel, use these steps:

  1. Open Control Panel.
  2. Click on Hardware and Sound.
  3. Click on Devices and Printers.

    Devices and Printers

    Source: Windows Central

  4. Right-click the printer and select the Printer properties option.
  5. Click the General tab.
  6. Specify a new name for the printer.

    Windows 10 change printer name

    Source: Windows Central

  7. Click the Apply button.
  8. Click the OK button.

After you complete the steps, the system will identify the printer with the new name.

How to rename printer using PowerShell

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

  1. Open Start.
  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.
  3. Type the following command to list the available printers and press Enter:

    Get-Printer | Format-Table Name

    PowerShell command to list printers

    Source: Windows Central

  4. Type the following command to change the name of the printer and press Enter:

    Rename-Printer -Name "CURRENT-PRINTER-NAME" -NewName "NEW-PRINTER-NAME"

    For example, the following command changes the printer name to “HomePrinter”:

    Rename-Printer -Name "HP4C7695 (HP Officejet Pro 8620)" -NewName "HomePrinter"

    PowerShell rename printer command

    Source: Windows Central

Once you complete the steps, the PowerShell command will change the printer name to the name you specified.

How to rename printer using Command Prompt

Although the steps are not conventional, if you must, Command Prompt offers a way to change the printer name using the “prncnfg.vbs” script on Windows 10.

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

  1. Open Start.
  2. Search for PowerShell, 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 Enter:

    cscript %WINDIR%\System32\Printing_Admin_Scripts\en-US\prncnfg.vbs -x -p "CURRENT-PRINTER-NAME" -z "NEW-PRINTER-NAME"

    For example, the following command changes the printer name to “HomePrinter”:

    cscript %WINDIR%\System32\Printing_Admin_Scripts\en-US\prncnfg.vbs -x -p "HP4C7695 (HP Officejet Pro 8620)" -z "HomePrinter"

    Command Prompt change printer name command

    Source: Windows Central

After you complete the steps, the script will run and change the printer name using the name you specified in the command.

More Windows 10 resources

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

We may earn a commission for purchases using our links. Learn more.

Leave a Reply

Your email address will not be published. Required fields are marked *