This tutorial will show you how to add a printer shared by another PC on the same network to your Windows 11 PC.
In Windows 10 and Windows 11, you can share your printer with many PCs on your network. To share a printer from the PC that the printer is connected to (the primary PC) with secondary PCs that the printer is not connected to, you must set up sharing settings for the printer, connect the printer to the primary PC (either wirelessly or by using a USB cable), and then turn on the printer. Also make sure the primary PC is turned on, connected to the printer, and connected to the network.
It is required to share the printer connected to a PC before other PCs on the same network are able to add and use the shared printer.
You will need to know the network path of a shared printer connected to a PC to add the shared printer to your PC. The network path includes the IP address or computer name of the PC the shared printer is connected to, and the printer's share name.
For example:
\\Brink-Spectre\HP LaserJet Share
While the computer that shared the printer is turned off (shut down) or goes into standby (sleep/hibernate), the shared printer added to your computer will be unavailable.
While the shared printer is powered off, it will of course be unavailable to all computers on the same network.
Reference:
Share a printer as a network printer - Microsoft Support

You must be signed in as an administrator to add a shared printer.
It is required to turn on file and printer sharing on your PC to add and use the shared printer.
- Option One: Add Shared Printer in Settings
- Option Two: Add Shared Printer in Devices and Printers
- Option Three: Add Shared Printer in PowerShell
EXAMPLE: Added shared printer in Settings
1 Open Settings (Win+I).
2 Click/tap on Bluetooth & devices on the left side, and click/tap on Printers & scanners on the right side. (see screenshot below)
3 Click/tap on the Add device button. (see screenshot below)
4 Click/tap on the Add a new device manually link when it appears. (see screenshot below)
5 Perform the steps below: (see screenshot below)
- Select (dot) Select a shared printer by name.
- Enter the network path of the shared printer.
You can use the IP address or computer name of the PC the shared printer is connected to.
For example:
\\Computer name\Printer Share Name
OR
\\IP Address\Printer Share Name - Click/tap on Next.
6 Your PC will now start connecting to the shared printer on the PC it's connected to, and download and install the driver from the computer the shared printer is connected to. (see screenshot below)
7 Click/tap on Next when the shared printer has been successfully added. (see screenshot below)
8 Click/tap on Finish. (see screenshot below)
You can Print a test page first if you like.
9 You can now close Settings if you like.
1 Open Devices and Printers.
2 Click/tap on Add a printer on the toolbar. (see screenshot below)
3 Click/tap on the The printer that I want isn't listed link at the bottom when it appears. (see screenshot below)
4 Perform the steps below: (see screenshot below)
- Select (dot) Select a shared printer by name.
- Enter the network path of the shared printer.
You can use the IP address or computer name of the PC the shared printer is connected to.
For example:
\\Computer name\Printer Share Name
OR
\\IP Address\Printer Share Name - Click/tap on Next.
5 Your PC will now start connecting to the shared printer on the PC it's connected to, and download and install the driver from the computer the shared printer is connected to. (see screenshot below)
6 Click/tap on Next when the shared printer has been successfully added. (see screenshot below)
7 Click/tap on Finish. (see screenshot below)
You can Print a test page first if you like.
8 You can now close Devices and Printers if you like.
1 Open Windows Terminal (Admin), and select Windows PowerShell.
2 Type the command below you want to use into Windows Terminal (Admin), and press Enter. (see screenshots below)
Add-Printer -ConnectionName "\\Computer Name\Printer Share Name"
Add-Printer -ConnectionName "\\IP Address\Printer Share Name"
Substitute Computer Name in the command above with the actual computer name (ex: "Brink-Spectre") the shared printer is connected to.
Substitute IP Address in the command above with the actual IP address (ex: "192.168.1.124") of the computer the shared printer is connected to.
Substitute Printer Share Name in the command above with the actual share name (ex: "HP LaserJet Share") of the shared printer you want to add.
For example:
(Use computer name to add shared printer)
Add-Printer -ConnectionName "\\Brink-Desktop\HP LaserJet Pro Shared"
OR
(Use IP Address to add shared printer)
Add-Printer -ConnectionName "\\192.168.1.124\HP LaserJet Pro Shared"
3 You can now close Windows Terminal (Admin) if you like.
That's it,
Shawn Brink