Skip to content
Follow
Windows

How to Mount Drives as Folders in Windows 11

Richard
Written by
Richard
Aug 10, 2022 Updated Sep 15, 2026 3 min read
How to Enable or Disable Closing Warnings in Windows Terminal
How to Enable or Disable Closing Warnings in Windows Terminal

Mounting a drive as a folder in Windows 11 lets you open a hard drive or partition through a normal folder path instead of using a standard drive letter like D: or E:. This feature bypasses the traditional 26 drive letter limit in Windows and makes a separate storage space look and act like a regular subfolder on your main system.

Advertisement

To use this setup, the target folder must be completely empty and sit on an NTFS formatted drive. You can manage these mounted volumes directly through the Disk Management tool without installing any extra software.

⚡ Quick Answer

Assign a drive’s contents to an empty folder through Disk Management. Right-click the partition, select “Change Drive Letter and Paths,” then “Add,” and choose “Mount in the following empty NTFS folder,” browsing to your desired folder. This integrates the drive’s files into that folder’s location.

Advertisement

How to mount a drive as a folder rather than a letter in 🪟 Windows 11

You can mount drives as folders in Windows 11 instead of using standard drive letters to keep your file system organized. This trick lets you link an entire hard drive or partition directly to an empty folder path on your main C: drive, making the extra storage look and act like a normal subfolder.

When you insert a drive, Windows automatically assigns a letter to it. An example below:

Windows 11 File Explorer showing a drive mounted with a letter.
drive mounted as letter

This drive can also be mounted in a folder. To do that, create an empty folder.

Next, go to Windows Settings app .

Advertisement

Windows 11 has a centralized location for the majority of its settings. As a result, everything can be done, from system configurations to creating new users and updating Windows from its System Settings pane.

To get to System Settings, you can use the Windows key + I shortcut or click on Start ==> Settings, as shown in the image below:

Windows 11 Start menu with Settings highlighted.
windows 11 start menu settings updated

Alternatively, you can use the search box on the taskbar and search for Settings. Then select to open it.

Windows Settings pane should look similar to the image below. On the Windows Settings app, click the System on the left, then select the Storage tile on the right pane, as highlighted in the image below.

Advertisement
Windows 11 System Settings with Storage tile.
windows system storage tile

Select the Advanced storage settings tile on the System Storage settings pane to expand.

Windows 11 Advanced storage settings in System Settings.
windows storage advanced storage settings

Next, select Disk & volumes tile as highlighted below.

Windows 11 Disks and Volumes settings page.
windows 11 disks and volumes tile

On System => Storage => Disk & volumes settings pane, select the drive you want to be able to mount in a folder. Then click the Properties button for the drive.

Windows 11 Disk and Volume properties window.
windows 11 disk and volume properties

On the Properties window, under Paths, click the add button.

Advertisement
Adding a mount path to a Windows 11 disk volume.
windows 11 disk and volume path add

Type the folder path or click the Browse button to locate the folder.

Browsing for a folder to mount a Windows 11 drive.
windows 11 disk and volume path browse

The empty folder should now be accessible via the path. Anything you save in the folder is saved to the drive.

Windows 11 disk volume properties showing the mount path.
windows 11 mount drive as folder path

Alternatively, one can use Disk Management in Windows to perform the same actions above.

  1. In Disk Manager, right-click the partition or volume with the folder in which you want to mount the drive.
  2. Click Change Drive Letter and Paths and then click Add.
  3. Click Mount in the following empty NTFS folder.
  4. Type the path to an empty folder on an NTFS volume or click Browse to locate it.

From Windows Terminal with Command Prompt, do this:

Advertisement
  1. Open a command prompt and type diskpart.
  2. At the DISKPART prompt, type list volume, making a note of the volume number you want to assign the path to.
  3. At the DISKPART prompt, type select volume <volumenumber>, specifying the volume number that you want to assign the path to.
  4. At the DISKPART prompt, type assign [mount=<path>].

The drive is now mounted in a folder.

Successfully mounted drive as a folder in Windows 11 File Explorer.
mount drive as folder in windows 11

That should do it!

Conclusion:

  • Mounting a drive as a folder in Windows 11 allows access to the drive's content through an easily accessible folder path.
  • Whether utilizing Windows Settings, Disk Management, or the command prompt, the process allows for efficient organization and utilization of storage resources.
  • Following the outlined steps, users can seamlessly mount internal or external drives as folders, offering convenience and enhancing file management capabilities.

Frequently Asked Questions

Mounting drives as folders in Windows 11 requires using Disk Management to link your drive to an empty folder path instead of an alphabet letter. You can set this up in a few minutes as long as the destination folder has no existing files inside it.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Stream Google Drive to a Folder or Drive Letter in Windows 11
Windows How to Stream Google Drive to a Folder or Drive Letter in Windows 11
How to Change Drive Letters in Windows 11
Windows How to Change Drive Letters in Windows 11
How to Partition a Hard Drive in Windows 11
Windows How to Partition a Hard Drive in Windows 11

0 Comments

Leave a Comment

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