Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Change the Printer Name on Windows 11

Learn about Windows 11, including key concepts, practical guidance, common issues, and helpful answers. Guide 19.

Table of Contents

This practical guide explains how to change the printer name on windows 11 with clear steps and useful context. It also covers common requirements, potential problems, and the details that can help you get better results.

1. Rename the Printer Using the Settings App

Let's start with the easiest method first. You can quickly rename your printer using the Settings app on Windows 11. Here's how:

1. Press Win + I to open the Settings application.

2. Select the Bluetooth & devices tab from the left sidebar.

3. Click Printers & scanners .

4. Select the printer you want to rename.

1. Rename the Printer Using the Settings App - Windows 11

5. Click Printer properties .

6. In the General tab, enter a new name for your printer.

7. Click OK to save the changes.

1. Rename the Printer Using the Settings App - Windows 11

2. Rename the Printer Via Control Panel

If you prefer to do things the old-fashioned way, you can also manage your printer through the Control Panel. To rename the printer using the Control Panel do the following:

1. Press Win + S to open the search menu.

2. Type control panel and press Enter. This will open the Control Panel window.

3. Click Devices and Printers .

2. Rename the Printer Via Control Panel - Windows 11

4. In the Printers section, right-click the device you want to rename and select Printer properties from the context menu.

5. In the Printer properties window, switch to the General tab.

6. Enter a new name for your printer and press OK.

3. Rename the Printer Via Command Prompt

If you are an advanced user and are comfortable using the command line interface, you can also rename your printer using Command Prompt. Fortunately, this is not as scary as you think.

Follow these steps to rename the printer using Command Prompt:

  1. Press Win + X and select Terminal (Admin) from the menu that appears.
  2. Select Yes when the User Account Control (UAC) prompt appears.
  3. In Control Panel, run the following command to rename your printer.
cscript %WINDIR%System32Printing_Admin_Scriptsen-USprncnfg.vbs -x -p "CurrentPrinterName" -z "NewPrinterName"

Replace CurrentPrinterName in the command above with the current name of the printer. Similarly, replace NewPrinterName with the new name you want to use.

So, for example, if you're going to rename your device from HP LaserJet to Office Printer , here's your command:

cscript %WINDIR%System32Printing_Admin_Scriptsen-USprncnfg.vbs -x -p "HP LaserJet" -z "Office Printer"

3. Rename the Printer Via Command Prompt - Windows 11

After you run the above command, your printer will be renamed.

4. Rename the Printer Using Windows Powershell

Like Command Prompt, you can also use Windows PowerShell to rename your printer device on Windows 11. The process is very easy. Here's how to do it.

1. Press Win + S to open the search menu.

2. Enter Windows PowerShell and select Run as administrator .

3. Select Yes when the User Account Control (UAC) prompt appears.

4. Run the following command to see the list of printers on your PC:

Get-Printer | Format-Table Name

4. Rename the Printer Using Windows Powershell - Windows 11

5. Record the name of the printer you want to rename.

6. Run the following command to rename your printer:

Rename-Printer -Name "CurrentPrinterName" -NewName "NewPrinterName"

Replace CurrentPrinterName in the command above with the current name of the printer. Similarly, replace NewPrinterName with the new name you want to use.

For instance, you would enter this command to rename your printer from HP LaserJet to Office Printer :

Rename-Printer -Name "HP LaserJet" -NewName "Office Printer"

4. Rename the Printer Using Windows Powershell - Windows 11

It is done! Your printer will be renamed.

Conclusion

Understanding Windows 11 makes it easier to compare options, avoid common mistakes, and apply the information in this guide more effectively. Review the relevant requirements before making changes or choosing a solution.

FAQ

How do you change the printer name on windows 11?

Follow the steps in this guide in order, confirm the required settings or tools, and verify the result before making additional changes.

Is it safe to change the printer name on windows 11?

It is generally safe when you follow the recommended instructions, use trusted tools, and avoid changing settings you do not understand.

What should you do if the process does not work?

Recheck the requirements, restart the device or application when appropriate, and review each step for missed settings or compatibility issues.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.