How to Mount Drives as Folders in Windows 11
This guide explains how to mount a drive as a folder instead of a drive letter in Windows 11.
Windows allows you to connect a drive to an empty folder. This makes your drive look and act like a regular folder on your computer. Your files stay on the drive, but you access them through a folder path. Anything you save in that folder is actually stored on the drive.
Why mount a drive as a folder?
Mounting as a folder helps you organize your files better. It is useful if you have run out of drive letters or want to keep your file structure clean.
What happens when you do this?
Your external or internal drive will no longer show up as a separate letter (like D: or E:) in File Explorer. Instead, it will look like a sub-folder inside your existing file system.
Note: You can only mount drives in empty folders on NTFS volumes. 
To begin, create an empty folder. Then, open your Windows Settings app.
You can open Settings by pressing the Windows key + I or by clicking Start > Settings. 
In the Settings app, click System on the left, then click Storage on the right. 
Click on Advanced storage settings to see more options. 
Next, click Disks & volumes. 
Select the drive you want to mount, then click Properties. 
Find the Paths section and click Add. (Requires Admin Privileges) 
Type the path to an empty folder or click Browse to find one on your computer. 
Your folder is now linked to the drive. Anything you save inside will be stored on that drive. 
Using Command Prompt
You can also use the Command Prompt to do this. (Requires Admin Privileges)
From Windows Terminal, follow these steps:
- Open Command Prompt as an administrator.
- Type
diskpartand press Enter. - Type
list volumeto see your drives. Note the volume number. - Type
select volumeto choose your drive. - Type
assign mount=C:\Your\Empty\Folder\Pathto link the drive.

Summary
Mounting a drive as a folder is a great way to manage storage space without using extra drive letters. By using the Windows Settings menu, Disk Management, or the diskpart command, you can easily integrate external or internal storage into your existing folder structure. This keeps your files organized and easy to find.
[mount=<path>]
How do I mount a drive as a folder in Windows 11?
Can I mount a drive in a folder that already contains files?
What types of drives can be mounted as folders in Windows 11?
Is it possible to use Disk Management to mount a drive as a folder?
What happens to the files saved in the mounted folder?
Was this guide helpful?
[…] 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 […]