Windows

How to Share a Local Printer in Windows 11

Richard
Written by
Richard
Feb 4, 2026 Updated Apr 1, 2026 2 min read
How to Share a Local Printer in Windows 11

Do you have a printer plugged into your Windows 11 computer? You can share it with other computers and devices on your network. This way, everyone can print without needing their own printer.

Important: The computer with the printer must be turned on and awake for others to print. You also need to be an administrator on your PC, and File and Printer Sharing needs to be turned on.

Method 1: Share Your Printer Using Windows Settings

This is the easiest way to share your printer.

  1. Open Settings by clicking the Start menu and choosing Settings, or press Windows key + I on your keyboard.
  2. Click Bluetooth & devices on the left side.
  3. On the right, click Printers & scanners.
Windows 11 Bluetooth and devices settings page

  1. Click on the printer you want to share.
  2. Click Printer properties.
Windows 11 printer properties page

  1. Select the Sharing tab in the new window.
  2. Click the Change Sharing Options button.
Change sharing options for printer

  1. Check the box that says Share this printer.
  2. Give it a share name if you want—this is what others will see when they look for your printer.
  3. Click OK to save your settings.
Share this printer option checked

Your printer is now shared! Other computers on your network can find and use it.

Method 2: Share Your Printer Using Devices and Printers

You can also share your printer from the Devices and Printers window.

  1. Open Open Devices and Printers from the Control Panel or Start menu.
  2. Right-click the printer you want to share and select Printer properties.
Printer properties from Devices and Printers

  1. Go to the Sharing tab.
  2. Click Change Sharing Options.
  3. Check the box Share this printer.
  4. Click OK to save.
Share this printer checkbox

Method 3: Share Your Printer Using PowerShell (Advanced)

If you like typing commands, you can share a printer using PowerShell.

  1. ⚠️ Requires admin privileges: Open Windows PowerShell as an administrator.
  2. Type this command to see all printers on your PC:
    PowerShell
    Get-Printer | Format-List Name,ShareName,Shared

  3. Find the exact name of the printer you want to share. Then run this command:
    PowerShell
    Set-Printer -Name "Your Printer Name" -Shared $True

    Replace Your Printer Name with your printer’s actual name.

  4. If you want to set a custom share name, use this command instead:
    PowerShell
    Set-Printer -Name "Your Printer Name" -Shared $True -ShareName "New Share Name"

Your printer will now be shared on the network!

Summary

  • Why share a printer? All devices on your network can print without buying extra printers.
  • What you need: The PC with the printer must be turned on for others to use it. You need administrator rights and file & printer sharing turned on.
  • How to do it: You can share your printer using Settings, Devices and Printers, or PowerShell commands.
  • What happens next: Enjoy printing from any device on your network!

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2458 articles → Twitter

📚 Related Tutorials

How to Enable File and Printer Sharing in Windows 11
Windows How to Enable File and Printer Sharing in Windows 11
How to Turn On or Off File and Printer Sharing in Windows 11
Windows How to Turn On or Off File and Printer Sharing in Windows 11
How to Open Devices and Printers in Windows 11
Windows How to Open Devices and Printers in Windows 11
How to Find Other Computers on Your Windows 11 Network
Windows How to Find Other Computers on Your Windows 11 Network

Leave a Reply

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