Skip to content
Five Easy Ways to Format a Drive in Windows 11

Five Easy Ways to Format a Drive in Windows 11

Written By Anoop C Nair
Last Updated November 5, 2024
Posted In Windows 11
SHARE

This post covers five easy ways to format a drive in Windows 11. I’m sharing this guide to help you format the drive on a Windows 11 PC using different methods. Formatting a drive permanently erases all data and sets up a file system.

Windows 10 and 11 support various file systems, including FAT, FAT32, exFAT, NTFS, and ReFS, ensuring flexibility and efficiency for managing disk volumes and partitions.

When you format a drive, you must enter a volume label. You can also decide how much space it will have, which file system to use, and the size of the allocation units. You can use a quick or full format to enable compression for files and folders.

In this post, I will show you how to format an internal or external drive that’s already connected and has an existing partition or volume with a drive letter in Windows 10 and Windows 11.

Patch My PC

What are the two methods of Formating Drive?

You can format a hard drive in Windows 11 using two methods:
1) Quick format: A quick format is faster and allows you to recover data later.
2) Full format : A full format erases all existing files, folders, and data from the drive, making recovery nearly impossible.

Five Easy Ways to Format a Drive in Windows 11

People format drives on Windows 11 to enhance their computer’s performance. Formatting a hard drive (HDD) or solid-state drive (SSD) removes unnecessary programs and files. You may need to format a hard disk in Windows 11 to change its file system, increase storage space, or enable file compression and encryption.

To format a drive on Windows 11, use the following methods to set up a new file system so your computer can read and write data.

Methods to Format a Drive in Windows 11
Settings
File Explorer
Command Prompt
PowerShell
Disk Management
Five Easy Ways to Format a Drive in Windows 11 – Table 1

Settings

Follow the following steps to format a disk in Windows 11 through Settings:

  • Open Settings (Win+I).
  • Click on System on the left side, choose Storage on the right side
  • Under Storage Management, click on Advanced Storage Settings to expand it
  • Hit on Disks & volumes
Five Easy Ways to Format a Drive in Windows 11 - Fig.1
Five Easy Ways to Format a Drive in Windows 11 – Fig.1

Select the disk you want to format and click Properties. Click on the Format. (see screenshot below)

Five Easy Ways to Format a Drive in Windows 11 - Fig.2
Five Easy Ways to Format a Drive in Windows 11 – Fig.2

Label the drive, choose a file system, tick the Perform a quick format checkbox, and click Format.

Five Easy Ways to Format a Drive in Windows 11 - Fig.3
Five Easy Ways to Format a Drive in Windows 11 – Fig.3

File Explorer

File Explorer is the easiest way to format a hard disk on Windows 11 and other internal or external storage devices.

  • Open This PC in File Explorer (Win+E).
  • Right-click on the drive you want to format and hit Format.
Five Easy Ways to Format a Drive in Windows 11 - Fig.4
Five Easy Ways to Format a Drive in Windows 11 – Fig.4

or

Select the drive you want to format, click the See more (3 dots) button on the command bar and tap Format.

Five Easy Ways to Format a Drive in Windows 11 - Fig.5
Five Easy Ways to Format a Drive in Windows 11 – Fig.5

After hitting Format, you will see a pop-up window. There, you should type a Label for the drive. Select an available file system, allocate unit size, and check or uncheck. Perform a quick format for what you want.

  • Click on Format when ready to format the drive.
Five Easy Ways to Format a Drive in Windows 11 - Fig.6
Five Easy Ways to Format a Drive in Windows 11 – Fig.6

Command Prompt

You must be signed in as an administrator to format a hard disk using Command Prompt.

Run the following commands in order:

  • First, type ‘diskpart’ and press Enter
  • Then type ‘list disk’ and press Enter
  • The Command Prompt will show all the drives on your PC.
  • Make a note of the Volume number (ex.”1″) of the drive letter (ex: “C”) to format.
Five Easy Ways to Format a Drive in Windows 11 - Fig.7
Five Easy Ways to Format a Drive in Windows 11 – Fig.7

Here, Disk 1 is selected for formatting.

Type the command below you want to use into Windows Terminal (Admin), and press Enter.

