Disk

DiskPart has encountered an error Access is denied

DiskPart has encountered an error Access is denied

DiskPart is a useful utility when it comes to managing the disks on a computer. Even if the GUI based disk management tools on the Windows 10 operating system fail, DiskPart always tends to work. This does not mean that it cannot encounter any sorts of errors. If you see a message DiskPart has encountered an error, Access is denied, then we will show you what you need to do to fix the problem.

DiskPart has encountered an error: Access is denied

This error is caused due to a number of factors.  It could be that the Write-Protection is enabled for the drive on which the operation is being performed, or the Command Prompt terminal does not have administrator-level permissions.

We will be taking a look at the following fixes to resolve this issue:

  1. Run the Command Prompt with Administrator-level permissions.
  2. Remove Write-Protection from the drive
  3. Use third-party software to perform the operation.

1] Run Command Prompt  with Administrator level Permissions

You can also try to Run CMD as Administrator and check if you can execute the DiskPart operation without any errors.

2] Remove Write Protection from the drive

There are two methods to remove Write-protection.

The first one is using the DiskPart utility. For that, execute the following commands in an elevated command prompt

diskpart

This will initiate the Diskpart utility. Then type-

list disk

These commands will help you in either listing all the Disks connects or all the partitions on those disks formed.

From here, you will have to choose one command depending on the list command you entered.

Type in-

select disk #

Hit Enter. This will select the Disk or Partition you want to select.

Next, type in-

attribute disk clear readonly

Hit Enter. This will disable the Write Protection for the selected disk.

The second method for it by using the Registry Editor. For that, Type regedit in Windows Search box and hit Enter to open the Registry Editor.

Locate the registry key:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

Select and Double Click on the DWORD named as WriteProtect and set its Value Data as 0.

Restart your computer and check if this has fixed your issues.

While updating, be around the PC to interact with the prompts to complete the update.

3] Use third-party software

You can use any third-party free partition manager software like EaseUS to manage your partitions and manipulate their properties.

All the best!

How to change Left & Right mouse buttons on Windows 10 PC
It's quite a norm that all computer mouse devices are ergonomically designed for right-handed users. But there are mouse devices available which are s...
Emulate Mouse clicks by hovering using Clickless Mouse in Windows 10
Using a mouse or keyboard in the wrong posture of excessive usage can result in a lot of health issues, including strain, carpal tunnel syndrome, and ...
Add Mouse gestures to Windows 10 using these free tools
In recent years computers and operating systems have greatly evolved. There was a time when users had to use commands to navigate through file manager...