Windows Guide ยท Drive Labels

How to Rename a Drive or USB Flash Drive in Windows 10 and Windows 11 Drive Label

A practical guide to changing the visible name of a hard drive, SSD, external disk, memory card, or USB flash drive without changing the drive letter or formatting the device.

โฑ 4 min read ๐ŸชŸ Windows 10 ๐ŸชŸ Windows 11 ๐Ÿ’พ HDD ยท SSD ยท USB

What Does It Mean to Rename a Drive or USB Flash Drive in Windows?

In Windows, the name you see next to a disk in File Explorer is called the volume label or drive label. For example, a flash drive may appear as USB Drive (E:), an external disk may appear as Backup (D:), and the system drive may appear as Windows (C:).

Renaming a drive changes only that visible label. It does not change the drive letter, does not erase files, does not repartition the disk, and does not format the device. Your programs and shortcuts continue to use the same drive letter, such as C:, D:, or E:.

โ„น๏ธ
Important distinction Renaming Backup (E:) to Photos (E:) is safe because the drive letter stays the same. Changing E: to F: is a different operation and may affect shortcuts, backup jobs, portable apps, and scripts.

Common Reasons to Rename a Drive

A clear drive name makes storage easier to identify, especially if you use several USB sticks, external backup drives, SD cards, or multiple partitions on one PC. Good labels such as Work USB, Photo Backup, Games SSD, or Install Media reduce the chance of opening, copying to, or formatting the wrong device.

Before You Rename a Disk, External Drive, or USB Flash Drive

Renaming a drive is normally safe, but a few quick checks help avoid confusion and access errors. This is especially useful for removable USB drives and memory cards that may be write-protected or locked by another program.

โœ…
Safe operation A normal drive rename changes metadata only. It does not move or delete your documents, photos, videos, or applications stored on the drive.

How to Rename a Drive or Flash Drive in File Explorer

File Explorer is the easiest way to rename a USB flash drive, external HDD, external SSD, SD card, or ordinary data partition. This method works in both Windows 10 and Windows 11.

  1. Connect the USB flash drive or external disk if it is not already connected.
  2. Open File Explorer with Win + E.
  3. Click This PC in the left sidebar.
  4. Under Devices and drives, click the drive you want to rename.
  5. Press F2, or right-click the drive and choose Rename.
  6. Type the new drive name and press Enter.
โš ๏ธ
If Rename is not available The drive may be locked, read-only, write-protected, used by another process, or restricted by permissions. Use the troubleshooting section below if Windows does not let you change the label.

For most removable drives, the new name appears immediately. If the old label is still shown, press F5 to refresh File Explorer or safely eject and reconnect the device.

Change a Drive Name from the Drive Properties Window

The Properties window is a reliable alternative when the inline rename option in File Explorer is inconvenient. It also clearly shows the drive letter, file system, used space, and free space before you make the change.

  1. Open File Explorer and go to This PC.
  2. Right-click the drive or USB flash drive you want to rename.
  3. Select Properties.
  4. On the General tab, click the name field at the top of the window.
  5. Enter the new drive label.
  6. Click Apply, then click OK.
โ„น๏ธ
Admin prompt If you rename the system drive or a protected internal partition, Windows may ask for administrator permission. For a regular USB flash drive, this usually is not required.

Rename a Drive in Windows Settings Using Disks & Volumes

Windows 11 and newer Windows 10 builds include a modern storage page called Disks & volumes. It can show internal drives, external drives, partitions, file systems, and volume properties in a Settings-style interface.

Settings โ†’ System โ†’ Storage โ†’ Advanced storage settings โ†’ Disks & volumes
  1. Press Win + I to open Settings.
  2. Go to System โ†’ Storage.
  3. Open Advanced storage settings.
  4. Click Disks & volumes.
  5. Select the drive volume you want to rename and open its Properties.
  6. Use the label or name option to change the drive name, then confirm the change.
โ„น๏ธ
Availability If your Windows 10 build does not show the same Settings page, use File Explorer, Disk Management, PowerShell, or Command Prompt instead. The result is the same: the volume label is changed.

Rename a Windows Drive Label in Disk Management

Disk Management is useful when you need to identify a volume by disk number, partition layout, size, or file system before changing its label. This is safer when several removable drives have similar names.

  1. Right-click the Start button and choose Disk Management. You can also press Win + R, type diskmgmt.msc, and press Enter.
  2. Find the correct volume by drive letter, capacity, and disk number.
  3. Right-click the volume and choose Properties.
  4. On the General tab, edit the label field at the top.
  5. Click Apply and then OK.
โ›”
Do not format by mistake Disk Management also contains destructive options such as Format and Delete Volume. To rename a drive, use Properties only.

Rename a Drive or USB Flash Drive with PowerShell

PowerShell is the cleanest command-line method because it can target the drive letter directly and supports names with spaces. It is useful for administrators, scripts, and repeated setup tasks.

  1. Right-click the Start button.
  2. Choose Terminal, Windows PowerShell, or Terminal (Admin) if administrator rights are needed.
  3. Replace E and Work USB in the command below with your actual drive letter and preferred label.
PowerShellSet-Volume -DriveLetter E -NewFileSystemLabel "Work USB"

To rename the D: drive to Photo Backup, use:

ExampleSet-Volume -DriveLetter D -NewFileSystemLabel "Photo Backup"
โœ…
Good for automation PowerShell is the best option if you need a repeatable command for several PCs, backup drives, or deployment scripts.

Rename a Drive Using Command Prompt and the Label Command

Command Prompt includes the classic label command. It works on internal drives, external drives, USB flash drives, and memory cards, provided the volume is writable.

  1. Open the Start menu and type cmd.
  2. Open Command Prompt. Use Run as administrator if you are renaming a protected drive.
  3. Use the command below, replacing E: with the correct drive letter.
