欧宝app官网登录

[EXPLAINED] – ‘Windows Cannot be installed to this Disk. The Selected Disk is not of the GPT Partition Style’ Error

Summary:In this post, we will discuss the ‘Windows cannot be installed to this disk’ Windows installation error message. We will employ various methods to resolve this error and get our Windows installation process back on track. We will also use a professional data recovery software to recover data lost in this case.

Free Download For Windows
Free Download For Windows
Table of Content arrow

    When we install Windows OS on a computer, we configure our hard drive partition style to be compatible with the boot mode that we will use, i.e., UEFI or legacy BIOS mode. However, in a scenario where the hard drive partition style is not compatible with the boot mode, we encounter the following error message – ‘Windows cannot be installed on this disk. The selected disk is not of the GPT partition style’.

    This error message states incompatibility between the storage drive’s partitioning style and the BIOS mode. If this is your first time installing Windows OS, then this error message might seem difficult to fix. However, it is actually quite easy to get rid of. Let’s read further to know more.

    What is the ‘Windows Cannot be Installed to this GPT Disk’ Error Message?

    The ‘Windows cannot be installed on this disk. The selected disk is not of the GPT partition style’ error message is a common Windows OS installation error. It usually pops up while installing Windows 10/8/7. This is how it looks.

    windows cannot install to gpt disk error message

    As soon as this error shows up, it stalls the installation process and prevents the user from installing the new OS.

    What are MBR & GPT Partition Styles?

    之前解决错误的方法,it’s important to understand the difference between GPT & MBR partitions.

    MBR Partition Style- - - - - -MBR or Master Boot Record is a partition majorly supported by old or legacy computers. It contains information related to drive partitions and the code to launch the OS. This partition style doesn’t support storage drives larger than 2 TB. This partition style supports a very limited number of drive partitions, i:e. 26. Its compatibility with old computers, however, makes it a highly compatible partition style.

    GPT Partition Style- - - - - -GPT or GUID partition table is a newer partition standard used in modern computers. It is compatible with the UEFI boot mode and thus is supported by new-age computers. This partition style supports storage drives larger than 4 TB and more drive partitions than MBR.

    Methods to Resolve the ‘Windows Cannot be installed on this GPT Disk’ Error Message

    Now that we understand the key differences between MBR and GPT, let’s discuss some methods to resolve the above error.

    If you have encountered this error while installing Windows OS, there are two options to consider resolving it –

    • Boot your computer in legacy BIOS-compatibility mode. This mode allows you to keep the existing partition style.
    • Convert the MBR drive to the GPT drive to continue with the Windows installation. However, there is a risk of data loss associated with this method.

    It is clear from the error message itself that it needs a GPT partition on the storage drive for installing Windows compatible with UEFI mode.

    Note- - - - - -Before proceeding with the methods below, we would strongly advise you to take a complete backup of your data on an external drive. This backup will help youretrieve your lost filesin case there happens to be a data loss.

    Once you have taken a backup, move forward with the methods explained below –

    Method 1: Reboot Your Computer into Legacy BIOS Mode

    If you have encountered this error while reinstalling Windows on your PC, there are two ways to resolve this error message.

    Entering BIOS at the startup

    • Restartyour computer and keep pressing the key to enter your system’s BIOS. The usual keys areESC, Delete, F1, F2, F10, F11&F12. You can also check the motherboard manual or the manufacturer’s website for the right keys.

    enter bios to fix the error causing window cannot be installed to the GPT disk

    • Once inside, locate either theBoot Maintenance Manageroption or the高级启动选项. Then click on theBoot Modeand selectLegacy support.

    Using Advanced startup in Windows Settings

    • PressWINDOWS + Ito openWindows Settings.

    open windows settings

    • Click onUpdate & Securityand then onRecoveryin the left pane.
    • Locate theAdvanced startupsection and click onRestart now.

    use advanced startup to enter bios

    • The computer will boot into Windows RE.
    • Click onTroubleshoot > Advanced options > UEFI Firmware Settings > Restartto open the BIOS setup.

    troubleshoot windows cannot be installed to the gpt disk

    • In the BIOS setup, click on theBoottab and locateBoot Mode.
    • Select it and then change the boot mode fromUEFItoLegacy/Legacy Support(whichever option is available).

    use legacy mode in the bios

    • Save changes usingF10andexitthe BIOS.

    Once you have restarted the computer in the Legacy support boot mode, restart your Windows installation process.

    As restarting the computer in the legacy BIOS-compatible mode lets you keep the existing partition style, you should not see the error message on your screen anymore.

    Method 2: Use the Diskpart Utility to Clean & Reconfigure the Drive

    Diskpart is a command interpreter, which helps users manage their computer’s storage drives. This is a manual method that we will use to clean and reconfigure the storage drive from MBR to GPT.

    Doing this will make the installation drive compatible with the selected boot mode for installation.

    Note- - - - - -If you are using an old hard drive that has data on it for installing Windows OS, then doing this can cause data loss. Hence, we recommend taking a complete backup of the data before proceeding with this method. However, if you are using a brand new storage drive, you need not worry.

    If the‘Windows cannot be installed on this disk. The selected disk is not of the GPT partition style’error message has stalled the OS installation process, you can use thediskpartcommand to clean and reconfigure the drive. Here are the steps to do this –

    • Turn offyour computer and put in the Windows installation USB or DVD.
    • Boot the PC to the installation media inUEFI
    • Begin the installation setup. As soon as you encounter the error message, abort the process to return to the initial screen of the Windows OS installation.

    Windows OS installation screen

    • Then pressF10to launch thecommand prompt
    • Typediskpartand pressEnterto initialize the diskpart tool.
    • Typelist diskand pressEnterto list all the storage drives. Note down the disk number of the installation drive present in the first column.
    • Typeselect disk. Replace /number with disk number. For e.g. –select disk 0. PressEnter./number
    • Typecleanto wipe all of the data from the selected drive.

    Once you have wiped the drive clean, it is time for you to reconfigure it from MBR to GPT. Continue after the previously executed command and follow the steps mentioned ahead.

    • Once the drive is reconfigured, typeconvert gptand pressEnter.
    • This will convert the selected drive fromMBR to GPT.

    execute commands in cmd to fix the windows cannot be installed to the gpt drive error

    • TypeExitto exit the diskpart utility.
    • Restartthe Windows OS installation process.

    Method 3: Use Microsoft’s MBR2GPT Tool

    MBR2GPTis a Microsoft’s utility that is used to convert an MBR partition drive to a GPT partition without modifying or deleting its data. It is mainly used in WinPE but can also be used in the full Windows operation system by using the/allowfullosparameter along with other parameters used with thembr2gptcommand. This is how it looks –

    run mbr2gpt tool using cmd to fix the error

    This utility can easily convert a disk from MBR to a GPT partition. It can also convert a BitLocker encrypted disk with an MBR partition table to a GPT partition, provided the encryption is suspended. It can also undertake the conversion of OS disks with old Windows 10 versions like 1507, 1511, and 1607.

    How to Recover Lost Data in this Scenario?

    As mentioned before, the above methods can cause you to lose your data and files. If you have lost your data, you can go ahead and use the data backup that you created to retrieve your lost files.

    You can also use aprofessional data recovery softwarelikeStellar Data Recovery Professionalto recover your lost data in this case. If you have a spare Windows computer, you can plug in the inaccessible drive and use the data recovery software to restore your deleted files.

    Moreover, this software also allows users to create a bootable media drive, which can help you directly recover your data from the unbootable computer. Refer to our simpleguide to recover lost datausing Stellar Data Recovery Professional.

    To Wrap It Up

    The ‘Windows cannot be installed on this disk. The selected disk is not of the GPT partition style’ error message usually occurs while installing Windows. It occurs when the storage drive’s partition table is incompatible with the boot mode. We hope that using the methods mentioned in this detailed post, you were able to resolve the error and install Windows without any hiccups.

    progress
    76% of people found this article helpful

    WHY STELLAR®IS GLOBAL LEADER

    Why Choose Stellar?
    • 0M+

      Customers

    • 0+

      Years of Excellence

    • 0+

      R&D Engineers

    • 0+

      Countries

    • 0+

      PARTNERS

    • 0+

      Awards Received

    • TUV SUD ISO 27001
    • TUV SUD ISO 9001
    • NIST
    • HIPAA Verified