Devices Rename Drive or Volume Label in Windows 11


  • Staff
Drive_banner.png

This tutorial will show you different ways to rename a drive or volume label to what you want in Window 11.

A volume label is the friendly name for a connected drive or volume.

An internal drive will usually be assigned Local Disk as its volume label by default.

A USB flash drive will usually be assigned USB Drive as its volume label by default.

A NTFS or ReFS volume label can be up to 32 characters in length, including spaces. NTFS volume labels retain and display the case that was used when the label was created. A FAT volume label can only be up to 11 characters in length.


You must be signed in as an administrator to rename a drive or volume.

You cannot change the name of a CD/DVD drive.



Contents

  • Option One: Rename Drive or Volume Label using Keyboard Shortcut
  • Option Two: Rename Drive or Volume Label from File Explorer Command Bar
  • Option Three: Rename Drive or Volume Label from Context Menu
  • Option Four: Rename Drive or Volume Label from Properties
  • Option Five: Rename Drive or Volume Label using Two Single Clicks
  • Option Six: Rename Drive or Volume Label in Settings
  • Option Seven: Rename Drive or Volume Label in Disk Management
  • Option Eight: Rename Drive or Volume Label using "Label" command
  • Option Nine: Rename Drive or Volume Label using "Set-Volume" command
  • Option Ten: Specify Drive or Volume Label using autorun.inf file




Option One

Rename Drive or Volume Label using Keyboard Shortcut


1 Open This PC in File Explorer (Win+E).

2 Select the drive you want to rename, and press the F2 key. (see screenshot below)

Remane_drive_keyboard_shortcut.png

3 Type a name you want for this drive, and press Enter. (see screenshot below)

If you leave the name blank, the drive will be assigned its default name (ex: "Local Disk").


Remane_drive_File_Explorer-1.png

4 If prompted, click/tap on Continue to approve. (see screenshot below)

Remane_drive_File_Explorer-2.png




Option Two

Rename Drive or Volume Label from File Explorer Command Bar


1 Open This PC in File Explorer (Win+E).

2 Select the drive you want to rename, and click/tap on the Rename icon on the command bar. (see screenshot below)

Remane_drive_command_bar_File_Explorer.png

3 Type a name you want for this drive, and press Enter. (see screenshot below)

If you leave the name blank, the drive will be assigned its default name (ex: "Local Disk").


Remane_drive_File_Explorer-1.png

4 If prompted, click/tap on Continue to approve. (see screenshot below)

Remane_drive_File_Explorer-2.png




Option Three

Rename Drive or Volume Label from Context Menu


1 Open This PC in File Explorer (Win+E).

2 Perform one of the following actions: (see screenshots below)
  • Right click or press and hold on the drive you want to rename, and click/tap on the Rename icon on the context menu toolbar.
  • Right click or press and hold on the drive you want to rename, click/tap on Show more options, and click/tap on the Rename.
Remane_drive_context_menu-1.png
Remane_drive_context_menu-2.png
Remane_drive_context_menu-3.png

3 Type a name you want for this drive, and press Enter. (see screenshot below)

If you leave the name blank, the drive will be assigned its default name (ex: "Local Disk").


Remane_drive_File_Explorer-1.png

4 If prompted, click/tap on Continue to approve. (see screenshot below)

Remane_drive_File_Explorer-2.png




Option Four

Rename Drive or Volume Label from Properties


1 Open This PC in File Explorer (Win+E).

2 Right click or press and hold on the drive you want to rename, and click/tap on the Properties. (see screenshot below)

Remane_drive_properties-1.png

3 In the General tab, type a name you want for this drive, and click/tap on OK. (see screenshot below)

If you leave the name blank, the drive will be assigned its default name (ex: "Local Disk").


Remane_drive_properties-2.png

4 If prompted, click/tap on Continue to approve. (see screenshot below)

Remane_drive_File_Explorer-2.png




Option Five

Rename Drive or Volume Label using Two Single Clicks


This option is only available if you set to Double-click to open an item.


1 Open This PC in File Explorer (Win+E).

2 Click/tap on the drive you want to rename once to select it, and click/tap on the drive name text. (see screenshot below)

Click_to_rename_drve.png

3 Type a name you want for this drive, and press Enter. (see screenshot below)

If you leave the name blank, the drive will be assigned its default name (ex: "Local Disk").


Remane_drive_File_Explorer-1.png

4 If prompted, click/tap on Continue to approve. (see screenshot below)

Remane_drive_File_Explorer-2.png




Option Six

Rename Drive or Volume Label in Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Storage on the right side. (see screenshot below)


Remane_drive_Settings-1.png

3 Click/tap on Advanced storage settings to expand it open, and click/tap on Disks & volumes. (see screenshot below)

Remane_drive_Settings-2.png

4 Click/tap on Properties for the drive (partition or volume) you want to rename. (see screenshot below)

Remane_drive_Settings-3.png

5 Click/tap on the Change label button. (see screenshot below)

Remane_drive_Settings-4.png

6 Type a name you want for this drive, and click/tap on Apply. (see screenshot below)

If you leave the name blank, the drive will be assigned its default name (ex: "Local Disk").


Remane_drive_Settings-5.png

7 You can now close Settings if you like.




Option Seven

Rename Drive or Volume Label in Disk Management


