by Alice Davis
How to share files between two Windows computers on a network is genuinely straightforward — enable Network Discovery on both machines, share a folder through File Explorer's right-click menu, and the second machine can access it within minutes. Our team at PalmGear has configured this setup across dozens of home and small-office environments, and the process rarely requires anything beyond built-in Windows tools. For anyone building out a well-connected home workspace, our tech tips section covers a wide range of practical Windows guides worth exploring alongside this one.
Windows has included peer-to-peer file sharing through the Server Message Block (SMB) protocol since the early days of networked computing, and the implementation in Windows 10 and 11 is polished enough that most home users can complete a working setup in under fifteen minutes. The process touches three areas: network hardware configuration, Windows sharing settings, and folder-level permissions — each one straightforward when approached in order.
Understanding all the available methods before diving in prevents the most common configuration mistakes. Our team recommends reading through the full picture first, since choosing the right method from the start saves significant troubleshooting time later, particularly for setups where multiple people need different levels of access to the same shared folders.
Contents
The physical foundation of any file sharing setup between two Windows computers is a shared local network, and the quality of that connection directly determines transfer performance. Our team consistently recommends a wired Gigabit Ethernet connection for anyone transferring large files regularly — a Cat 5e or Cat 6 cable between each PC and the router delivers real-world speeds of 90–115 MB/s, which makes moving a 10 GB folder feel nearly instant compared to wireless alternatives. Both machines must connect to the same router or network switch, and the local IP addresses assigned by the router must fall within the same subnet range for Windows discovery to work correctly.
Knowing each machine's local IP address is essential during initial setup and troubleshooting — our guide on how to find an IP address on Windows covers every method available in modern Windows, including the Settings app, Command Prompt, and PowerShell approaches. Confirming that both machines sit on the same subnet (typically 192.168.1.x or 192.168.0.x) before touching any sharing settings eliminates the most frustrating early-stage configuration dead ends.
Before any files can move between machines, Windows requires three specific settings to be active on both computers simultaneously: Network Discovery must be enabled, File and Printer Sharing must be turned on, and the active network profile must be set to Private rather than Public. Our team frequently encounters setups where one machine is correctly configured but the other remains on a Public profile — a state that silently blocks all sharing without producing a meaningful error message.
Pro tip: Always verify that both PCs display the same network name in Settings → Network & Internet before adjusting any sharing settings — machines on different networks will never see each other regardless of any other configuration changes made.
The complete sequence for enabling sharing on each machine:
For environments where printer sharing accompanies file sharing as part of a broader home office setup, our detailed walkthrough on how to share a printer over WiFi on a home network covers the additional printer-specific configuration steps that run in parallel with standard file sharing.
The fastest method for most home users involves nothing more than right-clicking a folder in File Explorer and working through the Share wizard — no command-line knowledge required, and the entire process takes under five minutes once both machines have Network Discovery enabled. Our team considers this the correct starting point for any new setup because it produces a working result immediately and makes the underlying permission model visible through a clean graphical interface.
\\DESKTOP-ABC123\SharedDocuments)Mapping the shared folder as a persistent network drive makes it reappear automatically after every reboot, accessible from File Explorer exactly like a local drive. Right-clicking the shared folder in File Explorer on the second machine and selecting Map network drive assigns it a drive letter and handles the automatic reconnection. Our team recommends this step for any setup where file transfers happen more than occasionally, since it removes the friction of re-entering network paths each session.
The Advanced Sharing dialog — accessible through the Sharing tab's Advanced Sharing button — exposes granular permission controls that the standard Share wizard abstracts away, including the ability to set distinct SMB-level permissions that layer on top of the underlying NTFS filesystem permissions. Our experience with small business environments confirms that this dual-layer permission model provides significantly tighter access control when multiple users need different levels of access to the same shared directory structure.
For workflows that extend beyond two Windows machines to include Android devices on the same network, our guide on how to transfer files from PC to Android wirelessly covers the complementary methods that work alongside Windows SMB sharing. Securing sensitive shared folders against unauthorized local network access is a natural next step — our walkthrough on how to password protect a folder in Windows covers the most reliable methods for adding credential-based access gates to any shared directory.
Every license of Windows 10 and Windows 11 includes full SMB file sharing capability at no additional cost — there are no premium tiers, no subscription requirements, and no feature gates separating Home from Pro editions when it comes to basic two-machine sharing. Our team has never found a scenario where a home user or small office with two Windows machines needed to spend money to achieve reliable, fast file transfers between those machines. The built-in tooling handles the overwhelming majority of real-world use cases without any gaps.
| Method | Cost | Setup Difficulty | Best Use Case | Max Transfer Speed |
|---|---|---|---|---|
| Windows SMB Sharing (built-in) | Free | Easy | Home users, small offices | ~115 MB/s (Gigabit Ethernet) |
| OneDrive / Cloud Sync | Free–$9.99/mo | Very Easy | Remote access, off-site backup | Limited by internet connection |
| Windows FTP Server (IIS) | Free | Moderate | Large transfers, cross-platform | ~115 MB/s (Gigabit Ethernet) |
| SyncThing / Resilio Sync | Free–$60/yr | Moderate | Automatic two-way sync workflows | ~115 MB/s (Gigabit Ethernet) |
| Dedicated NAS Device | $150–$500+ | Moderate–Advanced | Multi-user, always-on shared storage | ~115 MB/s (Gigabit Ethernet) |
Third-party tools earn their place when the built-in Windows approach doesn't fit the workflow — specifically when automatic two-way synchronization between machines is the goal rather than simple on-demand folder access. SyncThing is the free open-source option our team recommends most often for this use case, since it handles continuous folder synchronization across two Windows machines with minimal configuration and no cloud routing of data. Resilio Sync is the paid alternative with a more polished interface and slightly faster sync speeds in our testing.
Warning: Cloud sync solutions like OneDrive route traffic through external servers even when both machines sit on the same local network, meaning transfer speeds depend entirely on internet bandwidth — a significant bottleneck when moving files larger than a few gigabytes between two PCs in the same room.
For anyone whose network connectivity situation involves forgotten or misplaced Wi-Fi credentials across multiple devices, our guide on how to find a saved WiFi password on Windows resolves the most common connectivity prerequisite that comes up before any network sharing configuration can begin.
The single most common problem our team encounters in file sharing setups is one machine failing to appear in the other machine's Network view in File Explorer — a visibility problem with several distinct root causes, each with a clear fix. Windows 10 and 11 both rely on the Function Discovery Provider Host service to populate the Network browser, and this service stops running reliably after some system updates, requiring a manual restart to restore network visibility.
services.msc, locate Function Discovery Provider Host and Function Discovery Resource Publication, set both to Automatic startup, then start each service manuallyWhen network visibility problems coincide with broader performance issues on either machine — sluggish response times, delayed network requests, or services failing to start — our troubleshooting guide on how to fix a laptop that keeps overheating addresses the underlying hardware performance issues that frequently interfere with background networking services on thermally constrained machines.
Access denied errors during file sharing almost always trace back to one of three causes: the shared folder's NTFS permissions exclude the accessing user account, the SMB share permissions are set to Read when Write access is needed, or Windows Password Protected Sharing is enabled on the host machine without matching credentials available on the second machine. Our team resolves most cases by checking both the SMB Share permissions AND the NTFS Security tab independently — both permission layers must grant access, and the more restrictive of the two always wins.
Tip: When an access error appears during connection, switching from
\\ComputerName\ShareNameto\\192.168.1.x\ShareName(using the actual IP address) immediately confirms whether the problem is DNS/name-resolution-related or a genuine permission issue — two completely different fixes.
For households or small offices where shared folder access needs to be restricted by user account type — limiting what children or guest accounts can reach across the network — our guide on how to set up parental controls on Windows covers the account-level restrictions that layer cleanly on top of a properly configured file sharing setup.
Windows' built-in SMB file sharing is a genuinely capable solution for the scenarios it was designed to handle, and our team consistently recommends it as the starting point for any two-machine Windows environment before exploring third-party alternatives. The transfer performance over Gigabit Ethernet is essentially wire-speed, the integration with the existing Windows user account system makes permission management intuitive, and the shared folder appears in File Explorer exactly like a local drive once mapped — zero learning curve for daily use.
The limitations of Windows' native file sharing become apparent in specific workflows that SMB wasn't designed to handle gracefully, and understanding those gaps helps set realistic expectations before committing to the built-in approach for a production environment. The most significant gap is the absence of automatic synchronization — shared folders provide on-demand access, but files don't stay automatically in sync between machines without a third-party sync layer added on top. Both machines must also be powered on and network-connected simultaneously for any file access to work, which rules out the built-in approach for any workflow requiring always-available storage.
Knowing how to share files between two Windows computers on a network is one of the most immediately useful skills in any Windows-centric home or office setup, and our team's consistent recommendation is to start with the built-in SMB sharing method today — enable Network Discovery on both machines, share one test folder, confirm the connection works end-to-end, and build from there. Anyone who completes that first working connection will have the foundation to expand into mapped drives, granular permissions, and more sophisticated sync workflows as their needs grow, and our tech tips section has the companion guides to support every step of that progression.
About Alice Davis
Alice Davis is a crafts educator and DIY enthusiast based in Long Beach, California. She spent six years teaching textile design and applied arts at a community college, where she introduced students to everything from basic sewing techniques to vinyl cutting machines and heat press printing as practical, production-ready tools. That classroom experience means she has put more sewing machines, embroidery setups, Cricut systems, and heat press units through real project work than most reviewers ever will. At PalmGear, she covers sewing machines and embroidery tools, vinyl cutters, heat press gear, Cricut accessories, and T-shirt printing guides.
You can get FREE Gifts. Or latest Free phones here.
Disable Ad block to reveal all the info. Once done, hit a button below