I got tired of typing \\NAS\Shared into File Explorer every time I needed a file from my home server, so I finally set up a mapped network drive on Windows 11. Map a network drive on Windows 11 once, correctly, and it shows up under This PC forever — no retyping paths, no digging through Network.
The crux is picking “Reconnect at sign-in” and using an IP address instead of a computer name — that one setting decides whether your drive survives a reboot or vanishes every morning.
Quick Answer
Open File Explorer, click This PC, then Map network drive on the ribbon (or right-click This PC). Pick a drive letter, enter a path like \\192.168.1.50\Shared, check Reconnect at sign-in, and select Finish. The share now appears as its own drive letter every time you sign in.
What Do I Need Before Mapping a Network Drive?
You need a shared folder on another device — a NAS, a second PC, or a router with USB storage — with sharing turned on. Right-click that folder, open Properties > Sharing, and confirm the share name and your account’s permissions.
Find the Share Path
Copy the Network Path from that Sharing tab; it looks like \\DESKTOP-A1B2C3\Shared or \\192.168.1.50\Shared. I grab the IP from my router’s connected-devices list rather than the name, since names occasionally fail to resolve. No sharing set up on your home network yet? Do that first.
You just confirmed the share exists and grabbed the exact path the mapping wizard needs.
How Do I Map a Network Drive on Windows 11?
Step 1: Open This PC and Launch the Wizard
Press Windows key + E, select This PC, then click the “More” menu on the ribbon and choose Map network drive (or right-click This PC for the same option).
Step 2: Choose a Drive Letter and Path
Pick any unused letter — I use Z: so it sits at the bottom of the list. Paste the folder path, or click Browse to find it.
Step 3: Enable Reconnect at Sign-In
Check “Reconnect at sign-in” so Windows remounts the drive on every boot. Only check “Connect using different credentials” if your host sign-in differs from this PC’s account.
Step 4: Finish and Verify
Select Finish. The drive opens immediately and sits under This PC with your chosen letter, right alongside your local drives.
Pro tip: if a credential prompt appears, tick “Remember my credentials” — otherwise Windows asks for the password again on every restart, defeating the point of auto-reconnect.
Four steps get you a permanent, letter-assigned shortcut to any shared folder on your network.
Which Mapping Method Should I Use?
File Explorer covers most setups, but two options exist for scripting or managing several PCs.
| Method | Best For | Persists After Reboot |
|---|---|---|
| File Explorer wizard | One-time setup on your own PC | Yes, with Reconnect checked |
| net use (Command Prompt) | Quick mapping without opening Explorer | Only with /persistent:yes |
| PowerShell (New-PSDrive) | Scripting many PCs at once | Only with -Persist flag |
The command-line version is net use Z: \\192.168.1.50\Shared /persistent:yes — I keep it saved in a text file to re-run after a fresh Windows install.
Use the GUI for a one-off drive and the command line when repeating the setup across machines.
Why Does My Mapped Drive Disappear After Restart?
This traces back to one of two causes: “Reconnect at sign-in” wasn’t checked, or the host device was asleep when your PC booted.
Fix the Reconnect Setting
Right-click the mapped drive under This PC, choose Disconnect, then redo the wizard and tick Reconnect at sign-in.
Keep the Host Device Awake
A PC acting as your file server needs to stay on — open Power & Sleep settings and set Sleep to Never. I also check Windows 11 power plans so a balanced plan isn’t sleeping the network adapter.
Troubleshooting tip: if the drive shows a red X icon, double-click it — Windows reconnects immediately and reports exactly why, usually a wrong password or an unreachable host.
A missing checkbox or a sleeping host explains almost every case of a mapped drive vanishing overnight.
How Do I Fix Permission Denied Errors on a Mapped Drive?
A drive that mounts but refuses to open files means your account lacks access on the host, not on your PC. Reopen the folder’s Properties > Sharing tab on the host, add your Windows account, and grant Read or Read/Write. Different sign-ins on each device? Check local vs Microsoft account settings on both — mismatched account types cause most silent permission failures.
Permission errors live in the host device’s sharing settings, not in the mapping wizard itself.
Is Mapping a Network Drive Over the Internet Safe?
Only behind a VPN. Mapping directly over the open internet exposes your files to anyone scanning for open SMB ports, per Microsoft’s file-sharing guidance. On my home network, standard Wi-Fi security is enough; I only add a VPN to reach the drive while traveling.
Keep mapped drives on a VPN connection whenever you access them outside your own network.
Common Mistakes to Avoid
Using the Computer Name Instead of an IP
Names can fail to resolve on some routers. Fix: use the IP from your router’s admin page.
Forgetting to Check Reconnect at Sign-In
Without it, the drive letter disappears every restart. Fix: redo the mapping and tick the box.
Mapping to a Folder With No Read/Write Permission
The drive appears but file operations fail. Fix: grant access on the host’s Sharing tab.
Picking a Drive Letter That’s Already in Use
Windows silently reassigns or rejects the mapping. Fix: check This PC, including USB drives, first.
Skipping Credential Manager for Different-User Shares
You get a password prompt every boot. Fix: tick “Remember my credentials” when prompted.
Frequently Asked Questions
Can I map a network drive without a NAS?
Yes — any Windows PC with a shared folder works as the host. I mapped my desktop’s Documents folder to my laptop for a month before buying a NAS.
Does mapping a network drive slow down my PC?
No, a mapped drive only uses bandwidth when you open or transfer files. My boot time never changed after adding three mapped drives.
What’s the difference between a mapped drive and a folder shortcut?
A mapped drive gets its own letter and behaves like a local disk; a shortcut just points to the network path, and older programs can’t always browse into it.
Why does Windows ask for a password every time even after I saved it?
Usually the host password changed, or Credential Manager lost the entry after a Windows update. Re-enter it once and tick “Remember my credentials” again.
Can I remove a mapped drive without losing the shared files?
Yes — right-click the drive under This PC and choose Disconnect. That only removes the shortcut; files stay untouched on the host.
Conclusion
Mapping a network drive on Windows 11 takes five minutes and ends retyping network paths for good, as long as you check Reconnect at sign-in and use an IP for the host. Still stuck? My guide to Windows 11 God Mode settings gets you to the Sharing Center fast. Open This PC now and try it.