Cannot access shared network drives
Summary
This guide helps you troubleshoot and resolve: Cannot access shared network drives. Follow the steps below to fix the issue.
Quick Tip: Need immediate assistance? 💻 Open a Ticket
Common Causes
Problem
You cannot access shared drives or folders on the company network (e.g., \\server\shared or mapped drives such as S:).
Symptoms
- “Network path not found” error
- “Access denied” message
- Drive letter appears but shows “Disconnected”
- Files take a long time to load
Solutions
Step 1 – Verify you’re connected to the company VPN
- If you are working remotely, ensure the VPN client shows a connected status.
- The VPN must be active to reach internal network resources.
Step 2 – Check the mapped‑drive status
- Open File Explorer (Windows + E).
- In the navigation pane, confirm that your mapped drives are listed.
- If a drive shows a red X, it is disconnected.
- Right‑click the drive and choose Disconnect, then attempt to reconnect.
Step 3 – Clear stale mappings
- Open a Command Prompt (Windows + R, type
cmd, press Enter). - Run
net use * /deleteto remove any lingering connections. - Re‑map the drive using the steps in Step 4.
Step 4 – Re‑connect the mapped drive
- Press Windows + R, type
explorer, and press Enter. - In the address bar, enter the full UNC path (e.g.,
\\servername\sharename). - If prompted, provide your domain credentials. Ensure you are logged onto the correct domain.
- To map permanently: right‑click This PC → Map network drive → select a drive letter → enter the path → check “Reconnect at sign‑in”.
Step 5 – Verify name resolution and firewall settings
- Open Command Prompt and run
nslookup servernameor ping the server’s IP address to confirm DNS resolution. - If the name does not resolve, try using the IP address directly (e.g.,
\\192.168.1.10\sharename). - Ensure that SMB traffic is allowed: TCP ports 445 and 139 must be open on any intervening firewalls.
- Legacy servers may require SMBv1; enable it only temporarily via “Turn Windows features on or off”, then disable it again after testing.
Step 6 – Reset network caches
- Clear the NetBIOS cache: run
nbtstat -Rin an elevated Command Prompt. - Optionally, flush the DNS cache with
ipconfig /flushdns. - Restart the network adapter or run
ipconfig /release & ipconfig /renew.
Step 7 – Run the Windows network troubleshooter
- Open Settings (Windows + I).
- Navigate to Network & Internet → Status.
- Click Network troubleshooter and follow the prompts.
Step 8 – Check permissions and Credential Manager
- Confirm you have the required share permissions. See File sharing permission issues for guidance.
- If you have previously saved credentials, open Credential Manager and update or remove any outdated entries for the server.
Step 9 – Verify the server is online
- Open Command Prompt and run
ping servername(replace with the actual server name). - If you receive “Request timed out” or “Destination host unreachable”, the server may be offline; contact IT via Open a Ticket.
Step 10 – Check Offline Files and sync status
- Open the Sync Centre (Control Panel → Sync Centre) and ensure Offline Files are not causing a “disconnected” state.
- Disable Offline Files temporarily to see if the drive reconnects.
Tip: If you are accessing resources while connected to the corporate network remotely (e.g., via DirectAccess), refer to Connecting to company network remotely for additional configuration steps.
Need more help?
If you still cannot access shared drives, Open a Ticket and provide:
- The specific drive or folder you are trying to reach.
- The exact error message displayed.
- Whether other network resources (e.g., SharePoint sites) are accessible – see Cannot access SharePoint site for related troubleshooting.
Still Having Issues?
Need more help? If the issue persists after trying these steps, please open a support ticket and our team will assist you.
💻 Open a Ticket
💻 Open a Ticket