Skip to content
Follow
Windows

How to Connect to a Shared Printer in Windows 11

Richard
Written by
Richard
Feb 4, 2026 Updated Sep 15, 2026 4 min read
How to Connect to a Shared Printer in Windows 11
How to Connect to a Shared Printer in Windows 11

Connecting to a shared printer in Windows 11 lets you print documents using a printer that someone else on your local network has set up and shared from another machine. This means you can skip plugging a physical printer directly into your own computer, which is especially helpful in homes or offices where multiple people use one device.

Advertisement

You need the network name of the host computer to locate and add the printer. Windows 11 detects shared network devices through standard settings menus so you can finish the setup process in a few quick steps.

⚡ Quick Answer

Go to Settings Bluetooth & devices Printers & scanners, then click Add device and Add a device manually. Select “Select a shared printer by name” and enter the printer’s network path, like ComputerNamePrinterName.

Advertisement

What is a Shared Printer?

A shared printer connects to one computer, allowing others on the network to use it. Sharing a single printer saves money compared to buying one for each device and makes printing efficient for everyone.

Why Use a Shared Printer?

Shared printers help your home or office run smoothly. One printer serves many computers. This cuts costs and reduces clutter.

What Do You Need?

Connecting to a shared printer in Windows 11 requires its network address. You can find this address written as numbers and periods like 192.168.1.100, or as a computer and printer name like \\MyHomePC\Canon TS300 series. Having this information ready helps you set up shared printer Windows 11 connections without any errors.

\ComputerNamePrinterName

Advertisement

For example:

\MyHomePCCanon TS300 series

Here, MyHomePC is the name of the computer sharing the printer. Canon TS300 series is the printer's name.

How to Add a Shared Printer Using Windows Settings

Adding a shared printer in Windows 11 using the Settings app takes just a few clicks. You can set up a shared printer Windows 11 device by opening your main system settings, heading to the Bluetooth & devices menu, and following the prompts to find and install the network printer connected to another computer in your home or office.

Advertisement
  1. Open the Settings app. You can do this by:
    • Clicking the Start button and then selecting Settings
    • Or pressing Windows key + I on your keyboard
  2. In Settings, click Bluetooth & devices on the left side.
  3. Click on Printers & scanners.
  4. Click the Add device button at the top.
  5. When the new window opens, click Add a device manually at the bottom.
  6. Select Select a shared printer by name.
  7. Type the network path of the printer (like \MyHomePCCanon TS300 series).
  8. If you're not sure about the path, click the Browse button to find printers on your network.
  9. Click Next and wait for Windows to connect to the printer.
  10. You can print a test page to make sure it works.
Windows 11 Bluetooth and devices settings page
Windows 11 Bluetooth and devices settings page

Windows 11 Printers and scanners setting
Windows 11 Printers and scanners setting

How to Add a Shared Printer from Devices and Printers Folder

The classic Devices and Printers folder provides another reliable way to set up a shared printer Windows 11 network device. You can open this control panel view from the Start menu, click the button to add a new printer, and manually select the network option if Windows does not automatically detect the shared device right away.

  1. Open the Devices and Printers folder. You can search for "Devices and Printers" in the Start menu.
  2. Click the Add a printer button at the top.
  3. When it searches for printers, click the The printer that I want isn't listed link at the bottom.
  4. Choose Select a shared printer by name.
  5. Type the printer's network path (for example, \MyHomePCCanon TS300 series).
  6. Or click Browse to find it on the network.
  7. Click Next and then Finish when done.
Add a shared printer from devices and printers folder
Add a shared printer from devices and printers folder

Advertisement
Printer not listed option
Printer not listed option

How to Add a Shared Printer Using PowerShell

Setting up a shared printer Windows 11 connection via PowerShell requires running a command prompt with administrator rights. You can use this command-line method to quickly install a network printer by launching Windows Terminal as an administrator and executing the specific printer connection command for your shared device.

  1. Open Windows Terminal as an administrator:
    • Search for "Windows Terminal" in the Start menu
    • Right-click it and choose Run as administrator
  2. Open the PowerShell tab inside Windows Terminal.
  3. Type this command to add the printer:

    Add-Printer -ConnectionName "\ComputerNamePrinterName"


  4. For example:

    Add-Printer -ConnectionName "\MyHomePCCanon TS300 series"

    Advertisement

  5. Or, if you prefer using the IP address:

    Add-Printer -ConnectionName "\192.168.1.2Canon TS300 series"


  6. Press Enter and the printer will be added.

Summary

Connecting to a shared printer in Windows 11 lets you print from any computer on your network without needing a printer nearby, saving money and offering convenience.

Does 🪟 Windows 11 allow printer sharing?

Printers installed on a Windows device can be shared with other Windows devices on the same network, allowing multiple users to print without installing the printer on each PC. To share a printer in Windows, the printer must connect to a primary Windows device.

What is the difference between a network printer and a shared printer?

Typically the printer in this case is shared and you connect to a shared printer through another device. A network printer connection differs because you connect directly to a printer through another device, like a print server.

What is 0x00000709 shared printer 🪟 Windows 11?

Error 0x00000709 in Windows 11 often happens because of a corrupted default printer entry in the registry. Open regedit and go to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows , then clear or correct the Device value to match the shared printer 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.

Advertisement

📚 Related Tutorials

How to Access Devices and Printers in Windows 11
Windows How to Access Devices and Printers in Windows 11
How to Find Shared Printer Name in Windows 11
Windows How to Find Shared Printer Name in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Open the Settings App in Windows 11
Windows How to Open the Settings App 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 *