Setting up a network drive on Windows 10 via Wi-Fi

Organizing file sharing on a home or office local area network is one of the basic tasks faced by almost every PC user. Instead of constantly transferring data via flash drives or cloud services with limited speed, it's much more efficient to set up network driveThis allows you to work with documents, photos, and videos on all your devices as if they were on your hard drive, all while using a wireless connection.

In the operating system Windows 10 the process of connecting a drive shared via Wi-Fi router or another computer, has become simpler, but still contains nuances that can confuse an inexperienced user. The main difficulty often lies not in the connection itself, but in security settings and entering credentials correctly. If you ignore the protocol requirements SMB, the system may simply not see the resource, even if all devices are physically located on the same network.

In this article, we'll walk you through the steps to connect an external hard drive inserted into your router's USB port to your Windows 10 computer. We'll walk you through every step, from checking your router settings to mapping a network drive letter in My Computer. You'll learn how to avoid common errors and ensure stable access to your data over the air.

Preparing equipment and checking router settings

Before attempting to connect a drive from your computer, ensure that the router itself is properly configured to work with USB drives. Not all routers can share files over the network out of the box, and this feature often needs to be activated manually through the device's web interface. Connect your external hard drive or flash drive to the router's USB port and wait for the indicators to indicate that access is being made.

Next, you'll need to log into your router's control panel. To do this, open any browser and enter the gateway's IP address (usually 192.168.0.1 or 192.168.1.1) in the address bar. After authorization, find the section responsible for USB applications, file sharing, or FTP server. Depending on the model (Asus, Keenetic, TP-Link), the names may differ, but the essence is the same: you need to enable the sharing mode (Samba/SMB) and make sure that the disk is visible to the router system.

⚠️ Note: Some older router models only support the file system FAT32, which does not allow storing files larger than 4 GB. If your drive is formatted in NTFS, make sure that your router firmware supports this file system, otherwise the data may be inaccessible or corrupted.

It is also important to check if protocol support is enabled. SMB v1 or newer versions (SMB v2/v3) in the router settings. Windows 10 disables the outdated and insecure SMB v1 protocol by default, so for maximum compatibility and security, it's best to configure your router to work with newer standards, if the manufacturer offers this option.

📊 What kind of router do you have with a USB port?
Asus
Keenetic
TP-Link
MikroTik
Another

Enabling SMB 1.0 support in Windows 10

One of the most common reasons Windows 10 refuses to see network drives on older routers or NAS systems is that the SMB 1.0 client is disabled by default. Microsoft did this for security reasons, as this protocol has vulnerabilities, but enabling it is still required for compatibility with some network equipment. If your router doesn't support modern protocol versions, connecting without this step will fail.

To enable the feature, open the Start menu and start typing "Turn Windows features on or off." Launch the app that appears. In the window that opens, find the item in the list. Support for SMB 1.0/CIFS file sharingExpand this section and ensure the box next to "SMB 1.0/CIFS Client" is checked. Once checked, click "OK" and agree to restart your computer.

If you don't want to use the outdated protocol, try to find the forced use option in your router settings. SMB v2/v3However, if the router is budget or was released several years ago, it most likely only supports SMB v1. In this case, activating the feature in Windows is the only solution to the network resource visibility issue.

Why is Windows blocking SMB 1.0?

The SMB version 1.0 protocol contains critical vulnerabilities that have been actively exploited by ransomware (such as WannaCry). Microsoft strongly recommends disabling it on all devices that don't require it for legacy hardware. If your router only supports SMB 1.0, consider upgrading to a more modern model to secure your network.

Finding a network resource and getting the path

Once the router is configured and Windows components are enabled, you need to find the exact network address of your drive. Windows uses UNC (Universal Naming Convention) paths to identify resources on the network. The easiest way to find the address is to use Windows Explorer or the command prompt.

Open File Explorer (Win + E) and go to the "Network" section. If network discovery is enabled correctly, you should see your router's name there. Right-clicking on it and selecting "Properties" will reveal its network path. It often looks like this: \\router_name or \\192.168.1.1To connect a specific drive to this path, you need to add the folder name or drive letter separated by a slash, for example: \\192.168.1.1\usb1-1.

