Ways to Initialize Disk Windows 10 and Common Disk Initialization Errors
In this article, you can learn how to initialize disk in Windows 10 via CMD and PowerShell. Besides, we will also teach you how to fix several common disk initialization errors effectively.
Initialize Disk to MBR or GPT in Windows 10?
When you add a brand new disk to your computer and it does not show up in File Explorer, you need to initialize it before using it. Besides, only initializing a disk wonât make the disk usable. You also need to further partition and format the drive, which will surely erase all your disk data. In the process of disk initialization, you have to make a choice between MBR and GPT partition styles. The following table explains the main differences between those two disk types and helps you make a wise final decision.
In one word, compared with MBR, GPT is a relatively new partition style. It breaks out the partition and disk size limitation of MBR, being able to support 2TB+ hard drive and hold up to 128 primary partitions. However, all editions (except Windows XP 32-bit) can read and use GPT for data storage, but only 64-bit Windows versions (starting from Windows Vista 64-bit) can use GPT as the system disk. And both all 32-bit and 64-bit Windows versions are data and system compatible with MBR. So, choose one based on your personal requirement.
How to initialize disk Windows 10?
To initialize disk in Windows 10, you can use Disk Management: in the search box on the taskbar, type âdisk managementâ, select and hold Disk Management, then select âRun as administratorâ and âYesâ. In the Disk Management, right-click the disk you need to initialize, and then click âInitialize Diskâ.
If the disk is listed as âOfflineâ, first right-click it and select âOnlineâ, ensure you select the correct disk and the required partition style. Besides, you can also use CMD and PowerShell to initialize disk in Windows 10. Below are the specific steps:
â1. Initialize disk via Command line
Press Windows key and R key at the same time, input âcmdâ and hit on Enter to open Command Prompt window. Execute the following commands in turn and press Enter after each one:
â¶diskpart
â¶list disk
â¶select disk #
â¶convert gpt: if you want to initialize disk to MBR, input âconvert mbrâ instead.
â2. Initialize disk using PowerShell
Click Search box and input âpowershellâ, then right-click the âWindows PowerShellâ icon and select âRun as administratorâ to launch PowerShell window. Type in âget-diskâ and press âEnterâ to check all disk recognized by the current OS. The uninitialized disk is shown as âRAWâ. Then type in âinitialize-disk nâ (n represents the number of the disk you need to initialize) and press Enter.
Note: This command will initialize the target disk as GPT by default. To initialize disk to MBR, you need to add the "PartitionStyle" parameter: "Initialize-Disk n âPartitionStyle MBR".
As mentioned above, after initializing the disk, you also need to format the partition and then store data on it.
Common disk initialization errors and solutions
In general, the above methods can help initialize disk in Windows 10, 8, 7 successfully. But sometimes, you might be unable to initialize disk and receive some errors such as âInitialize disk device not readyâ, âInitialize disk the system cannot find the file specifiedâ, âInitialize disk incorrect functionâ and more. Here we would like to share you with several workable solutions for your reference.
âSolution 1. Check the drive connection
To check whether the error is caused by loose connections or damaged computer USB ports, first disconnect the storage device and reinsert it into your computer correctly via the same USB ports. If the error is fixed, the device or the related USB port is damaged. If the error still persists, try another USB port. If your device can be accessed now, the original USB port must be damaged and causes this problem. However, if this method does not work, either, connect your device to another computer to check if this error is caused by the computer. If the problem does not disappear, go for the next solution.
âSolution 2. Check CMOS setup
Reboot your computer and long press the F2, Del or other specific key to enter CMOS settings. Navigate to the BIOS Features Setup and check if the Virus Warning is disabled. If it is enabled, change it to Disabled. Then you can try to initialize the disk again with any method listed above.
âSolution 3. Uninstall and reinstall the USB controller driver
Right-click âThis PC/My computerâ, click on âManageâ>âDevice Managerâ. Expand the âDisk Driverâ and on the right pane to find out the device that is not ready. Right click it and choose âUninstallâ, unplug the drive, reboot your computer, and then reconnect the disk to check the âInitialize disk device not readyâ âInitialize disk the system cannot find the file specifiedâ, âInitialize disk incorrect functionâ errors has been solved.
âSolution 4. Check drive for file system errors
Double-click âThis PC/My computerâ to open File Explorer. Right-click the drive and select âPropertiesâ. Click âToolsâ tab and âCheckâ or âCheck Nowâ option under the Error checking to check the possible file system errors. Finally, click âScan and repair driveâ and then restart your computer to make the changes available.
âSolution 5. Recover lost partition on the unallocated space
If all the solutions wonât make any difference and the disk is shown as "disk unknown not initialized" and the partition has become "unallocated" space, you can use the AOMEI Partition Assistant Professional to recover lost partition.
Step 1. Install and launch AOMEI Partition Assistant Professional. Click "Recover" > âPartition Recoveryâ, and select the disk that contains the lost partition. Click âNextâ.
Step 2. Here you can select the recommended method âFast Searchâ to find out the lost partition. If it fails, then switch to the âFull Searchâ instead.
Step 3. Select the lost partition and click âProceedâ.
Step 4. Click âFinishâ to exit this window after you see the congratulations message.
You can also recover lost data if there is important file have deleted by accidentally.
âSolution 6. Rebuild MBR
MBR (Master Boot Record) is a special type of boot sector at the beginning of the hard drive. It provides the hard disk partition information, used by the operating system to visit this disk and access inside data. If it is damaged, the disk might be shown as ânot initializedâ and cannot accessed any longer. Then, you can use the above software to rebuild MBR to solve this issue.
Step 1. Launch AOMEI Partition Assistant Professional. Right-click the target disk and select âRebuild MBRâ.
Step 2. Choose the proper MBR type according to the current operating system and click on âOKâ.
Step 3. Back to the main interface, click on âApplyâ and âProceedâ to commit the pending operation.
Summary
In summary, you can use Windows built-in Disk Management, CMD and PowerShell to initialize disk in Windows 10. If you cannot initialize disk as usual and meet the above errors âInitialize disk device not readyâ, âInitialize disk the system cannot find the file specifiedâ, âInitialize disk incorrect functionâ. please try the previous methods to address those problems.