Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Hardware»Storage»How to Initialize SSD/HDD in Windows

How to Initialize SSD/HDD in Windows

chunanBy chunanJuly 25, 2022
Initialize SSD hdd

Initializing and formatting your SSD or HDD is the first step after adding a new SSD/HDD to your computer system. The newly added external drive will not work unless you complete the initialization process.

To start this process, you can use the Disk Management or the diskpart utility. For a comprehensive guide, you can follow this article to learn how to initialize a newly added SSD/HDD.

How to Initialize SSD/HDD in Windows?

The computer might not detect the drive until you initialize it. You can only use the disk for general use after initializing it and then partitioning it. There are a couple of ways to do it.

Using Disk Management

The computer might not detect the drive until you initialize it. You can only use the disk for general use after initializing a disk and then partitioning it.Disk management is a great windows tool to manage your disk partitions. Here’s how to initialize your newly installed SSD/HDD.

  1. Press Windows + X keys and go to Disk Management. Make sure to use an administrator’s account or run Disk Management as administrator.
    disk-management.jpg
  2. Confirm your disk is online first. Right-click on your disk and check if the options show “Online,” click on it to make your disk online.
  3. Right-click on your disk and click Initialize Disk.
    initialize a disk ssd hdd
  4. This will prompt you to choose between MBR or GPT partitioning styles. Choose GPT and press Ok.
    mbr or gpt in initialization
  5. Right-click on your new drive and select New Simple Volume.
  6. A disk partitioning wizard will pop up on the screen, asking you to input the partition size and input the volume label.
  7. Select NTFS file system and sequentially click Next and Finish again to complete the initialization process.

You can use your SSD for storage after the initialization ends. It will now detect your new drive as a usable disk partition.

Meanwhile, there are several third-party software that you can use to initialize your disk as well. However, such software can be risky to use and it is always a good idea to use Windows built-in software if available.

Initializing With Command Line

You can also use the built-in Powershell to initialize your disk. These steps will guide you on how to initialize your device.

  1. Press Windows + X and select Windows Powershell(Admin) from the list, and click Yes. 
  2. Type diskpart and press Enter.
  3. Type list disk to display all the available disk partitions.
  4. The number under Disk represents the label of the disk partition. Note down the number of the partition you want to initialize.
  5. Type Exit and press Enter.
    initialize disk using powershell
  6. Type ‘Initialize-Disk -Number 1 -PartitionStyle -GPT’. The ‘-GPT’ of the partition style can be replaced with -MBR to use the master boot record partition style.

How to Choose Disk Partition Styles?

Master Boot Record(MBR) and GUID Partition Table(GPT) are the two styles for disk partition. MBR has a storage reserve for the computer’s partition information and core code that first launches the computer’s operating system. The MBR partition style only supports 4 partitions and a maximum storage size of 2 Terabyte drives.

Unlike MBR, GPT is a newer disk partition style that allows up to 128 disk partitions and supports 9.4 zettabytes or 9400000000 TB of storage. Most newer drives use the GPT disk partition style as it provides data recoverability and better protection.

How to Convert MBR to GPT?

You can convert your MBR disk to GPT using the Disk management tool. These steps will guide you on how to convert the disk partition style.

  1. Open Disk Management Tool.
  2. Right-click on the disk of choice and click convert to GPT.
    convert to dynamic disk
  3. If you already have it in GPT, it will show as ‘convert to MBR. Remember that you can only convert disks that do not have volume partitions.

You can also convert it from the command prompt. But, first you have to backup all your data in that disk as it will erase all data. You will also have to change your boot firmware model to UEFI for the conversion to complete.

Here’s a step-by-step guide to convert your MBR to GPT using the cmd:

  1. Search for the command prompt in the taskbar and run as administrator.
  2. Type mbr2gpt/ validate in the command line to check whether it is convertible or not.
    mbr validate
  3. Type mbr2gpt/ convert to convert your disk from MBR to GPT.
    mbr convert

The conversion process is very short and will complete very quickly. Adding /allowFullOS will override any issues you may encounter.

The mbr2gpt.exe function is generally disabled by default. It can only run on the Windows Preinstallation Environment. But the /allowFullOS bypasses the block and allows the use of the function.

How to Fix Drive Not Initialized Error?

If your disk is having trouble initializing, you can try the following troubleshooting processes. You can also look for detailed information about troubleshooting drives not initialized error.

Initialize Drive

You can follow the above listed methods to initialize the drive. The error is generally fixed by completing the initialization process.

Update/Reinstall Drivers

Updating your drivers is always worth trying first as outdated drivers can also be the cause behind your disk not initializing. You can try these steps to update your drivers:

  1. Press Windows + X and click Device Manager.
  2. Expand Disk drives.
  3. Right-click on your hard drive and click on Update driver.
    update-disk-driver
  4. Click on Search automatically for drivers.

This process will automatically detect outdated drivers and download it for you. You can also click on Search for updated drivers on windows update at the end to check for driver updates in Windows update. 

Uninstalling your disk driver and reinstalling again can also solve driver related issues. Just click on the Uninstall Driver option at step #3 above. Doing so will uninstall your driver and reinstall it again when you restart your computer. You can again try updating the driver after reinstalling it.

Scan for Viruses and Malware

Windows Defender is pre-installed antivirus software that can detect and remove malware from your computer system. You can scan for malware by following these steps:

  1. Click on the shield icon in the system tray.
  2. Go to Virus & Threat protection.
  3. Click on the Quick scan button.
    Quick-scan-for-virus

This will scan the computer system for viruses and offer you the choice to either remove them or quarantine them if any are found. You can also get more scanning options from the Scan options button just below which allows you to do a deep scan of the system which takes longer to complete.

You can even choose a custom scan that allows you to scan only a part of the disk. You can choose your preferred option and click on Scan Now.

how-to
chunan

I like writing, so I write.

Related Posts

no sd card slot

Laptop Has No SD Card Slot? Here’s What You Can Do

August 3, 2022
extend volume greyed out

Extend Volume Greyed Out – Why & How to Fix It

August 3, 2022
how-to-clone-sd-card

How To Clone an SD Card on a PC

July 7, 2022
how-to-transfer-file-from-internal-storage-to-sd-card

How to Transfer File from Internal Storage to SD Card?

July 5, 2022
how to transfer games from hdd to ssd 1

How to Transfer Games From HDD to SSD

June 30, 2022
how-to-eject-external-hard-drive

How To Eject External Hard Drive

June 14, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how to hide wire of keyboard and mouse

6 Ways to Hide the Keyboard and Mouse Wires

August 6, 2022
psvr horror games

15 Best PSVR Horror Titles of All Times

August 6, 2022
can laptops be upgraded

Can You Upgrade Your Laptops?

August 6, 2022
You may also like
how-to-delete-save-data-on-switch

How to Save and Delete Data on the Switch?

August 6, 2022
excel-concatenate-not-working

Why is My Excel CONCATENATE Not Working? Here’s How to Fix It

August 6, 2022
cable-outlet-not-working

How to Fix Cable Outlet Not Working? 8 Proven Ways to Fix It

August 7, 2022
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.