How to Mount Drives as Folders in Windows 11
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.
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.
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.
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:

This drive can also be mounted in a folder. To do that, create an empty folder.
Next, go to Windows Settings app .
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:

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.

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

Next, select Disk & volumes tile as highlighted below.

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.

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

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

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

Alternatively, one can use Disk Management in Windows to perform the same actions above.
- In Disk Manager, right-click the partition or volume with the folder in which you want to mount the drive.
- Click Change Drive Letter and Paths and then click Add.
- Click Mount in the following empty NTFS folder.
- 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:
- Open a command prompt and type diskpart.
- At the DISKPART prompt, type list volume, making a note of the volume number you want to assign the path to.
- At the DISKPART prompt, type select volume <volumenumber>, specifying the volume number that you want to assign the path to.
- At the DISKPART prompt, type assign [mount=<path>].
The drive is now mounted in a folder.

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?
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.
[…] we showed you how to mount an external or internal drive in a folder rather than a drive letter. This makes the drive appear as just another […]