If you’ve ever tried to open a shared folder on your network and been greeted with the frustrating message “You Can’t Access this Shared Folder,” you’re definitely not alone. This issue pops up quite often in Windows 11, especially in home networks, office setups, or when connecting different devices.
The error usually appears when Windows blocks access due to security restrictions, incorrect permissions, or network misconfigurations. Windows 11 introduced stricter sharing rules compared to older versions, which is why something that worked before might suddenly stop working.
Common causes include disabled network discovery, incorrect sharing permissions, missing SMB protocol support, firewall restrictions, or mismatched login credentials. Sometimes, even a simple setting like “Password Protected Sharing” can prevent access if not configured properly.
Let’s fix it!

To fix “You Can’t Access this Shared Folder” in Windows 11, ensure both devices are on the same network, enable network discovery, check folder sharing permissions, turn on SMB protocol support, and adjust security settings such as password-protected sharing and firewall rules.
Now let’s break it down in detail.
Step 1: Make Sure Both Devices Are on the Same Network
Before diving into advanced fixes, start with the basics. It might sound obvious, but a surprising number of issues come from devices not being on the same network.
Check that both systems are connected to the same WiFi or LAN. If one device is on a guest network and the other is on a private network, they may not be able to communicate. Also, confirm both devices are using the same IP range.
You can quickly verify this by opening Command Prompt and typing “ipconfig” on both machines. Look at the IPv4 address. If they start similarly, such as 192.168.1.x, you’re good. If not, that’s your problem right there.
Fixing this alone often resolves the issue instantly.
Step 2: Turn On Network Discovery and File Sharing
Windows blocks shared folder access if network discovery is turned off. This feature allows your computer to find and be found by other devices.
Open Control Panel, go to Network and Sharing Center, then click on “Change advanced sharing settings.” Under your current network profile, make sure “Turn on network discovery” is selected. Also, enable “Turn on file and printer sharing.”
Scroll down and ensure “Allow Windows to manage homegroup connections” is selected if visible. Save the changes and restart your system.
Without this setting enabled, your system essentially becomes invisible on the network, which leads directly to the “You Can’t Access this Shared Folder” error.
Step 3: Check and Fix Folder Sharing Permissions
Even if the network is working fine, incorrect permissions can block access.
Right-click the folder you want to share and go to Properties. Click on the “Sharing” tab, then select “Advanced Sharing.” Make sure “Share this folder” is checked.
Now click on “Permissions.” Here’s the important part. Ensure that the user or group trying to access the folder has the correct permissions. You can add “Everyone” and grant “Read” or “Full Control” depending on your needs.
Then switch to the “Security” tab and confirm the same permissions exist there as well. Windows requires both sharing permissions and security permissions to match.
This is one of the most common reasons behind access denial.
Step 4: Disable Password-Protected Sharing if Needed
Windows 11 uses password protection by default, which means you must log in with a valid username and password to access shared folders.
If you prefer easier access within a trusted network, you can disable this.
Go to Control Panel, then Network and Sharing Center. Click on “Change advanced sharing settings.” Scroll down to “All Networks” and select “Turn off password-protected sharing.”
Save the changes and try accessing the folder again.
If you are in an office or security-sensitive environment, you may want to keep this enabled and instead ensure correct credentials are being used.
Step 5: Enable SMB 1.0 or SMB Direct Support
The “Server Message Block” protocol is what Windows uses for file sharing. Newer systems use SMB 2 or SMB 3, but older devices may still rely on SMB 1.0.
If you’re connecting to an older system or NAS device, a lack of SMB support can trigger this error.
Go to Control Panel, then Programs, then “Turn Windows features on or off.” Look for “SMB 1.0/CIFS File Sharing Support” and enable it if required.
Restart your computer after making changes.
Be aware that SMB 1.0 is considered less secure, so only enable it if necessary.
Step 6: Adjust Windows Defender Firewall Settings
Sometimes the firewall blocks file-sharing connections entirely.
Open Windows Security and go to “Firewall and network protection.” Click “Allow an app through firewall.”
Look for “File and Printer Sharing” and ensure it is allowed for both private and public networks.
If you’re using a third-party antivirus, check its firewall settings as well.
Temporarily disabling the firewall can help you confirm whether it is causing the issue. If access works after disabling, you know exactly where to fix things.
Step 7: Use Correct Network Credentials
If password-protected sharing is enabled, Windows requires proper login credentials.
When prompted, enter the username and password of the computer hosting the shared folder. Make sure you are using the correct format, such as “PCNAME\username.”
If credentials were previously saved incorrectly, they may keep causing issues.
Open Credential Manager from Control Panel and remove any stored credentials related to the shared device. Then reconnect and enter the correct details.
This step is especially important when connecting different versions of Windows.
Step 8: Check Local Security Policies
Windows 11 has strict security policies that may block access if not configured properly.
Press the Windows key and type “Local Security Policy.” Navigate to Local Policies, then Security Options.
Find “Network access: Let Everyone permissions apply to anonymous users” and enable it if needed.
Also, check “Network access: Sharing and security model for local accounts” and set it to “Classic.”
These settings control how Windows handles shared folder authentication and can directly impact access.
Step 9: Ensure Network Profile is Set to Private
If your network is set to Public, Windows will restrict sharing features.
Go to Settings, then Network and Internet. Click on your connection and set the network profile to “Private.”
Private networks allow device discovery and sharing, while public networks are designed to block such interactions for security reasons.
Switching this setting often resolves the issue instantly.
Step 10: Restart Services Related to File Sharing
Certain Windows services must be running for file sharing to work.
Press the Windows key and type “Services.” Look for services like “Server,” “Workstation,” “Function Discovery Provider Host,” and “Function Discovery Resource Publication.”
Ensure all of them are running and set to automatic startup.
If any are stopped, start them manually and restart your system.
These services act as the backbone of Windows network sharing.
Faqs
Windows 11 prioritizes security, so it blocks access if permissions, network settings, or authentication do not meet its requirements.
Is it safe to disable password-protected sharing?
It is safe within a trusted home network, but not recommended in public or office environments where security is critical.
Do I need SMB 1.0 enabled?
Only if you’re connecting to older systems or devices. Modern setups usually work with newer SMB versions.
Why can I see the folder but not open it?
This usually means network discovery is working, but permissions or credentials are incorrect.
Can antivirus software cause this issue?
Yes, some antivirus programs block network sharing. Temporarily disabling them can help identify the problem.