+5 votes
46 views
Windows cannot be installed on this disk. It has the GPT partition style

in Windows11 by (551k points)
reopened | 46 views

1 Answer

+3 votes
Best answer

Fix Cannot install Windows on this disk

The hard drive partition scheme is essential when installing Windows 11 since based on the established scheme it will be possible for the installation to be successful or not, Windows can handle two types of schemes that are GPT and MBR..

 

MBR (Master Boot Record) is a type of scheme where the boot sector is located at the beginning of the disk or called the first sector and hence its name. This sector has a size of 512bytes and in it we find the master boot code, the disk partition table and the boot signature with which the end of the MBR sector is marked. MBR has some limitations such as it can only work with disks up to 2TB in size and it only supports up to four primary partitions.

 

GPT (GUID Partition Table) is much more advanced since it is integrated into the Unified Extensible Firmware Interface (UEFI), GPT allows us to have a much more complete mechanism to partition disks than what we can achieve with MBR, a GPT disk does use of primary and backup partition tables for redundancy tasks and CRC32 fields in order to improve the integrity of the partition data structure and with this the possibility of increasing its usability is guaranteed..

 

 

GPT partitions each have a unique ID GUID and partition content type, and a GPT partition has a 36-character Unicode name.

 

image

 

Difference GPT and MBR
To understand a bit the difference between these two schemes, GPT is better than MBR regarding things like:

 

  • Faster system startup
  • Greater compatibility with larger hard drives, up to 2TB
  • All 64-bit versions of Windows support GPT
  • Allows use of up to 128 primary partitions
  • Directly tied to UEFI

 

 

A current problem is that trying to install or update Windows displays the error “Windows cannot be installed on this disk. The selected disk has GPT partition style" when selecting the hard disk, this is because when using BIOS, the disk with GPT scheme does not meet the necessary conditions to support the installation, although it is not possible to continue with the installation It means that we cannot do it, TechnoWikis will explain the way to correct this error and thus be able to install Windows on said disk..

 

To stay up to date, remember to subscribe to our YouTube channel!
SUBSCRIBE ON YOUTUBE

 

Fix Cannot install Windows on this disk


A detail to take into account, this process is not yet supported in Windows 11 because one of the requirements for use of Windows 11 is UEFI.

 

Step 1

In this case we will use Windows 10, we see the installation screen. We click "Next" to see this:

 

image

 

Step 2

We click on "Install now" to start the process:

 

 

image

 

Step 3

The process will begin:

 

image

 

 

Step 4

Now it is possible, if we have it, to enter the activation key:

 

 

 

image

 

step 5

We select the edition of Windows to install:

 

 

image

 

step 6

We accept the license of use:

 

 

image

 

step 7

We define the type of installation to use:

 

 

image

 

step 8

We come to the selection of the hard drive where the system will be installed:

 

 

image

 

step 9

When selecting the hard disk, it will have a message at the bottom, when clicking on it we will see the error "Windows cannot be installed on this disk. The selected disk has a GPT partition style":

 

image

 

step 10

Close the window. We use the following keys to access the terminal:

 

Shift + F10

 

 

 

 

image

 

 

step 11

We run "diskpart" to access the disk utility and list the disks:
 listdisk 
image

 

step 12

The disk with the GPT scheme has the * sign in the GPT column, now we select the disk where Windows will be installed:
 select disk# 
image

 

step 13

We list the partitions in said unit with the command:
 list partition 
image

 

step 14

We clean the disk using the command:
 clean 
image

 

step 15

We execute the "list partition" command again to verify that they have been deleted from the selected disk:

 

image

 

step 16

We list the hard drives:
 listdisk 
step 17

We validate that the GPT column is no longer marked with *:

 

 

 

 

image

 

step 18

This means that the disk will be ready to install Windows. We leave Diskpart with "exit":

 

image

 

step 19

Close the terminal with "exit" and now we will see the main menu again:

 

image

 

step 20

We click on "Update" to refresh the units and see the change:

 

image

 

step 21

We select the hard drive:

 

image

 

step 22

Now it is possible to install Windows there:

 

image

 

This series of commands is all we need to correctly install Windows on a system that shows us this GPT error.

 


by (3.5m points)
edited

Related questions

+3 votes
1 answer
+3 votes
1 answer
asked Mar 9, 2023 in Windows11 by backtothefuture (551k points) | 57 views
+3 votes
1 answer
asked Jun 30, 2023 in Windows11 by backtothefuture (551k points) | 41 views
+3 votes
1 answer
+3 votes
1 answer
asked Nov 4, 2022 in Windows11 by backtothefuture (551k points) | 58 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,633 questions
10,765 answers
510 comments
3 users