Formatting a flash disk is a simple yet crucial task that helps maintain your device’s performance and security. Whether you are clearing out old data, setting up a flash drive for specific use, or troubleshooting issues, formatting is an effective solution. In this guide, we will explore multiple methods, including how to format a flash disk using CMD, how to format a flash disk on Mac, and how to format a USB flash drive as an MS-DOS startup disk. Let’s dive into the details and ensure your flash drive is ready for its next use.

How to Format a Flash Disk Using CMD?
Formatting a flash disk through CMD (Command Prompt) is a reliable method for Windows users. This approach allows you to perform the process without any third-party software. Here’s a step-by-step guide:
- Connect the Flash Disk
Plug your flash drive into a USB port on your computer. Ensure it’s detected. - Open CMD
- Press
Windows + Rto open the Run dialog box. - Type
cmdand press Enter to launch the Command Prompt.
- Press
- Access Diskpart Utility
In the CMD window, typediskpartand press Enter. A new window will open. - List Available Drives
Typelist diskto display all connected storage devices. Identify your flash disk by its size. - Select the Flash Disk
Enterselect disk X(replace X with the number assigned to your flash disk). - Clean the Drive
Typecleanto remove all existing partitions and data. - Create a New Partition
Typecreate partition primaryand press Enter. - Format the Drive
Use the following command to format the drive:
format fs=FAT32 quick(replace FAT32 with NTFS or exFAT based on your preference). - Assign a Drive Letter
Enterassignto give the flash disk a letter for easy access. - Exit Diskpart
Typeexitto close the Diskpart utility.
By following these steps, you’ve successfully formatted your flash disk using CMD.
How to Format a Flash Disk on Mac?
For Mac users, formatting a flash disk is straightforward using the Disk Utility tool. Here’s how:
- Connect the Flash Disk
Insert the USB flash drive into your Mac’s USB port. - Open Disk Utility
- Navigate to
Applications > Utilities > Disk Utility. - Select your flash disk from the list on the left.
- Navigate to
- Erase the Disk
- Click the Erase tab at the top of the window.
- Choose the desired format:
- FAT32 for universal compatibility.
- Mac OS Extended for Mac-specific use.
- Name the Drive
Enter a name for the flash disk. - Start Formatting
Click Erase and wait for the process to complete. - Eject Safely
Once done, safely eject the drive by clicking the eject icon next to its name.
Mac simplifies the process, ensuring your flash disk is formatted for your specific needs.

How to Format a USB Flash Drive as MS-DOS Startup Disk?
Creating an MS-DOS startup disk is useful for running diagnostic tools or troubleshooting. Follow these steps:
- Insert the Flash Drive
Plug the USB flash drive into your PC or Mac. - Download MS-DOS Files
Ensure you have access to the necessary MS-DOS boot files. - Format the Drive
- On Windows, use CMD:
format fs=FAT32 - On Mac, use Disk Utility and select FAT32 as the file system.
- On Windows, use CMD:
- Copy Boot Files
Copy the downloaded MS-DOS files onto the formatted flash disk. - Test the Disk
Restart your computer and boot from the USB drive to verify functionality.
With these steps, you can efficiently set up your USB flash drive as an MS-DOS startup disk.
Whether you’re a Windows or Mac user, formatting a flash disk is an essential skill. You now know how to format a flash disk using CMD, how to format a flash disk on Mac, and how to format a USB flash drive as an MS-DOS startup disk. Each method offers unique advantages, ensuring you have the tools needed for any scenario. For localized help or further customization, don’t forget to leverage tools specific to your region or operating system.