Command Promptlabel E: BACKUP_USB

If you want to type a label that contains spaces, you can run the command without a new name and enter the label when prompted:

Interactive label changelabel E:

Command Prompt will show the current volume label and ask you to enter a new one. Type the new name and press Enter.

โš ๏ธ
Check the drive letter first Before using command-line methods, open This PC and confirm the correct drive letter. Renaming the wrong volume is not destructive, but it can make your disks harder to identify later.

Which Method Is Best for Renaming a Drive in Windows?

All methods change the same volume label. The best choice depends on whether you prefer a graphical interface, need to check disk details, or want a command that can be reused.

Method Best For Works With USB Drives Admin Usually Needed?
File Explorer Fast everyday renaming Yes No
Drive Properties Checking file system and free space first Yes No
Windows Settings Modern Windows 11 storage interface Yes Sometimes
Disk Management Identifying partitions by size and disk number Yes Sometimes
PowerShell Scripts and names with spaces Yes Sometimes
Command Prompt Classic command-line workflow Yes Sometimes

โšก Quick Recommendation

Use File Explorer for a USB flash drive or external disk.
Use Disk Management when several disks look similar and you need to confirm size or partition layout.
Use PowerShell when you want a repeatable command or need to rename many drives.

Drive Name Limits: NTFS, exFAT, FAT32, and USB Flash Drives

The maximum drive label length depends on the file system used by the volume. Most internal Windows drives use NTFS, while many USB flash drives and memory cards use exFAT or FAT32.

File System Typical Device Practical Label Length Recommended Name Style
NTFS Internal HDD, internal SSD, external Windows backup drive Up to 32 characters Descriptive names such as Photo Backup or Games SSD
exFAT Large USB flash drives, SD cards, cross-platform external drives Short labels are safest Use simple names such as WORK_USB or CAMERA_SD
FAT32 Older USB drives, bootable media, small memory cards Usually up to 11 characters Use compact labels such as WINBOOT or TRANSFER
โ„น๏ธ
Best practice For USB drives that you use on many devices, keep the label short and simple. Letters, numbers, spaces, hyphens, and underscores are usually the safest choice.

Fix: Windows Cannot Rename the Drive or USB Flash Drive

If Windows refuses to rename the drive, the problem is usually not the name itself. The most common causes are write protection, active files, missing permissions, BitLocker lock state, or a file system error.

Fix 1

Close apps using the drive

Close File Explorer windows, backup tools, installers, media players, portable apps, and command prompts opened inside the drive. Then try renaming again.

Safe
Fix 2

Check write protection

Some SD cards and USB adapters have a physical lock switch. If it is enabled, Windows can read the drive but cannot change its label.

USB / SD
Fix 3

Unlock BitLocker

If the drive is encrypted, unlock it first. A locked BitLocker volume cannot be renamed because Windows cannot write metadata to it.

Encrypted Drive

Check the Drive for File System Errors

If the drive behaves strangely, disconnects, opens slowly, or shows errors when renaming, run a file system check. Replace E: with the correct drive letter.

Command Promptchkdsk E: /f
โ›”
Back up first if the drive is unstable If a USB flash drive or external disk disconnects by itself, asks to be formatted, or shows I/O errors, copy important files to another disk before running repair commands.

Try Renaming from an Elevated Terminal

For internal drives, system partitions, or corporate PCs with stricter policies, open Terminal (Admin) and use PowerShell:

PowerShell AdminSet-Volume -DriveLetter E -NewFileSystemLabel "New Name"

Frequently Asked Questions About Renaming Drives in Windows

Q Does renaming a drive delete files? โ–ผ
No. Renaming a drive changes only the volume label shown in File Explorer. Your files, folders, programs, and the drive letter remain unchanged.
Q Is renaming a drive the same as changing the drive letter? โ–ผ
No. A drive label is the human-readable name, such as Backup. A drive letter is the path prefix, such as D: or E:. Renaming the label is safe; changing the drive letter can affect programs, shortcuts, backup tasks, and scripts.
Q Can I rename the C: drive in Windows? โ–ผ
Yes, you can rename the C: drive label, for example from Local Disk to Windows. This does not change the path C:\. Administrator permission may be required.
Q Why does my USB drive name change back after reconnecting? โ–ผ
This can happen if the drive is write-protected, the file system is damaged, the device is failing, or a manufacturer utility rewrites the label. Try another USB port, run chkdsk, and test whether files can be copied to the drive normally.
Q Can two drives have the same name? โ–ผ
Yes. Windows allows several volumes to have the same label. However, it is better to use unique names because duplicate labels make it harder to identify the correct disk in File Explorer, backup software, and Disk Management.
Q What characters should I avoid in a drive label? โ–ผ
Use simple labels whenever possible: letters, numbers, spaces, hyphens, and underscores. If Windows rejects a name, remove punctuation and special characters, then try again.

The Safest Way to Rename a Drive or USB Flash Drive

For most users, the best way to rename a drive in Windows is File Explorer โ†’ This PC โ†’ select the drive โ†’ F2. It is fast, visual, and safe for USB flash drives, external disks, SD cards, and ordinary data partitions.

If you need more control, use Disk Management to confirm the exact partition before renaming it. If you are working with scripts or multiple PCs, use PowerShell with Set-Volume.

โœ… Quick Recap

Fastest method: Open This PC, select the drive, press F2, type the new name, and press Enter.
Best method for avoiding mistakes: Use Disk Management and check the drive letter, size, and disk number first.
Best command-line method: Set-Volume -DriveLetter E -NewFileSystemLabel "Work USB".
Most important rule: Renaming a drive label is safe; formatting a drive is not the same thing and can erase data.