Get “bootrec /fixboot access is denied” error when attempting to fix Windows 10 boot error? In this post, we show you the best solution to bootrec access is denied Windows 10 as well as the precaution. Read and have a try.

What Is Bootrec Fixboot Access Denied Error?

When trying to repair startup issues using the Windows Recovery Environment, many users encounter the following error:

bootrec /fixboot
Access is denied.

bootrec /fixboot access is denied

This error prevents Windows from repairing the boot sector and may leave the computer unable to start.

This error occurs when trying to repair a broken Windows boot system, particularly on modern Windows 10 or Windows 11 systems using UEFI/GPT partitioning. It means the system’s recovery environment cannot write new boot files to the EFI System Partition.

What Does Bootrec /Fixboot Do?

The command bootrec /fixboot writes a new Windows-compatible boot sector to the system partition.

Bootrec is a Windows command-line utility for repairing boot records, and /fixboot is the parameter that writes a new boot sector to the system partition.

It is commonly used when:

  • Windows won’t start
  • BCD is corrupted
  • Boot files are damaged
  • Blue screen occurs

Further reading:

Bootrec /fixboot is typically the second step in the standard sequence of four commands. Each command serves a specific purpose. The sequence is as follows:

  • bootrec /fixmbr
  • bootrec /fixboot
  • bootrec /scanos
  • bootrec /rebuildbcd

These commands are part of the bootrec.exe utility tool, which runs within the Windows Recovery Environment (WinRE) to fix critical boot startup issues, such as a missing or corrupted Windows bootloader, a corrupt Master Boot Record (MBR), or damaged Boot Configuration Data (BCD).

Tips:
The solutions to Windows 10 bootrec.exe /fixboot access is denied below also works for bootrec fixboot access denied Windows 7.

Why Does Bootrec /Fixboot Access Is Denied Appear?

Here are the most common reasons:

  • EFI Partition Is Not Mounted: Windows Recovery Environment cannot write boot files if the EFI partition has no drive letter assigned.
  • EFI Partition Is Corrupted: Improper shutdowns, failed updates, or cloning operations may damage the EFI partition.
  • BCD Store Is Corrupted: Windows cannot locate valid boot entries.
  • UEFI/GPT Boot Configuration Issues: Many users encounter this error after switching between UEFI and Legacy BIOS or after converting disks between GPT and MBR.
  • Disk Errors or Bad Sectors:If your system drive has bad sectors, then the boot commands fail to execute properly.

Fortunately, this article covers factual causes and proven solutions with safe recovery methods.

Note:
Make a backup of the system disk in case that some fixes may further damage the hard drive data. The Copy Disk feature of MiniTool Partition Wizard Pro is helpful in this case.
Learn What Disk Copy Is, How It Works, How to Clone a Hard Drive
Learn What Disk Copy Is, How It Works, How to Clone a Hard Drive

Here is a detailed guide on disk copy, covering working principle, application scenarios, methods to clone a hard drive, and other details.

Read More

Method 1: Fix Bootrec /Fixboot Access Is Denied on GPT Drive

This method is useful for the error appearing on a GPT drive. To repair, you need to prepare a Windows installation media. Now, try the steps below to create one:

  • Click here to download Windows Media Creation Tool.
  • Prepare a USB drive of at least 8GB disk space.
  • Insert your USB drive into your computer, run Media Creation Tool and accept the agreement.
  • Select Create installation media (USB flash drive, DVD, or ISO file) for another PC and hit Next.
  • Select Use the recommended options for this PC and click Next.
  • Select USB flash drive option and hit Next.
  • Select your drive from the list and click Next.
  • Let the process complete.

Once complete, insert the USB drive into your computer and reboot. When you see the option to boot from USB, press a key to do that. (If you have set your computer to boot from hard drive only, you need to enter BIOS setting to add USB drive to the boot list first.)

Then, follow the steps below to assign a drive letter to the EFI partition and rebuild boot files.

Step 1. From the initial Windows screen, accept the default settings for the language to install, the time and currency format as well as the keyboard or input method. Next, click the Repair your computer link instead of Install now.

choose Repair your computer

Step 2. Select Troubleshoot and then Advanced Options.

Step 3. Select Command Prompt.

Step 4. Type diskpart and press the Enter key.

Step 5. Type list disk and press Enter. Now pay attention to the disk number and identify which one is the boot disk. Usually, it is Disk 0; if not, find the disk number in your own case and remember to type the correct one in the following relevant steps.

Step 6. Type select disk 0 and press Enter.

Step 7. Type list volume and press Enter. Now pay attention to the volume number of the EFI partition.

Step 8. Type select volume N and press Enter. Also, type the one in your own case instead of N.

