How Do I Map A Network Drive In Windows 11 _verified_ Jun 2026

(three dots) → select Map network drive .

Click the drop-down menu and choose any available drive letter.

When a mapped network location is no longer needed, it should be removed to clean up your file system. Via File Explorer Open ( Win + E ) and navigate to This PC . Locate the mapped drive under the Network locations header. Right-click the drive icon and select Disconnect . Via Command Prompt how do i map a network drive in windows 11

New-PSDrive -Name "Z" -PSProvider FileSystem -Root "\\ServerName\ShareName" -Persist -Credential (Get-Credential) Use code with caution. Troubleshooting Common Network Drive Errors Error Message / Symptom Root Cause

.

Right-click the button and select Terminal or PowerShell . Step 2: Execute New-PSDrive

Click . The mapped folder will instantly open in a new window. Method 2: Map a Network Drive Using Command Prompt (CMD) (three dots) → select Map network drive

New-PSDrive -Name "Z" -PSProvider FileSystem -Root "\\ServerName\ShareName" -Persist Use code with caution.

Scroll to Top