Fix Shared Folder Error in Windows 11

How To Fix Cannot Access Shared Folder Error in Windows 11 | Network Sharing

“Are you trying to access a shared folder on your Windows 11 PC but keep running into errors like ‘You don’t have permission’ or ‘Network path not found’? In this video, I’ll walk you through the 10 real fixes that work — fast and easy.”

Can't Access

[Step 1: Set Both PCs to Same Network]

  • Open Command Prompt and run: ipconfig
  • Make sure IP range matches on both devices.
  • 🎙️ “First, ensure both PCs are on the same Wi-Fi or LAN.”

[Step 2: Enable Network Discovery & Sharing]

On both the host (shared folder) and client (accessing) PC:

  • Go to Control Panel > Network and Sharing Center
  • Click Change advanced sharing settings
  • Under Private, turn on:
  •         ✅ Network Discovery
            ✅ File and Printer Sharing

    Network Discovery

    [Step 3: Set Network to Private]

    • Make sure the network is set to Private, not Public:
    • Settings > Network & Internet > Ethernet/Wi-Fi > Network name
    •     🎙️ “Set your network to private to allow sharing.”

      Network to private

      [Step 4: Share the Folder Correctly]

      On the shared folder PC:

      • Right-click the folder → Properties > Sharing > Advanced Sharing
      • Check: ✅ Share this folder
      • Click Permissions, and give Read/Write access to Everyone or specific users.
      • NTFS Security Permissions: In the same Properties window, go to the Security tab. Ensure the “Everyone” group is listed with at least Read permissions. If not, click Edit, then Add, type “Everyone,” and click OK.
      Share Setting

      [Step 5: Access Folder via IP Address]

      🎙️ “Instead of \\ComputerName, try using the IP like \\192.168.1.21\test.”

      [Step 6: Enable SMB Protocol (Optional)]

      ⚠️ Only use this if connecting to older devices, which is often disabled for security.

      • Control Panel > Programs and Features > Turn Windows features on or off
      • Enable: SMB 1.0/CIFS File Sharing Support
      SMB Protocol

      [Step 7: Allow Through Windows Firewall]

      Make sure file sharing isn’t blocked:

      • Open Windows Security > Firewall & network protection
      • Click Allow an app through firewall Enable
      • File and Printer Sharing
      •   Network Discovery
      Firewall Setting

      [Step 8: Turn Off Password Protected Sharing (Optional]

      If you don’t want a password when accessing:

      • Go to Settings > Network and internet > Advanced network settings > Advanced sharing settings > All Networks
      • Scroll down and Turn off password-protected sharing
      Password Protected

      [Step 9: Restart Services – 3:10]

      Open Services (Press Windows Key + R, type: services.msc). Find the following services and make sure their Startup type is Automatic and their Status is Running:

      • Function Discovery Provider Host
      • Function Discovery Resource Publication
      • SSDP Discovery
      • UPnP Device Host
      • Server
      • Workstation

          🎙️ “These background services help devices discover shared folders.”

      Network Services

      [Step 10: Reset Network Stack]

      Run in Command Prompt (Admin). DHCP to automatically obtain network configuration parameters, most notably an IP address, from a DHCP server :

      • ipconfig /flushdns
      • netsh int ip reset
      • netsh winsock reset

      🎙️ “Finally, reset your network settings and restart your PC.”

      DHCP Setting

      🎙️ “Now your shared folder should be accessible from any device in your network.