Helping millions of people navigate the world of technology.

3 Ways to Fix “The Local Device Name Is Already in Use” Error on Windows 11/10

Quick Tips
  • Common reasons for error include unassigned or wrong drive letters and problems during the mapping process.
  • You can choose to disconnect and reconnect to resolve the issue quickly.
  • MountPoints2 key stores information on network drives.

Fix 1: Assign or Change Drive Letter

Step 1: Right-click the Windows Start button, locate Disk management, and click to open.

Step 2: Locate the partition you want to change the letter of and right-click on it.

Step 3: Select Change Drive Letter and Paths.

Change Drive Letter and Paths Disk Management

Step 4: On the next window, click Add > select Assign the following drive letter > select a preferred drive from the drop-down menu. Press OK to update the changes.

Assign this drive letter Windows

Fix 2. Remap the Network Drive

The Windows system assigns specific letters to your computer drives. However, during network mapping, the drive letters may get mixed up.

Step 1: Open the Run prompt (Win + R), type cmd, and use Ctrl + Shift + Enter to launch it with admin permission.

Step 2: Copy and paste the below command and press Enter.

net use Z /delete

Remember to replace ‘Z’ with the partition you want to delete.

Command prompt delete user

Step 3: After deleting the device name, modify it by running this command.

net use Z: \\server\share /user:username password

Remember to use the same drive letter ‘Z’ with where you want to map the drive. Also, input a relevant user and username password for the drive you want to modify.

Assign new drive and user command prompt

Step 4: Restart your device and confirm that the mapping issue has been resolved.

Method 3. Delete MountPoints2 Key

Deleting some registry keys could resolve your system’s mapping issues. Here’s how to erase the MountPoints2 key.

Step 1: Press the Windows + R keys to launch the Run dialog box. Type regedit and press Enter to open the Registry Editor.

Step 2: Locate this path in the next window.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer

Step 3: Right-click MountPoints2 and select Delete. Confirm the dialog boxes that may appear and restart your system.

Delete Mount Point2 in Registry Editor

Note: The entries are available in Server_Name#Share_Name. If you know which is causing the issue, delete that entry alone.

Was this helpful?

Thanks for your feedback!

Last updated on 08 July, 2024

Leave a Reply

Your email address will not be published. Required fields are marked *

The article above may contain affiliate links which help support Guiding Tech. The content remains unbiased and authentic and will never affect our editorial integrity.