Skip to content
Follow
Windows

How to Mount Drives as Folders in Windows 11

Richard
Written by
Richard
Aug 10, 2022 Updated Jul 14, 2026 4 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 access its contents through a folder path instead of a traditional drive letter like C: or D:. This process makes your drive appear as a regular folder on your system.

When you mount a drive this way, the actual files remain on the physical drive. You simply access them by opening the designated folder. Any files you save within this folder are then stored directly on the mounted drive.

You can only mount drives into empty folders. These folders must be on basic or dynamic NTFS volumes. If a folder already has files in it, Windows will not let you mount a drive there.

⚡ 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.

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

As described above, users can mount an external or internal drive as a folder rather than a letter in Windows. This makes the drive appear as another folder and can be accessed via a folder path.

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.

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.

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.

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:

  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

How do I mount a drive as a folder in Windows 11?

To mount a drive as a folder in Windows 11, first create an empty folder. Then, go to Settings > System > Storage, select the drive, click Properties, and under Paths, click Add to specify the folder path.

Can I mount a drive in a folder that already contains files?

No, you can only mount drives in empty folders. If the folder contains any files, Windows will not allow you to mount the drive there.

What types of drives can be mounted as folders in Windows 11?

You can mount both internal and external drives as folders in Windows 11, provided they are formatted with the NTFS file system and the folder is empty.

Is it possible to use Disk Management to mount a drive as a folder?

Yes, you can use Disk Management to mount a drive as a folder. Right-click the partition, select 'Change Drive Letter and Paths', and then choose 'Add' to mount it in an empty NTFS folder.

What happens to the files saved in the mounted folder?

Any files saved in the mounted folder will actually be stored on the drive that you mounted. The folder acts as a gateway to access the drive's contents.

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.

📚 Related Tutorials

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 Access Settings in Windows 11
Windows How to Access Settings 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 *