# How to Partition and Format a Drive in Windows 11 URL: https://www.mytechnician.tech/tips/partition-format-hard-drive-windows-11/ Published: 2026-07-26 | Author: Ankit Kumar Tags: Windows 11, Storage, System, Maintenance, Files Summary: Need to split, shrink, or format a drive in Windows 11? Use Disk Management and diskpart to partition safely, pick the right file system, and avoid data loss. Recommended app: Ultimate PC Repair Tool — https://www.mytechnician.tech/apps/my-technician/ (Microsoft Store: https://apps.microsoft.com/detail/9PH863L9C6HC?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## The Problem You have a new drive that does not appear in File Explorer, or you want to split one big drive into separate volumes, or an external drive is using the wrong file system and refuses files over 4 GB. All of it happens in **Disk Management**, with `diskpart` as the fallback when the graphical tool refuses. The mechanics take five minutes. The important part is knowing which operations destroy data and which do not. > **Formatting erases everything on that partition.** Shrinking and extending do not, but any partition work carries risk on a drive with existing data. Back up first: [set up automatic backups](https://www.mytechnician.tech/tips/set-up-automatic-backups/). **Drive not detected at all?** Start with [fix a corrupted USB or external drive](https://www.mytechnician.tech/tips/fix-corrupted-usb-external-drive/). ## Before You Start: What Each Operation Does * **Initialize** — writes a partition table to a brand-new drive. Safe on a new drive, destructive on one with data. * **Shrink** — takes free space off the end of a partition. Existing files are kept. * **Extend** — grows a partition into *adjacent* unallocated space to its right. Existing files are kept. * **New Simple Volume** — creates and formats a partition in unallocated space. * **Format** — erases everything in that partition and lays down a fresh file system. * **Delete Volume** — removes the partition and everything in it. ## Step 1: Back Up and Identify the Right Disk Choosing the wrong disk number is the one mistake that cannot be undone. 1. Back up anything on the drive you are about to touch. 2. Press `Win + X` → **Disk Management**. 3. Identify your target by **size and label**, not by disk number alone. 4. Note which disk holds **C:**, the **EFI System Partition**, and any **Recovery** partition — never touch those. 5. Unplug other external drives so they cannot be selected by accident. ## Step 2: Initialize a Brand-New Drive A new drive shows as **Not Initialized** with black unallocated space. 1. Right-click the disk label on the left (for example **Disk 1**) → **Initialize Disk**. 2. Choose **GPT (GUID Partition Table)**. Use **MBR** only for drives under 2 TB that must work in very old systems. 3. Click **OK**. The disk now shows as **Online** with unallocated space. ## Step 3: Create a Partition 1. Right-click the black **Unallocated** space → **New Simple Volume**. 2. Click through the wizard. For the whole drive, accept the default size. 3. Assign a drive letter. 4. Choose the file system — see Step 5 — and give the volume a label such as `Data` or `Backup`. 5. Leave **Perform a quick format** ticked unless you suspect the drive is faulty; a full format also surface-tests it, which takes hours. 6. Click **Finish**. The drive appears in File Explorer. ## Step 4: Split an Existing Drive 1. Right-click the partition you want to split → **Shrink Volume**. 2. Windows reports the maximum it can reclaim. It is often less than the free space because immovable system files sit near the end of the volume. 3. Enter the amount to shrink in **MB** (50 GB = 51200 MB) → **Shrink**. 4. Right-click the resulting unallocated space → **New Simple Volume** and follow Step 3. 5. If shrink offers far less than expected, temporarily disable hibernation (`powercfg /h off` in **Terminal (Admin)**) and System Restore, shrink, then re-enable both. ## Step 5: Choose the Right File System * **NTFS** — internal Windows drives and large external drives used only with Windows. Supports permissions, compression, and encryption. * **exFAT** — external drives shared between Windows, macOS, cameras, and TVs. No file-size limit in practice, no permissions. * **FAT32** — only for small USB sticks that must work in old devices or car stereos. **4 GB maximum file size.** Leave **Allocation unit size** on **Default** unless you have a specific reason to change it. ## Step 6: Format an Existing Drive This erases everything on that partition. 1. In **Disk Management**, right-click the partition → **Format**. 2. Set the label, file system, and quick-format option. 3. Click **OK** and confirm the warning. 4. For a quick wipe of a USB stick, right-click it in **File Explorer** → **Format** instead — same result, fewer steps. 5. **Formatting is not secure erasure.** If you are selling or donating the machine, see [wipe your PC before selling or donating](https://www.mytechnician.tech/tips/wipe-pc-before-selling-donating/). ## Step 7: Extend a Partition 1. Extending only works into unallocated space **immediately to the right** of the partition in Disk Management's layout view. 2. Right-click the partition → **Extend Volume** → accept the maximum → **Finish**. 3. If **Extend Volume** is greyed out, the free space is in the wrong place or separated by a recovery partition. You will need to move or delete the partition in between — back up first, since that is destructive. ## Step 8: Use diskpart When Disk Management Refuses Some drives — particularly USB sticks with hidden partitions, or drives previously used in a Mac or a NAS — cannot be fixed graphically. 1. Open **Terminal (Admin)** and type: ``` diskpart ``` 2. List the disks: ``` list disk ``` 3. **Check the sizes carefully**, then select yours: ``` select disk 1 ``` 4. Confirm you selected the right one: ``` detail disk ``` 5. Wipe the partition table: ``` clean ``` 6. Create and format: ``` create partition primary format fs=ntfs quick assign exit ``` **`clean` erases the entire selected disk instantly with no confirmation prompt.** Run `detail disk` and read the model name before you type it. ## Step 9: Verify the Result 1. Open **File Explorer** and confirm the new volume appears with the expected capacity. 2. Copy a large file to it and open it, to confirm it is genuinely writable. 3. Check the drive is healthy before you trust data to it: [check SSD and hard drive health](https://www.mytechnician.tech/tips/check-ssd-hard-drive-health-windows-11/). ## What Not to Do * **Don't touch the EFI, Recovery, or OEM partitions.** They are small, unlettered, and required for booting and reset. See [fix "There was a problem resetting your PC"](https://www.mytechnician.tech/tips/fix-there-was-a-problem-resetting-your-pc-windows-11/) for what breaks when the recovery partition goes missing. * **Don't use FAT32 for a drive holding video files.** The 4 GB limit will stop you mid-copy. * **Don't run `clean` without confirming the disk number.** There is no undo and no prompt. * **Don't rely on a quick format as secure deletion.** The data is still recoverable. ## Still Not Working? If Disk Management shows the drive as **Unallocated** and `diskpart` errors on `clean`, the drive is likely failing — check it with [SSD and hard drive health](https://www.mytechnician.tech/tips/check-ssd-hard-drive-health-windows-11/). If a drive holds data you need but will not mount, stop formatting and read [how to recover deleted files](https://www.mytechnician.tech/tips/how-to-recover-deleted-files-windows/) before anything else. Related: [free up disk space when C: is full](https://www.mytechnician.tech/tips/free-up-disk-space-c-drive-full-windows-11/) and [how to choose an SSD for your PC](https://www.mytechnician.tech/tips/how-to-choose-an-ssd-for-your-pc/). --- Source: https://www.mytechnician.tech/tips/partition-format-hard-drive-windows-11/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: Ultimate PC Repair Tool (Ultimate PC Repair Tool is a Windows diagnostic and repair toolkit with system analysis, automated troubleshooting, and hardware checks for Windows 10/11.) — https://www.mytechnician.tech/apps/my-technician/ More guides: https://www.mytechnician.tech/llms.txt