Cannot access a network shared folder in Windows
Separate a missing share, name-resolution failure, blocked SMB connection, and account-permission problem without weakening network security.
- Updated
- September 17, 2026
- Reading time
- 5 min read
- Windows support
- Windows 11 · Windows 10
Quick diagnosis
An empty Network view and an access-denied message are not the same failure. Start with the exact shared-folder path supplied by its owner. Then identify whether Windows can locate the host, reach its file-sharing service, and authenticate an account allowed to use that folder.
Symptoms
- A known shared-folder path cannot be opened
- Windows repeatedly requests credentials for a share
- The server is absent from Network or the folder reports access denied
Likely causes
- Incorrect host or share name, or a required VPN is disconnected
- The host is asleep, unreachable, or not accepting SMB connections
- Credentials, permissions, or server security compatibility prevent access
Quick reversible checks
- Ask the owner to confirm the exact path and that the share still exists.
- Verify the host is awake and compare another authorized user or PC.
- Record the full error and whether the failure is browsing, opening, reading, or writing.
Test the known path rather than discovery alone
Enter the supplied path in the File Explorer address bar, for example \\server\share with two leading backslashes. Replace both names with the actual host and share. Do not type a web address or guess a disk letter.
If the direct path works but Network does not list the host, investigate discovery separately. Enable discovery only on a trusted private network when appropriate; making a public network private solely to expose sharing is not a safe troubleshooting shortcut.
Check addressing and service reachability
If the host cannot be located, review the active adapter with the linked ipconfig reference and confirm any required work VPN is connected. An internet connection alone does not establish access to an internal file server.
In Windows PowerShell, replace FILESERVER with the actual approved hostname in this read-only test. Administrator elevation is not normally needed. Inspect RemoteAddress and TcpTestSucceeded: a successful TCP connection does not prove that the share exists or your account has permission. A failure may involve name resolution, routing, filtering, or the server.
Test-NetConnection -ComputerName FILESERVER -Port 445Treat credentials as a separate branch
A credential prompt or access-denied response shifts attention toward identity and permissions. Use the account recognized by the host, following the owner’s instructions. A Windows Hello PIN used to unlock this PC is not a substitute for a remote account password.
If a saved password is known to be stale, close files on that share and review only the matching Windows Credential Manager entry. Remove or update it only when you know the replacement credentials and can reconnect. Do not clear every stored credential or disconnect unrelated shares.
Have the owner verify folder permissions
For a Windows-hosted share, the owner needs to inspect both share access and the folder’s file-system permissions. Permission to view a folder does not automatically grant permission to create or modify files.
Compare the same permitted action with the same account on another authorized PC. If everyone fails, investigate the host or share; if one account fails across PCs, investigate that account’s access. Do not borrow another person’s credentials to bypass the result.
Keep incompatible devices a security decision
A legacy NAS or older file server may not support the authentication or signing settings required by the client. Ask the server owner about supported firmware, authenticated accounts, and current SMB support before changing Windows policies.
Do not enable SMB1, insecure guest access, or disable signing and firewalls as routine fixes. A connection made possible by weakening protection is not evidence that the original configuration was wrong.
Verification
- Open the exact share path with the intended account.
- Read an existing permitted file; test a harmless new file only if write access is expected and the owner permits it.
- Reconnect using the normal network or VPN path and confirm the result without weakened security settings.
When to stop
Escalate managed VPN, share permissions, conflicting credentials, or legacy SMB requirements to the owner. Provide the path, error, account scope, and connectivity-test result without passwords. A successful port test with denied access needs permission diagnosis, not repeated network resets.
Review the safe troubleshooting workflow before any broader recovery step.