Skip to content
Follow
Windows

How to Find Shared Printer Name in Windows 11

Richard
Written by
Richard
Feb 4, 2026 Updated Jul 13, 2026 3 min read
How to Find Shared Printer Name in Windows 11
How to Find Shared Printer Name in Windows 11

The shared printer name in Windows 11 is the unique label other computers use to find and connect to your printer over the network.

This name is essential for sharing a printer, especially when setting it up from a Windows 11 Pro machine for another device to use.

You can easily find this name by checking the printer’s properties directly within Windows settings, without needing complicated steps.

⚡ Quick Answer

Access the printer’s properties via Settings > Bluetooth & devices > Printers & scanners, then click Printer properties. The shared name is listed on the Sharing tab. Alternatively, use the command Get-Printer | Format-List Name,ShareName,Shared in PowerShell.

Why Do You Need the Shared Printer Name?

Method 1Using the Settings App

  1. Open the Settings app. Click the Start button and select Settings, or press Windows key + I on your keyboard.
  2. Click Bluetooth & devices in the left menu.
  3. Click Printers & scanners on the right side.
  4. Find your printer in the list and click it to open its details.
  5. Click Printer properties.
  6. Go to the Sharing tab. You will see the Shared name of the printer here.
Find printer shared name from Settings app
Find printer shared name from Settings app

You can find the shared printer name in Windows 11 using the Settings app. Start by opening Settings – click the Start button, select Settings, or press Windows key + I. Next, go to Bluetooth & devices, then Printers & scanners to view your printer list.

Method 2Using Devices and Printers

  1. Open the Devices and Printers window. Press Windows key + R, type control printers, and press Enter.
  2. Right-click your printer and choose Printer properties.
  3. Click the Sharing tab.
  4. Look for the Shared name listed on this tab.
Find printer shared name from Devices and Printers
Find printer shared name from Devices and Printers

Method 3Using PowerShell

For those comfortable with command-line tools, PowerShell offers a swift method to discover the shared printer name in Windows 11. You’ll need to open PowerShell as an administrator and then run a specific command to list all your printers and their shared names.

  1. ⚠️ Requires admin privileges: Right-click the Start button and select Windows Terminal (Admin).
  2. Make sure the tab shows PowerShell. You can select it from the dropdown menu if needed.
  3. Type this command and press Enter:

    Get-Printer | Format-List Name,ShareName,Shared
  4. Look at the results. Find the ShareName value. This is your printer’s shared name.
Find printer shared name via PowerShell
Find printer shared name via PowerShell

Summary

Discovering your shared printer name in Windows 11 can be achieved using methods like the Settings app, Devices and Printers, or PowerShell commands.

What is 0x00000709 shared printer 🪟 Windows 11?

Error 0x00000709 in Windows 11 often arises from a corrupted default printer setting within the registry (Windows’ internal configuration database). To resolve it, open regedit, navigate to 🗝️HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows, and then clear or correct the ‘Device’ value to match your shared printer name.

How do I change the name of a shared printer?

Modifying the name of a shared printer in Windows 11 is a simple process done through the ‘Devices and Printers’ window by adjusting the printer properties.

How to add printer by shared name?

Choose the printer you wish to add, then select the ‘Add Device’ button. If your desired printer does not appear, select ‘The printer that I want isn’t listed.’ In the Add printer window that opens, choose ‘Select a shared printer by name.’

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Share Files with an App in Windows 11
Windows How to Share Files with an App in Windows 11
How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Make Your Network Public or Private in Windows 11
Windows How to Make Your Network Public or Private in Windows 11
How to Connect to a Shared Printer in Windows 11
Windows How to Connect to a Shared Printer in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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