Windows 11: Shared Folder Not Appearing on Local Network - Public Folder Sharing
You have enabled Public Folder sharing in Advanced Sharing Settings under Advanced Network Settings in Windows 11, but your shared folder is still not appearing on the local network. This article will dive deep into possible reasons and solutions for this issue, aiming to provide you context and coverage of key concepts related to folder sharing in Windows 11.
1. Public Folder Sharing Overview
In Windows 11, Public Folder sharing is a feature that allows you to share files and folders located in the Public folder with users on the same local network. The Public folder consist of: C:\Users\Public by default.
2. Network Discovery Settings
First, it's crucial to ensure that the Network Discovery settings for the network you're currently connected to are enabled. If the Network Discovery is disabled, you might not be able to see shared folders even if they're properly configured.
- Press Windows key + I
- Go to Network & Internet > Wi-Fi or Ethernet, depending on your connection
- Click on the connected network, then Properties
- Under "Related settings" click on "More properties"
- In the new window, check if "Turn on network discovery" is enabled.
3. Check Firewall Settings
Firewalls play a significant role in controlling access to your system. Check if any firewall settings are blocking the shared folder visibility on the network.
- Go to Control Panel > System and Security > Windows Defender Firewall
- Click "Allow an app or feature through Windows Defender Firewall"
- Scroll down to find "File and printer sharing" and check if it is enabled for private and public networks.
4. Re-Sharing the Public Folder
As a troubleshooting step, try re-enabling and re-sharing the Public folder.
- Press Windows key + E
- In File Explorer's address bar, type
C:\Users\Publicand press Enter - Right-click the Public folder, click Properties, then the Sharing tab
- Click "Advanced Sharing," check "Share this folder" and click OK
- Click Close to exit the Properties window.
5. Verify Network Path Syntax
Make sure you're using the correct network path syntax when trying to access the shared folder. Use \\computer-name\shared-folder format.
6. Check User Permissions
Ensure that the user account attempting to access the shared folder has the appropriate permissions:
- Right-click the shared folder, select Properties, then the Security tab
- Click Edit, then Add
- Add the user account or group, set desired permissions (Read or Read/Write) and click OK.
7. Further Troubleshooting
If none of the above steps resolved the issue:
- Restart the "Computer Browser" service and ensure it is set to start automatically (Press Win + R, type
services.mscand Enter) - Perform a System File Check (SFC)
- Run a DISM (Deployment Image Servicing and Management) repair
- Consider resetting the network adapter settings or performing a clean boot
- Verify Network Discovery settings
- Check Firewall settings
- Re-share the Public folder
- Verify network path syntax and user permissions
- Perform further troubleshooting steps if necessary
References (Informational, Articles, Online Resources)
- Turn On Network Discovery in Windows
- How to Configure Public Folder Sharing in Windows 10
- How to Run a System File Check (SFC) Scan
- How to Repair Corrupted System Files with a System File Checker Scan
- How to Reset Network Adapter Settings in Windows 10
- Description of the Clean Boot Process in Windows