You can also use the command ping to check the connection. Open a command prompt (cmd) and enter the router's IP address. If the packets pass through, there's a physical connection, and the issue may just be with access rights or the folder name.

Parameter Description Example of meaning
Gateway IP address Router address in the local network 192.168.0.1
Host name Network name of the device (router) Keenetic-1234
Protocol Language of online communication SMB / CIFS
Port Port for file sharing 445 (SMB), 21 (FTP)

Connecting a network drive via Explorer

Once the path to the resource is known, you can proceed with the actual connection. This action will "port" the network folder to the system as a separate logical drive (for example, drive Z:), making it extremely convenient to work with. You won't have to search for it in your network environment every time.

Open "This PC" in File Explorer. In the top menu bar, click the "Computer" tab and select "Map Network Drive." A dialog box will open, asking you to select an available drive letter from the drop-down list. In the "Folder" field, enter the previously obtained UNC path, for example: \\192.168.1.1\usb1-1.

Important: If you use different accounts on your computer and router (or if the router requires authentication), be sure to check the "Use different credentials" box. This will allow you to enter the login and password specified in your router settings to access files, rather than the ones you use to log in to Windows.

☑️ Checklist before connecting

Completed: 0 / 4

After clicking "Finish," the system will attempt to establish a connection. If all the information is correct, a new icon with the selected drive letter will appear in the drive list. You can now copy, delete, and open files on this drive just as you would on a local drive.

Alternative method: connecting via command line

For console users or in cases where the Explorer GUI fails, the command line connection method is a great option. net use is a powerful tool for managing network resources in Windows and allows you to flexibly configure connection parameters.

Run the command prompt as administrator. The command syntax is as follows: net use Z: \\IP address\Folder /user:Login Password. For example:

net use Z: \\192.168.1.1\usb1-1 /user:admin mypassword
This command will force the letter assignment Z: network resource using the specified credentials.

If you need to unmount the disk, use the command net use Z: /deleteThis method is especially useful for creating scripts to automatically mount a drive at system startup, eliminating the need to manually enter data each time.

⚠️ Warning: When using the command line, passwords may appear in the command history or be visible in the list of running processes. Ensure that no one else has access to your screen when entering the command, or use secure scripts with encrypted credentials.

Solving common access problems and errors

Even when following all the steps correctly, users often encounter errors such as "Windows cannot access..." or "Incorrect username or password." Most often, the problem lies with the network profile. When connecting to Wi-Fi for the first time, Windows 10 often assigns the "Public Network" profile, which prevents other devices from being discovered.

To fix this, go to Settings → Network and Internet → Wi-FiClick on your network name and change the profile from "Public" to "Private." This will allow your computer to see and be visible to other devices. It's also worth checking the Credential Manager service in Windows, as it may be storing old, incorrect passwords for this network address.

Another common issue is drive letter conflicts. If you try to map a network drive using a letter that's already occupied by a local partition or DVD drive, the connection will fail. Always choose letters from the end of the alphabet (X, Y, Z) to avoid conflicts.

FAQ: Frequently Asked Questions

Why is the speed of copying files to a network drive so slow?

Speed ​​depends on several factors: the Wi-Fi standard (2.4 GHz is usually slower than 5 GHz), the router's processor power (it encrypts and transmits data), and channel congestion. For large files, it's best to use a cable connection or routers with USB 3.0 support and dual-band Wi-Fi.

Can I map a network drive if I'm away from home?

Directly via the local IP address (192.168.xx) – no, as this address is only valid within your network. External access will require setting up an FTP server with port forwarding on the router or using cloud services integrated into the router (such as KeenDNS or Asus DDNS).

Is it safe to store important data on a router's network drive?

This is less secure than a local PC with antivirus software, but more reliable than a flash drive. Be sure to set a strong password for SMB/FTP access, disable guest access, and regularly update your router firmware to patch security vulnerabilities.

What to do if Windows says "Error 0x80070035"?

This error means the network path was not found. Check that SMB 1.0 is enabled, that the IP address is entered correctly, and try mapping the drive using the IP instead of the computer name. Also, temporarily disable your antivirus or firewall to test.