Solved: ERROR_NO_VOLUME_LABEL

First, rename the drive letter of the problematic drive

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

The ERROR_NO_VOLUME_LABEL 125 appears with 125 (0x7D) The disk has no volume label and it indicates that the disk or drive that you are trying to access doesn’t have a volume label assigned to it. This can occur for various reasons, such as the drive being unformatted or improperly initialized.

To fix it, first check if the drive is properly connected and detected by your computer.

How can I fix ERROR_NO_VOLUME_LABEL?

1. Assign a volume label

  1. Press Windows + R to open the Run window.DISKMGMT RUN COMMAND - ERROR_NO_VOLUME_LABEL
  2. Type diskmgmt.msc and click OK to open the Disk Management app.
  3. Right-click the problematic drive and select Change Drive Letter and Paths from the context menu.  Change drive letter and paths
  4. Click the Change button.Change ERROR_NO_VOLUME_LABEL
  5. In the following window, select Assign the following drive letter, then click the drop-down menu and choose a label for the driver.Changing drive letter ERROR_NO_VOLUME_LABEL
  6. Click OK to save the changes.

2. Format the drive

Note icon NOTE
Before you format your drive, back up all of your essential data, as formatting the drive will erase all data and change its file system.
  1. Press Windows + E to open the File Explorer window.
  2. Go to This PC to see all your drives. Locate and right-click the problematic drive and select Format.
  3. Select the file system from these three: NTFS (suitable for Windows), FAT32 (Compatible with more devices but limited to files up to 4 GB), and exFAT (ideal for larger files and compatible with Windows and macOS).
  4. Place a checkmark next to Quick Format.quick format ERROR_NO_VOLUME_LABEL
  5. Click the Start button.
  6. You will see a warning message telling you the data will be erased. Click OK to proceed.
  7. Once formatting is complete, you will get a confirmation message; click OK to close the format window.

In case Windows cannot format this drive, you can use the Diskpart command or the hard format method; check out this guide for detailed steps.

If you are trying to format an external hard drive that is not visible, it could be due to malware or corrupt drive; read this guide to learn more.

3. Scan for disk errors

  1. Press the Windows key, type cmd in the search box, and click Run as administratorCMD elevated ERROR_NO_VOLUME_LABEL
  2. Type the following command to repair the disk after replacing C with the system drive letter you want to check and hit Enter: chkdsk C: /fCHKDSK
  3. The F parameter will fix all the errors it finds. If the drive is in use, you will see a message indicating that it can’t lock the drive; therefore, it will ask you to check it the next time the system restarts.
  4. Type Y and press Enter.
  5. If prompted, restart your computer to allow chkdsk to run and fix errors on the drive.

If your Windows is stuck during the hard drive scan, you can run disk cleanupย or useย the chkdsk/spot fix command; check out this guide to learn the detailed steps.

4. Use the Command Prompt

  1. Press the Windows key, type cmd in the search box, and click Run as administrator.CMD elevated ERROR_NO_VOLUME_LABEL
  2. Type the following command and hit Enter: diskpart
  3. To see the list of all drives, copy & paste the following command and press Enter: list volumeDISKPart
  4. Type the following command after replacing X with the volume number and hit Enter: select volume X
  5. To assign a volume label, copy & paste the following command after replacing NewLabel with the name you prefer and press Enter: label="NewLabel"
  6. Type exit and press Enter to close the Diskpart tool.

In conclusion, ERROR_NO_VOLUME_LABEL can be fixed by assigning the drive label, formatting the problematic drive, scanning the disk for errors, or using the Command Prompt.

If you have any questions or suggestions about the subject, feel free to mention them in the comments section below.

More about the topics: Windows 11

User forum

0 messages