Home Knowledgebase KB-029

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

Solutions

Step 1 – Verify you’re connected to the company VPN

  1. If you are working remotely, ensure the VPN client shows a connected status.
  2. The VPN must be active to reach internal network resources.

Step 2 – Check the mapped‑drive status

  1. Open File Explorer (Windows + E).
  2. In the navigation pane, confirm that your mapped drives are listed.
  3. If a drive shows a red X, it is disconnected.
  4. Right‑click the drive and choose Disconnect, then attempt to reconnect.

Step 3 – Clear stale mappings

  1. Open a Command Prompt (Windows + R, type cmd, press Enter).
  2. Run net use * /delete to remove any lingering connections.
  3. Re‑map the drive using the steps in Step 4.

Step 4 – Re‑connect the mapped drive

  1. Press Windows + R, type explorer, and press Enter.
  2. In the address bar, enter the full UNC path (e.g., \\servername\sharename).
  3. If prompted, provide your domain credentials. Ensure you are logged onto the correct domain.
  4. To map permanently: right‑click This PCMap network drive → select a drive letter → enter the path → check “Reconnect at sign‑in”.

Step 5 – Verify name resolution and firewall settings

  1. Open Command Prompt and run nslookup servername or ping the server’s IP address to confirm DNS resolution.
  2. If the name does not resolve, try using the IP address directly (e.g., \\192.168.1.10\sharename).
  3. Ensure that SMB traffic is allowed: TCP ports 445 and 139 must be open on any intervening firewalls.
  4. 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

  1. Clear the NetBIOS cache: run nbtstat -R in an elevated Command Prompt.
  2. Optionally, flush the DNS cache with ipconfig /flushdns.
  3. Restart the network adapter or run ipconfig /release & ipconfig /renew.

Step 7 – Run the Windows network troubleshooter

  1. Open Settings (Windows + I).
  2. Navigate to Network & InternetStatus.
  3. Click Network troubleshooter and follow the prompts.

Step 8 – Check permissions and Credential Manager

  1. Confirm you have the required share permissions. See File sharing permission issues for guidance.
  2. 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

  1. Open Command Prompt and run ping servername (replace with the actual server name).
  2. 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

  1. Open the Sync Centre (Control Panel → Sync Centre) and ensure Offline Files are not causing a “disconnected” state.
  2. 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:

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