How do I map a Synology shared folder as a network drive in Windows?
In File Explorer, right-click This PC → Map network drive, pick a letter, enter \\NAS-name\SharedFolder, tick "Reconnect at sign-in" and "Connect using different credentials", then enter your Synology username and password. Use the NAS hostname rather than its IP, and a real account rather than guest, so it survives Windows 11's security defaults.
Last verified July 22, 2026 · 2 official sources checked Updated
Mapping a Synology folder to a drive letter makes it appear as a normal drive in Windows. The steps are simple; the details that matter are using a real account and the hostname.
Steps
- Open File Explorer, right-click This PC, choose Map network drive.
- Pick a drive letter.
- In Folder, enter
\\DiskStation\SharedFolder— the NAS hostname and the shared folder name. - Tick Reconnect at sign-in so it persists, and Connect using different credentials.
- Click Finish, then enter your Synology username and password; tick "Remember my credentials" if you want it saved.
Why use the hostname and a real account
Connecting by hostname (not the IP address) lets Windows use stronger authentication and avoids NTLM-by-IP errors. Using a real NAS account (not guest) is necessary because Windows blocks unauthenticated guest access by default. On the Synology side, make sure SMB2/SMB3 is enabled and, for Windows 11 24H2, SMB signing is on.
If the mapping fails
A failure here usually means the same security mismatch behind the other Windows-NAS errors: guest access blocked, SMB signing required, or SMB1-only. Fix those on the NAS. Once mapped, the folder behaves like a local drive — and remember it's only as safe as the NAS's RAID and your backups.
Fix the connection, then protect the data
Once you can reach the NAS again, make sure the storage underneath it is sound — the right drives, healthy and backed up.
Related questions
Sources
Every technical claim on this page is checked against manufacturer and standards documentation. Dates are when each source was last reviewed.
- Microsoft Learn — Control SMB signing behavior (updated 2025-09-15) — checked 2026-07-22
- Synology KB — Access DSM shared folders from a Mac (SMB/AFP) — checked 2026-07-22