Windows

How to Enable File and Printer Sharing in Windows 11

Richard
Written by
Richard
Feb 12, 2022 Updated Apr 29, 2026 3 min read
How to Enable File and Printer Sharing in Windows 11

This guide explains how to manage File and Printer sharing in Windows 11.

Why Enable File Printer Sharing?

You need this feature if you want to let other computers on your home or office network access your files or use your printer.

Why: It simplifies collaboration by allowing multiple users to access a single shared resource.

What happens: Once enabled, your computer becomes visible to other devices on the same network, allowing them to open, copy, or print your shared items.

Prerequisites for Network Sharing

Before you begin, ensure all devices are connected to the same local area network (LAN). They must be on the same subnet to communicate. If you are in a domain environment, your network administrator may have restricted these settings via Group Policy.

How to Change Sharing Settings in Windows 11

You can manage this feature through the main Windows Settings menu.

  1. Open your computer Settings by pressing the Windows key + I on your keyboard, or by clicking Start then Settings.
    windows 11 start settings
  2. Click on Network & internet.
    windows 11 network internet pane
  3. Click on Advanced network settings near the bottom of the list.
    windows 11 advanced network settings
  4. Select Advanced sharing settings.
    Advanced sharing settings menu in Windows 11 network configuration
  5. Click on Private or Public networks to see more options.
  6. Use the toggle switch to turn File and printer sharing to On or Off.
    Windows 11 toggle switch for enabling file and printer sharing

Understanding Network Profiles: Private vs. Public

Windows treats different networks differently. A Private network profile is intended for home or work where you trust the other devices. A Public network profile is for coffee shops or airports; Windows automatically tightens security here, often disabling discovery to prevent unauthorized access.

How to Use Command Prompt (Admin Required)

You can use the Command Prompt as administrator to manage these settings. Note: This requires admin privileges.

To turn sharing On for all networks, type this command and press Enter:

💻Code
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes

To turn sharing Off for all networks, type this command and press Enter:

💻Code
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=No

Troubleshooting Persistent Sharing Issues

If you cannot see your printer, ensure the Function Discovery Provider Host service is running. You can check this by typing services.msc in the Run dialog. Additionally, verify that your Windows Firewall inbound rules allow File and Printer Sharing traffic. In some legacy cases, you may need to enable SMB 1.0/CIFS support via Turn Windows features on or off, though this is not recommended for modern security.

Summary

Enabling File and Printer sharing allows other devices on your network to access your files or printers. You can easily toggle this feature on or off through your Windows Settings or by using the Command Prompt. Always keep sharing turned off on public networks to protect your information. For advanced configuration, refer to the official Microsoft documentation.

Why can’t I see my printer on the network?

First, ensure both the computer and printer are on the same network subnet. Check that Network Discovery is turned on in Advanced Sharing Settings. If the issue persists, verify that the printer is shared in its properties and that your Windows Firewall is not blocking the connection.

Is it safe to enable file and printer sharing on public networks?

No, it is not safe. Enabling sharing on public networks exposes your shared files and devices to strangers on the same Wi-Fi. Always set your network profile to Public when in a coffee shop or airport to ensure Windows automatically disables these sharing features for your protection.

How do I fix ‘File and printer sharing is turned off’ error?

Navigate to Settings > Network & internet > Advanced network settings > Advanced sharing settings. Ensure the toggle for File and printer sharing is set to On for your current network profile. If it remains disabled, check if a Group Policy object is overriding your local settings.

Was this guide helpful?

Tags: #Windows 11
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.

2462 articles → Twitter

📚 Related Tutorials

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 Map Network Drives in Windows 11
Windows How to Map Network Drives in Windows 11
How to Enable or Disable Network Discovery in Windows 11
Windows How to Enable or Disable Network Discovery in Windows 11
How to Access Command Prompt in Windows 11
Windows How to Access Command Prompt in Windows 11

Leave a Reply

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