File sharing via network folder via Wi-Fi — is a convenient way to organize access to documents, photos, and videos without using flash drives or cloud services. This method is especially useful in offices where several employees work with the same data, or at home if you need to quickly transfer a large file between devices. However, many users encounter difficulties setting it up: sometimes a folder won't open, sometimes access is restricted, or the router blocks the connection.
In this article we will look at all stages of creating a network folder — from setting up a local network to opening access on different operating systems. You'll learn how to set it up correctly. Windows 10/11, macOS and even Android, and what are the router parameters (TP-Link, ASUS, Keenetic) We need to check to make sure everything works. We'll pay special attention to security — how to restrict access to outsiders and protect data from leaks.
If you're new to setting up local networks, don't worry: the instructions are tailored for beginners. For experienced users, we'll cover advanced settings, including working with SMB protocol and setting up static IP.
1. Network preparation: checking the router and connection
Before setting up a network folder, make sure all devices are connected to the one Wi-Fi networkThis is a key requirement: if the computers are on different subnets (for example, one via cable, the other via guest Wi-Fi), access will not work.
Check the following settings on your router:
- 🔄 DHCP server must be enabled (usually enabled by default). It automatically assigns IP addresses to devices.
- 🔒 Client Isolation (AP Isolation) should be disabled — otherwise the devices will not see each other.
- 📡 Network operating mode: select
11n/ac/ax (mixed)for maximum compatibility.
How to check settings on popular routers:
| Router brand | Path to DHCP settings | The Path to AP Isolation |
|---|---|---|
| TP-Link | Advanced Settings → Network → DHCP Server | Wireless Mode → Advanced Settings |
| ASUS | Local Network → DHCP Server | Wireless Network → Professional |
| Keenetic | Home Network → Segment → IP Settings | Wi-Fi → Access Point → Client Isolation |
⚠️ Warning: If you use guest network On the router, devices in it are isolated from the main network by default. Connect all gadgets to basic Wi-Fi networks.
After changes on the router reboot it (button Reboot (In the web interface or a physical button on the device). This will help avoid IP address conflicts.
2. Setting up a network folder in Windows 10 and 11
In modern versions of Windows, the process of opening access to a folder is simplified, but there are nuances with the protocol SMBLet's look at the step-by-step instructions for Windows 10/11:
Step 1: Turn on network discovery
- 🖥️ Open
Control Panel → Network and Internet → Network and Sharing Center. - 🔍 Choose
Change advanced sharing options. - 🔄 Enable options:
- Network discovery
- File and Printer Sharing
- 40- or 56-bit encryption (for older devices)
Step 2: Share the folder
- Right-click on the folder →
Properties → Access. - Click
Shareand select a userEveryone. - Set permissions: For read/write select
Reading and writing. - Click
General access, thenReady.
Step 3: Check security permissions
Go to the tab Security in the folder properties and add the user Everyone with rights Full accessThis is necessary to avoid the "Access Denied" error.
Is network discovery enabled?|Is the folder shared with "Everyone"?|Are security permissions configured?|Are the devices on the same Wi-Fi network?-->
⚠️ Note: If the folder is not visible after setup, check if the protocol is enabledSMB 1.0(for older devices). In Windows 11 It is disabled by default for security reasons. Enable it inControl Panel → Programs → Turn Windows features on or off.
Critical detail: If you are using an antivirus (eg. Kaspersky or ESET), temporarily disable the firewall - it may block access to shared folders.
3. Accessing a network folder from other devices
Once the folder is set up on your primary PC, you can access it from other devices. Let's look at options for different operating systems.
From Windows or macOS:
- 🖥️ Click
Win + R, enter\\Computer IP address(For example,\\192.168.1.100) and pressEnter. - 🍎 On macOS open
Finder → Go → Connect to Serverand entersmb://IP_address.
From Android:
To access from your phone you will need a file manager with support SMB, For example FX File Explorer or Solid Explorer:
- Open the app and select
Network → LAN/SMB. - Add a new connection with the PC IP address, username and password (if set).
- Connect to the shared folder.
From iPhone/iPad:
Use the app FileExplorer or Documents by Readdle:
- 📱 Go to the section
Network → SMB. - 🔍 Enter your computer's IP address and login information.
4. Setting up a static IP (recommended)
By default, the router assigns dynamic IP addresses to devices, which can change. This means that the path to the network folder (\\192.168.1.100) stops working. To avoid the problem, configure static IP for the computer on which the folder is located.
Method 1. Via router settings (DHCP reservation):
- Go to the router's web interface (usually
192.168.1.1or192.168.0.1). - Find the section
DHCP → Address Reservation(on TP-Link) orLocal Network → DHCP Server(on ASUS). - Add a rule for your PC's MAC address by specifying the desired IP (e.g.
192.168.1.100).
Method 2. Manually on Windows:
- 🖥️ Open
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - 🔧 Right-click on your Wi-Fi adapter →
Properties → Internet Protocol Version 4 (TCP/IPv4). - 📝 Specify:
- IP address:
192.168.1.X(where X is a number from 10 to 254, not occupied by other devices). - Subnet mask:
255.255.255.0. - Default gateway: IP of your router (eg.
192.168.1.1). - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare).
- IP address:
⚠️ Caution: If you assign an IP address that is already in use by another device, a conflict will occur and both devices will lose network access. Before setting up, check for occupied addresses in the router's web interface (sectionDHCP clientsorConnected devices).
5. Solving common problems
Even after proper configuration, a network share may not work. Let's look at common errors and how to fix them.
Problem 1: The folder is not visible on the network
- 🔍 Check if it's enabled SMB protocol on both devices. Windows 11 it can be turned off.
- 🔄 Reboot the router and both devices.
- 📡 Make sure the function is disabled on your router
AP Isolation.
Problem 2: "Access Denied"
- 🔐 Check the access rights in the folder properties (tab
Security). - 👤 Make sure you are using the correct username and password (if requested).
- 🛡️ Temporarily disable your antivirus or firewall.
Problem 3: Slow transfer speed
If files take too long to copy:
- 📶 Check your Wi-Fi signal strength. If it's below 70%, move your router or use a different one. repeater.
- 🔄 Switch the router to a channel
5 GHz(less busy than2.4 GHz). - 💾 If you are transferring large files, connect one of the devices via cable (
LAN).
How to check local network speed?
To test the speed between devices on the same network, use the utility iPerf3:
- Install it on both computers (official website).
- On the first PC, run the command
iperf3 -s(server). - On the second PC, run
iperf3 -c IP_of_the_first_PC(client).
Normal Wi-Fi speed: 30–100 Mbps (depending on the 802.11ac/ax standard).
6. Network Folder Security: How to Protect Data
By sharing a folder over Wi-Fi, you risk allowing others to connect to it (for example, your neighbors if you have a weak Wi-Fi password). The following measures will help protect your data:
Method 1: Use accounts
- 👤 Do not open access for
EveryoneInstead, create a separate user in Windows:- Open
Control Panel → User Accounts → Manage another account. - Create a new user (eg.
NetUser) and assign it a password. - In the folder access settings, specify this user instead
All.
- Open
Method 2: Set up a guest network with restrictions
If you want to grant access only to certain devices:
- 🔒 Create a router guest network with a separate password.
- 📡 Connect only those devices that need access to the folder.
- 🚫 In the guest network settings, disable access to the local network (option
Access IntranetorAllow guests to see each othershould be turned off).
Method 3. Encrypt traffic
For maximum safety, use VPN within the local network:
- 🔐 Set up a VPN server on your router (for example,
OpenVPNon ASUS or Keenetic). - 📱 Connect all devices to VPN before accessing the folder.
7. Alternative ways to share files over Wi-Fi
If setting up a network share seems complicated, consider these alternatives:
1. FTP server
Suitable for experienced users. Setup:
- 🖥️ Install the program FileZilla Server or Xlight FTP.
- 🔧 Create a user and specify the folder for access.
- 🌐 Connect from other devices via an FTP client (for example, Total Commander or ES File Explorer).
2. Cloud on your home PC
Programs like Nextcloud or Resilio Sync create a personal cloud with no volume limits:
- ☁️ Install the server part on your PC.
- 📱 Install the client on your phone or another computer and sync your folders.
3. Wi-Fi Direct
For one-time transfers between two devices:
- 📲 On Android use the function
Wi-Fi Direct(in Wi-Fi settings). - 🖥️ On Windows, enable
Mobile hotspotand connect the second device. - 🍎 On macOS enable support
SMBVSystem Preferences → Sharing → Options. - 🖥️ On Windows, grant access to a user with a password (macOS does not support guest access to SMB).
- 🔍 When connecting from macOS, use the prefix
smb://(For example,smb://192.168.1.100). - Click
Win + R, entercmd. - Run the command
ipconfig. - Find the line
IPv4 addressin the sectionWireless network adapter.
| Method | Speed | Difficulty of setup | Security |
|---|---|---|---|
| Network folder (SMB) | High | Average | Medium (needs adjustments) |
| FTP server | High | High | Low (no encryption) |
| Personal Cloud (Nextcloud) | Average | High | High (encryption) |
| Wi-Fi Direct | Low | Low | High (2 devices only) |
FAQ: Frequently asked questions about Wi-Fi network folders
Is it possible to create a network folder between Windows and macOS?
Yes, but there are a few nuances to consider:
How do I find out the IP address of a computer to connect to?
In Windows:
On macOS or Linux use the command ifconfig (or ip a for Linux).
Why does the network folder appear and then disappear?
Reasons for instability:
- 🔄 Sleep mode on PC: disable it in
Control Panel → Power Options. - 📡 Wi-Fi problems: check the signal stability or go to
5 GHz. - 🔄 IP conflict: Assign a static IP (see section 4).
- 🛡️ Antivirus: Add the folder to the firewall exceptions.
Is it possible to make a folder accessible over the Internet?
Technically yes, but it is extremely unsafe! To do this you need:
- Set up port forwarding (
445 TCP) on the router. - Use
DDNSfor dynamic IP. - Be sure to password protect the folder and enable encryption.
🔴 Recommendation: use instead VPN or cloud services (Google Drive, Yandex Disk).
How to limit access speed to a network folder?
Windows doesn't have any built-in tools to limit SMB speed, but you can:
- 📶 Use QoS on a router (traffic prioritization).
- 🖥️ Install third-party software, for example NetLimiter.
- 🔄 Switch to
FTP serverwith setting limits.