Step 9. Type assign letter=N: and press Enter. N: can be replaced by any drive letter that is not taken by any partition. Remember which drive letter you assign here for it is rather useful in the rest steps.

Step 10. Type exit and press Enter to leave diskpart.

Step 11. Now type N: (the drive lettered you just assigned) and hit Enter.

Step 12. Type format N: /FS:FAT32 and hit Enter.

Step 13. Type bcdboot C:windows /s N: /f UEFI and hit Enter.

Now repeat the process of running the bootrec /fixboot command, bootrec access is denied Windows 10 should be solved now.

Cloned Drive Won't Boot | How to Make Cloned Drive Bootable?
Cloned Drive Won't Boot | How to Make Cloned Drive Bootable?

Cloned drive won't boot? This guide shows you how to make cloned drive bootable in Windows 10/8.1/7 using the best hard drive cloning software.

Read More

Method 2. Perform Startup Repair on MBR Disk

Some users say that Method 1 does not help at all because, in their cases, bootrec /fixboot access is denied no EFI partition exists on the boot disk. If you are in the same situation, try to perform a startup repair.

First of all, you need the help of MiniTool Partition Wizard Bootable, which is a built-in tool in MiniTool Partition Wizard Pro. Get this professional partition manager first and then follow the guide below to create a MiniTool bootable media and use it to boot your PC.

MiniTool Partition Wizard DemoClick to Download100%Clean & Safe

When you are in the main interface of the bootable MiniTool Partition Wizard, please do these operations:

Step 1. Select the 500MB around system reserved partition and choose Format Partition from the action panel. You will receive a warning message saying this is a system partition and formatting may cause computer to be unbootable. Just click Yes to confirm.

The MiniTool Partition Wizard main interface with the Format Partition and Yes options selected.

Step 2. Select NTFS as the desired file system and hit OK. Then press Apply button on the toolbar.

The MiniTool Partition Wizard main interface with the NTFS file system option selected.

Now you have to get your Windows 10 repaired by the automatic Startup Repair utility.

  1. Boot your PC from the Windows installation media.
  2. From the initial Windows screen, select the language to install, the time and currency format as well as the keyboard or input method. Next, click the Repair your computerlink instead of Install now.
  3. Select Troubleshootand then Advanced Options.
  4. Select Startup repair. Immediately, it starts to detect and will try to fix the errors it has found. Usually, it brings a reboot. If it does, DO NOT press any key to boot from the USB drive again. Just wait for your Windows to load.

If Startup Repair says it couldn’t fix the error, continue with Method 3 to resolve bootrec access is denied Windows 10.

Method 3: Run CHKDSK

To repair disk errors using CHKDSK, here are 2 options:

  • Use Windows Installation Disk
  • Use Bootable Media created by MiniTool Partition Wizard

The detailed steps are shown below:

Option A: Use Windows Installation Disk

  1. After booting the computer from the Windows installation disk, skip the first-screen language selection and choose Repair your computer.
  2. Select Troubleshootand then Command Prompt.
  3. Type chkdsk c: /r and hit Enter. This assumes Windows is installed on your C: drive. If the drive letter for your system partition is different, type the real one. (You can run diskpart > list volume to check according to partition size.)
  4. Allow the process to complete and reboot.

run chkdsk in Windows installation media

Option B: Use Bootable Media Created by MiniTool

  1. Boot your computer from MiniTool bootable media and then choose Partition Wizard from the menu. In this software, view the drive letter of your system partition and keep it in mind.
  2. Exit MiniTool Partition Wizard and chooseCommand Console from the menu.
  3. Then type chkdsk c: /r and press Enter. (Please replace the drive with the one you paid special attention to just now.)
  4. Let the process complete and exit.

run chkdsk in Partition Wizard bootable media

Tip: Usually, you get a normally running computer now. Repeat the “bootrec /fixboot” if you still encounter system startup error.

Find the solutions to “the access is denided” when executing bootrec /fixboot and would like to share with all of you.Click to tweet

Method 4. Reinstall Windows

If the above methods don’t work, the last effort is to reinstall your Windows 11/10. Before that, get your important files to your access. Usually, with MiniTool Partition Wizard, you have 2 choices:

  • Use the Copy Diskfeature to back up the whole system drive and then reformat the whole drive when you reinstall.
  • Turn to the Data Recoveryfeature to recover files saved in the system partitions and then reinstall Windows to the original system partition.

MiniTool Partition Wizard DemoClick to Download100%Clean & Safe

Use Copy Disk

Here is a simple guide to copying the system disk with this software when the computer is unbootable:

  1. Use the created MiniTool Partition Wizard bootable media to boot your PC. Then connect an external hard drive of which the whole data can be overwritten.
  2. In the main interface, right-click the system disk and select the Copyfeature from the context menu.
  3. Follow the wizard to select the target disk and adjust the copy options.
  4. Click Finish > Apply.