Quick format): format fs=<FileSystemType> label=”<FriendlyName>” quick​

OR​

(Full format) : format fs=<FileSystemType> label=”<FriendlyName>“​

Type the command below you want to use into Windows Terminal (Admin), and press Enter.

PowerShell

PowerShell is a command-line shell and scripting language for managing system configuration and automating various tasks. It’s included in all recent versions of Windows, so there’s no need to install anything.

  • Open Windows Terminal (Admin), and select Windows PowerShell.
  • Copy and paste the command below into Windows Terminal (Admin), and press Enter.

Get-Volume

  • Note the drive letter (ex: “D”) of the drive you want to format. (see screenshot below)
Five Easy Ways to Format a Drive in Windows 11 - Fig.8
Five Easy Ways to Format a Drive in Windows 11 – Fig.8
  • Type the command below you want to use into Windows Terminal (Admin), and press Enter.

(Quick format): Format-Volume -DriveLetter "<DriveLetter>" -FileSystem <FileSystemType> -NewFileSystemLabel "<FriendlyName>"

OR​

(Full format): Format-Volume -DriveLetter "<DriveLetter>" -FileSystem <FileSystemType> -NewFileSystemLabel "<FriendlyName> -Full"

Disk Management

To open Disk Management, press Win+R, type the command diskmgmt.msc and press OK. Now, you can see the Disk Management window where all the disk partitions are located.

Right-click on the drive volume/partition you want to format and tap Format.

Five Easy Ways to Format a Drive in Windows 11 - Fig.9
Five Easy Ways to Format a Drive in Windows 11 – Fig.9

When you tap Format, a pop-up window will appear. In it, you should type the volume label you want for this drive, select the file system and allocation unit size, and check or uncheck Perform a quick format.

  • Check or uncheck Enable file and folder compression on this drive.
  • Click OK when you are ready to format the drive.
  • Click/tap on OK to confirm. (see screenshot below)
  • Click on OK when the formatting has finished.
Five Easy Ways to Format a Drive in Windows 11 - Fig.11
Five Easy Ways to Format a Drive in Windows 11 – Fig.11

Need Further Assistance or Have Technical Questions? 

Join the LinkedIn Page and Telegram group to get the latest step-by-step guides and news updates. Join our Meetup Page to participate in User group meetings. Also, Join the WhatsApp Community to get the latest news on Microsoft Technologies. We are there on Reddit as well. 

Author

Anoop C Nair has been Microsoft MVP for 10 consecutive years from 2015 onwards. He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is a Blogger, Speaker, and Local User Group Community leader. His primary focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security, Career, etc. 

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Security

Microsoft Fixes 570 Security Vulnerabilities and 3 Zero-Day Vulnerabilities in July 2026 Patch Tuesday

Key Takeaways Microsoft Fixes 570 Security Vulnerabilities and 3 Zero-Day Vulnerabilities in July 2026 Patch Tuesday! Microsoft fixed 3 zero-day vulnerabilities as part of the July 2026 Patch Tuesday updates. Two of them, CVE-2026-56164 (Microsoft SharePoint Server Elevation of Privilege) and CVE-2026-56155 (Active Directory Federation Services Elevation of Privilege), were actively exploited before the security […]

AC Anoop C Nair 29 min read
Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Windows 11

Boost Productivity with Zoom Workplace on Windows 11 | Setup Guide for Meetings Chat Calls and Collaboration

Key Takeaways Hey, let’s learn about Boost Productivity with Zoom Workplace on Windows 11 | Setup Guide for Meetings Chat Calls and Collaboration. Zoom workplace is an AI-powered collaboration app used for online meetings, team collaboration, and video calls. This application helps to conduct meetings Including chat and messaging, screen sharing and Calendar Integration. Boost […]

AC Anoop C Nair 35 min read
Windows 11

13 Windows AI Features to Turn Off for Better Privacy

Key takeaways Hey, let’s discuss about 13 Windows AI features to turn off for better privacy. AI is widely used in modern systems such as Windows 11 to automate tasks, improve productivity, and enhance user experience. However, AI also has several disadvantages. It may raise privacy concerns because personal data can be collected and analysed […]

AC Anoop C Nair 15 min read