A brand-new hard drive or SSD won't show up in File Explorer until it's been initialised, partitioned, and formatted β€” three distinct steps that confuse a lot of first-time PC builders. Get the settings wrong at this stage (particularly the partition style) and you can run into compatibility issues later, especially if the drive needs to serve as a boot drive. This guide walks through the whole process using Windows' built-in Disk Management tool, no third-party software required.

Understanding the three steps

  1. Initialising β€” writes a partition table to the completely blank drive, choosing between MBR and GPT (explained below). This has to happen before Windows can do anything else with the drive.
  2. Partitioning β€” divides the drive's space into one or more logical sections ("volumes") that Windows treats as separate drives (like C: and D:).
  3. Formatting β€” writes a file system (typically NTFS for Windows) onto a partition, which is what actually allows Windows to store and organise files on it.

GPT vs MBR: which to choose

When initialising a new drive, Windows asks you to choose between MBR (Master Boot Record) and GPT (GUID Partition Table).

  • GPT is the modern standard and the correct choice for almost every situation today. It supports drives larger than 2TB, allows up to 128 partitions without extra workarounds, and is required if you want the drive to boot in UEFI mode (the standard on any PC built in the last decade or so).
  • MBR is the legacy standard, limited to 2TB per drive and 4 primary partitions. It's only relevant if you're setting up a drive for an old system that specifically requires Legacy BIOS boot mode rather than UEFI, which is uncommon on modern hardware.

Unless you have a specific reason to need MBR (typically only for booting on very old hardware or dual-booting with a legacy OS setup), choose GPT for any new drive, especially anything over 2TB where MBR isn't even a viable option.

Step 1: Initialise the new drive

  1. Physically install the drive: connect the SATA data and power cables for an HDD/SATA SSD, or seat an NVMe drive into its M.2 slot and secure the retention screw.
  2. Boot into Windows. A new, blank drive typically won't appear in File Explorer at this stage β€” that's expected.
  3. Right-click the Start button and select Disk Management (or search "Create and format hard disk partitions" in the Start menu).
  4. A prompt should appear automatically for a new drive asking you to initialise it β€” select GPT (per the guidance above) and click OK. If the prompt doesn't appear, right-click the drive labelled "Not Initialized" in the lower panel of Disk Management and choose Initialize Disk manually.

Step 2: Create a new partition (volume)

  1. In Disk Management's lower panel, find your new drive β€” it will show as a block of Unallocated space.
  2. Right-click the unallocated space and select New Simple Volume.
  3. The New Simple Volume Wizard opens β€” click Next.
  4. Specify volume size: By default this uses the entire available space, which is the right choice for most single-purpose drives (a dedicated games drive, a backup drive, etc.). If you want to split the drive into multiple partitions (for example, separating an OS partition from a data partition), enter a smaller size here in MB and repeat this whole process for the remaining unallocated space afterwards.
  5. Assign a drive letter: Choose any available letter (Windows suggests the next free one, which is fine for most setups) β€” this is how the drive will appear in File Explorer (e.g. D:, E:).
  6. Format the partition: this is where the file system gets applied β€” see the format settings below.
  7. Click Next, review the summary, then Finish.

Step 3: Choosing the right format settings

When the wizard reaches the format screen, you'll be asked to choose a file system, allocation unit size, and volume label.

  • File system β€” NTFS: Use NTFS for any drive that will be used as a primary Windows data or boot drive. It supports large file sizes, permissions, and journaling (which helps protect against corruption from unexpected power loss). Only choose exFAT if the drive needs to be read/written by both Windows and macOS interchangeably, or used in cameras/game consoles that don't support NTFS β€” exFAT lacks NTFS's journaling and permission features. Avoid FAT32 entirely for a modern drive; it caps individual file sizes at 4GB and is now mostly obsolete outside small USB sticks needing maximum device compatibility.
  • Allocation unit size: Leave this at Default unless you have a specific reason to change it (for example, a drive dedicated entirely to very large video files can sometimes benefit marginally from a larger allocation unit size, but this is a minor optimisation not worth pursuing unless you know why you need it).
  • Volume label: A friendly name shown in File Explorer (e.g. "Games", "Backup", "Media") β€” purely cosmetic and easy to rename later via right-click > Rename.
  • Perform a quick format: Leave this ticked for a new, healthy drive. A quick format skips the (very lengthy) full sector-by-sector scan and simply writes the file system structure, which is entirely sufficient for a new drive that hasn't shown any signs of a problem.

When would you use a full (non-quick) format? Only if you suspect the drive may have bad sectors and want Windows to scan for and mark them during formatting β€” this can take several hours on a large HDD. For a genuinely new drive, this is rarely necessary; instead, check drive health first with CrystalDiskInfo, which will flag any pre-existing problems far faster than a full format scan would.

Splitting a drive into multiple partitions

If you want more than one partition on a single physical drive (common for separating an OS install from bulk storage on the same disk), simply repeat Step 2 on the remaining unallocated space after the first partition is created, choosing a smaller size than the full available capacity the first time round. Keep in mind that partitioning doesn't provide any redundancy or performance benefit on its own β€” it's purely an organisational choice, and both partitions still depend entirely on the same physical drive's health.

Troubleshooting: drive not appearing at all

If the drive doesn't show up even as "Not Initialized" in Disk Management:

  1. Check Device Manager (right-click Start > Device Manager > Disk drives) to see whether Windows detects the drive at a hardware level at all.
  2. If it's not listed there either, reseat the SATA/power cables or the M.2 module, and confirm the correct M.2 slot is being used if it's an NVMe drive (see our guide on fixing slow SSD speeds for notes on M.2 slot types).
  3. Check the drive is enabled in BIOS/UEFI β€” some motherboards allow individual SATA ports or M.2 slots to be disabled.
  4. If the drive still isn't detected anywhere, it may be dead on arrival β€” most retailers and manufacturers offer straightforward replacement for drives that fail to be detected at all when new.

Once initialised, partitioned, and formatted correctly, the new drive is ready to use exactly like any other drive in File Explorer β€” for extra peace of mind on a drive that will hold anything important, it's worth running a CrystalDiskInfo health check once it's had a few days of normal use, just to confirm everything's reporting as healthy.


Was this guide helpful? Explore more Storage Drive Troubleshooting guides, or browse all Desktop PC Repair articles.