1 Open Disk Management (diskmgmt.msc).

2 Right click or press and hold on the drive you want to rename, and click/tap on the Properties. (see screenshot below)

Remane_drive_Disk_Management-1.png

3 In the General tab, type a name you want for this drive, and click/tap on OK. (see screenshot below)

If you leave the name blank, the drive will be assigned its default name (ex: "Local Disk").


Remane_drive_Disk_Management-2.png

4 You can now close Disk Management if you like.




Option Eight

Rename Drive or Volume Label using "Label" command


To see more "Label" command usage details, see: Label | Microsoft Docs


1 Open Windows Terminal (Admin), and select either Windows PowerShell or Command Prompt.

2 Type the command below into Windows Terminal (Admin), and press Enter. (see screenshot below)

label <DriveLetter>: New name

Substitute <DriveLetter> in the command above with the drive letter of the drive you want to rename.

Substitute New name in the command above with the label you want to rename the drive with. You can leave this empty to have a default label (ex: Local Disk) for the drive.

For example: label D: Virtual Machines 2


3 You can now close Windows Terminal (Admin) if you like.

rename_drive_label_command.png





Option Nine

Rename Drive or Volume Label using "Set-Volume" command


To see more "Set-Volume" command usage details, see: Set-Volume | Microsoft Docs


1 Open Windows Terminal (Admin), and select Windows PowerShell.

2 Do step 3 (rename by drive label) or step 4 (rename by drive letter) below for which command you want to use to rename a drive.

3 Rename Drive by Drive Label

A) Type the command below into Windows Terminal (Admin), press Enter, and go to step 5 below. (see screenshot below)​

Set-Volume -FileSystemLabel "<Current drive name>" -NewFileSystemLabel "<New drive name>"

Substitute <Current drive name> in the command above with the current name of the drive.

Substitute <New drive name> in the command above with the label you want to rename the drive with. You can leave this empty to have a default label (ex: Local Disk) for the drive.

For example:

Set-Volume -FileSystemLabel "Virtual Machines 2" -NewFileSystemLabel "Virtual Machines"

OR

Set-Volume -FileSystemLabel "Backup" -NewFileSystemLabel ""


rename_drive_Set-Volume_command-2.png

4 Rename Drive by Drive Leter

A) Type the command below into Windows Terminal (Admin), press Enter, and go to step 5 below. (see screenshot below)​

Set-Volume -DriveLetter <DriveLetter> -NewFileSystemLabel "<New drive name>"

Substitute <DriveLetter> in the command above with the drive letter of the drive you want to rename.

Substitute <New drive name> in the command above with the label you want to rename the drive with. You can leave this empty to have a default label (ex: Local Disk) for the drive.

For example:

Set-Volume -DriveLetter D -NewFileSystemLabel "Virtual Machines 2"

OR

Set-Volume -DriveLetter D -NewFileSystemLabel ""


rename_drive_Set-Volume_command-1.png

5 You can now close Windows Terminal (Admin) if you like.




Option Ten

Specify Drive or Volume Label using autorun.inf file


This option will override all the options above.

This option can be helpful for external or removable drives that you want to always have the same drive label no matter which Windows PC you connect the drive to.


1 Open This PC in File Explorer (Win+E).

2 Open the drive (ex: "F") you want to specify a name for, right click or press and hold on an empty area in the root directory of the drive, click/tap on New, and click/tap on Text Document. (see screenshot below)

If you already have an autorun.inf file in the root directory of this drive, then skip this step, and go to step 5 below instead.


autorun.inf_file-1.png

3 Rename the New Text Document.txt file to autorun.inf. (see screenshot below)

This requires to show known File name extensions to be able to rename the file extension from .txt to .inf.


autorun.inf_file-2.png

4 Click/tap on Yes to confirm renaming the file extension. (see screenshot below)

autorun.inf_file-3.png

5 Open the autorun.inf file to edit it. (see screenshot below step 3)

6 Type the separate lines below into the opened autorun.inf file. (see screenshot below)

[autorun] label="drive name"

If you already have a autorun.inf file, then you would only add or change the label line.

If you wanted to remove this drive label, you can either remove the label line or delete the autorun.inf file.

Substitute drive name in the label line above with the actual name you want for the drive.

For example:

[autorun] label="My USB Drive"


autorun.inf_file-4.png

7 Click/tap on File, click/tap on Save, and close the opened autorun.inf file. (see screenshot below)

autorun.inf_file-5.png

8 Perform one of the following actions to apply:
  • If this is for an internal drive, restart the computer.
  • If this is for a removable drive, disconnect and reconnect the drive.


That's it,
Shawn Brink


 

Attachments

  • Drive.png
    Drive.png
    2.7 KB · Views: 99
Last edited:
1. The title for Option Nine is wrong. It should say "Set-Volume", not "Label". That's Option Eight.

2. Most of these methods also work in Windows 10 and earlier. See Change Drive Label Name in Windows 10
 

My Computer

System One

  • OS
    Win 10 pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    several (Dell, HP, custom build, Lenovo, ASUS, etc.)
    CPU
    several
    Motherboard
    several
    Browser
    Firefox
    Other Info
    I have many computers, mostly Dell and HP.

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium

Latest Support Threads

Back
Top Bottom