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.
- Open your computer Settings by pressing the Windows key + I on your keyboard, or by clicking Start then Settings.

- Click on Network & internet.

- Click on Advanced network settings near the bottom of the list.

- Select Advanced sharing settings.

- Click on Private or Public networks to see more options.
- Use the toggle switch to turn File and printer sharing to On or Off.

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:
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:
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?
Leave a Reply