This guide shows you how to fix the Master boot record (MBR) in any of the Windows versions: Windows 10, Windows 11, Windows XP, Vista, 7, or Windows 8.

Contents

What is the MBR

The MBR (stands for “Master boot record”) is a boot sector (a region of your hard disk) that holds information about the partitions of your hard drive and acts as a loader for the operating system you’re running.

The Master boot record is created when you first install Windows, on the first partition you create. It’s the first 512 bytes of your hard disk.

If the MBR is damaged, you won’t be able to boot into Windows. All Windows versions – Windows XP, Vista, 7 or 8 – use MBR and, if damaged you won’t be able to boot.

It can be damaged by certain viruses that target the MBR to replace it with their own code or in cases when you dual boot with a Linux distribution (see Error: no such partition. Grub rescue article).

Backup

You can backup the MBR since it’s stored on the hard disk and you restore it later, when needed.

You only need one command to backup the MBR:

dd if=/dev/sda of=/path-to-save/mbr-backup bs=512 count=1

In the above command, /path-to-save/mbr-backup is the path where you want to save mbr-backup.

Restore

Important: Restoring your Master boot record with the wrong partition table will make your data unreadable and will make it very hard to recover your data later.

You can restore the saved Master boot record using this command:

dd if=/path-to-get/mbr-backup of=/dev/sda bs=512 count=1

In this command, /path-to-get/mbr-backup is the path where you have the mbr-backup stored.

Common errors

If the Master boot record is broken, your computer may show some of the following errors:

The "Error loading operating system" error

The “Error loading operating system” error

The "Operating system not found" error

The “Operating system not found” error

The "Invalid partition table" error

The “Invalid partition table” error

The "No bootable medium found" error

The “No bootable medium found” error

The Reboot and Select proper boot device error

The Reboot and Select proper boot device error

Other errors can be shown, depending on many factors, that are caused by a damaged boot record.

Fix the MBR with Easy Recovery Essentials

Easy Recovery Essentials, our bootable recovery and repair CD/USB, is guaranteed to repair most damages done to the Master boot record (MBR) using its Automated Repair feature for Windows XP, Vista, 7 or 8:

  1. Download Easy Recovery Essentials. Choose your Windows version (XP, Vista, 7 or 8) before downloading.
  2. Burn the image. Follow these instructions on how to burn the bootable ISO image very carefully, as making a bootable CD can be tricky!
  3. Boot Easy Recovery Essentials
  4. Choose Automated Repair option and click Continue
    Easy Recovery Essentials

    Choose “Automated Repair” in Easy Recovery Essentials

  5. Choose your Windows installation drive’s letter (usually it’s C:\) and click on Automated Repair
  6. Easy Recovery Essentials will now begin
    Easy Recovery Essentials

    Easy Recovery Essentials Starts the Process

  7. Once the process is complete, click Restart
  8. Done. Windows XP, Windows Vista, Windows 7 or Windows 8 should properly load now.
    Windows XP, Vista, 7, 8 Boot Screens

    Windows XP, Vista, 7, 8 Loading Successfully

You can download Easy Recovery Essentials from here.

Fix the MBR in Windows XP

Windows XP users can use the fixmbr command to repair the MBR. You need the original Windows XP installation CD to run Recovery Console and run the fixmbr utility.

If you don’t have the Windows XP installation CD to run Recovery Console, go to Fix MBR with Easy Recovery Essentials.

The fixmbr command is only available for Windows XP and Windows 2000.

The instructions to run fixmbr are:

  1. Boot from the Windows XP CD
  2. At the “Press any key to boot from CD…” message, press any key to boot into the CD
  3. When the Welcome to Setup screen appears, press R to open Recovery Console
    Windows XP Press R for Recovery Console

    Windows XP Press R for Recovery Console

  4. At the “Which Windows installation would you like to log onto” question, type 1 and hit Enter, if your Windows XP is the only operating system on your hard drive
  5. At the “Type the Administrator password” question, enter the password and hit Enter afterwards
  6. Type fixmbr
    The fixmbr in Command Prompt

    The fixmbr in Command Prompt

    If the “Are you sure you want to write a new MBR?” message appears, press Y and hit Enter

  7. Press Enter
  8. Wait for the process to finish. The fixmbr utility software will repair any damage to the master boot record.
  9. Remove the Windows XP CD
  10. Type exit
  11. Press Enter to restart your computer

If you weren’t able to boot your computer because of a damaged MBR, the above instructions should fix it and your Windows XP should start normally.

If the fixmbr command doesn’t work, try using the map command to get the correct drive name where you want to repair the Master boot record:

  1. Type map
  2. Hit Enter
  3. Wait for the output of the map utility:
    C: NTFS 1024MB \Device\Harddisk0\Partition1 E: \Device\CdRom0

    The above output is an example. The output for your computer can be different, but note the drive letter for the item with Harddisk0, in this case C:\.