The MiniTool Partition Wizard interface with the Copy Disk Wizard window shown.

Use Data Recovery

Here is a simple guide to recovering files using the Data Recovery feature when the PC fails to boot:

  1. Use the MiniTool Partition Wizard bootable media to boot your PC.
  2. Click Data Recovery from the toolbar. Then select the real system partition and click Scan.
  3. When Data Recovery has finished the scan (or you can pause/stop the scan once the needed files are found), check the files you want to recover and click Saveto keep these files on a non-system disk.

The MiniTool Partition Wizard main interface with the Data Recovery scanning results shown.

After you have saved the important files from the system partition, you can go ahead to reinstall Windows 10/11.

“Bootrec /fixboot access is denied solved by following the workaround above? Now quickly share these 4 solutions with your friends.”Click to tweet

Back Up Your Computer for Error Prevention

To avoid boot errors and the bootrec fixboot access is denied error, you should consider making system image backups.

As for that, we strongly recommend a Windows backup software, MiniTool ShadowMaker. It is a comprehensive backup solution designed for Windows that allows you to back up operating systems, disks, partitions, and files.

MiniTool ShadowMaker TrialClick to Download100%Clean & Safe

See the guide on how to backup PC to an external hard drive:

Step 1. Connect an external hard drive to your Windows PC.

Step 2. Double-click on MiniTool ShadowMaker and tap on Keep Trial after finishing loading.

Step 3. In the left pane, click on Backup. Then, you see that system partitions are selected by default as the backup source. If you only want to create a system image, you only need to go to DESTINATION to choose an external drive. Then, start the system backup.

If you want to back up files on your PC, choose the files that you want to protect – go to SOURCE > Folders and Files, check the items you want to back up, and click OK. Then, choose an external drive as the storage device.

Step 4. Finally, start the file backup by clicking Back Up Now.

Tips:
You may wonder how to automatically back up PC data using MiniTool ShadowMaker. In terms of scheduled backup, click Manage from the left side, tap on three dots next to the file backup task to select Edit Schedule, enable this feature, and configure a time point.

The MiniTool ShadowMaker interface with the Backup and Back Up Now options selected.

Besides, here are the other future prevention tips:

  • Avoid force shutdown
  • Use genuine Windows updates
  • Check disk health regularly
  • Install antivirus protection

“This backup software helps automatically back up system and files. You may give it a try and get your real-time PC protected.”Click to tweet

Bootrec Fixboot Access Is Denied FAQ

How do I run Bootboc Fixboot?
  1. Reboot the computer.
  2. Press F8 as the Windows logo appears.
  3. Select Repair Your Computer.
  4. Select Command Prompt from the System Recovery Options menu.
  5. When you are in the Command Prompt, execute bootrec /rebuildbcd.
How can I open access denied sites?
To access a blocked website, there are several ways:
  1. Use VPNs.
  2. Try accessing the site through its IP.
  3. Use browser extensions like Hola.
  4. Address the GoogleDNS / OpenDNS / 1.1.1.1 DNS.
How do I manually rebuild my BCD?
  1. Boot your computer into Recovery Mode.
  2. Launch Command Prompt under Advanced Options.
  3. To rebuild BCD, use the command bootrec /rebuildbcd. This will scan for your operating systems and let you select the OS you want to add to BCD.
  4. Wait for the command to complete.
What is the official alternative to bootrec /fixboot?
The official, modern alternative to bootrec /fixboot is the bcdboot command. While bootrec is designed primarily for older, legacy MBR systems and commonly returns "Access Denied" on modern UEFI/GPT setups, bcdboot safely recreates or repairs the necessary EFI boot files from scratch.
How do I know if my system uses UEFI or Legacy BIOS?
Look at your partition layout inside diskpart. Run list disk. If there is an asterisk (*) under the GPT column, your system uses UEFI. Alternatively, run list volume. If you see a FAT32 partition labeled "System" or "EFI" (usually 100MB–500MB), it is UEFI.
What does bootsect /nt60 sys /force actually do?
This updates the boot volume master code. It forces the system to look for newer bootloader files (bootmgr) rather than legacy files (ntldr). It essentially clears frozen hardware hooks so you can write new files.

Bottom Line

The “Bootrec /Fixboot Access Is Denied” error is usually caused by EFI partition access problems, corrupted boot files, or damaged boot configuration data. This post offers effective methods to fix this issue.

If you have any difficulty in using our software, don’t hesitate to contact us via [email protected]. Be sure you have a clear statement of your issue. We read and reply soon.

  • linkedin
  • reddit