Fix the MBR in Windows Vista

Windows Vista uses a different utility to fix the MBR than XP does, the bootrec command.

You need your original Windows Vista installation CD/DVD to run the bootrec utility.

If you don’t have the Windows Vista installation CD/DVD to run Command Prompt, go to Fix MBR with Easy Recovery Essentials.

The instructions are:

  1. Boot from your Windows Vista installation CD or DVD
  2. Choose your language and keyboard layout
  3. At the Welcome screen, click on Repair your computer
    Windows Vista Repair Your Computer Menu

    Windows Vista Repair Your Computer Menu

  4. Choose the operating system and click Next
  5. When the System Recovery Options window appears, click on Command Prompt
  6. When Command Prompt appears, type these commands:
    bootrec /FixMbr bootrec /FixBoot bootrec /RebuildBcd

    You can type bootrec.exe for a full description of above commands.

  7. Press Enter after each command
  8. Wait for the operation to finish. If it was a success, a confirmation message will appear on the screen.
  9. Remove the CD/DVD from the disk tray
  10. Type exit
  11. Hit Enter and restart your computer

You can run Startup Repair for Windows Vista before running bootrec.exe to try and fix the boot error automatically. The steps to run Startup Repair are:

  1. Boot from the installation CD/DVD
  2. Click on Repair your computer, after you select the language and keyboard layout
    Windows Vista Repair Your Computer Menu

    Windows Vista Repair Your Computer Menu

  3. Choose your operating system from the list, click Next
  4. When the System Recovery Options dialog appears, click on Startup Repair
    Windows Vista System Recovery Options

    Windows Vista System Recovery Options

  5. Wait for the process to finish. Restart your computer when prompted by the system

Another alternative is to completely rebuild the BCD, if the bootrec /rebuildbcd command doesn’t work. When you are at the Command Prompt, type the following commands:

bcdedit /export C:\bcdbackup c: cd boot attrib bcd -s -h -r ren c:\boot\bcd bcd.backup bootrec /rebuildbcd

After each command, hit Enter.

Fix the MBR in Windows 7

You need your original Windows 7 installation DVD to boot into System Recovery Options and run Command Prompt.

If you don’t have the Windows 7 installation CD/DVD to run Command Prompt, go to Fix MBR with Easy Recovery Essentials.

The instructions are:

  1. Boot from the Windows 7 installation DVD
  2. At the “Press any key to boot from CD or DVD…”, press any key to boot from the DVD
  3. Select a language
  4. Select a keyboard layout
  5. Click Next
  6. Select the operating system and click Next. The “Use recovery tools that can help fix problems starting Windows” must be checked when you select the operating system.
  7. At the System Recovery Options screen, click on Command Prompt
    Windows 7 System Recovery Options Screen

    Windows 7 System Recovery Options Screen

  8. When Command Prompt successfully loads, type this command:
    bootrec /rebuildbcd
  9. Press Enter
  10. Type the next command:
    bootrec /fixmbr
  11. Press Enter
  12. Type the next command:
    bootrec /fixboot
  13. Press Enter
  14. Remove the installation DVD from the disk tray and restart your computer

If bootrec /fixmbr and bootrec /fixboot doesn’t work, try restoring the boot sector code of your Windows 7:

  1. Determine the drive letter of your Windows installation CD/DVD by typing these commands in the Command Prompt:
    diskpart select disk 0 list volume
  2. Look for the “CD-ROM” word in a “Type” column. This item is your CD/DVD installation drive letter. If the drive letter is D:\, type these commands:
    exit D: cd boot dir

    If the drive letter is different than D:\, replace the second command with the drive letter you have noted from the previous list volume command.

  3. Type this command:
    bootsect /nt60 SYS /mbr
  4. Press Enter
  5. Remove the CD/DVD from the disk tray
  6. Type exit
  7. Press Enter to restart your computer

Fix the MBR in Windows 8 or 8.1

You need the original Windows 8 or 8.1 installation DVD to repair the Master boot record.

If you don’t have the Windows 8/8.1 installation CD/DVD to run Command Prompt, go to Fix MBR with Easy Recovery Essentials.

The instructions are:

  1. Boot from the original installation DVD (or the recovery USB)
  2. At the Welcome screen, click Repair your computer
    Windows 8 Repair Your Computer Menu

    Windows 8 Repair Your Computer Menu

  3. Choose Troubleshoot
  4. Choose Command Prompt
  5. When the Command Prompt loads, type the following commands:
    bootrec /FixMbr bootrec /FixBoot bootrec /ScanOs bootrec /RebuildBcd
  6. Press Enter after each command and wait for each operation to finish
  7. Remove the DVD from the disk tray
  8. Type exit
  9. Hit Enter
  10. Restart your computer and check if Windows 8/8.1 can now boot

If bootrec utility doesn’t fix your Windows 8/8.1, try following the next commands to fix the EFI bootloader of the Windows 8/8.1:

  1. Boot from the installation DVD or the Windows 8 or Windows 8.1 recovery USB
  2. Click Repair your computer
  3. Choose Troubleshoot
  4. Choose Command Prompt
  5. Type these commands in order and hit Enter after each:
    diskpart sel disk 0 list vol

    These commands will select the first disk of your computer and the list all the partitions available on that disk.

  6. Check for the volume item that has the Fs column FAT32. The EFI partition must be formatted under FAT32. If the volume number of EFI partition is “2”, type the following command:
    sel vol 2

    If the volume number is different than 2, replace “2” with the number available on your computer.

  7. Assign a letter to this partition, a letter that is different that those already available on your computer, for example x:\. Type this command to assign the letter:
    assign letter=x:
  8. Wait for the success message to appear:
    DiskPart successfully assigned the drive letter or mount point.
  9. Type exit to quit the DiskPart utility:
    exit
  10. Type this command and replace x:\ with the letter you assigned earlier to the EFI partition:
    cd /d x:\EFI\Microsoft\Boot\
  11. Then type the bootrec command to repair the volume:
    bootrec /fixboot
  12. Now you need to backup the old BCD and recreate a new one. Type:
    ren BCD BCD.backup
  13. Type this command to recreate the BCD and replace the x:\ with the assigned letter earlier:
    bcdboot c:\Windows /l en-us /s x: /f ALL
  14. In above command, Windows is installed on c:\. If the drive letter where your Windows 8/8.1 is installed is different, replace c:\ with your drive letter.
  15. Remove the DVD from the disk tray
  16. Type exit
  17. Restart your computer
Windows 8 bootrec utility results screen

Windows 8 bootrec utility results screen

Fix the MBR in Windows 10

You need the original Windows 10 installation DVD to repair the Master boot record.

If you don’t have the Windows 10 installation DVD to run Command Prompt, go to Fix MBR with Easy Recovery Essentials.

The instructions are:

  1. Boot from the original installation DVD (or the recovery USB)
  2. At the Welcome screen, click Repair your computer
  3. Choose Troubleshoot
  4. Choose Command Prompt
  5. When the Command Prompt loads, type the following commands:
    bootrec /FixMbr bootrec /FixBoot bootrec /ScanOs bootrec /RebuildBcd
    Windows 10 Repair Your Computer Menu

    Windows 10 Repair Your Computer Menu

  6. Press Enter after each command and wait for each operation to finish
  7. Remove the DVD from the disk tray
  8. Type exit
  9. Hit Enter
  10. Restart your computer and check if Windows 10 can now boot

If bootrec utility doesn’t fix your Windows 10 installation, try following the next commands to fix the EFI bootloader:

  1. Boot from the installation DVD or the Windows 10 setup or recovery USB
  2. Click Repair your computer
  3. Choose Troubleshoot
  4. Choose Command Prompt
  5. Type these commands in order and hit Enter after each:
    diskpart sel disk 0 list vol

    These commands will select the first disk of your computer and the list all the partitions available on that disk.

  6. Check for the volume item that has the Fs column FAT32. The EFI partition must be formatted under FAT32. If the volume number of EFI partition is “2”, type the following command:
    sel vol 2

    If the volume number is different than 2, replace “2” with the number available on your computer.

  7. Assign a letter to this partition, a letter that is different that those already available on your computer, for example x:\. Type this command to assign the letter:
    assign letter=x:
  8. Wait for the success message to appear:
    DiskPart successfully assigned the drive letter or mount point.
  9. Type exit to quit the DiskPart utility:
    exit
  10. Type this command and replace x:\ with the letter you assigned earlier to the EFI partition:
    cd /d x:\EFI\Microsoft\Boot\
  11. Then type the bootrec command to repair the volume:
    bootrec /fixboot
  12. Now you need to backup the old BCD and recreate a new one. Type:
    ren BCD BCD.backup
  13. Type this command to recreate the BCD and replace the x:\ with the assigned letter earlier:
    bcdboot c:\Windows /l en-us /s x: /f ALL
  14. In above command, Windows is installed on c:\. If the drive letter where you have Windows 10 installed is different, replace c:\ with your drive letter.
  15. Remove the DVD from the disk tray
  16. Type exit
  17. Restart your computer
Windows 10 bootrec utility results screen

Windows 10 bootrec utility results screen

More Information

Support Links

Applicable Systems

This Windows-related knowledgebase article applies to the following operating systems:

  • Windows XP (all editions)
  • Windows Vista (all editions)
  • Windows 7 (all editions)
  • Windows 8 (all editions)
  • Windows 8.1 (all editions)
  • Windows 10 (all editions)
  • Windows 11 (all editions)

Propose an edit

Tagged: